Victor Woeltjen
|
a88fadcb49
|
[Plot] Allow lookup of alternate ranges
|
2015-11-10 16:02:18 -08:00 |
|
Victor Woeltjen
|
ae7a1618e8
|
[Plot] Listen for domain/range changes
nasa/openmctweb#218
|
2015-11-10 15:16:47 -08:00 |
|
Victor Woeltjen
|
62e7adc0b0
|
Merge pull request #269 from nasa/open220
[Documentation] Fix broken links and strange characters in Developer Guide
|
2015-11-09 17:30:57 -08:00 |
|
Henry
|
7172c45404
|
[Documentation] #220 Fix broken links and strange characters in Developer Guide
|
2015-11-09 17:11:18 -08:00 |
|
Henry
|
aed49d89e3
|
[Documentation] Fix broken links and strange characters in Developer Guide
|
2015-11-09 13:46:27 -08:00 |
|
Henry
|
05f8739952
|
Diffs
|
2015-11-09 13:46:27 -08:00 |
|
Henry
|
bf39aa1b1d
|
Fixed broken links@
|
2015-11-09 13:46:22 -08:00 |
|
Henry
|
78004ebf37
|
Fixed broken linkes
|
2015-11-06 17:40:43 -08:00 |
|
akhenry
|
51968954a9
|
Merge pull request #255 from nasa/open215
[Creation] Add creation capability
|
2015-11-06 16:00:12 -08:00 |
|
Victor Woeltjen
|
64607b8e56
|
[Creation] Remove errant comments
|
2015-11-06 15:47:33 -08:00 |
|
Victor Woeltjen
|
cb432051dc
|
[Creation] Tweak lazy initialization approach
|
2015-11-06 14:32:47 -08:00 |
|
Victor Woeltjen
|
c184a9ce7c
|
[Creation] Complete rename of capability
|
2015-11-06 14:31:26 -08:00 |
|
Victor Woeltjen
|
62e2114349
|
[Creation] Move test cases
Move test cases from instantiation capability over to
instantiate service.
|
2015-11-06 14:30:39 -08:00 |
|
Victor Woeltjen
|
cca1928b82
|
[Creation] Use instantiate from objectService
Use instantiate from DomainObjectProvider, to remove redundant
code around DomainObject instantiation.
|
2015-11-06 14:23:34 -08:00 |
|
Victor Woeltjen
|
81b136eab1
|
[Creation] Use instantiate service
...from instantiation capability.
|
2015-11-06 14:15:22 -08:00 |
|
Victor Woeltjen
|
d059116782
|
[Creation] Rename creation capability
...to instantiation, to distinguish from creation (which
typically includes persistence.)
|
2015-11-06 14:07:53 -08:00 |
|
Victor Woeltjen
|
bdc99950c6
|
[Creation] Add instantiate service
...to allow insantiating domain objects completely
externally from any other domain object. Desired by
code review feedback for nasa/openmctweb#255.
|
2015-11-06 13:56:12 -08:00 |
|
Victor Woeltjen
|
96a7c12d69
|
Merge pull request #249 from nasa/open127
[UI] Progress indicator for pending operations (e.g. duplicate)
|
2015-11-06 10:57:42 -08:00 |
|
Henry
|
148a5eb248
|
JSLint issue
|
2015-11-06 10:14:59 -08:00 |
|
Henry
|
31d3ec5d20
|
Removed usage of function.prototype.bind
|
2015-11-06 10:06:17 -08:00 |
|
Pete Richards
|
7564384b57
|
Merge remote-tracking branch 'github-open/open241' into open-master
|
2015-11-06 09:59:20 -08:00 |
|
Pete Richards
|
639546bf86
|
Merge remote-tracking branch 'github-open/open229b' into open-master
|
2015-11-06 09:54:42 -08:00 |
|
Pete Richards
|
932e3cb7b0
|
Merge remote-tracking branch 'github-open/open244' into open-master
|
2015-11-06 09:46:51 -08:00 |
|
Pete Richards
|
cbffc221fb
|
Merge remote-tracking branch 'github-open/prod-uisymbols' into open-master
|
2015-11-06 09:44:21 -08:00 |
|
Henry
|
2f658348a8
|
Fixed JSLint
|
2015-11-05 17:40:22 -08:00 |
|
Henry
|
793ed7ebe6
|
[UI] Progress indicator for pending operations - Refactoring for code clarity
|
2015-11-05 17:32:52 -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 |
|