bd7cb98a4c
[Timeline] Add missing semicolon
...
...to pass code style checks
2016-03-08 11:40:54 -08:00
0d419fa5fd
[Timeline] Test TimelineTraverser
2016-03-08 11:30:26 -08:00
5ee5e7fea1
[Timeline] Add capabilities to test inputs
2016-03-08 10:47:01 -08:00
66b1a92554
[Timeline] Add test cases for TimelineTraverser
2016-03-08 10:43:13 -08:00
c23c2b84bf
[Timeline] Test inclusion of timespan properties
...
...in prepared data for CSV export
2016-03-08 10:31:31 -08:00
0c2285719e
[Timeline] Test inclusion of metadata headers
2016-03-08 10:27:50 -08:00
fd92c5f970
[Timeline] Add more tests for rows
2016-03-08 10:22:46 -08:00
938c266b4e
[Timeline] Add Id column to CSV export
2016-03-08 10:20:25 -08:00
9e6e33983b
[Timeline] Add more objects to test case
2016-03-08 10:17:10 -08:00
40895ec1b9
[Timelines] Begin spec for exporter
2016-03-08 10:07:21 -08:00
43db52fd70
[Timeline] Simplify interface
...
...such that responsibility for knowing exportService interface
is more localized.
2016-03-08 10:04:09 -08:00
75d6803c9f
[Timeline] Test mode columns in CSV Export
2016-03-08 09:59:54 -08:00
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
dd66cb60d8
[Timeline] Test export task
2016-03-08 09:47:09 -08:00
d5283d57e4
[Timeline] Add missing semicolon
2016-03-07 16:35:40 -08:00
7c140c06dc
[Timeline] Test CSV Export action itself
2016-03-07 16:33:03 -08:00
f9ff9921a9
[Timelines] Continue testing CSV Export
...
...with initial test cases for the action itself.
2016-03-07 16:22:39 -08:00
cdac0ad67f
[Timeline] Add test cases for CSV Export
2016-03-07 16:17:19 -08:00
5d771edcf7
[Timeline] Begin testing CSV Export
2016-03-07 16:13:23 -08:00
c4f1c4ad1f
[Timeline] Show progress notification during export
2016-03-07 16:09:23 -08:00
14b8e02f27
[Timeline] Format exported start/end times
2016-03-07 16:02:33 -08:00
b383921f2a
[Timeline] Export start/end to CSV
2016-03-07 16:00:13 -08:00
a509dfb840
[Timelines] Remove unused TaskService
...
https://developer.nasa.gov/mct/warp/issues/135
2016-03-07 15:30:57 -08:00
b7a44a7557
Merge branch 'master' into warp135b
2016-03-07 15:21:28 -08:00
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
22be6bc860
[Build] Run lint task from CircleCI
...
https://github.com/nasa/openmctweb/pull/724#issuecomment-192487995
2016-03-04 16:16:35 -08:00
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
7c2ddf3926
[Build] Remove snapshot status
...
...to close sprint Ellison,
https://github.com/nasa/openmctweb/milestones/Ellison
v0.9.2
2016-03-04 13:48:31 -08:00
134452582c
[Build] Remove/qualify for-in usages
2016-03-04 13:10:23 -08:00
fb56b3ad56
[Build] Enable forin check for JSHint
2016-03-04 13:04:06 -08:00
8b5a425da6
[Build] Restore erroneously-removed variable
2016-03-04 13:03:41 -08:00
d6ec7e9ab8
[Build] Remove unused variables from specs
...
...to satisfy JSHint.
2016-03-04 12:56:14 -08:00
e470451718
[Build] Declare undefined variables
...
...to satisfy JSLint for specs.
2016-03-04 12:30:23 -08:00
5920533637
[Build] Don't appear to use new for side effects
2016-03-04 12:23:53 -08:00
7eb7027b67
[Build] Specify browser environment
...
...such that various browser globals do not need to be individually
declared.
2016-03-04 12:05:00 -08:00
c7f199a59e
[Build] Also lint specs
...
...with additional tolerance declared for Jasmine variables.
2016-03-04 12:01:11 -08:00
43176cfbb8
[Build] Move lint config to gulpfile
2016-03-04 11:56:31 -08:00
f34ef8c4c8
[Build] Add global declarations to mocks
2016-03-04 11:53:08 -08:00
1cdbc11894
[Build] Clarify spec paths
2016-03-04 11:52:46 -08:00
2be6b3f051
[Build] Fix GenericSearchProvider spec
...
...by delegating to window.setTimeout, such
that spec as-written behaves correctly.
2016-03-04 11:48:20 -08:00
4f85616632
[Build] Fix FullscreenAction spec
...
...to reflect acquisition of screenfull dependency via
AMD
2016-03-04 11:46:15 -08:00
65095d18f2
[Build] Remove partial global declarations
2016-03-04 11:43:55 -08:00
a1a7b2b8ce
[Build] Remove unused variables
...
...to satisfy JSHint
2016-03-04 11:41:48 -08:00
bf232d0593
[Build] Ignore apparent strict violation
...
...in CustomRegistrars.
2016-03-04 11:24:14 -08:00
19c9fcd369
[Build] Remove apparent strict violations
...
...from persistence providers.
2016-03-04 11:18:25 -08:00
9526207af8
[Build] Replace setTimeout with
...
To avoid need to declare global usage to satisfy JSHint
2016-03-04 11:13:34 -08:00
6aeb156a58
[Build] Declare global self in worker
2016-03-04 11:09:41 -08:00
f380e43219
[Build] Inject window to satisfy JSHint
2016-03-04 11:08:20 -08:00
6289fe333b
[Build] Declare screenfull
...
...and shim such that it can be acquired in the normal AMD way.
Avoids use of global variable to satisfy JSHint.
2016-03-04 11:05:08 -08:00
c00d77dcb1
[Build] Relocate operators
...
...in multi-line expressions, to satisfy JSHint.
2016-03-04 11:02:57 -08:00