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 |
|
Pete Richards
|
d35fccbbe8
|
Revert "Merge remote-tracking branch 'origin/open793'"
This reverts commit f49552779af8494f5317e56acd5ea0d7e53b3419, reversing
changes made to e068173f3e628ba8fdccd0a1a2b22caa41ce1e28.
|
2016-03-31 16:30:35 -07:00 |
|
Henry
|
200a426f17
|
[Tables] Addressed style concerns from code review
|
2016-03-31 12:56:29 -07:00 |
|
Henry
|
0c00061cbc
|
Added mutation listener
|
2016-03-31 10:26:34 -07:00 |
|
Henry
|
a4b79cdb5b
|
[Tables] #793 Added fix for tables not appearing on refresh
Fixed failing tests
|
2016-03-28 17:48:01 -07:00 |
|
Henry
|
012a38cccd
|
[Tables] Fix for table columns not being populated
|
2016-03-28 17:31:10 -07:00 |
|
Henry
|
22e98274ca
|
[Tables] #757 Added max row limit to streaming tables
|
2016-03-16 18:59:52 -07:00 |
|
Henry
|
f9ed73c55e
|
[Table] #742 Fixed digest-related bug in RTTelemetryController
Fixed failing test
|
2016-03-14 16:00:36 -07:00 |
|
Henry
|
fc08df4f6f
|
[Tables] #733 Made code style changes for conformance with style guide
|
2016-03-14 11:25:26 -07:00 |
|
Henry
|
c5de90a951
|
[Tables] Changed the way that new rows are added to table
Fixed failing tests
|
2016-03-13 20:15:47 -07:00 |
|
Henry
|
ea0b86fe72
|
[Tables] Fixed issue with historical tables composed of multiple objects
|
2016-03-13 19:12:55 -07:00 |
|
Henry
|
a56edb9ff4
|
[table] #707 Fixed sorting on insert for numbers
Added metadata to event generator
|
2016-03-10 13:39:16 -08:00 |
|
Henry
|
7da1a218ba
|
[Tables] #707 Added auto-scroll, addressed race condition in Sinewave and event telemetry providers
Fixed issue with visible padding row
Incremental improvements
Added tests
Added tests for sorted insert, and fixed lint errors
|
2016-03-10 13:21:57 -08:00 |
|
Henry
|
a4eb9d6a94
|
[Tables] #707 Supporting realtime telemetry tables
Added real-time table type
|
2016-03-10 13:21:57 -08:00 |
|
Henry
|
20f1dcef45
|
Fixed scrolling
|
2016-03-10 13:21:01 -08:00 |
|
Victor Woeltjen
|
a1a7b2b8ce
|
[Build] Remove unused variables
...to satisfy JSHint
|
2016-03-04 11:41:48 -08:00 |
|
Victor Woeltjen
|
2dabe0d3c4
|
[Build] Add curly braces around if block
...to satisfy JSHint
|
2016-03-04 10:51:08 -08:00 |
|
Victor Woeltjen
|
ac5ac8d34e
|
[Build] Remove boilerplate from scripts
No longer necessary after JSHint configuration.
|
2016-03-04 10:46:38 -08:00 |
|
Henry
|
b63b7b1e5d
|
[Tables] #670 Addressed issues from code review
|
2016-03-03 09:26:12 -08:00 |
|
Henry
|
55e00baeaf
|
[Table] #670 Addressed comments from code review
|
2016-03-02 21:40:56 -08:00 |
|
Henry
|
f04c3692c1
|
[Table] #670 Name column only prepended if multiple objects
|
2016-02-26 11:22:16 -08:00 |
|
Henry
|
ffa497f22f
|
[Table] #670 Added new view type 'table'
|
2016-02-26 11:09:51 -08:00 |
|