2222 Commits

Author SHA1 Message Date
Victor Woeltjen
1ea23e53e7 [CLI] Auto-focus 2015-10-08 15:06:35 -07:00
Victor Woeltjen
f6c66248c8 [CLI] Add license header 2015-10-08 15:03:19 -07:00
Victor Woeltjen
9bffd0c5d5 Merge remote-tracking branch 'origin/open147' into cli 2015-10-08 14:56:24 -07:00
Victor Woeltjen
1ddfa671c7 [CLI] Visually distinguish user input 2015-10-08 14:52:22 -07:00
Victor Woeltjen
886ac8e859 [CLI] Distinguish links 2015-10-08 14:48:50 -07:00
Victor Woeltjen
7e121dc647 [CLI] Clean up command formats 2015-10-08 14:35:43 -07:00
Victor Woeltjen
83ce018bef [Common UI] Avoid infinite digest 2015-10-08 14:35:21 -07:00
Victor Woeltjen
3b6b4a5694 [Browse] Separate out 'back' as an action. 2015-10-08 14:18:01 -07:00
Victor Woeltjen
f8e0dbd5b7 [Create] Add category for create actions 2015-10-08 14:12:36 -07:00
Victor Woeltjen
af5449b78f [CLI] Hide missing descriptions 2015-10-08 14:01:25 -07:00
Victor Woeltjen
c9df2db962 [CLI] Add some shadowing 2015-10-08 13:58:58 -07:00
Victor Woeltjen
bc757c09d4 [Browse] Add key to Fullscreen action 2015-10-08 13:58:49 -07:00
Victor Woeltjen
7b3fe0e1dc [CLI] Autoscroll, re-echo objects on empty input 2015-10-08 13:49:02 -07:00
Victor Woeltjen
0609c7e0ac [Common UI] Handle out-of-range scroll values
When user code specifies an out-of-range scroll value,
this will get clamped to scrollWidth or scrollHeight;
so, publish this value back into scope if that occurs.
2015-10-08 13:48:40 -07:00
Victor Woeltjen
1a802d1e7f [CLI] Hide irrelevant info 2015-10-08 12:58:57 -07:00
Victor Woeltjen
efd2c47a3f [CLI] Begin supporting commands 2015-10-08 12:55:06 -07:00
Victor Woeltjen
45fb644658 [CLI] Add some styles 2015-10-08 11:21:37 -07:00
Victor Woeltjen
b0d72c49bc [CLI] Show navigated object 2015-10-08 11:10:24 -07:00
Victor Woeltjen
e2b4c87c03 [CLI] Receive input 2015-10-08 10:55:27 -07:00
Victor Woeltjen
f1f8439726 [CLI] Initial commit; add bundle 2015-10-08 10:47:52 -07:00
Victor Woeltjen
bf41d82a78 [Entanglement] Restore missing specs
Restore specs which had been omitted from suite.json (but currently
succeed for the relevant scripts); done in the context of
nasa/openmctweb#147
2015-10-06 16:50:35 -07:00
Victor Woeltjen
a4944717a1 [Location] Test getOriginal method 2015-10-06 16:47:37 -07:00
Victor Woeltjen
70bbd3cf97 [Entanglement] Add test cases for Go To Original 2015-10-06 16:37:37 -07:00
Victor Woeltjen
e3afaf0842 [Entanglement] Add Go To Original
nasa/openmctweb#147
2015-10-06 16:26:08 -07:00
Victor Woeltjen
60f2f9fb6c [Location] Add getOriginal method
Add a getOriginal method to the location capability, to simplify
loading of original versions of objects. nasa/openmctweb#147
2015-10-06 16:18:51 -07:00
Victor Woeltjen
d6fe543c16 [Build] Bump version number
Bump version number to start sprint Asimov, WTD-827.
2015-09-28 15:25:37 -07:00
Victor Woeltjen
581dbacc9f [Build] Remove SNAPSHOT status
Remove SNAPSHOT status to tag end of sprint,
WTD-827.
open-v0.8.1
2015-09-28 15:20:18 -07:00
Victor Woeltjen
5b02bc8104 Merge pull request #145 from nasa/open-commit-standards
[Process] Loosen commit message standards
2015-09-25 13:28:11 -07:00
Victor Woeltjen
4f0e8ada2f [Process] Loosen commit message standards
Loosen commit message standards, to minimize clutter in GitHub
issues. nasa/openmctweb#145.
2015-09-25 10:47:41 -07:00
Pete Richards
6ce4ce6ada Merge remote-tracking branch 'github-open/open139-1' into open-master 2015-09-23 13:51:55 -07:00
Pete Richards
70bc17c79f Merge remote-tracking branch 'github-open/open97' into open-master 2015-09-23 13:44:48 -07:00
Victor Woeltjen
f3aceb1644 Merge pull request #118 from nasa/open95b
Review and integrate open95b into master
2015-09-23 13:06:42 -07:00
Victor Woeltjen
056b0c8c5b [Fixed Position] Use spaces instead of tabs
...to satisfy code style checker and pass build,
in preparation for merge. nasa/openmctweb#118
2015-09-23 12:59:04 -07:00
Victor Woeltjen
fa60d62039 [Entanglement] Simplify test case
...per review feedback from nasa/openmctweb#98
2015-09-23 12:49:04 -07:00
Victor Woeltjen
082122ddec [Entanglement] Move policyService.allow.andReturn
...to locations where the specified return value
can be more closely correlated to the relevant
test cases. nasa/openmctweb#98
2015-09-23 12:46:23 -07:00
Victor Woeltjen
6dbccd5000 [Entanglement] Update test cases around error-throwing
...per code review feedback, nasa/openmctweb#97
2015-09-23 12:43:03 -07:00
Charles Hacskaylo
fb0861f256 [Config] Fixed image URLs in ImageTelemetry.js;
open #95b
2015-09-23 09:57:19 -07:00
Victor Woeltjen
dbe1875e70 [Themes] Resolve conflicts
Resolve conflicts in preparation for merge, nasa/openmctweb#118
2015-09-22 16:12:44 -07:00
Victor Woeltjen
97892869ae [Entanglement] Move composition check up
Move check for composition up higher in the sequence of
if-blocks in the validation step of linking; remove
fallback to [] for undefined composition, which is no
longer necessary as a consequence of this.

nasa/openmctweb#98
2015-09-22 15:53:27 -07:00
Victor Woeltjen
8db334e45b Revert "[LinkService] Reorder/refactor validation"
This reverts commit c17269ba8bc7cff3ee2481d1b2c9b14bbba7c34f.
2015-09-22 15:51:15 -07:00
Victor Woeltjen
4743833f7c [Entanglement] Verify revalidation
Verify that move/copy/link revalidate when performed and
throw errors when moving/copying/linking would be invalid.
nasa/openmctweb#98
2015-09-22 15:49:22 -07:00
Victor Woeltjen
6996883b85 [Entanglement] Update specs
Update specs for move/copy/link services to account
for re-validation at time an action is performed.
nasa/openmctweb#98
2015-09-22 15:42:39 -07:00
Victor Woeltjen
119403e71c [Entanglement] Throw errors if validation is skipped
...per feedback from nasa/openmctweb#98
2015-09-22 14:39:15 -07:00
Victor Woeltjen
ff24f06475 [Entanglement] Add JSDoc
...per feedback from nasa/openmctweb#98
2015-09-22 14:10:06 -07:00
Victor Woeltjen
597b18af1c [LinkService] Amend test cases
Remove redundant test case; modify composition-checking
test case to expose correct capability information.
In response to feedback from nasa/openmctweb#98
2015-09-22 14:07:46 -07:00
Pete Richards
aba0969312 Merge branch 'mobile-integration' into open-master 2015-09-22 13:53:22 -07:00
Victor Woeltjen
b4a2bfd727 [LinkService] Change variable name
...based on feedback from nasa/openmctweb#98
2015-09-22 13:50:10 -07:00
Pete Richards
2040304980 Merge remote-tracking branch 'github-open/open19' into open-master 2015-09-22 13:49:41 -07:00
Victor Woeltjen
55362f6b26 [LinkService] Clarify comment
Clarify comment, based on feedback from nasa/openmctweb#98
2015-09-22 13:48:11 -07:00
Pete Richards
8611926533 Merge remote-tracking branch 'github-open/open113' into open-master 2015-09-22 13:45:04 -07:00