Victor Woeltjen
|
185567cf29
|
[Licenses] Update copyright year to 2017
Fixes #1517
|
2017-04-05 14:52:46 -07:00 |
|
Victor Woeltjen
|
4c7ad6d93a
|
Merge branch 'undirty-on-refresh-1046' into transaction-clearing-1059
Conflicts:
platform/commonUI/edit/src/actions/SaveAsAction.js
|
2016-07-14 11:53:39 -07:00 |
|
Henry
|
c8898ac6aa
|
[Documentation] Updated copyright statement. Fixes #1081
|
2016-07-12 16:55:57 -07:00 |
|
Victor Woeltjen
|
8244e435bf
|
[Edit] Update failing spec
|
2016-06-22 16:13:26 -07:00 |
|
Pete Richards
|
c00b053aa7
|
[Tests] verify that identifier service provides key
Verify that the results of the identifier service are used for
persistence calls instead of the domain object id.
https://github.com/nasa/openmct/issues/1013
|
2016-06-15 10:31:25 -07:00 |
|
Pete Richards
|
2d5824c4ab
|
[Persistence] Use identifier service to get key
Retrieve key from identifier service for all persist operations.
Fixes https://github.com/nasa/openmct/issues/1013
|
2016-06-14 10:56:54 -07:00 |
|
Victor Woeltjen
|
fa77139077
|
[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
|
2016-05-19 11:29:13 -07:00 |
|
Henry
|
44f4a82fa1
|
Resolved merge conflicts
|
2016-05-12 16:14:31 -07:00 |
|
Victor Woeltjen
|
934eb13813
|
[Build] Remove obsolete jslint tags
ES5 mode is enabled by default in JSHint, tags no longer necessary per
https://github.com/nasa/openmct/pull/724#discussion_r55095722
|
2016-04-08 16:54:01 -07:00 |
|
Victor Woeltjen
|
5e44bfc6c7
|
Merge branch 'master' into open671
Conflicts:
main.js
platform/commonUI/edit/src/policies/EditableMovePolicy.js
platform/commonUI/general/src/directives/MCTTree.js
platform/commonUI/general/src/ui/ToggleView.js
platform/core/src/actions/ActionCapability.js
platform/core/test/models/CachingModelDecoratorSpec.js
platform/core/test/services/InstantiateSpec.js
platform/features/events/bundle.js
platform/features/events/src/DomainColumn.js
platform/features/events/src/EventListController.js
platform/features/events/src/EventListPopulator.js
platform/features/events/src/RangeColumn.js
platform/features/events/src/directives/MCTDataTable.js
platform/features/events/src/policies/MessagesViewPolicy.js
platform/features/events/test/DomainColumnSpec.js
platform/features/events/test/EventListControllerSpec.js
platform/features/events/test/EventListPopulatorSpec.js
platform/features/events/test/RangeColumnSpec.js
platform/features/events/test/policies/MessagesViewPolicySpec.js
platform/features/rtevents/bundle.js
platform/features/rtevents/src/DomainColumn.js
platform/features/rtevents/src/RTEventListController.js
platform/features/rtevents/src/RangeColumn.js
platform/features/rtevents/src/directives/MCTRTDataTable.js
platform/features/rtevents/src/policies/RTMessagesViewPolicy.js
platform/features/rtevents/test/DomainColumnSpec.js
platform/features/rtevents/test/RTEventListControllerSpec.js
platform/features/rtevents/test/RangeColumnSpec.js
platform/features/rtevents/test/policies/RTMessagesViewPolicySpec.js
platform/features/rtscrolling/bundle.js
platform/features/rtscrolling/src/DomainColumn.js
platform/features/rtscrolling/src/NameColumn.js
platform/features/rtscrolling/src/RTScrollingListController.js
platform/features/rtscrolling/src/RangeColumn.js
platform/features/scrolling/src/DomainColumn.js
platform/features/scrolling/src/RangeColumn.js
platform/features/scrolling/src/ScrollingListController.js
platform/features/scrolling/src/ScrollingListPopulator.js
platform/features/scrolling/test/DomainColumnSpec.js
platform/features/scrolling/test/RangeColumnSpec.js
platform/features/scrolling/test/ScrollingListControllerSpec.js
platform/features/scrolling/test/ScrollingListPopulatorSpec.js
platform/features/table/src/directives/MCTTable.js
platform/features/table/test/controllers/TelemetryTableControllerSpec.js
platform/representation/src/gestures/DropGesture.js
platform/telemetry/src/TelemetryFormatter.js
test-main.js
|
2016-04-08 16:08:19 -07:00 |
|
Victor Woeltjen
|
da09ffd3fa
|
[Persistence] Don't evict models on persist
https://github.com/nasa/openmct/issues/745#issuecomment-204559209
|
2016-04-01 13:38:13 -07:00 |
|
Victor Woeltjen
|
baccd005dc
|
[Add] Update persistence capability spec
...to reflect removal of cached domain object models.
|
2016-03-21 15:08:27 -07:00 |
|
Victor Woeltjen
|
ac5ac8d34e
|
[Build] Remove boilerplate from scripts
No longer necessary after JSHint configuration.
|
2016-03-04 10:46:38 -08:00 |
|
Henry
|
eb4959cf49
|
[persistence] #58 renamed alertService to notificationService
|
2015-12-04 10:45:49 -08:00 |
|
Henry
|
00f96c314a
|
[persistence] #58 added tests for notification on persistence error
|
2015-12-03 20:32:03 -08:00 |
|
Victor Woeltjen
|
ffdcbece56
|
[Persistence] Update failing spec
...to reflect changes to the persistence capability, utilizing the
identifierService for consistent interpretation of spaces by id.
|
2015-11-10 12:33:52 -08:00 |
|
Victor Woeltjen
|
e4d136d345
|
[Persistence] Update spec
Update spec for persistence capability to reflect changes for
nasa/openmctweb#92
|
2015-08-28 15:46:06 -07:00 |
|
Victor Woeltjen
|
10863514cb
|
[Licenses] Add license headers
WTD-1051.
|
2015-05-13 16:43:30 -07:00 |
|
Victor Woeltjen
|
6e2ec8dbe7
|
[Core] Update existing specs
Update existing specs for changes from WTD-1033.
|
2015-03-24 16:43:50 -07:00 |
|
Victor Woeltjen
|
5867f8ad98
|
[Core] Update failing specs
Update failing specs in core after changes for WTD-1033.
|
2015-03-24 16:26:05 -07:00 |
|
Victor Woeltjen
|
99f9203e71
|
[Core] Complete spec for capailities
Complete specs for capabilities introduced in platform/core,
part of ongoing transition of this bundle. WTD-573.
|
2014-11-21 16:59:03 -08:00 |
|
Victor Woeltjen
|
a797ae8a69
|
[Core] Add skeleton specs
Add skeleton specs for platform/core, WTD-573.
|
2014-11-20 16:15:16 -08:00 |
|