b8ae741969
[Conductor] remove misleading error
...
When a menu option that specified an invalid time system with a
clock, the time conductor controller would log an error claiming
that the clock was unknown when in fact the time system is the
culprit.
Remove the error message as the plugin handles this validation
already. Also removed some unused code.
https://github.com/nasa/openmct/issues/1580
2017-05-16 14:13:08 -07:00
57d3965fa6
chore: Remove unsed variables from codebase
2017-05-16 08:55:21 +05:30
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
29d65e9cef
Merge pull request #1547 from nasa/no-error-on-root-load
...
[Browse] Handle missing path and nav to root
2017-05-10 14:51:07 -07:00
81208d617f
[Spec] Update specs for new calls
...
Update specs to expect 'domain' instead of 'x'.
Fixes https://github.com/nasa/openmct/issues/1546
2017-05-09 19:02:10 -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
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
95202611ea
[Time Conductor] Removed redundant getTimeSystem function
2017-05-01 16:55:53 -07:00
d88e905c65
[Time Conductor] Fixed TOI directive which was not being included
2017-05-01 16:24:34 -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
37c9c6dfaf
[Time Conductor] Made corrections to Time API documentation. Added a key field to the NumberFormat so that it can be used with the new format registration mechanism
2017-05-01 11:27:00 -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
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
f02f1d47f1
[Browse] Handle missing path and nav to root
...
When no path is specified, don't throw error. Navigate
to default, as expected.
When navigating to root, navigate to the last child
of root instead. This handles cases where DEFAULT_PATH
is not found (e.g. deployments without "mine").
2017-04-27 14:14:35 -07:00
beaf8af2e8
Merge pull request #1544 from nasa/open1543
...
[Telemetry] Use the 'source' metadata field to retrieve telemetry metadata, if available.
2017-04-27 13:50:04 -07:00
fce8f13984
Remove check for invalid return, update spec
...
Remove a check for an invalid return value, update the spec to
return the proper value. Also updated the subscribe method
to fetch defaults the same as the request method.
https://github.com/nasa/openmct/pull/1544
2017-04-27 13:43:54 -07:00
bcdad3f19c
Merge pull request #1506 from nasa/table-parse-change
...
[Table] parse/format with datum
2017-04-27 11:43:40 -07:00
058dfb0c87
Merge pull request #1490 from nasa/open1482
...
[Edit] Only persist on mutation if model has actually changed locally
2017-04-27 11:28:11 -07:00
2b41321c03
[Spec] Update API mock
...
Update telemetry api mock to return proper value formatters.
2017-04-27 11:20:25 -07:00
5db03bb1bd
[Spec] update formatter mock, remove smelly test
...
Update the formatter mock to implement the expected methods, such
that formatting occurs properly.
Remove a test that was validating the execution of a method
as this was smelly-- it's not the method that is important, it's
the result (that couldn't be obtained without the method).
2017-04-27 11:15:05 -07:00
26e13a6cd0
[Telemetry] Use the 'source' metadata field to retrieve telemetry metadata, if available. Fixes #1543 .
2017-04-26 21:19:55 -07:00
00f3b6ce5c
Revert "[Telemetry] Use the 'source' metadata field to retrieve telemetry metadata, if available. Fixes #1543."
...
This reverts commit 11677b97ab
.
2017-04-26 21:18:57 -07:00
11677b97ab
[Telemetry] Use the 'source' metadata field to retrieve telemetry metadata, if available. Fixes #1543 .
2017-04-26 21:15:52 -07:00
5f8a35ecc0
Merge branch 'master' into open1233a
2017-04-26 12:24:47 -07:00
222f852af4
[Edit] Only persist on mutation if model has actually changed locally. Fixes #1482
2017-04-24 21:35:42 -07:00
f07934f512
Merge pull request #1519 from nasa/mct1456
...
[Duplicate] Differentiate between user cancellation and other errors
2017-04-24 15:39:18 -07:00
2a173f67c8
Merge pull request #1522 from nasa/open1494-other
...
[Fixed Position] Updated fixed position view to use new Telemetry API
2017-04-24 12:45:37 -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
7c7803310b
Merge pull request #1429 from slinto/reduce-d3-size
...
[Optimization] Reduce D3 dependency size
2017-04-19 16:49:57 -07:00
d4fdaf9cbc
[Fixed Position] Updated fixed position view to use new Telemetry API
...
Added TelemetryCollection to handle bounds and buffering. Avoids loss of telemetry due to timing mismatch between telemetry providers and tick sources
Fixed issues with removal and addition of objects
2017-04-14 18:22:43 -07:00
77ca3e9033
[Frontend] Removed button selector - too broad
...
Fixes #1485
2017-04-07 16:41:01 -07:00
6219fa1d87
[Actions] Add CancelError class
...
eb91cd33be (r107502561)
Fixes #1456
2017-04-05 15:59:41 -07:00
0cbbeefd62
[Licenses] Update copyright year in About dialog
2017-04-05 15:07:50 -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
616aab4a2d
Merge remote-tracking branch 'origin/open1415'
2017-04-05 10:03:44 -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
df0d4dff6f
Merge pull request #1515 from nasa/open1498
...
Removed contextualization warning.
2017-04-04 15:44:16 -07:00
a867cd6be0
Removed contextualization warning. Removed now redundant Contextualize service. Fixes #1498
2017-04-04 15:39:10 -07:00
c07a372c6e
[Web Page] Simplify RegEx
...
https://github.com/nasa/openmct/pull/1508#issuecomment-291271270
2017-04-03 14:23:25 -07:00
f666a7ca09
[Web Page] Allow dashes in domains
...
Fixes #1507
2017-04-03 13:29:48 -07:00
0434928f55
[Table] parse/format with datum
...
Use formatter to parse format datum such that source remapping
is properly handled.
2017-04-03 09:46:41 -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