Charles Hacskaylo
a7a707595c
[Frontend] Fixes to CSS for Chrome Linux
...
open #445
Mods and simplifications to wait-spinner classes;
Simplification and cleanup in plot.html to use loading
class instead of hide/show DOM element;
2016-01-13 13:54:00 -08:00
Victor Woeltjen
69c5b110bf
[API Refactor] Move out non-global require config
2016-01-13 12:41:15 -08:00
Victor Woeltjen
45142e03dc
[API Refactor] Move uuid dependency out of top-level
2016-01-13 12:33:22 -08:00
Victor Woeltjen
86daad5fbd
[API Refactor] Remove obsolete UUID dependency
...
...in association with cleanup of requirejs config,
https://github.com/nasa/openmctweb/pull/469/files#r49642503
2016-01-13 12:22:44 -08:00
Charles Hacskaylo
8c325eb1b1
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Still fixing code due to circleci fail in pull request;
2016-01-13 10:11:14 -08:00
Charles Hacskaylo
5e628b1a25
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Still fixing code due to circleci fail in pull request;
2016-01-13 10:05:30 -08:00
Charles Hacskaylo
f8114ba6b6
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Fixing code due to circleci fail in pull request;
2016-01-12 18:23:30 -08:00
Charles Hacskaylo
a10f895904
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Fixing code due to circleci fail in pull request;
2016-01-12 18:20:52 -08:00
Charles Hacskaylo
9b59fd7eae
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Tick label strings are now reversed in their char order in
PlotTickGenerator.js, then reversed again via CSS in
_plots-main.scss. This forces the browser to clip the label
at the left 'start' side, rather than the end, resulting in
the least significant portion of the label getting clipped.
2016-01-12 18:04:09 -08:00
Charles Hacskaylo
8dd36d426c
[Frontend] Refactoring local controls hide and show
...
open #342
Now using CSS hover on pertinent plot areas;
Refining of select styling, tweaks for Firefox Linux;
Tweaks to local-control positioning in plots;
Changed *-options controls to use length > 1
instead of > 0;
2016-01-12 15:54:56 -08:00
Victor Woeltjen
9fe026a1f1
[Time Conductor] Decrease minimum outer span
2016-01-11 18:29:42 -08:00
Victor Woeltjen
3b5c1bf2e6
[Time Conductor] Update spec
...
Verify that validation occurs against state in formModel;
remove obsolete test case for enforcing minimum outer span
2016-01-11 18:28:44 -08:00
Victor Woeltjen
bb993dc94f
[Time Conductor] Don't update invalid bounds
...
Don't enforce minimum time span when bounds are invalid;
https://github.com/nasa/openmctweb/issues/325#issuecomment-170755787
2016-01-11 18:23:32 -08:00
Victor Woeltjen
5beb1de805
[Time Conductor] Display validation errors consistently
2016-01-11 16:56:58 -08:00
Victor Woeltjen
0a012c67dd
[Time Conductor] Test additions to TimeRangeController
...
Add test cases to cover validators added to display
start/end time violations.
2016-01-11 16:41:20 -08:00
Victor Woeltjen
11b71fae68
[Time Conductor] Display invalid state
...
...when text value can be parsed in a date-time field,
but numeric value violates externally-imposed validation
2016-01-11 15:29:43 -08:00
Victor Woeltjen
e6d0537e5e
Revert "[Time Conductor] Validate numeric date-time fields"
...
This reverts commit 07c407edea
.
2016-01-11 15:23:21 -08:00
Charles Hacskaylo
c57cb43462
[Frontend] Fixed z-index of .primary-pane
...
open #470
(cherry picked from commit 6bdcce0
)
2016-01-11 15:19:23 -08:00
Victor Woeltjen
99556ed6a5
[Time Conductor] Validate start/end times
2016-01-11 15:18:38 -08:00
Victor Woeltjen
07c407edea
[Time Conductor] Validate numeric date-time fields
...
Allow injection of a validator for numeric values of
the date-time fields, to allow for these to be displayed
as invalid in cases where the text itself may be parsed
but the resulting value is not valid (e.g. when start
is greater than end.)
https://github.com/nasa/openmctweb/issues/325
2016-01-11 15:18:26 -08:00
Charles Hacskaylo
acb2a2da12
Merge master into nem468a - picking up missed files
2016-01-11 13:30:56 -08:00
Charles Hacskaylo
4f7ca98b60
Merge branch 'master' into nem468a.
...
Many tweaks to fix some issues with tree, labels and Inspector.
Conflicts:
platform/commonUI/edit/res/templates/elements.html
platform/commonUI/general/res/sass/search/_search.scss
platform/commonUI/general/res/sass/tree/_tree.scss
platform/commonUI/general/res/templates/object-inspector.html
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
platform/search/res/templates/search.html
2016-01-11 13:29:26 -08:00
Charles Hacskaylo
a65ca7cb1e
[Frontend] Refactor Inspector to use s-status-editing
...
open #468
Removed ng-show="editMode" in object-inspector.html;
Refactored CSS as required in _inspector.scss;
Added opacity transition to splitter-inspect-panel and
split-pane-component pane bottom, but not working as desired currently:
entire inspector seems to be destroyed and recreated when switching into
and out of edit mode;
Moved <style> def for .location-item in object-inspector.html into .scss;
2016-01-08 16:47:11 -08:00
Charles Hacskaylo
898dd557e5
[Frontend] Refactor to use s-status-editing instead of ng-class
...
open #468
Remove ng-class statements in favor of upstream .s-status-editing;
Restructure CSS accordingly;
NOTE: because edit.html has NOT been changed,
changes here will cause old edit mode to no longer display properly.
Don't integrate this CSS with old edit mode!
2016-01-08 16:11:00 -08:00
Victor Woeltjen
0036974c60
Merge remote-tracking branch 'github/master' into open450b
...
Merge latest from master branch to reconcile conflicts
for https://github.com/nasa/openmctweb/pull/469
Conflicts:
platform/commonUI/general/bundle.json
2016-01-08 15:36:10 -08:00
Victor Woeltjen
cec197f888
[API Refactor] Remove bundle.json files
2016-01-08 15:32:18 -08:00
Victor Woeltjen
df631ba40e
[API Refactor] Update failing specs
2016-01-08 12:58:06 -08:00
Victor Woeltjen
aa63308e0b
[API Refactor] Fix JSLint failures
...
Fix JSLint failures by excluding top-level code,
and by explicitly declaring variable require.
2016-01-08 12:36:48 -08:00
Victor Woeltjen
72c721b605
[API] Remove bundles.json
...
...and make its usage optional.
2016-01-08 09:54:02 -08:00
Victor Woeltjen
1443ab61e3
[API] Obey strict DI from FormController
2016-01-08 09:42:38 -08:00
Victor Woeltjen
2b4d6c111c
[API] Fix logging of paths
...
When extensions have an explicitly-declared implementation,
do not log that they are being loaded.
2016-01-07 16:06:04 -08:00
Victor Woeltjen
7728d308f2
[API] Obey strict DI rules
...
Fix unintended implicit DI usage in configuration
2016-01-07 16:03:36 -08:00
Victor Woeltjen
9babe7167e
[API] Enable strict DI
...
...to facilitate detection of any issues with
optimizability of legacy support for imperative
registration.
2016-01-07 15:56:09 -08:00
Victor Woeltjen
52579fefe1
[API] Simplify RequireJS config
2016-01-07 15:29:19 -08:00
Victor Woeltjen
de53247d56
[API] Convert JSON bundles to imperative form
2016-01-07 15:08:08 -08:00
Victor Woeltjen
5bbbdd4e50
[API] Fix explicit implementation assignments
2016-01-07 15:01:57 -08:00
Victor Woeltjen
4ed1836ae5
[API] Allow implementations to be passed directly
...
Allow implementations to be passed in as values,
instead of strings, facilitating the loading of
said implementations via RequireJS.
2016-01-07 15:01:39 -08:00
Victor Woeltjen
612dd7db2c
[API] Expose browse through legacy registry
2016-01-06 17:54:56 -08:00
Victor Woeltjen
b87dd5def6
[API] Fix paths for legacyRegistry
2016-01-06 17:50:05 -08:00
Henry
a6ecda9cab
Resolved conflict
2016-01-06 14:06:28 -08:00
Henry
b20488e77d
Merged conflict
2016-01-06 14:05:40 -08:00
akhenry
05a909f66f
Merge pull request #451 from nasa/open116
...
[Time Conductor] Improve test coverage
2016-01-06 13:26:33 -08:00
Victor Woeltjen
2436c32e6d
[Time Conductor] Split test cases
...
Verify table structure separately from table contents
per code review feedback,
https://github.com/nasa/openmctweb/pull/451/files#r48999214
2016-01-06 13:00:16 -08:00
Victor Woeltjen
a39e8e44f0
[API] Load bundles from imperative registry
2016-01-06 11:22:44 -08:00
Victor Woeltjen
65fb5ab2a5
[API] Move angular dependency inward
2016-01-06 11:15:36 -08:00
Victor Woeltjen
9f66f39d8d
[API] Add a top-level main.js
...
...which can depend upon the bundle registry, as well
as a set of installed bundles.
https://github.com/nasa/openmctweb/issues/450
2016-01-06 10:59:21 -08:00
Victor Woeltjen
fdc875379f
[API] Refactor out application initialization
...
...to simplify insertion of an imperative bundle registry,
WTD-450.
2016-01-06 10:44:53 -08:00
Victor Woeltjen
83bdf7343d
[Common UI] Test mct-splitter
...
WTD-1400
2016-01-05 10:14:25 -08:00
Victor Woeltjen
46e524a3b6
[Common UI] Begin testing mct-splitter
...
WTD-1400
2016-01-04 14:25:43 -08:00
Victor Woeltjen
22b7bb07aa
[Common UI] Add mct-split-pane test cases
...
...sufficient for full line coverage. WTD-1400
2016-01-04 12:19:33 -08:00
Victor Woeltjen
7a25733be0
[Common UI] Remove obsolete split-pane container
...
Remove obsolete split-pane container and associated
controller; this behavior is now handled by the
mct-split-pane directive.
Part of updates to tests for the mct-split-pane
directive, WTD-1400
2016-01-04 11:34:24 -08:00
Victor Woeltjen
b9146fbeac
[Time Conductor] Test TelemetryHandle.getDatum
...
Test ability to look up datum object by index (used to
support evaluation of limit state in Fixed Position and
similar single-value views while time conducting.)
2015-12-30 10:23:02 -08:00
Victor Woeltjen
a49deb5ab1
Merge remote-tracking branch 'github/master' into open116
...
Merge in latest from master into topic branch for
https://github.com/nasa/openmctweb/issues/116
Conflicts:
platform/features/layout/test/FixedControllerSpec.js
platform/features/plot/test/PlotControllerSpec.js
2015-12-30 10:15:05 -08:00
Victor Woeltjen
9b63a63efc
Merge pull request #379 from nasa/open1337
...
[Limits] Add test cases for limits
2015-12-30 10:11:27 -08:00
Victor Woeltjen
2358541d91
[Time Conductor] Update RangeColumn spec
...
Update RangeColumn spec. Changes appear to have been related
to limits (WTD-1337), but making changes in the context of
updating tests for time conductor,
https://github.com/nasa/openmctweb/issues/116
2015-12-30 10:10:23 -08:00
Victor Woeltjen
38b5756d8d
[Time Conductor] Verify plot bounds retention
...
Verify that the domain axis of a plot retains bounds from
the time conductor, instead of doing its default behavior
of fitting to the data.
2015-12-30 10:04:04 -08:00
Victor Woeltjen
c436bcce0a
[Time Conductor] Test updated fixed position behavior
...
Verify interactions from FixedControllers on events
issued by the time conductor.
2015-12-30 09:29:24 -08:00
Victor Woeltjen
f0a5a836d6
Merge pull request #421 from nasa/open336
...
Review and integrate open336
2015-12-30 09:04:21 -08:00
Victor Woeltjen
2b0f6dd577
Merge pull request #437 from nasa/open431
...
Review and integrate open431
2015-12-30 09:02:42 -08:00
Victor Woeltjen
30fec7c2ac
[Time Conductor] Test mct-click-elsewhere
2015-12-29 15:37:09 -08:00
Victor Woeltjen
3f4ed46c1c
[Time Conductor] More tests for date-time picker
...
Sufficient for 100% line coverage.
2015-12-29 15:26:18 -08:00
Victor Woeltjen
ba4c66866c
[Time Conductor] Add tests for date-time picker
2015-12-29 13:59:06 -08:00
Victor Woeltjen
fcee30c27e
[Mobile] Test agentService.isTouch
2015-12-29 12:58:24 -08:00
Victor Woeltjen
560825cc86
[Mobile] Test DeviceMatchers
2015-12-29 12:55:17 -08:00
Victor Woeltjen
2df61998ab
[Mobile] Detect touch support
2015-12-29 12:43:46 -08:00
Victor Woeltjen
91b42fc0cc
[Mobile] Test DeviceClassifier
2015-12-29 12:41:38 -08:00
Victor Woeltjen
5eac0bc5d9
[Mobile] Include classifier as runs extension
...
...to ensure that body gets device-related classes applied
when the application starts.
2015-12-29 12:02:03 -08:00
Victor Woeltjen
d397f0f283
[Mobile] Add classes to body
...
Add classes describing device characteristics to the
body of the current document at start-up. Refactor
device matchers out of the mct-device directive for
reuse and consistency here.
https://github.com/nasa/openmctweb/issues/169
2015-12-29 11:59:41 -08:00
Victor Woeltjen
5f96861c44
[Duplicate] Handle single-element ID arrays
...
Avoid type coercion related errors when testing to
see if a value is an ID that needs to be remapped.
2015-12-17 15:10:15 -08:00
Victor Woeltjen
995d71f901
[Duplicate] Add test case
...
Add test case for single-element string arrays, to
replicate bug around type coercion.
https://github.com/nasa/openmctweb/issues/444
2015-12-17 15:07:16 -08:00
Pete Richards
82e4a53472
Merge remote-tracking branch 'github-open/open-warp1596b' into open-master
2015-12-17 14:20:18 -08:00
Charles Hacskaylo
e7a41061c6
[Frontend] Hiding filter input in autoflow element when in Layout
...
open #425
(cherry picked from commit 119613e)
2015-12-17 14:11:39 -08:00
Victor Woeltjen
4848a61e21
Merge pull request #439 from nasa/open428
...
Fixed bug in copying #428
2015-12-17 13:55:55 -08:00
Henry
6302e45c10
Fixed bug in copying #428
2015-12-17 13:47:31 -08:00
Victor Woeltjen
451157b653
Merge pull request #432 from nasa/open426
...
Review and integrate open426
2015-12-17 13:38:45 -08:00
Charles Hacskaylo
ae89a169d0
[Frontend] s-status-pending sanding and polishing
...
open #431
Cleanups, comment removal; Inspector location items
with s-status-pending tweaked;
Fixed grid-item background class;
2015-12-17 12:24:57 -08:00
Charles Hacskaylo
941d0d0057
[Frontend] Tree sanding and polishing
...
open #431
Fixed vertical margins problem in tree and search results;
2015-12-17 10:49:39 -08:00
Charles Hacskaylo
0296cfe3c1
[Frontend] Mobile sanding and polishing
...
open #431
Fixed hiding of "search by type" in phone only;
Fixed search-input magnify glass z-index value;
Fixed tree search results heights;
2015-12-17 10:21:06 -08:00
Pete Richards
f55168d1ac
Merge remote-tracking branch 'github-open/open-warp1596' into open-master
2015-12-17 09:39:38 -08:00
Charles Hacskaylo
3c4fb8c43d
[Frontend] Final final sanding on label flex-box conversion
...
open #431
Tweaks for labels in Inspector;
2015-12-16 17:38:02 -08:00
Charles Hacskaylo
ed7e16d341
[Frontend] More sanding on label flex-box conversion
...
open #431
Moved object-label classes into their own include;
Fixing object-label in edit Elements pool and
Inspector; mixin refactoring;
2015-12-16 17:32:43 -08:00
Charles Hacskaylo
9dc958b952
[Frontend] Final sanding on label flex-box conversion
...
open #431
Fixed positioning for l-icon-link when applied to
inspection-location object;
2015-12-16 16:49:16 -08:00
Charles Hacskaylo
ed3ee1099d
[Frontend] Final sanding on adding s-status-pending
...
open #431
Italicized text; Comments cleaned up;
To-do: fix regressed label elements in Inspector;
2015-12-16 16:38:06 -08:00
Charles Hacskaylo
7fb506d4df
Merge branch 'open431' of https://github.com/nasa/openmctweb into open431
2015-12-16 16:10:06 -08:00
Charles Hacskaylo
67707678a8
Merge branch 'master' of https://github.com/nasa/openmctweb into open431
2015-12-16 16:08:23 -08:00
Charles Hacskaylo
930b13f9a0
[Frontend] Added s-status-pending spinner to tree-item
...
open #431
Refinements of tree item sizes and spacing;
Polished spinner-related classes;
Moved l-icon-link icon into -glyph element;
2015-12-16 16:06:31 -08:00
Charles Hacskaylo
b59fc43038
[Frontend] Converting tree items and labels to flex-box
...
open #431
Mobile fixes complete;
2015-12-16 14:52:19 -08:00
Charles Hacskaylo
9b32461240
[Frontend] Converting tree items and labels to flex-box
...
open #431
In-progress fixing mobile;
Mostly done, link icon in mobile needs
better positioning;
2015-12-16 13:26:30 -08:00
Charles Hacskaylo
d1f617a54e
[Frontend] Converting tree items and labels to flex-box
...
open #431
In-progress fixing mobile;
Removed desktop and mobile-specific hide/show;
2015-12-16 11:50:46 -08:00
Henry
83e77303aa
[Copy] Duplication of layouts does not retain position and size of all elements. #428
2015-12-16 11:11:20 -08:00
Charles Hacskaylo
65a1d7495d
[Frontend] Converting tree items and labels to flex-box
...
open #431
In-progress;
TO-DO: need to fix mobile styles!
2015-12-15 18:17:06 -08:00
Charles Hacskaylo
a98ab958c9
[Frontend] Adding s-status-pending classes to tree item labels
...
open #431
In-progress;
2015-12-15 17:06:47 -08:00
Charles Hacskaylo
6e1cadf338
[Frontend] Fixed splitter and related elements when collapsed
...
open #426
Adds CSS to turn off pointer-events for the splitter, treeview
and inspect elements when they are in a collapsed state;
2015-12-15 15:47:32 -08:00
Charles Hacskaylo
83a9b984e5
[Frontend] Recompile CSS after integration of open1596
...
open #425
warp#1596
Recompile CSS after integration of cherry-pick from open1596;
2015-12-14 15:28:48 -08:00
Charles Hacskaylo
978df93ffd
[Frontend] Cherry-picking platform CSS mods for autoflow view
...
warp #1596
open #425
Changes to autoflow styles, particularly in header;
Cleanup in effects.scss; CSS to be re-compiled;
(cherry picked from commit 5848077)
2015-12-14 15:22:08 -08:00
akhenry
4e5cefbf03
Merge pull request #418 from nasa/open341
...
Review and integrate open341
2015-12-14 10:41:07 -08:00
Henry
cf73f3a0c4
Moved gesture from individual views up to browse-object.html for now to resolve #423
2015-12-11 16:42:05 -08:00
Henry
367d1b0247
[Edit] Drag-drop on folder triggers edit mode #420
2015-12-11 16:14:00 -08:00
Charles Hacskaylo
33b1c1689c
[Frontend] Added classes for no-collapse indicator
...
open #304
Added classes string and related classes to ClockIndicator;
2015-12-11 15:49:50 -08:00
akhenry
0cfc070f3c
Merge pull request #394 from nasa/open332
...
[Duplicate] Rewrite identifiers in clones
2015-12-11 15:06:34 -08:00
Charles Hacskaylo
21fd16ddf1
[Frontend] Delay added to expanded status indicator collapse
...
open #336
2015-12-11 15:02:10 -08:00
Charles Hacskaylo
24d28d6ec2
[Frontend] Fixed z-index problem with child-frames
...
open nem_prototype
open #341
Added discrete z-index definition for frame.child-frame.panel;
2015-12-11 14:47:25 -08:00
Victor Woeltjen
43f6981ba1
[Browse] Test navigation when path is not found
2015-12-11 13:21:52 -08:00
Victor Woeltjen
b8206b8824
[Browse] Ensure selection at startup
...
...even when domain object identified by default path is
not found.
2015-12-11 13:18:25 -08:00
Victor Woeltjen
5f7f349f29
[Browse] Specify default selection in a constant
...
https://github.com/nasa/openmctweb/issues/401
2015-12-11 12:31:06 -08:00
Victor Woeltjen
de88bf94d4
[Documentation] Fix type declaration
...
Rephrase parameter type to something JSDoc can parse.
https://github.com/nasa/openmctweb/issues/411
2015-12-11 10:51:16 -08:00
Henry
0ce19ad75d
Disabled context menu for Location items in edit mode, and disabled context menu items for non-creatable objects
2015-12-10 17:39:56 -08:00
Henry
b32eb363f1
Fixed edit action and editable view policies for NEM
2015-12-10 16:53:25 -08:00
Henry
02e89f9c73
Merge branch 'open320' into nem_prototype
2015-12-10 14:39:34 -08:00
Henry
5cc80c737c
Updated editable view policies
2015-12-10 14:39:22 -08:00
Henry
8c837c5f81
Simplified logic in EditableActionCapability
2015-12-10 14:09:56 -08:00
Henry
f96fa33d88
Removed some additional context menu options
2015-12-10 13:49:05 -08:00
Henry
ac379dbb3f
[New Edit Mode] Create menu still visible when edit mode initiated by pressing create #407
2015-12-10 10:25:38 -08:00
Henry
5fd762fea9
Fixed problem with unload warning being shown when it shouldn't
2015-12-09 21:04:22 -08:00
Henry
322db5a0f5
Tweaked object creation
2015-12-09 20:57:23 -08:00
Henry
708aa7dcba
Updated check for edit mode on create
2015-12-09 20:37:15 -08:00
Henry
a399b78d2c
Fixed JSLint errors
2015-12-09 18:39:57 -08:00
Henry
39b3e6c4a9
[Edit Mode] Limit context menu options available for objects in edit mode
...
[Edit Mode] Edit mode on objects that do not have a view supporting editing should edit properties instead. #320
2015-12-09 18:14:17 -08:00
Henry
2145bcf908
Re-enabled plots and scrolling
2015-12-09 17:25:48 -08:00
Henry
de256835fd
[Edit Mode] Edit mode on objects that do not have a view supporting editing should edit properties instead. #320
2015-12-09 15:51:00 -08:00
Henry
2ca414d2a4
[New Edit Mode] Selecting 'Go To Original' from elements pool navigates without prompting user to save changes #396
2015-12-09 15:23:26 -08:00
Henry
856c61816c
Go to original now shows prompt
2015-12-09 14:08:19 -08:00
Victor Woeltjen
8077cdb834
[Clocks/Timers] Make $scope available
...
...to methods of TimerController
2015-12-09 12:41:29 -08:00
Victor Woeltjen
7871af07c4
[Clocks/Timers] Fix parent constructor invocations
2015-12-09 12:40:21 -08:00
Victor Woeltjen
714ae3b9dc
[Clocks/Timers] Update remaining classes
...
Complete code style changes for Clocks/Timers.
2015-12-09 12:39:01 -08:00
Victor Woeltjen
27fa56d838
[Clocks/Timers] Update code style for controllers
2015-12-09 12:33:11 -08:00
Victor Woeltjen
e30a82432d
[Clocks/Timers] Update code style for actions
...
https://github.com/nasa/openmctweb/issues/209
2015-12-09 12:17:32 -08:00
akhenry
3d346b8906
Merge pull request #393 from nasa/open199f
...
Review and integrate open199f
2015-12-09 10:18:56 -08:00
Charles Hacskaylo
3730315388
[Frontend] Fixed hidden Create menu regression error
...
open #199
open #278
2015-12-09 10:11:44 -08:00
Henry
6058e50216
JSLint fixes
2015-12-09 10:04:49 -08:00
Henry
49579378dd
[New Edit Mode] Fixed positioning of dropped objects #386
2015-12-09 09:51:00 -08:00
Victor Woeltjen
19f07aa398
[Duplicate] Add trailing newline
2015-12-08 16:34:36 -08:00
Henry
aae8f1575d
Disabled drop gesture on browse-object to prevent drop being triggered twice
2015-12-08 16:28:30 -08:00
Victor Woeltjen
46f9b31cff
[Duplicate] Test rewriting of identifiers
2015-12-08 16:27:46 -08:00
Charles Hacskaylo
267bcfeb8b
[Frontend] Hide Create button when editing
...
open #199
open #278
Hides Create button when s-status-editing applied;
Adds margin to search-bar input element when
Create button is hidden per above;
2015-12-08 15:54:32 -08:00
Victor Woeltjen
e32feb29e2
[Duplicate] Rewrite identifiers in clones
...
Traverse object models of clones and rewrite domain object
identifiers that have changed during duplication.
Addresses https://github.com/nasa/openmctweb/issues/332
2015-12-08 15:45:45 -08:00
Henry
b5c741c911
Merge branch 'master' into open199
2015-12-08 15:42:37 -08:00
Henry
773cedddd5
Recompiled css
2015-12-08 15:37:22 -08:00
Pete Richards
89a93e2966
Merge remote-tracking branch 'github-open/open384' into open-master
2015-12-08 15:18:21 -08:00
Henry
55ea7a285e
Merge remote-tracking branch 'origin/open199e' into open199
2015-12-08 15:17:36 -08:00
Henry
4419a101d6
[New Edit Mode] #199 Disabled all failing tests
2015-12-08 15:15:54 -08:00
Victor Woeltjen
038322e9aa
[Layout] Update raw positions on drop
...
When handling a drop into the layout, store the panel's
new position to the LayoutController's internal table of
raw positions (in addition to writing it to the configuration.)
Avoids https://github.com/nasa/openmctweb/issues/384
2015-12-08 15:08:30 -08:00
Henry
4b7287e51e
Fixed JSLint errors
2015-12-08 14:51:25 -08:00
Charles Hacskaylo
6502d36c7a
[Frontend] Migrated to s-status-editing
...
open #199
open #278
Changed CSS to use s-status-editing instead of .active
class;
Refined style defs to explicitly target tree and
search-results children in order to avoid items in
Inspector Elements pool from being designated as
being edited;
Removed {{searchText}} div from input-filter;
2015-12-08 14:16:54 -08:00
Henry
4fbf547bfc
Corrected merge issues from Master
2015-12-08 14:07:32 -08:00
Victor Woeltjen
6cef663db5
[Representation] Add ending newline
2015-12-08 13:43:41 -08:00
Victor Woeltjen
b2f5861458
[Representation] Test template prefetcher
2015-12-08 13:29:11 -08:00
Victor Woeltjen
f8809ce67f
[Representation] Also prefetch containers
2015-12-08 13:06:24 -08:00
Victor Woeltjen
3c97eb6014
[Representation] Remove obsolete template definition
2015-12-08 12:59:41 -08:00
Victor Woeltjen
3498b0a50a
[Representation] Prefetch templates
...
...to ensure that dialogs et al can be displayed, even
after loss of network connectivity.
https://github.com/nasa/openmctweb/issues/383
2015-12-08 12:59:18 -08:00
Henry
18607e9404
Merged from Master
2015-12-07 20:42:09 -08:00
Victor Woeltjen
14c5a817a7
[Limits] Test exposure of datum
...
...which will be used to evaluate limits.
2015-12-07 13:22:40 -08:00
Victor Woeltjen
258c5d95e6
[Limits] Test PlotLimitTracker
2015-12-07 12:58:56 -08:00
Victor Woeltjen
30a8ba5c11
[Limits] Test limit usage in PlotController
...
WTD-1337
2015-12-07 12:45:40 -08:00
Victor Woeltjen
33c372765f
[Limits] Test limit usage from Fixed Position
...
WTD-1337
2015-12-07 12:33:29 -08:00
akhenry
ed7e0d8b0a
Merge pull request #376 from nasa/open169b
...
Review and integrate open169b
2015-12-04 16:29:32 -08:00
Charles Hacskaylo
f3828ba516
[Frontend] Adjusted desktop breakpoint
...
open #169
2015-12-04 15:55:32 -08:00
akhenry
2a48c25453
Merge pull request #375 from nasa/open137
...
Show warning for unsupported browsers
2015-12-04 15:43:23 -08:00
akhenry
096da0cb94
Merge pull request #347 from nasa/open259b
...
[Time Conductor] Don't update model while typing (v2)
2015-12-04 15:34:03 -08:00
Charles Hacskaylo
ca8a07e1ae
Merge remote-tracking branch 'github/open169a' into open169b
2015-12-04 15:33:49 -08:00
Victor Woeltjen
c02f965460
[Time Conductor] Remove unused property
...
...from structure passed into date-time field. Note in
code review, https://github.com/nasa/openmctweb/pull/347
2015-12-04 15:19:34 -08:00
Victor Woeltjen
5f440bb6de
Merge pull request #372 from nasa/open58_notification
...
[Persistence] Errors in persistence (after creating/modifying objects) should be visible to user #58
2015-12-04 15:15:29 -08:00
Victor Woeltjen
fc729279ec
[Common UI] Add spec for unsupported browser warning
2015-12-04 15:11:40 -08:00
Victor Woeltjen
d2a4a85e04
[Common UI] Test agentService.isBrowser
2015-12-04 14:12:00 -08:00
Victor Woeltjen
37890280ae
[Common UI] Only show warning for unsupported browsers
2015-12-04 14:08:42 -08:00
Victor Woeltjen
a6ceae4045
[Common UI] Show warning at startup
...
Show a warning about unsupported browsers at startup,
https://github.com/nasa/openmctweb/issues/137
2015-12-04 13:53:45 -08:00
akhenry
3447e735dc
Merge pull request #362 from nasa/open346
...
[Entanglement] Add "Set Primary Location" action
2015-12-04 13:48:27 -08:00
akhenry
b35224061f
Merge pull request #374 from nasa/open305
...
[Edit] Return a promise from editable persistence capability
2015-12-04 12:44:08 -08:00
Victor Woeltjen
d5f054e328
[Edit] Test return type
...
...from the edit-mode-wrapped persistence capability.
2015-12-04 11:20:19 -08:00
Henry
eb4959cf49
[persistence] #58 renamed alertService to notificationService
2015-12-04 10:45:49 -08:00
Victor Woeltjen
cce415fc51
Merge pull request #371 from nasa/open338
...
#338 [Copy] Copying an object with telemetry from the data dictionary results in a number of unknown objects in copied tree
2015-12-04 09:46:24 -08:00
Henry
00f96c314a
[persistence] #58 added tests for notification on persistence error
2015-12-03 20:32:03 -08:00
Victor Woeltjen
fefd27162c
[Entanglement] Allow cross-space linking
...
Allow links across spaces; only disallow move or copy.
Addresses WTD-1587
2015-12-03 20:32:03 -08:00
Henry
b388c76e45
[copy] #338 Modified check to set object location, added setLocation flag, Removed unused parameter
2015-12-03 19:00:44 -08:00
akhenry
aaeaf3a096
Merge pull request #370 from nasa/open369
...
[Performance] Fix usages of $interval
2015-12-03 18:31:17 -08:00
Henry
57efe4e0d1
Removed UUID reference
2015-12-03 17:10:28 -08:00
Victor Woeltjen
dd4dbc9326
[Performance] Update spec for ElasticIndicator
...
...to reflect changes in call to reduce digest frequency.
2015-12-03 16:45:30 -08:00
Henry
6aa77ff468
#338 fixed failing test
2015-12-03 16:41:06 -08:00
Henry
f8099550bd
[Copy] #338 updated code style in CreationPolicy
2015-12-03 16:22:45 -08:00
Henry
96249e6bcc
Removed redundant line in test spec
2015-12-03 15:51:27 -08:00
Henry
6e391098a3
Fixed jslint error
2015-12-03 15:32:26 -08:00
Henry
baec0f9719
#338 added new test case for creation of links when object type is not createable
2015-12-03 15:28:07 -08:00
Henry
6aab9f4e34
Added test for linking
2015-12-03 14:47:42 -08:00
Victor Woeltjen
1bf73935e4
[Performance] Add test case for mct-split-pane
2015-12-03 13:56:57 -08:00
Victor Woeltjen
49e51d0a62
[Performance] Update mct-chart spec
2015-12-03 13:39:37 -08:00
Victor Woeltjen
3e7bc2f37f
[Performance] Don't invoke apply from indicator
...
Don't invoke apply while polling from ElasticSearch
indicator; let the corresponding request trigger
this.
2015-12-03 13:29:54 -08:00
Victor Woeltjen
0f56fd2561
[Performance] Only invoke apply on size changes
...
...as detected from mct-chart.
2015-12-03 13:28:32 -08:00
Victor Woeltjen
9f0114eb39
[Performance] Don't invoke apply from MCTSplitPane
...
Don't invoke apply on every from MCTSplitPane
(this had been intended behavior, but argument was misplaced.)
2015-12-03 13:27:59 -08:00
Henry
734e979c94
#338 Fixed failing tests after refactor
2015-12-03 12:49:54 -08:00
akhenry
983973843e
Merge pull request #363 from nasa/open302
...
[Representation] Check full path when comparing domain objects
2015-12-03 10:01:35 -08:00
Henry
3b427c31a2
Fixed error with not properly referenced
2015-12-02 19:18:50 -08:00
Henry
cee0ecf0ef
Removed use of composition and mutation because they trigger the search indexer too early and it tries to retrieve objects that have not been persisted yet
2015-12-02 19:10:10 -08:00
Henry
8e3c5db3bf
#338 fixed incorrect 'allow' function specification in CreationPolicy
2015-12-02 14:14:04 -08:00
Henry
11d8daf3ed
#338 Fixed incorrect specification of CreationPolicy in bundle.json
2015-12-02 14:07:08 -08:00
Henry
9953e16415
#338 Copy now using target persistence space
2015-12-02 14:06:22 -08:00
Henry
fe600de0f7
[Copy] #338 added CreationPolicy and appropriate tests, amended CreateActionProvider, and updated existing tests
2015-12-02 11:28:49 -08:00
Victor Woeltjen
386f1f20ff
[Representation] Test switching between links
...
Add test case to verify that representation gets refreshed
when switching among two linked instances of the same
domain object.
2015-12-02 10:49:18 -08:00
Victor Woeltjen
5e07951892
[Representation] Handle missing context
...
Handle missing context when generating an ID path;
this is missing in the root object.
2015-12-02 10:23:11 -08:00
Victor Woeltjen
2514e44083
[Representation] Check full ID path
...
...when determining if a representation needs to be
refreshed. Avoids representations becoming stale
when switching or navigating among linked instances
of the same domain object.
https://github.com/nasa/openmctweb/issues/302
2015-12-02 10:21:00 -08:00
Henry
20d9c7158e
Added jslint es5 mode
2015-12-01 22:40:50 -08:00
Henry
d8e319ebf8
Fixing jslint errors
2015-12-01 22:36:23 -08:00
Henry
a39cbbd917
Fixing jslint errors
2015-12-01 22:35:28 -08:00
Henry
8df27a1c05
Fixing jslint errors
2015-12-01 22:34:26 -08:00
Henry
26cf9c14f4
[Persistence] Errors in persistence (after creating/modifying objects) should be visible to user #58
2015-12-01 22:03:53 -08:00
Victor Woeltjen
03edd26e17
[Edit] Return promise from editable persistence
...
https://github.com/nasa/openmctweb/issues/305
2015-12-01 16:45:08 -08:00
Victor Woeltjen
571f6d183a
[Entanglement] Expose Set Primary Location
2015-12-01 16:26:19 -08:00
Victor Woeltjen
1292e39c46
[Entanglement] Implement Set Primary Location
2015-12-01 16:20:30 -08:00
Victor Woeltjen
6fe3f82fb1
[Entanglement] Add test for Set Primary Location
...
https://github.com/nasa/openmctweb/issues/346
2015-12-01 15:59:37 -08:00
Charles Hacskaylo
5fd55939a9
[Frontend] Fixed overflow problem that was hiding toolbar menu
...
open #199
open #283
Tweaks to .tool-bar layout to handle very
narrow widths;
2015-12-01 09:12:33 -08:00
Henry
4f3c9f270b
[New Edit Mode Prototype] Hide edit button when in edit mode #350 . - Modified edit policy to hide edit button when in edit mode
2015-11-30 17:58:58 -08:00
Charles Hacskaylo
da8fb99e82
[Frontend] Fixing bad breakpoints for tablet vs. desktop
...
open #169
2015-11-30 15:57:45 -08:00
Victor Woeltjen
c8d77bc2db
[Entanglement] Allow cross-space linking
...
Allow links across spaces; only disallow move or copy.
Addresses WTD-1587
2015-11-30 15:27:10 -08:00
Henry
acb7d4b807
renamed variable
2015-11-30 09:35:44 -08:00
Henry
6fb6f54cfa
Fixed objects being dropped twice in fixed layout
2015-11-27 15:21:24 -08:00
Victor Woeltjen
b5e52fce75
[Time Conductor] Remove redundant test block
2015-11-27 14:48:48 -08:00
Victor Woeltjen
3afcb52934
[Time Conductor] Use ng-blur from template
2015-11-27 14:35:51 -08:00
Victor Woeltjen
677b0cffec
[Time Conductor] Test form isolation
...
Verify that form inputs are ignored until some explicit trigger
2015-11-27 14:33:35 -08:00
Victor Woeltjen
248bc68f0d
[Time Conductor] Test restoration of old values
...
...and clarify name of the function in scope which does this.
2015-11-27 14:23:30 -08:00
Henry
9a42cb4f7e
Merge branch 'open277' into open199
2015-11-27 14:16:59 -08:00
Henry
b573b3a681
Amended change so that context menu only suppressed on navigation menu
2015-11-27 14:16:37 -08:00
Henry
6558461fda
Reverted changes after refactor
2015-11-27 13:05:55 -08:00
Henry
4b23e3fbcb
Refactored changes to ContextMenuGesture.js
2015-11-27 13:02:19 -08:00
Victor Woeltjen
57d23c3696
[Time Conductor] Add missing license header
2015-11-27 12:37:51 -08:00
Victor Woeltjen
8babfc5ca9
[Time Conductor] Propogate blur from text field
2015-11-27 12:37:23 -08:00
Victor Woeltjen
271b5d1a73
[Time Conductor] Test choices via picker
...
...to ensure that they trigger blur events. Also, test changes
via text entry to ensure that they don't (the template is responsible
for this.)
2015-11-27 12:36:40 -08:00
Victor Woeltjen
7d4e7a0925
[Time Conductor] Allow ng-blur on mct-controls
2015-11-27 12:29:53 -08:00
Victor Woeltjen
3fd4304de1
Merge pull request #345 from nasa/open32
...
[Layout] Layout rebuilds after resize/reposition #32
2015-11-27 09:59:01 -08:00
Henry
db7224486c
[Layout] Layout rebuilds after resize/reposition - Fixed potential race condition #32
2015-11-25 19:11:29 -08:00
Henry
6d0f3c7faa
[Layout] Layout rebuilds after resize/reposition #32
...
Refactored layoutPanels method
Fixed JSLint errors
fixed failing tests
2015-11-25 15:30:33 -08:00
Henry
988323bdbd
merged Open32
2015-11-25 14:59:47 -08:00
Henry
9eb8158c4e
[Edit Mode] Disallow context menu actions on tree items during edit mode. #277
2015-11-25 14:44:31 -08:00
Henry
3b9cd5f1ac
Merge branch 'open279-proto' into open199-merge
2015-11-25 11:25:00 -08:00
Victor Woeltjen
ffff13205a
[Time Conductor] Check for value changes
...
...on watches triggered from the picker. Only want to
trigger a submit when this actually constitutes a change from
the datetime field's underlying model (to avoid triggering
form submission when datetime picker is initialized.)
2015-11-25 11:21:51 -08:00
Henry
64a7647ec3
#279 Added search filter support to elements pool
2015-11-25 11:20:58 -08:00
Victor Woeltjen
16efd85dfc
[Time Conductor] Submit immediately on picker changes
2015-11-25 11:16:31 -08:00
Victor Woeltjen
1ef09ffbdd
[Time Conductor] Restore last valid values
...
Restore last valid values on blur, in a date-time entry field.
2015-11-25 11:12:41 -08:00
Victor Woeltjen
976ecce075
[Time Conductor] Update model on submit/blur
2015-11-25 11:09:11 -08:00
Victor Woeltjen
87a51a9eb3
[Time Conductor] Listen for blur, submit
...
https://github.com/nasa/openmctweb/issues/259
2015-11-25 11:02:03 -08:00
Henry
9ed10ba9da
Merge branch 'open279-proto' into open199-merge
2015-11-25 10:47:21 -08:00
Henry
c211f413aa
[New Edit Mode] Add Elements pool to New Edit Mode #279
2015-11-25 10:40:37 -08:00
Henry
268a2c2427
Merged from master
2015-11-25 09:04:11 -08:00
Henry
c84de00e80
[Layout] Layout rebuilds after resize/reposition #32
2015-11-24 21:51:10 -08:00
Victor Woeltjen
15ec9df538
Merge pull request #327 from nasa/open208b
...
[Timelines] Bring over CSS
2015-11-23 10:38:02 -08:00
Victor Woeltjen
7974ffdda2
Merge remote-tracking branch 'github/master' into open245b
...
...in preparation to complete merge nasa/openmctweb#257
Conflicts:
platform/entanglement/src/actions/CopyAction.js
platform/entanglement/src/actions/LinkAction.js
platform/entanglement/src/actions/MoveAction.js
2015-11-21 07:05:51 -08:00
Victor Woeltjen
d5858622ba
[Persistence] Fix grammar in JSDoc
...
...and add some explanation of METHOD_DEFAULTS.
2015-11-21 06:59:12 -08:00
Victor Woeltjen
096fee8b6d
Merge remote-tracking branch 'github/master' into open208b
...
Conflicts:
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
2015-11-21 06:42:45 -08:00
Victor Woeltjen
0635e7c38e
[Timeline] Disambiguate datetime control
...
Timeline uses a custom date-time control on creation;
use a distinct key for this to avoid a naming collision
with platform's datetime. Addresses abnormal behavior
identified in nasa/openmctweb#208
2015-11-20 17:26:43 -08:00
Victor Woeltjen
845b1dcd6f
Merge pull request #321 from nasa/open169
...
Review and integrate open169
2015-11-20 17:13:39 -08:00
Victor Woeltjen
e6c9cbf0cd
[Persistence] Clarify JSDoc
...
Per code review feedback, nasa/openmctweb#257
2015-11-20 17:08:39 -08:00
Charles Hacskaylo
fd3059b380
[Frontend] Final cleanups, tweaks; Refactored s-icon-btn
...
open #208
Unit tested in both themes;
.s-icon-btn refactored slightly to focus on usage
as an icon-only element, removed overlap designations
with .s-btn in markup;
Colors normalized for theming;
Code cleanup;
2015-11-20 16:47:04 -08:00
Charles Hacskaylo
5a7349117a
[Frontend] Cleanups to Timeline tabular label elements
...
open #208
Colors normalized for theming;
2015-11-20 16:27:26 -08:00
Charles Hacskaylo
50134bbc7f
[Frontend] Theming and cleanups in Clocks and Timers
...
open #208
Also converted timer to use flexbox layout;
2015-11-20 16:19:27 -08:00
Charles Hacskaylo
3854df27d8
[Frontend] Styling on Timeline zoom buttons
...
open #208
Fixed in both themes;
2015-11-20 15:42:08 -08:00
Charles Hacskaylo
fc53dbd8a4
[Frontend] Themes added to Timelines
...
open #208
Espresso and Snow now supported; bulk of
work done except for minor cleanups, like zoom
buttons; Dragging not working currently in Timelines;
2015-11-20 15:23:08 -08:00
Henry
7849803a5d
Fixed cancel and drop-initiated edit
2015-11-20 14:00:29 -08:00
akhenry
fb0ba0cff9
Merge pull request #323 from nasa/open251
...
Review and integrate open251
2015-11-20 13:30:24 -08:00
akhenry
573e5608fc
Merge pull request #319 from nasa/open-status-tracking
...
[Status] Add status tracking
2015-11-20 13:18:09 -08:00
Victor Woeltjen
37a7c2b1df
Merge pull request #309 from nasa/open308
...
[Workers] Allow web workers to be shared
2015-11-20 11:40:26 -08:00
Henry
4f0f9e4104
Merge branch 'open-status-tracking' into open278
2015-11-20 11:28:06 -08:00
Henry
e6054b8252
#287 - modified to use s-status-editing, but CSS needed
2015-11-20 11:23:34 -08:00
Victor Woeltjen
38274728f6
[Workers] Update JSDoc
...
...per review feedback, nasa/openmctweb#309
2015-11-20 11:12:29 -08:00
Henry
a864c172d5
[Edit Mode Prototype] #278 Added visual indication of edit
2015-11-20 10:07:58 -08:00
Victor Woeltjen
400b992ec3
[Status] Revise API
...
Change method names, add a getter to status capability;
per code review feedback, nasa/openmctweb#319 .
2015-11-20 09:46:08 -08:00
Charles Hacskaylo
de59f191b8
[Frontend] Relocating files
...
open #208
Moving initial files into new positions, based
on Victor's work in #242 ;
2015-11-20 09:14:07 -08:00
Charles Hacskaylo
3d3b250536
Merge remote-tracking branch 'github/master' into open208
2015-11-20 08:38:19 -08:00
Charles Hacskaylo
32815d8427
[Frontend] Markup and CSS fixes
...
open #251
Fixed markup and CSS to remove erroneously
applied "select" class;
Modified .select to not use overflow: hidden;
Better positioning for *-options elements;
2015-11-19 18:50:10 -08:00
Henry
10a44c026c
[Edit Mode] Visual indication of object being edited #278
2015-11-19 18:45:18 -08:00
Charles Hacskaylo
3e25d17702
[Mobile / Frontend] Modified media query device detection approach
...
open #169
Significant simplification of media query device detection
to focus on width only; tablet max-width and desktop
min-width modified to create gapless ranges;
2015-11-19 15:16:21 -08:00
Henry
9631d95a52
Merge remote-tracking branch 'origin/open-status-tracking' into open278-proto
2015-11-19 15:13:10 -08:00
Henry
4ea757faa5
Adding support for object status
2015-11-19 15:12:43 -08:00
Henry
50d83eaffb
Merge remote-tracking branch 'origin/open278' into open278-proto
2015-11-19 14:50:01 -08:00
Henry
30e6980dc6
Merge branch 'master' into open199
2015-11-19 14:29:32 -08:00
Victor Woeltjen
5b9e43f8ff
[Status] Test platform/status
2015-11-19 14:22:44 -08:00
Henry
19d2970e0e
Merge in "create button initiates edit mode"
2015-11-19 14:13:28 -08:00
Henry
a04b3f8a4b
enabled toolbar in edit mode
2015-11-19 14:01:38 -08:00
Victor Woeltjen
3ffa6f70aa
[Status] Add empty specs
2015-11-19 13:47:39 -08:00
Victor Woeltjen
0d07c3c289
[Status] Clean up classes when destroyed
2015-11-19 13:44:06 -08:00
Victor Woeltjen
29fdb6d641
[Status] Add JSDoc
2015-11-19 13:43:18 -08:00
Henry
b06a38da2f
Fixed incorrect case
2015-11-19 13:17:14 -08:00
Henry
f45e236281
#286 Fixed issues with composition not surviving through create wizard
2015-11-19 13:11:01 -08:00
Henry
2e2b18eaa5
[Edit Mode Prototype] Create button initiates edit-mode immediately #286
2015-11-19 10:33:44 -08:00
Charles Hacskaylo
9f5729dbbc
Merge remote-tracking branch 'github/master' into open278
2015-11-18 17:28:31 -08:00
Charles Hacskaylo
de9e41818b
[Frontend] File cleanup
...
open #199
open #278
Comments and empty CSS classes removed;
2015-11-18 17:27:56 -08:00
Victor Woeltjen
285c8cbd1e
[Status] Add status tracking
...
Add status tracking for domain objects, and decoration of
representations with status-related classes. Supports WTD-1575
by allowing pending state of taxonomy to be handled by
status tracking and custom CSS, instead of by overriding platform
templates.
2015-11-18 17:22:38 -08:00
Charles Hacskaylo
558ad94b91
[Frontend] Synced theme constants
...
open #199
open #279
Theme constants files needed to be synced
to facilitate more efficient comparison;
2015-11-18 17:06:18 -08:00
Charles Hacskaylo
c2e26b3555
[Frontend] Fixed magnify glass in search input
...
open #199
open #278
Fixed z-indexing problem in :before elements
in search input (magnify glass, etc.);
2015-11-18 16:48:13 -08:00
Charles Hacskaylo
c5c166c790
[Frontend] Refinements to active edit styles
...
open #199
open #278
Picking up missed rendered CSS;
2015-11-18 16:47:36 -08:00
Charles Hacskaylo
cc7df05a43
[Frontend] Refinements to active edit styles
...
open #199
open #278
Styling finalized for tree/search items;
Mods to pulse mixins;
Colors for both themes finessed and finalized;
2015-11-18 16:46:56 -08:00
Victor Woeltjen
a7f277b0d2
Merge pull request #317 from nasa/open316
...
[bug] TypeImpl.getInitialmodel should always return a fresh (ie. cloned) model.
2015-11-18 12:21:23 -08:00
Henry
5ced8e655d
[bug] #317 Added jsdoc note about performance
2015-11-18 12:14:00 -08:00
akhenry
4de7b7dfb5
Merge pull request #288 from nasa/open218
...
[Plot] Support domain/range switching
2015-11-18 11:54:13 -08:00
Victor Woeltjen
a9518e9890
[Telemetry] Add missing JSDoc
...
...for new parameters added to support domain/range switching
in plots, per code review on nasa/openmctweb#288
2015-11-18 10:50:32 -08:00
akhenry
4ed35cddde
Merge pull request #272 from nasa/open120
...
[Actions] Avoid suppression of context menus
2015-11-17 16:27:17 -08:00
Charles Hacskaylo
b9cd26aaf6
[Frontend] Styling for tree item when its being edited
...
open #278
Work in progress
2015-11-17 16:04:41 -08:00
Charles Hacskaylo
5882278f98
Bringing in latest NEM work from open199-meet-open279
2015-11-17 15:26:11 -08:00
Henry
40b21e35fd
Fixed jslint error
2015-11-17 15:03:17 -08:00
Henry
2251a0c1e9
https://github.com/nasa/openmctweb/issues/287
2015-11-17 15:01:13 -08:00
Henry
3a36389815
Fixed test
2015-11-17 14:45:10 -08:00
Henry
ba669f1395
Merge branch 'open316' into open199
2015-11-17 14:31:06 -08:00
Henry
b27b60aedc
Merge branch 'master' into open199
2015-11-17 14:30:57 -08:00
Henry
606667eb4d
[bug] TypeImpl.getInitialmodel should always return a fresh (ie. cloned) model. #316
2015-11-17 14:30:34 -08:00
Charles Hacskaylo
90c06cfc97
[Frontend] Style tweaks for edit mode
...
open #199
Added bg color in edit area when edit mode
is active; Added to-do for ng-init in
object-inspector.html;
Ready for integration into open199;
2015-11-17 12:44:14 -08:00
Charles Hacskaylo
ec4c5864dc
[Frontend] Style tweaks for edit mode
...
open #199
Added bg color in edit area when edit mode
is active;
2015-11-17 12:35:44 -08:00
Charles Hacskaylo
3ff275c853
[Frontend] Sanding and shimming styles for Elements pool
...
open #199
open #279
Also tweaked bg color of text inputs;
2015-11-17 12:20:14 -08:00
Henry
cd3bdf4f81
Change to navigate by location change
2015-11-16 17:45:31 -08:00
Charles Hacskaylo
a8d563975a
[Frontend] Refinements to Inspector elements, search inputs
...
open #199
open #279
Treeview indent removed;
Significant refactoring of search classes to generalize
approach to search inputs;
2015-11-16 17:20:15 -08:00
Charles Hacskaylo
966e993c5d
[Frontend] Merge work in open279 into open199
...
open #199
open #279
Fixed margin problem in mobile with
object-browse-bar element;
2015-11-16 15:20:43 -08:00
Victor Woeltjen
8363302caf
[Workers] Allow web workers to be shared
...
Support an additional flag in the extension category
such that SharedWorkers may be used. nasa/openmctweb#308 .
2015-11-16 15:16:44 -08:00
Charles Hacskaylo
9b5d894949
[Frontend] Merge work in open279 into open199
...
open #199
open #279
Last commit didn't fully take...
Integrated inspector changes from open279 into
new edit mode work from open199; _layout.scss
had a bit of difficult conflict resolution but seems
good at this point...
2015-11-16 15:08:22 -08:00
Charles Hacskaylo
5dd15e3b20
[Frontend] Merge work in open279 into open199
...
open #199
open #279
Integrated inspector changes from open279 into
new edit mode work from open199; _layout.scss
had a bit of difficult conflict resolution but seems
good at this point...
2015-11-16 15:05:44 -08:00
Henry
d961b41253
removed static buttons
2015-11-12 17:18:41 -08:00
Henry
564a822423
Fixed saving
2015-11-12 17:05:43 -08:00
akhenry
2b2ac0b0d9
Merge pull request #299 from nasa/open297
...
[Time Conductor] Fix date picker toggles
2015-11-12 16:52:35 -08:00
akhenry
f9a7ca85ac
Merge pull request #273 from nasa/open231
...
[Core] Catch errors from listeners in topic
2015-11-12 16:51:50 -08:00
Victor Woeltjen
46b110e12f
[Common UI] Add note about TODO item
...
Add note about temporary work around, per code review
from nasa/openmctweb#299
2015-11-12 16:38:01 -08:00
akhenry
b7eb9491cb
Merge pull request #275 from nasa/open271
...
[Layout] Enforce minimum size on drop
2015-11-12 16:10:50 -08:00
Victor Woeltjen
4ad007f882
[Common UI] Add z-index to popups
...
Temporary workaround for nasa/openmctweb#298
2015-11-12 14:52:41 -08:00
Victor Woeltjen
9f2303face
[Time Conductor] Fix date picker toggle
...
nasa/openmctweb#297 ; avoid flag toggled to display date-time
picker becoming lost in a child scope.
2015-11-12 14:49:19 -08:00
Henry
51abd1fadf
Merge branch 'open199d' into open199
2015-11-12 14:23:15 -08:00
Charles Hacskaylo
1ceb6d2d96
[Frontend] Fixed scrolling view
...
open #199
open #293
open #201
Removed fixed-header class from table markup;
(cherry picked from commit 6c4bdca
)
2015-11-12 13:24:28 -08:00
Henry
93171230e3
restoring toolbar
2015-11-12 11:13:54 -08:00
Henry
5fdef59f3b
Merge branch 'open199d' into open199c
2015-11-12 10:23:36 -08:00
Henry
16c3229a84
Telemetry Panels now created correctly
2015-11-12 10:22:37 -08:00
Charles Hacskaylo
1058648e76
[Frontend] Fixed plot display
...
open #199
open #293
Added .abs to plot.html to allow plot
to layout properly when viewed in
main view area;
Removed .test class from time-controller;
2015-11-12 09:06:17 -08:00
Charles Hacskaylo
5b325a9698
Merge remote-tracking branch 'github/open199c' into open199d
2015-11-12 08:06:12 -08:00
Henry
f0e293a513
Virtual panels working again with refactored code
2015-11-11 14:59:00 -08:00
Henry
5f8d13672f
Reverted model modified hack
2015-11-11 11:58:15 -08:00
Henry
4c0a79116a
Added refresh check for editability
2015-11-11 11:52:30 -08:00
Henry
aa5734d023
merged
2015-11-11 10:21:17 -08:00
Henry
ba8c2b8468
Fixed buttons not appearing on edit mode click
2015-11-10 22:10:43 -08:00
Henry
5a2f073975
commented out extraeneous span
2015-11-10 20:43:31 -08:00
Henry
1d0af0b3b6
Drop Gesture
2015-11-10 20:27:04 -08:00
Charles Hacskaylo
6d2fe9d7eb
[Frontend] Misc CSS and markup updates, converting to flex
...
open #199
IN-PROGRESS
IMPORTANT: plots are not laying out correctly,
need to figure out why
2015-11-10 18:33:58 -08:00
Charles Hacskaylo
08ecf00916
[Frontend] Misc CSS updates to clean up layout
...
open #199
IN-PROGRESS
Testing with Time Controller visible;
2015-11-10 17:14:12 -08:00
Charles Hacskaylo
9f3c353ab4
[Frontend] Updated markup to use latest flexbox classes
...
open #199
2015-11-10 16:30:49 -08:00
Henry
e3cac49c4b
Fixed UUID import
2015-11-10 16:26:04 -08:00
Victor Woeltjen
93d969ad67
[Plot] Add tests
...
...to verify that data is requeried when user changes
domain or range selection.
2015-11-10 16:17:43 -08:00
Charles Hacskaylo
59ea2ea361
Grabbing recompiled CSS files
2015-11-10 16:14:34 -08:00
Charles Hacskaylo
608df8f7b8
Merging in latest github master; resolved conflicts
2015-11-10 16:13:46 -08:00
Victor Woeltjen
b30e72081c
[Plot] Update domain format
...
...on change in user's domain selection.
2015-11-10 16:12:16 -08:00
Victor Woeltjen
d60bf94501
[Plot] Remove unnecessary fallback
2015-11-10 16:03:42 -08:00
Victor Woeltjen
a88fadcb49
[Plot] Allow lookup of alternate ranges
2015-11-10 16:02:18 -08:00
Victor Woeltjen
ae7a1618e8
[Plot] Listen for domain/range changes
...
nasa/openmctweb#218
2015-11-10 15:16:47 -08:00
Charles Hacskaylo
d6d95fed19
[Code style] Cleaned out comments
...
open #250
open #274
scss, html scoured for commented
dead code, leftover TO-DOs and
other unnecessary comments;
2015-11-10 15:12:09 -08:00
Charles Hacskaylo
d712a79ba4
[Frontend] Allow Inspector to utilize split pane during editing
...
open #279
IN-PROGRESS
Split pane markup added to object-inspector.html;
Tweaks to layout CSS;
2015-11-10 14:40:14 -08:00
Victor Woeltjen
04ce2f985a
[Persistence] Add JSDoc
...
Add JSDoc to classes added/modified to support multiple persistence
spaces, nasa/openmctweb#245 .
2015-11-10 14:16:07 -08:00
Victor Woeltjen
a14f30c03c
[Persistence] Test PersistenceAggregator
2015-11-10 13:43:22 -08:00
Victor Woeltjen
bd85392b54
[Persistence] Test cross-space policy
...
Verify that move/copy/link across spaces is disallowed.
2015-11-10 13:29:12 -08:00
Victor Woeltjen
7c427e0b6e
[Persistence] Test IdentifierProvider
2015-11-10 13:15:24 -08:00
Victor Woeltjen
6cf8335f31
[Persistence] Test Identifier parsing
...
...and add empty spec for IdentifierProvider
2015-11-10 13:11:21 -08:00
Victor Woeltjen
adf119007b
[Persistence] Test validator
...
Exercise the validation function provided by move/copy/link
actions when prompting for a location with a dialog.
2015-11-10 12:46:58 -08:00
Victor Woeltjen
7114e9b150
[Persistence] Update move/copy/link specs
...
...to reflect re-consultation of policyService when the action
context changes due to dialog input.
2015-11-10 12:40:52 -08:00
Victor Woeltjen
76c1f5bfe9
[Persistence] Update spec for instantiate
...
...to reflect usage of identifierService.
2015-11-10 12:34:54 -08:00
Victor Woeltjen
33f88d30ed
[Persistence] Update bundle definition
...
...to reflect dependency on identifierService to interpret an
object's persistence space based on its identifier.
2015-11-10 12:34:30 -08:00
Victor Woeltjen
ffdcbece56
[Persistence] Update failing spec
...
...to reflect changes to the persistence capability, utilizing the
identifierService for consistent interpretation of spaces by id.
2015-11-10 12:33:52 -08:00
Victor Woeltjen
44eb723efb
[Persistence] Update failing spec
...
...for instantiation capability, to reflect usage of identifier
parser in determining which space an object should belong to.
2015-11-10 12:26:59 -08:00
Victor Woeltjen
689f80bb23
[Persistence] Use identifierService from persistence
...
User identifierService from the persistence capability, for
consistent interpretation of spaces associated with domain
object identifiers.
2015-11-10 12:21:53 -08:00
Victor Woeltjen
a2db98d275
[Persistence] Update failing spec
...
...to reflect changes to PersistedModelProvider
2015-11-10 12:12:11 -08:00
Victor Woeltjen
49b983cd3a
[Persistence] Fix cross-space policy
...
Fix logic in cross-space policy; only disallow when a move, copy
or link would really cross spaces.
2015-11-10 10:57:48 -08:00
Victor Woeltjen
ad60b9225e
[Persistence] Clean up instantiation
...
Fix typo to correctly reuse defined identifiers, remove
unused dependency of instantiation capability.
2015-11-10 10:53:48 -08:00
Victor Woeltjen
0c096db8bd
[Persistence] Suppress Move/Copy/Link
...
Disallow move/copy/link when crossing persistence spaces,
nasa/openmctweb#245
2015-11-10 10:44:21 -08:00
Victor Woeltjen
fdf6148811
[Layout] Enforce minimum size on drop
...
Addresses nasa/openmctweb#271 , ensuring frames in a layout
are not too tiny to use, even if the grid size is small.
2015-11-09 17:58:20 -08:00
Charles Hacskaylo
72e0304fc0
[Merge] Safety merge-in of latest master
...
open #250
2015-11-09 17:19:02 -08:00
Charles Hacskaylo
e1110a2bc4
[Frontend] Fixed Create menu in mobile
...
open #250
open #157
Fixed CSS selector that wasn't properly
targeting the Create menu in a mobile
context;
2015-11-09 17:14:59 -08:00
Charles Hacskaylo
d8ced8f635
[Frontend] Hide/show Create button in mobile
...
open #250
open #157
Create button now hidden by default in mobile via
usage of CSS; can be re-displayed by including
'example/mobile' bundle;
2015-11-09 17:10:57 -08:00
Victor Woeltjen
e3e44f74d6
[Topic] Catch errors from listeners
2015-11-09 16:55:22 -08:00
Victor Woeltjen
acdd9622d2
[Topic] Add test case
...
...which specifies desired behavior for nasa/openmctweb#231 .
2015-11-09 16:51:39 -08:00
Victor Woeltjen
2866574dc0
[Actions] Define applicability
...
Define applicability of Move/Copy/Link using appliesTo, to avoid
errors being thrown due to lack of context during instantiation.
Addresses immediate cause of nasa/openmctweb#120 .
2015-11-09 16:28:04 -08:00
Charles Hacskaylo
cfc9b61e25
[Frontend] Adjusted margin strategy in left pane elements
...
open #250
Changed flex-elem to use margin-bottom instead of top;
Added margin-top to .search-results element;
2015-11-09 16:21:50 -08:00
Victor Woeltjen
066fd55590
[Actions] Test error handling
2015-11-09 16:18:35 -08:00
Charles Hacskaylo
c0dc30edb7
[Frontend] Fixed padding in search results
...
open #250
2015-11-09 15:42:49 -08:00
Charles Hacskaylo
2a201df435
[Frontend] Consolidated treeview elements markup
...
open #250
Removed un-needed markup around treeview
includes and mct-reps; moved CSS class defs into
mct-include and mct-rep for search and tree
respectively;
2015-11-09 15:42:24 -08:00
Victor Woeltjen
07179f7290
[Action] Catch errors
...
Catch errors during action instantiation, to avoid suppressing
whole context menus on single failures; nasa/openmctweb#120 .
2015-11-09 15:42:19 -08:00
Victor Woeltjen
87684e0945
[Persistence] User identifierService from instantiate
2015-11-09 15:25:07 -08:00
Charles Hacskaylo
55d3a27917
[Frontend] Fix to z-indexing for search "types" menu
...
open #250
2015-11-09 15:22:53 -08:00
Victor Woeltjen
1d13b245f9
[Persistence] Update bundle definition
...
...after merging latest changes from master branch into
topic branch for nasa/openmctweb#245 .
2015-11-09 15:21:41 -08:00
Victor Woeltjen
e31d9decdc
Merge remote-tracking branch 'github/master' into open245b
...
Conflicts:
docs/src/guide/index.md
platform/core/src/capabilities/InstantiationCapability.js
2015-11-09 15:17:53 -08:00
Charles Hacskaylo
a5fa11749c
[Frontend] Min/max widths on panes adjusted
...
open #250
Moved new min/max definitions into desktop-only
portion of layout.scss to not affect mobile layout;
2015-11-09 15:14:50 -08:00
Charles Hacskaylo
2b92c1619e
[Frontend] Min/max widths on panes adjusted
...
open #250
Fixed min and max widths for panes to prevent
weird pane expand/collapse behaviors, like
Inspector covering the main view area;
Added min-width to .holder-all element;
2015-11-09 15:10:52 -08:00
Charles Hacskaylo
fd135a16af
[Frontend] Restoring dropped Snow theme constants
...
open #250
Snow theme constants missing were causing the Snow
theme CSS to not compile - this commit restores those
values;
TO-DO: values defined are a bit out of sync between Espresso
and Snow and need to be realigned;
2015-11-09 14:22:34 -08:00
Charles Hacskaylo
4e79de6156
[Frontend] Apply flex layout to object header elements
...
open #250
open #260
vista#132
Major refactoring to markup and CSS to apply
flex layout strategy to object headers;
Flex necessary to fix 'overflow: hidden' setting
applied in open90 to object-browse-bar that
was preventing the view switcher menu from
appearing;
Browse, edit, mobile, frames in layouts, etc. all
visually checked in a first go round;
Mobile classes tweaked to fix left and right
margin problems resulting from open90 changes;
z-indexing of Inspector pane and splitters changed
to allow primary pane elements to overflow beneath
when primary pane width is severely constrained;
2015-11-06 17:42:54 -08:00
akhenry
51968954a9
Merge pull request #255 from nasa/open215
...
[Creation] Add creation capability
2015-11-06 16:00:12 -08:00
Victor Woeltjen
64607b8e56
[Creation] Remove errant comments
2015-11-06 15:47:33 -08:00
Victor Woeltjen
cb432051dc
[Creation] Tweak lazy initialization approach
2015-11-06 14:32:47 -08:00
Victor Woeltjen
c184a9ce7c
[Creation] Complete rename of capability
2015-11-06 14:31:26 -08:00
Victor Woeltjen
62e2114349
[Creation] Move test cases
...
Move test cases from instantiation capability over to
instantiate service.
2015-11-06 14:30:39 -08:00
Victor Woeltjen
cca1928b82
[Creation] Use instantiate from objectService
...
Use instantiate from DomainObjectProvider, to remove redundant
code around DomainObject instantiation.
2015-11-06 14:23:34 -08:00
Victor Woeltjen
81b136eab1
[Creation] Use instantiate service
...
...from instantiation capability.
2015-11-06 14:15:22 -08:00
Victor Woeltjen
d059116782
[Creation] Rename creation capability
...
...to instantiation, to distinguish from creation (which
typically includes persistence.)
2015-11-06 14:07:53 -08:00
Victor Woeltjen
bdc99950c6
[Creation] Add instantiate service
...
...to allow insantiating domain objects completely
externally from any other domain object. Desired by
code review feedback for nasa/openmctweb#255 .
2015-11-06 13:56:12 -08:00
Charles Hacskaylo
76e15f2963
Merge remote-tracking branch 'github/master' into open250
2015-11-06 13:32:28 -08:00
Victor Woeltjen
06436bb876
[Creation] Use identifierService
...
...from CreationCapability.
2015-11-06 13:10:51 -08:00
Victor Woeltjen
d8f3f0f430
[Persistence] Expose IdentifierService
2015-11-06 13:05:27 -08:00
Victor Woeltjen
177c1874b9
[Persistence] Add identifierService
2015-11-06 13:03:54 -08:00
Victor Woeltjen
96a7c12d69
Merge pull request #249 from nasa/open127
...
[UI] Progress indicator for pending operations (e.g. duplicate)
2015-11-06 10:57:42 -08:00
Henry
148a5eb248
JSLint issue
2015-11-06 10:14:59 -08:00
Henry
31d3ec5d20
Removed usage of function.prototype.bind
2015-11-06 10:06:17 -08:00
Pete Richards
7564384b57
Merge remote-tracking branch 'github-open/open241' into open-master
2015-11-06 09:59:20 -08:00
Pete Richards
639546bf86
Merge remote-tracking branch 'github-open/open229b' into open-master
2015-11-06 09:54:42 -08:00
Pete Richards
932e3cb7b0
Merge remote-tracking branch 'github-open/open244' into open-master
2015-11-06 09:46:51 -08:00