Victor Woeltjen
7bd0e279b0
Merge remote-tracking branch 'github/master' into open182
...
Merge latest from master branch into topic branch for
nasa/openmctweb#182
2015-10-27 11:49:36 -07:00
Victor Woeltjen
caee1f520f
[Time Conductor] Remove unused watches from plot
2015-10-27 11:46:41 -07:00
Charles Hacskaylo
a8856c0612
[Frontend] Platform-specific mods to limits
...
vista#54
Refactor limits into multiple classes, separating
upr/lwr from red/yellow;
Modded SineWaveLimitCapability accordingly;
Normalized upr/lwr glyphs;
(cherry picked from commit a26d71b)
2015-10-27 11:43:28 -07:00
Victor Woeltjen
b375ede217
[Time Conductor] Recognize domain changes in plot
2015-10-27 11:39:23 -07:00
Victor Woeltjen
0bd1d53d25
[Time Conductor] Update plot to support different formats
...
...for telemetry domain values.
2015-10-27 11:22:19 -07:00
Victor Woeltjen
3fe386fcd6
[Time Conductor] Use formatService from telemetryFormatter
2015-10-27 11:21:44 -07:00
akhenry
74f289cb34
Merge pull request #206 from nasa/open150b
...
[Plot] Ignore empty lines
2015-10-27 10:48:33 -07:00
Victor Woeltjen
82b321b3f9
[Time Conductor] Update displayed text when format changes
2015-10-27 10:28:32 -07:00
Victor Woeltjen
3bdaae292e
[Time Conductor] Parse deltas relative to generation start
2015-10-27 10:27:29 -07:00
Victor Woeltjen
b627de45ba
[Time Conductor] Fix bundle definition
...
...such that the delta domain exposes its format, and its format
is exposed correctly under the formats extension category.
Supports testing of time conductor support for alternative
time formatting.
2015-10-27 10:01:32 -07:00
Victor Woeltjen
2056f3aed0
[Time Conductor] Update property name
...
Renamed system to format per code review feedback,
nasa/openmctweb#204
2015-10-27 10:00:35 -07:00
Victor Woeltjen
b928b7d3f2
[Time Conductor] Fix time calculation in example telemetry
2015-10-27 09:54:09 -07:00
Victor Woeltjen
df6cd8f403
[Time Conductor] Expose domain options
...
...for example telemetry, to test domain selection.
2015-10-27 09:50:59 -07:00
Victor Woeltjen
c6b7121cf0
[Time Conductor] Expose getFormat correctly
...
...as an instance method of FormatProvider
2015-10-27 09:45:17 -07:00
Victor Woeltjen
86c61f7543
[Time Conductor] Fix extension definition
...
...for FormatProvider. Depends should be an array.
2015-10-27 09:41:32 -07:00
Victor Woeltjen
741fc57442
[Time Conductor] Add alternate domain
...
Begin adding a more timelike alternately-formatted domain
to sine waves; the 'delta' can be expressed as UTC timestamps
but will be formatted for display as a time relative to
when sine wave generation began.
2015-10-27 09:39:48 -07:00
Victor Woeltjen
ed9a5b0890
[Time Conductor] Roll back changes to example telemetry
...
In particular, remove the timeService implementation; this is made
obsolete by a switch to a simpler format-based approach.
2015-10-26 10:06:58 -07:00
Victor Woeltjen
aa23d358cc
[Time Conductor] Use formatService instead of timeService
2015-10-26 10:03:49 -07:00
Victor Woeltjen
0f34d38451
[Time Conductor] Remove obsolete formatting classes
2015-10-26 09:57:14 -07:00
Victor Woeltjen
f8ee244475
[Time Conductor] Expose FormatProvider
2015-10-26 09:56:37 -07:00
Victor Woeltjen
322d1c8389
[Time Conductor] Add formatProvider
...
...to handle lookup of extensions of category 'formats'
2015-10-26 09:54:57 -07:00
Victor Woeltjen
c45bf45475
[Time Conductor] Remove non-format-like methods
...
...from UTCTimeSystem, and rename to UTCTimeFormat. Per code
review feedback from nasa/openmctweb#182 .
2015-10-26 09:48:54 -07:00
Victor Woeltjen
4ec243c6fb
Merge pull request #212 from nasa/open211
...
[RequireJS] Specify path for uuid
2015-10-24 07:48:45 -07:00
akhenry
407d9881ff
Merge pull request #200 from nasa/open-toc
...
[Documentation] Add table of contents
2015-10-23 19:16:51 -07:00
akhenry
6ee622b3f5
Merge pull request #192 from nasa/open153
...
[CI] Remove non-existent bundle from procfile
2015-10-23 17:04:04 -07:00
Henry
95ea33b441
Removed notification from bundles
2015-10-23 17:02:25 -07:00
akhenry
099d70b8d9
Merge pull request #175 from nasa/open147
...
[Entanglement] Add "Go To Original" action
2015-10-23 17:00:46 -07:00
Pete Richards
3d996ac466
[RequireJS] Specify path for uuid
...
Specify path for uuid, making it available for any code that would require it,
without that code needing to know the path to it.
Fixes https://github.com/nasa/openmctweb/issues/211 .
2015-10-23 16:32:05 -07:00
Henry
896dd8d2c7
Fixed jslint errors
2015-10-23 16:30:51 -07:00
Henry
789b640b9b
Refactored dismiss and minimize out of NotificationService and on to returned Notification type
2015-10-23 16:28:42 -07:00
Pete Richards
90828ef63d
Merge remote-tracking branch 'github-open/open181' into open-master
2015-10-23 16:23:29 -07:00
Victor Woeltjen
29bdc9d574
[Plot] Ignore empty lines
...
Ignore empty lines (plot lines with no data) when determining
domain extrema; avoids failure to draw multiple plot lines in
a telemetry panel, nasa/openmctweb#150 .
2015-10-23 13:22:19 -07:00
Victor Woeltjen
bf24ac7c93
[Search] Update field name
...
Update field name in GenericSearchProvider to reflect changes
from nasa/openmctweb#193 . Avoids exceptions on mutation.
Additionally, add test case exercising relevant code and verifying
that reindexing is scheduled upon mutation as expected.
2015-10-23 12:23:01 -07:00
Henry
e05858e26b
Added newline to end of source files
2015-10-23 12:11:37 -07:00
Henry
89046ecad5
fixed jslint error
2015-10-23 12:03:56 -07:00
Henry
fa7431d68b
Added test case to DialogServiceSpec
2015-10-23 12:01:48 -07:00
Henry
78b528b4a5
Added additional test cases, and some tidying
2015-10-23 11:48:37 -07:00
Victor Woeltjen
59f094763b
Merge pull request #193 from nasa/search-performance
...
Search performance
2015-10-22 16:58:02 -07:00
Henry
e3ef68bc6f
Fixed jslint errors
2015-10-22 16:41:09 -07:00
Henry
83276d70d3
Removed MessageSeverity enum and MessageController
2015-10-22 16:29:10 -07:00
Victor Woeltjen
111b3bac09
[Time Conductor] Remove dateService
...
Replaced by timeService
2015-10-22 16:27:21 -07:00
Victor Woeltjen
67cf8d8cee
[Time Conductor] Support index domain from sine wave
2015-10-22 16:24:55 -07:00
Victor Woeltjen
b4dd95490c
[Time Conductor] Don't treat defaults as invalid
2015-10-22 16:07:21 -07:00
Victor Woeltjen
16e4c32709
[Time Conductor] Remove now dependency, fix domain switch
...
Remove dependency on now (current time can be retrieved via
timeService); fix domain-switching behavior such that changes
to time systems are reflected in changes to default bounds.
2015-10-22 16:05:09 -07:00
Victor Woeltjen
a154c9c870
[Time Conductor] Use timeService from control
2015-10-22 15:51:12 -07:00
Victor Woeltjen
1e71df5ce9
[Time Conductor] Implement timeService in sinewave telemetry
...
Switch from initial dateService interface to more practical
timeService interface.
2015-10-22 15:27:40 -07:00
Victor Woeltjen
5e9f38dadd
[Time Conductor] Add dependency to UTCTimeProvider
2015-10-22 15:20:54 -07:00
Victor Woeltjen
552435b009
[Time Conductor] Add bundle for time handling
2015-10-22 15:20:12 -07:00
Henry
109ae3323d
Added jsdoc and moved MessageController to dialogs from notifications
2015-10-22 15:10:53 -07:00
Henry
0053989de8
renamed dialog and notification 'actions' to 'options'
2015-10-22 14:14:21 -07:00