Victor Woeltjen
5d084c2618
[Representation] Fix unchanged check
...
Fix logic in unchanged check; compare booleans to detect if
they have changed, instead of just anding them. Partially
addresses #732
2016-03-10 14:21:20 -08:00
Henry
5208631528
[Tables] #707 removed redundant bundles
2016-03-10 13:55:59 -08:00
Henry
a56edb9ff4
[table] #707 Fixed sorting on insert for numbers
...
Added metadata to event generator
2016-03-10 13:39:16 -08:00
Henry
7da1a218ba
[Tables] #707 Added auto-scroll, addressed race condition in Sinewave and event telemetry providers
...
Fixed issue with visible padding row
Incremental improvements
Added tests
Added tests for sorted insert, and fixed lint errors
2016-03-10 13:21:57 -08:00
Henry
a4eb9d6a94
[Tables] #707 Supporting realtime telemetry tables
...
Added real-time table type
2016-03-10 13:21:57 -08:00
Henry
20f1dcef45
Fixed scrolling
2016-03-10 13:21:01 -08:00
Charles Hacskaylo
4983d35ca6
[Frontend] Cleanups to Inspector config elements
...
open #729
Spacing tweaks; set PlotOptionsForm.js > Autoscale
to not use control-first layout;
Checked in snow theme;
2016-03-10 13:18:57 -08:00
Charles Hacskaylo
7171fd01e3
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress
Moved CSS def to be more globally applicable;
Simplified layout obj props location display;
2016-03-10 11:07:26 -08:00
Charles Hacskaylo
0957fbc6f9
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress
Moved reduced-min-width into _inspector.scss;
Removed <style> defs in markup files;
2016-03-10 10:50:00 -08:00
Charles Hacskaylo
bdbb045005
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress!
Markup and CSS mods continued;
Config params added to PlotOptionsForm.js to
allow control-first layout per form row;
Changed titles of Inspector parts;
2016-03-10 10:31:05 -08:00
Charles Hacskaylo
318df9878d
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress!
Markup and CSS modified to cleanup control layout
and styling in Plot and Table config options;
gulpfile.js modified to include SASS source line numbers
in rendered CSS;
2016-03-09 17:22:41 -08:00
Victor Woeltjen
406a31889e
[Timeline] Add specs for remaining columns
2016-03-08 12:34:08 -08:00
Victor Woeltjen
9e4e3e9c43
[Timeline] Add JSDoc
...
Add JSDoc to classes implemented Export Timeline as CSV
2016-03-08 11:59:53 -08:00
Victor Woeltjen
bd7cb98a4c
[Timeline] Add missing semicolon
...
...to pass code style checks
2016-03-08 11:40:54 -08:00
Victor Woeltjen
0d419fa5fd
[Timeline] Test TimelineTraverser
2016-03-08 11:30:26 -08:00
Victor Woeltjen
5ee5e7fea1
[Timeline] Add capabilities to test inputs
2016-03-08 10:47:01 -08:00
Victor Woeltjen
66b1a92554
[Timeline] Add test cases for TimelineTraverser
2016-03-08 10:43:13 -08:00
Victor Woeltjen
c23c2b84bf
[Timeline] Test inclusion of timespan properties
...
...in prepared data for CSV export
2016-03-08 10:31:31 -08:00
Victor Woeltjen
0c2285719e
[Timeline] Test inclusion of metadata headers
2016-03-08 10:27:50 -08:00
Victor Woeltjen
fd92c5f970
[Timeline] Add more tests for rows
2016-03-08 10:22:46 -08:00
Victor Woeltjen
938c266b4e
[Timeline] Add Id column to CSV export
2016-03-08 10:20:25 -08:00
Victor Woeltjen
9e6e33983b
[Timeline] Add more objects to test case
2016-03-08 10:17:10 -08:00
Victor Woeltjen
40895ec1b9
[Timelines] Begin spec for exporter
2016-03-08 10:07:21 -08:00
Victor Woeltjen
43db52fd70
[Timeline] Simplify interface
...
...such that responsibility for knowing exportService interface
is more localized.
2016-03-08 10:04:09 -08:00
Victor Woeltjen
75d6803c9f
[Timeline] Test mode columns in CSV Export
2016-03-08 09:59:54 -08:00
Victor Woeltjen
ed679756b3
[Timelines] Test metadata columns in CSV Export
...
...and additionally refactor to run in a test environment
(don't use Array.prototype.find)
2016-03-08 09:56:21 -08:00
Victor Woeltjen
dd66cb60d8
[Timeline] Test export task
2016-03-08 09:47:09 -08:00
Victor Woeltjen
d5283d57e4
[Timeline] Add missing semicolon
2016-03-07 16:35:40 -08:00
Victor Woeltjen
7c140c06dc
[Timeline] Test CSV Export action itself
2016-03-07 16:33:03 -08:00
Victor Woeltjen
f9ff9921a9
[Timelines] Continue testing CSV Export
...
...with initial test cases for the action itself.
2016-03-07 16:22:39 -08:00
Victor Woeltjen
cdac0ad67f
[Timeline] Add test cases for CSV Export
2016-03-07 16:17:19 -08:00
Victor Woeltjen
5d771edcf7
[Timeline] Begin testing CSV Export
2016-03-07 16:13:23 -08:00
Victor Woeltjen
c4f1c4ad1f
[Timeline] Show progress notification during export
2016-03-07 16:09:23 -08:00
Victor Woeltjen
14b8e02f27
[Timeline] Format exported start/end times
2016-03-07 16:02:33 -08:00
Victor Woeltjen
b383921f2a
[Timeline] Export start/end to CSV
2016-03-07 16:00:13 -08:00
Victor Woeltjen
a509dfb840
[Timelines] Remove unused TaskService
...
https://developer.nasa.gov/mct/warp/issues/135
2016-03-07 15:30:57 -08:00
Victor Woeltjen
b7a44a7557
Merge branch 'master' into warp135b
2016-03-07 15:21:28 -08:00
Victor Woeltjen
2d305415b3
[Search] Index directly on mutation
...
Pass model directly when indexing is triggered via object mutation,
to avoid issuing an extra, unnecessary request to the server.
Additionally supports indexing of objects which have been created
but not yet persisted.
Addresses #377 .
2016-03-07 14:46:36 -08:00
Victor Woeltjen
ff5f37dfbe
[Build] Bump version number
...
...and add SNAPSHOT status, to begin sprint Gibson.
https://github.com/nasa/openmctweb/milestones/Gibson
2016-03-04 13:59:41 -08:00
Victor Woeltjen
7c2ddf3926
[Build] Remove snapshot status
...
...to close sprint Ellison,
https://github.com/nasa/openmctweb/milestones/Ellison
2016-03-04 13:48:31 -08:00
Victor Woeltjen
18167eddf8
[Build] Enforce code coverage threshold
...
Addresses #672
2016-03-03 17:14:04 -08:00
Victor Woeltjen
f302bd6cb2
[Info Bubble] Test arrow class application
...
#716
2016-03-03 16:17:01 -08:00
Victor Woeltjen
071a908c10
[Info Bubble] Don't clobber arrow classes
...
#716
2016-03-03 15:58:28 -08:00
Pete Richards
7e60593501
Merge remote-tracking branch 'origin/open670'
2016-03-03 11:28:28 -08:00
Henry
f653362247
Fixed issue with non-named columns
2016-03-03 10:12:25 -08:00
Henry
b63b7b1e5d
[Tables] #670 Addressed issues from code review
2016-03-03 09:26:12 -08:00
Henry
55e00baeaf
[Table] #670 Addressed comments from code review
2016-03-02 21:40:56 -08:00
Victor Woeltjen
75178576dd
Merge pull request #712 from nasa/open627_no_regions_master
...
[Edit Mode] #627 Remove edit-related concerns from Browse controllers
2016-03-02 12:12:11 -08:00
Henry
670c06103f
[Edit Mode] Rebased over master
2016-03-02 11:45:15 -08:00
Henry
7b5218c5ba
[Edit Mode] #627 Fixed failing tests
...
Removed reference to defunct NavigationServiceDecorator
Removed virtual panels from drop gesture
2016-03-02 11:12:41 -08:00