Henry
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
Victor Woeltjen
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
Andrew Henry
ec4fe8efb3
Merge pull request #1518 from nasa/copyright-1517
...
[Licenses] Update copyright year to 2017
2017-04-23 17:22:01 -07:00
Andrew Henry
7c7803310b
Merge pull request #1429 from slinto/reduce-d3-size
...
[Optimization] Reduce D3 dependency size
2017-04-19 16:49:57 -07:00
Henry
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
Victor Woeltjen
185567cf29
[Licenses] Update copyright year to 2017
...
Fixes #1517
2017-04-05 14:52:46 -07:00
Pete Richards
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
Pete Richards
616aab4a2d
Merge remote-tracking branch 'origin/open1415'
2017-04-05 10:03:44 -07:00
Andrew Henry
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
Andrew Henry
59c61e72b8
[Features] Added option to specify a type to exclusively apply the Autoflow view to
2017-04-04 16:33:36 -07:00
Pete Richards
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
Victor Woeltjen
c07a372c6e
[Web Page] Simplify RegEx
...
https://github.com/nasa/openmct/pull/1508#issuecomment-291271270
2017-04-03 14:23:25 -07:00
Victor Woeltjen
f666a7ca09
[Web Page] Allow dashes in domains
...
Fixes #1507
2017-04-03 13:29:48 -07:00
Henry
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
Henry
4ae35576a5
[Features] Added Autoflow Tabular to open source features. Fixes #1469
2017-03-29 13:30:21 -07:00
Pete Richards
12d1302138
Merge pull request #1459 from nasa/open1458
...
[Plot] Add current conductor bounds to telemetry requests via the old API.
2017-03-27 15:21:47 -07:00
Henry
4e457f1cf0
Fixed failing tests, and added new tests
2017-03-27 11:15:27 -07:00
Henry
1cb5dd021f
Modified composition policies to consider object instances instead of types. Fixes #669
2017-03-24 16:59:30 -07:00
Pete Richards
c394fe9287
Merge remote-tracking branch 'origin/open1465'
2017-03-03 11:26:25 -08:00
Henry
06f4a955b5
[Tables] Maintain correct insertion order with duplicates. Fixes #1465
2017-03-02 14:29:08 -08:00
Henry
a2bf92db97
[Tables] Subscribe to parent if a telemetry object, or children, but not both. Fixes #1464
2017-03-01 18:55:17 -08:00
Henry
da40f4c96e
[Plot] Add current conductor bounds to telemetry requests via the old API. Replaces telemetry decorator. Fixes #1458
2017-02-27 19:26:51 -08:00
Charles Hacskaylo
6fa5a31217
Merge pull request #1433 from nasa/open1432
...
[Build] Installed sound suppression system for Bourbon deprecation messages.
2017-02-27 11:12:27 -08:00
Pete Richards
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
Pete Richards
40985a56c8
Add hasCapability to mock
2017-02-21 18:01:43 -08:00
Pete Richards
5c01f0be24
Merge branch 'open1077' into 1435-integration
2017-02-21 17:22:36 -08:00
Andrew Henry
f7ff5af60b
Merge pull request #1448 from nasa/update-composition-policy
...
Update composition policy
2017-02-21 17:18:59 -08:00
Pete Richards
2fa567b98b
[Table] Track by index, save the elements
2017-02-21 16:49:39 -08:00
Andrew Henry
e61f04663a
Merge pull request #1444 from nasa/consistent-css-class
...
cssclass is now cssClass
2017-02-21 16:36:30 -08:00
Pete Richards
2a10a2cae2
Update specs to match composition policies
2017-02-21 15:14:35 -08:00
Pete Richards
65325b90fd
Composition policy takes child instance
...
The composition policy now takes a child instance instead
of the child type, as in all cases we have access to the child
object.
This allows new-style objects to be contained by old-style objects.
Updated all composition policies to use standardized argument names
instead of `context` and `candidate`; this makes it easier to
understand.
Updated AddActionProvider to hardcode the object types supported.
2017-02-21 12:32:49 -08:00
Pete Richards
aaedf5d576
cssclass is now cssClass
...
Make property name consistent with standard camelCase naming.
2017-02-21 11:14:46 -08:00
Henry
34dc457aff
[Tables] Restored telemetry datum field 'name'. Fixed bug with default sort not working
2017-02-10 15:39:39 -08:00
Henry
a3311e4c57
[Tables] Tests and style fixes
2017-02-10 14:22:30 -08:00
Henry
ef8efbd53d
[Tables] Default UTC time system if available and none others defined
2017-02-10 14:22:28 -08:00
Henry
6cd99efbb9
[Tables] Added telemetry buffer so that subscription data is not discarded if it's beyond the end bounds
2017-02-10 14:22:28 -08:00
Henry
ae2b73a4f5
[Tables] Increase default table size
2017-02-10 14:22:28 -08:00
Henry
0c3ff82cfe
[Table] Added ticking to combined historical/real-time table
...
Don't add duplicate telemetry data
2017-02-10 14:22:20 -08:00
Henry
50f303bbdc
[Tables] limit digests to increase performance
2017-02-10 14:22:20 -08:00
Henry
2a4944d6ee
[Tables] Refactoring for consolidation of historical and real-time tables
...
Added batch processing of large historical queries. #1077
2017-02-10 14:21:48 -08:00
Henry
976333d7f7
[Tables] Support for subscriptions from new Telemetry API
...
Historical and real-time data flowing
Added formatting, and limits. Support telemetry objects themselves and not just composition of telemetry objects
Apply default time range if none supplied (15 minutes)
2017-02-10 14:21:26 -08:00
Henry
6d5530ba9c
[Tables] Using new composition API to fetch all telemetry objects
2017-02-10 14:12:10 -08:00
Henry
77d0134e2e
[Build] Added Bourbon deprecation warning suppression system.
2017-02-10 10:03:05 -08:00
Tomáš Stankovič
af3cbe9ed1
[Optimization] Reduce D3 dependency size
...
#1224
2017-02-07 23:11:23 +01:00
Henry
3d3baddd23
[Tables] Do not persist column configuration for non-editable objects
2017-02-02 15:44:36 -08:00
Charles Hacskaylo
784114e256
[Frontend] Add grab affordance grippys
...
Fixes #1415
2017-01-27 14:07:36 -08:00
Charles Hacskaylo
d1e7e7894e
[Frontend] Add grab affordance styling on hover
...
Fixes #1415
2017-01-27 13:58:38 -08:00
Charles Hacskaylo
65bf38d5e6
[Frontend] Add grab affordance styling on hover
...
Fixes #1415
WIP
2017-01-27 11:16:06 -08:00
Pete Richards
49560698f6
[Reorg] Make timeline-specific chart directive
...
Make a separate chart directive for drawing resource graphs in timelines. This
is in preparation for a new plot bundle which will make a large number of
changes to the drawing API to support newly requested features. By separating
code, there will be no impact to the timeline when the new plot features are
added.
2017-01-17 09:59:00 -08:00
Henry
0cd849fe42
[Images] Filters not working in older Chrome installs. Fixes #1358 .
2016-12-14 14:08:50 -08:00