d2f13354a7
[Time Conductor] Fix link in error message
2017-05-12 12:31:38 -07:00
88223f5e6d
[Time] Always include basic formats
...
Always include basic formats; removing them from the utc format
bundle. This way, they can be utilized by third parties without
them having to commit to the utc time system.
Fixes https://github.com/nasa/openmct/issues/1574
2017-05-10 17:41:25 -07:00
6310be623a
[Telem] ensure request has minimum fields
...
Ensure telemetry request options always have a certain number
of fields-- start, end, and domain. This allows telemetry providers
to implement necessary filtering for these types of requests.
2017-05-10 17:22:01 -07:00
6481ddbd7f
Merge pull request #1573 from nasa/we-dont-depreciate
...
[Typo] Fix deprecation warning
2017-05-10 14:54:37 -07:00
258020624c
Merge pull request #1571 from nasa/standardize-type-name
...
[Types] label -> name
2017-05-10 14:51:25 -07:00
31a605c153
[Typo] Fix deprecation warning
...
we don't depreciate... we deprecate code.
2017-05-10 14:48:55 -07:00
08a8207f64
Correct Typo, check with hasOwnProperty
...
Update warning message with correct wording, and change
check for label property such that a blank label will also
trigger the deprecation warning.
Addresses feedback from https://github.com/nasa/openmct/pull/1571
2017-05-10 14:39:47 -07:00
0a3d51c6b5
[Telem] add backwards compat and warning
...
Add backwards compatibility for x/y hints, and log a warning to
console when x/y hints are encountered.
Fixes https://github.com/nasa/openmct/issues/1546
2017-05-09 19:20:03 -07:00
3df7e30d2c
[Telemetry] x/y -> domain/range
...
Update source to use domain/range instead of x/y.
https://github.com/nasa/openmct/issues/1546
2017-05-09 18:51:57 -07:00
c5161887e2
[Types] label -> name
...
Change label to name, log a warning to console if a typeDef
is registered with a label.
Fixes https://github.com/nasa/openmct/issues/1568 .
2017-05-09 17:55:15 -07:00
4e15d8fa1f
Merge pull request #1479 from nasa/open1233a
...
Review and publish Open MCT Style Guide v1
2017-05-02 12:01:25 -07:00
1f250dd8e7
Merge pull request #1553 from nasa/time-api-redo
...
[Time API] V1.0 Time API and associated refactoring
2017-05-01 17:11:19 -07:00
abb7230231
[Time Conductor] Fixed or disabled failing tests
2017-05-01 16:19:11 -07:00
92d2ec7cf4
[Time Conductor] Addressing comments from code review
2017-05-01 15:01:24 -07:00
46a51bd8db
[Time API] Fixed static code analysis issues
2017-05-01 13:29:14 -07:00
0793442518
[Time API] Provided 'AddFormat' method for registering new formats
2017-04-30 23:21:13 -07:00
31897ec520
[Time Conductor] Misc. bug fixes, additional documentation for conductor elements, moved and renamed LAD tick source
2017-04-29 16:02:25 -07:00
6628f93823
[Time API] Updated documentation for Time API
2017-04-29 16:01:20 -07:00
52b6815687
Removed redundant undefined check, and renamed allTimeSystems to getAllTimeSystems
2017-04-28 16:27:07 -07:00
f17417a541
[Time API] Modified public Time API to support registration of time systems and clocks, setting of active clock, simplification of clocks and time systems, setting of offsets(deltas) and other changes as per #1265 and #1474 . Refactoring of UI code to support changes.
2017-04-28 16:03:59 -07:00
910d746002
[API] track composition before notifying listeners
...
Track the updated composition of an object before notifying any
listeners. Otherwise, any composition listener that mutates the
object would cause an infinite loop.
Detected in implementation of the new plot.
2017-04-27 14:19:38 -07:00
5f8a35ecc0
Merge branch 'master' into open1233a
2017-04-26 12:24:47 -07:00
ec4fe8efb3
Merge pull request #1518 from nasa/copyright-1517
...
[Licenses] Update copyright year to 2017
2017-04-23 17:22:01 -07:00
185567cf29
[Licenses] Update copyright year to 2017
...
Fixes #1517
2017-04-05 14:52:46 -07:00
7dd5da8993
Merge pull request #1487 from nasa/open1483
...
[Persistence] Prevent editing of objects that cannot be saved. Fixes #1483
2017-04-05 14:39:37 -07:00
95ac304afb
Merge pull request #1504 from nasa/open1293
...
[API] Removed API classes from Open MCT prototype. Fixes #1293
2017-04-05 14:29:09 -07:00
80dc5a13b8
Merge remote-tracking branch 'origin/openmct-spec-1218'
2017-04-05 10:19:41 -07:00
12e693941c
Merge pull request #1500 from nasa/open1469
...
[Features] Added Autoflow Tabular to open source features. Fixes #1469
2017-04-04 16:38:50 -07:00
59c61e72b8
[Features] Added option to specify a type to exclusively apply the Autoflow view to
2017-04-04 16:33:36 -07:00
3ce954c68c
Merge pull request #1505 from nasa/conductor-unpleasantness
...
[Time Conductor] Removed caching of UTC Time System defaults
2017-04-04 16:03:32 -07:00
a867cd6be0
Removed contextualization warning. Removed now redundant Contextualize service. Fixes #1498
2017-04-04 15:39:10 -07:00
b48dd4b63b
[Testing] Test start event on MCT
2017-04-04 11:35:49 -07:00
35c457b7fb
[Testing] Test MCT.setAssetPath
2017-04-04 11:25:35 -07:00
6870055033
[Testing] Test plugin installation
2017-04-04 11:19:45 -07:00
c27b37918a
[Time Conductor] Removed caching of UTC Time System defaults which was causing gaps in plots. Fixes #1434
2017-03-31 15:39:13 -07:00
67eab82bd1
[Testing] Begin testing MCT
...
Fixes #1218
2017-03-31 12:42:47 -07:00
8d86ca05da
[API] Removed API classes from Open MCT prototype. Fixes #1293
2017-03-30 11:03:14 -07:00
4ae35576a5
[Features] Added Autoflow Tabular to open source features. Fixes #1469
2017-03-29 13:30:21 -07:00
af622599a5
[Docs] Updated API docs to reflect V1 public API
...
Cleaned up docs. Addresses #1473
2017-03-28 12:03:00 -07:00
1cb5dd021f
Modified composition policies to consider object instances instead of types. Fixes #669
2017-03-24 16:59:30 -07:00
d39ab17db4
[Styleguide] Merge in latest master
...
Fixes #1233
Todo: Need to fix page types
2017-03-15 17:09:52 -07:00
1a7260cc14
Revert "Disable plot by default"
...
This reverts commit 8a75381a3d
.
2017-03-15 12:45:44 +00:00
8a75381a3d
Disable plot by default
2017-03-15 12:41:25 +00:00
5cd0516048
Enable TC by default and hide
...
Set up TC so that it is always enabled and defaults to realtime mode.
This allows us to have warp-like functionality without showing
the TC interface, and simplifies a lot of tutorials. We can still
reconfigure the TC by re-installing the plugin with different settings
2017-02-24 14:56:18 -08:00
48a603ece8
Merge branch 'api-legacy-telemetry-provider-v2'
2017-02-24 14:47:10 -08:00
347fb6d882
Fixed style errors
2017-02-23 10:19:10 -08:00
b3cf7a5d93
Added support for new style telemetry providers from old screens. Converted SWG to new style data adapter
2017-02-23 09:58:46 -08:00
b10fb4533e
All builtin plugins now standardized as functions
2017-02-22 12:51:49 -08:00
f7ff5af60b
Merge pull request #1448 from nasa/update-composition-policy
...
Update composition policy
2017-02-21 17:18:59 -08:00
db33ab143e
Merge pull request #1445 from nasa/api-updates
...
Api updates
2017-02-21 17:04:45 -08:00