Victor Woeltjen
|
942fa46022
|
[Persistence] Expose aggregator
|
2015-11-05 17:51:14 -08:00 |
|
Victor Woeltjen
|
74aff1b407
|
[Persistence] Implement aggregator
|
2015-11-05 17:48:43 -08:00 |
|
Henry
|
2f658348a8
|
Fixed JSLint
|
2015-11-05 17:40:22 -08:00 |
|
Victor Woeltjen
|
dbff9e2125
|
[Persistence] Add example provider
...to serve as a secondary persistence store.
|
2015-11-05 17:38:51 -08:00 |
|
Henry
|
793ed7ebe6
|
[UI] Progress indicator for pending operations - Refactoring for code clarity
|
2015-11-05 17:32:52 -08:00 |
|
Victor Woeltjen
|
bed1556a3a
|
[Persistence] Begin adding example bundle
Begin adding example bundle illustrating usage of secondary persistence
stores. Scratchpad will 'persist' objects only in memory.
|
2015-11-05 17:30:27 -08:00 |
|
Victor Woeltjen
|
822b4ae96f
|
[Persistence] Report space by identifier
|
2015-11-05 17:26:48 -08:00 |
|
Victor Woeltjen
|
99f3b986b6
|
[Creation] Retain space prefix
Retain space prefix from a parent when creating a new domain object,
if there is a space prefix.
|
2015-11-05 17:25:39 -08:00 |
|
Victor Woeltjen
|
fd4c1ea747
|
[Persistence] Retain original id
...after parsing out space and key, to aid in assembling
the result of getModels as an object where IDs are keys.
|
2015-11-05 17:22:05 -08:00 |
|
Victor Woeltjen
|
944a5a7424
|
[Persistence] Update JSDoc
|
2015-11-05 17:16:53 -08:00 |
|
Victor Woeltjen
|
dda2c89a58
|
[Persistence] Update bunde definition
...to reflect removal of 'additional persistence spaces'; parse
these out of identifiers instead.
|
2015-11-05 17:13:19 -08:00 |
|
Victor Woeltjen
|
c8cfbf5281
|
[Persistence] Refactor model loading
...such that ids are only parsed for space/key pairs once.
|
2015-11-05 17:11:24 -08:00 |
|
Victor Woeltjen
|
9f383ab101
|
[Persistence] Parse space from id
Parse spaces from domain object identifiers, if these have
been specified.
|
2015-11-05 17:04:55 -08:00 |
|
Victor Woeltjen
|
7811d50372
|
[Persistence] Document identifier syntax
Document identifier syntax to account for space-prefixing
for nasa/openmctweb#245.
|
2015-11-05 16:50:24 -08:00 |
|
Henry
|
e1c6c76612
|
Refactored some CopyService functions out to CopyTask
|
2015-11-05 16:39:46 -08:00 |
|
Henry
|
aa2a835cb1
|
Created CopyTask class
|
2015-11-05 16:19:01 -08:00 |
|
Victor Woeltjen
|
3741a02d2a
|
[Creation] Test CreationCapability
|
2015-11-05 16:15:12 -08:00 |
|
Victor Woeltjen
|
f14cad4a39
|
[Creation] Add JSDoc
|
2015-11-05 16:05:29 -08:00 |
|
Victor Woeltjen
|
09bae63de7
|
[Creation] Update CreationService spec
|
2015-11-05 15:36:44 -08:00 |
|
Victor Woeltjen
|
62b9eb5180
|
[Creation] Simplify creationService
Add the newly-created domain object directly, instead of via
its id.
|
2015-11-05 15:36:33 -08:00 |
|
Victor Woeltjen
|
3f26be885e
|
[Creation] Move uuid
...into core, since it is used by the Creation capability.
|
2015-11-05 15:24:57 -08:00 |
|
Victor Woeltjen
|
7ab318d57b
|
[Creation] Fix method invocation
|
2015-11-05 15:21:47 -08:00 |
|
Victor Woeltjen
|
65a33f8af5
|
[Creation] Clean up creationService
Remove unused dependency, update JSDoc
|
2015-11-05 15:15:23 -08:00 |
|
Victor Woeltjen
|
331b4e9259
|
[Creation] Use creation capability
...from creationService to initially instantiate a domain object
before persisting it.
|
2015-11-05 15:13:33 -08:00 |
|
Victor Woeltjen
|
474afdf8ef
|
[Creation] Expose creation capability
...adding usage of to avoid circular dependencies.
|
2015-11-05 15:08:52 -08:00 |
|
Victor Woeltjen
|
3f4ccd93ab
|
[Creation] Add creation capability
...allowing domain objects to be instantiated in-memory
without persisting them. nasa/openmctweb#215
|
2015-11-05 15:05:54 -08:00 |
|
akhenry
|
92cf86837b
|
Merge pull request #207 from nasa/open1239
[Plugins] Bring over Timeline, Clocks/Timers
|
2015-11-05 13:42:32 -08:00 |
|
Victor Woeltjen
|
5274923c49
|
[Licenses] Add license headers
...to sources for Clocks/Timers and Timelines, as noted in
review nasa/openmctweb#207
|
2015-11-05 12:45:51 -08:00 |
|
akhenry
|
a356e01b14
|
Merge pull request #219 from nasa/open213
[Mobile] Don't move DOM nodes
|
2015-11-05 12:09:22 -08:00 |
|
Henry
|
21a37db15b
|
#127 fixed failing test caused by fix for persistence spaces
|
2015-11-05 11:50:56 -08:00 |
|
akhenry
|
a20bbd98f5
|
Merge pull request #224 from nasa/open-docs-css
[Documentation] Add styling
|
2015-11-05 11:46:57 -08:00 |
|
Henry
|
5b3f780204
|
[UI] Progress indicator for pending operations (e.g. duplicate) #249- Fixed serious issue with persistence
|
2015-11-05 11:38:41 -08:00 |
|
Henry
|
43e920d3b6
|
Reverted to local storage
|
2015-11-05 10:27:50 -08:00 |
|
Andrew Henry
|
3443780ac7
|
Improved commenting
|
2015-11-04 22:09:28 -08:00 |
|
Andrew Henry
|
8e85675732
|
Made changes to error reporting
|
2015-11-04 22:07:26 -08:00 |
|
Andrew Henry
|
2bdc95eb95
|
Restored MoveActionSpec.js and LinkActionSpec.js
|
2015-11-04 21:11:26 -08:00 |
|
Andrew Henry
|
f2efb07d93
|
Remove UUID path
|
2015-11-04 21:05:55 -08:00 |
|
Andrew Henry
|
863c3f1720
|
Fixed jslint issues
|
2015-11-04 20:48:22 -08:00 |
|
Andrew Henry
|
b73f9fc19e
|
Merged from master
|
2015-11-04 20:30:49 -08:00 |
|
Andrew Henry
|
10e711f717
|
Removed commented code
|
2015-11-04 20:26:24 -08:00 |
|
Andrew Henry
|
529dde57b9
|
Added test for notification to CopyActionSpec
|
2015-11-04 20:26:24 -08:00 |
|
Henry
|
7d1a1acc11
|
Adding tests for Copy Action
|
2015-11-04 20:26:23 -08:00 |
|
Henry
|
5e1b0f38b7
|
Migrated to using notifications and fixed tests
|
2015-11-04 20:26:23 -08:00 |
|
Andrew Henry
|
4e69ca50fb
|
Fixed blocking dialog
|
2015-11-04 20:26:23 -08:00 |
|
Andrew Henry
|
05481dcab5
|
reverted AbstractComposeAction
|
2015-11-04 20:26:23 -08:00 |
|
Andrew Henry
|
fa7131ad5c
|
Refactoring to use promises notifications
|
2015-11-04 20:26:23 -08:00 |
|
Henry
|
bd1c3cb7da
|
All test cases passing + added test cases for copy
|
2015-11-04 20:26:23 -08:00 |
|
Henry
|
cbd21212d1
|
Original tests that are still valid are passing
|
2015-11-04 20:26:23 -08:00 |
|
Henry
|
5cd458a733
|
Updating tests
|
2015-11-04 20:26:23 -08:00 |
|
Andrew Henry
|
2f90a89065
|
Fixed more failing tests
|
2015-11-04 20:26:23 -08:00 |
|