Commit Graph

2538 Commits

Author SHA1 Message Date
f2efb07d93 Remove UUID path 2015-11-04 21:05:55 -08:00
863c3f1720 Fixed jslint issues 2015-11-04 20:48:22 -08:00
b73f9fc19e Merged from master 2015-11-04 20:30:49 -08:00
10e711f717 Removed commented code 2015-11-04 20:26:24 -08:00
529dde57b9 Added test for notification to CopyActionSpec 2015-11-04 20:26:24 -08:00
7d1a1acc11 Adding tests for Copy Action 2015-11-04 20:26:23 -08:00
5e1b0f38b7 Migrated to using notifications and fixed tests 2015-11-04 20:26:23 -08:00
4e69ca50fb Fixed blocking dialog 2015-11-04 20:26:23 -08:00
05481dcab5 reverted AbstractComposeAction 2015-11-04 20:26:23 -08:00
fa7131ad5c Refactoring to use promises notifications 2015-11-04 20:26:23 -08:00
bd1c3cb7da All test cases passing + added test cases for copy 2015-11-04 20:26:23 -08:00
cbd21212d1 Original tests that are still valid are passing 2015-11-04 20:26:23 -08:00
5cd458a733 Updating tests 2015-11-04 20:26:23 -08:00
2f90a89065 Fixed more failing tests 2015-11-04 20:26:23 -08:00
4312857fd4 Fixed failing tests 2015-11-04 20:26:22 -08:00
6c4c53dde7 Debugging test failures 2015-11-04 20:26:17 -08:00
4eaeea1e14 Fixed bugs in copy 2015-10-29 21:39:50 -07:00
f44819a7fe Improvements to copy notifications 2015-10-29 17:40:17 -07:00
05722d9b11 Added error handling 2015-10-29 17:15:20 -07:00
92a3fa3e4c Added error handling, and refactored CopyAction slightly 2015-10-29 16:40:51 -07:00
e37fa75289 Added basic notifications on copy 2015-10-28 17:16:53 -07:00
ee314ab387 Added notifications 2015-10-28 17:05:05 -07:00
a2d06583ca Merge pull request #216 from nasa/open-vista54a
Review and integrate open-vista54a into master
2015-10-27 14:04:49 -07:00
5d5425db04 [Frontend] Finessing and verifying CSS
vista#54
Verified against fixed position and scrolling views
using SineWave generator;
font-size of glyph tweaked;
2015-10-27 11:50:16 -07:00
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
74f289cb34 Merge pull request #206 from nasa/open150b
[Plot] Ignore empty lines
2015-10-27 10:48:33 -07:00
4ec243c6fb Merge pull request #212 from nasa/open211
[RequireJS] Specify path for uuid
2015-10-24 07:48:45 -07:00
407d9881ff Merge pull request #200 from nasa/open-toc
[Documentation] Add table of contents
2015-10-23 19:16:51 -07:00
6ee622b3f5 Merge pull request #192 from nasa/open153
[CI] Remove non-existent bundle from procfile
2015-10-23 17:04:04 -07:00
95ea33b441 Removed notification from bundles 2015-10-23 17:02:25 -07:00
099d70b8d9 Merge pull request #175 from nasa/open147
[Entanglement] Add "Go To Original" action
2015-10-23 17:00:46 -07:00
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
896dd8d2c7 Fixed jslint errors 2015-10-23 16:30:51 -07:00
789b640b9b Refactored dismiss and minimize out of NotificationService and on to returned Notification type 2015-10-23 16:28:42 -07:00
90828ef63d Merge remote-tracking branch 'github-open/open181' into open-master 2015-10-23 16:23:29 -07:00
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
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
e05858e26b Added newline to end of source files 2015-10-23 12:11:37 -07:00
89046ecad5 fixed jslint error 2015-10-23 12:03:56 -07:00
fa7431d68b Added test case to DialogServiceSpec 2015-10-23 12:01:48 -07:00
78b528b4a5 Added additional test cases, and some tidying 2015-10-23 11:48:37 -07:00
59f094763b Merge pull request #193 from nasa/search-performance
Search performance
2015-10-22 16:58:02 -07:00
e3ef68bc6f Fixed jslint errors 2015-10-22 16:41:09 -07:00
83276d70d3 Removed MessageSeverity enum and MessageController 2015-10-22 16:29:10 -07:00
109ae3323d Added jsdoc and moved MessageController to dialogs from notifications 2015-10-22 15:10:53 -07:00
0053989de8 renamed dialog and notification 'actions' to 'options' 2015-10-22 14:14:21 -07:00
0628398b01 Moved notifications examples from 'testing' to examples 2015-10-22 13:30:34 -07:00
dc5feb8b1a Added some documentation to notification and dialog launchers 2015-10-22 10:54:48 -07:00
3080861764 Merge pull request #189 from nasa/open111
Developer Guide, Tutorials
2015-10-21 15:42:11 -07:00
dbebf08500 [Time Controller] Add test cases
...to verify behavior on text entry of dates.
2015-10-21 15:38:58 -07:00