18e51aaff7
[Build] Remove SNAPSHOT status
...
...to close sprint Robinson,
https://github.com/nasa/openmct/milestones/Robinson
2016-11-15 10:00:16 -08:00
dfa4591834
Merge pull request #1316 from nasa/ghost-object-problems
...
Ghost object problems
2016-11-08 16:27:09 -08:00
4d3ec398c9
[Style] Fix style, disable tests
...
disable tests for later follow-up.
2016-11-08 16:21:38 -08:00
b169089156
get rid of feel-good code
2016-11-08 16:07:53 -08:00
5b6f95bd4a
[Fixed] Specify default layout grid ( #1296 )
...
* [Fixed] Specify default layout grid
Previously users would see blank values for grid size
even though a default was applied. Users will now
see default values for grid size which should prevent
them from accidentally changing grid size.
Fixes https://github.com/nasa/openmct/issues/1285
* [Fixed] Don't hardcode grid size
Remove hardcoded grid size per comments.
https://github.com/nasa/openmct/pull/1296#issuecomment-259231499
* [Fixed] read layout before initial refresh
Read the layoutGrid sizes from scope (when watch is registered)
before refreshing elements, to ensure that layoutGrid is set
properly.
https://github.com/nasa/openmct/pull/1296#issuecomment-259231499
* [Spec] Update spec to match
Update spec to trigger watch on initialization to ensure
layoutGrid is set.
https://github.com/nasa/openmct/pull/1296
2016-11-08 14:59:09 -08:00
66a6b6d89b
Always put in cache on mutation, assuming persistence
2016-11-08 14:58:15 -08:00
d74eba1922
Move mutation listening out of cache service
2016-11-08 14:14:56 -08:00
9a7f69a614
Model Cache updates models on mutation
2016-11-08 13:54:31 -08:00
0578a651da
cache on instantiate
2016-11-08 13:51:50 -08:00
f991dcfb76
Clear cache when no transactions active
2016-11-08 13:51:30 -08:00
42c48cb93b
disable cache
2016-11-08 11:20:34 -08:00
67b763c4c0
Merge pull request #1313 from nasa/disable-local-1270
...
[Build] Don't enable local storage by default
2016-11-08 11:18:49 -08:00
2708562872
[Transaction] Sync mutation within transaction
2016-11-08 10:34:20 -08:00
9578fb0cd8
[Views] Update representations on mutation ( #1312 )
...
* [Core] Log errors from topic
Log full error (including stack trace) when catching errors
from the topic service. Aids debugging of #1303 (and should
aid in future debugging of any similar issues.)
* [API] Fix identifier usage in handleMutation
To address console errors observed in the context of #1303
* [Views] Listen to mutation
Listen for mutation instead of watching modified timestamp;
more reliable due to recent API changes. Fixes #1303 .
* [Views] Update spec for mct-representation
...to reflect changes for #1303
2016-11-07 10:08:53 -08:00
a728f2368c
[Build] Don't enable local storage by default
...
...except for the dev instance of Open MCT run from index.html.
Fixes #1270
2016-11-04 14:58:35 -07:00
547696d797
[Views] Repair view registry for mainViews ( #1308 )
...
* [Views] Rewrite mct-view
...to make it a simple way to include non-Angular views, without
integrating unnecessarily with other architectural concerns.
Supports restoration of view registration functionality to fix
#1307
* [API] Use identifier as property name
* [API] Add adapter capability
...to simplify adapter layer (allowing new-style objects to be
retrieved via capability.)
* [API] Add AdaptedViewController
* [API] Add template for adapted views
* [API] Add AdaptedViewPolicy
* [API] Wire in view adapter
* [API] Fix adapter capability implementation
* [API] Don't create new scope from mct-view
...to allow use on same element as ng-controller (and because a
new scope just is not necessary.)
2016-11-03 10:37:58 -07:00
025b69541e
Merge pull request #1222 from BogdanAlexandru/mct1221
...
[Notifications] Fix and harden the NotificationService
2016-11-03 09:45:06 -07:00
5aa95c0415
Merge pull request #1207 from Proekspert/fix-tutorial
...
[Documentation] Fixed module reference
2016-11-02 09:24:27 -07:00
d63c401e44
[Notifications] Remove custom autoDismiss
2016-10-29 11:18:07 +03:00
c9ac85089a
Merge branch 'master' into mct1221
2016-10-29 10:41:18 +03:00
eca9968a9f
Merge pull request #1302 from nasa/types-nonfunctional-1294
...
[API] Fix type registration
2016-10-27 16:01:16 -07:00
736c89cfc6
Merge pull request #1301 from nasa/search-indexing-1279
...
Add modelService compatibility adapater
2016-10-27 15:54:06 -07:00
9a0fcc045c
[API] Simplify type registration
...
https://github.com/nasa/openmct/pull/1302#discussion_r85417042
2016-10-27 15:30:34 -07:00
a3459679d0
[JSDoc] basic jsdoc
2016-10-27 13:01:29 -07:00
12333f3417
[API] Use correct method name in docstring
2016-10-27 12:22:46 -07:00
2bf05ae40f
[API] Add missing semicolon, satisfy JSHint
2016-10-27 12:21:16 -07:00
833bad067e
[API] Add creatable property to example
2016-10-27 12:16:57 -07:00
23eff4b924
[API] Fix TypeRegistry docstring
...
Fixes #1295
2016-10-27 12:16:07 -07:00
30b769d741
[API] Repair type registration
...
Fixes #1294
2016-10-27 12:10:45 -07:00
d813029046
[API] Providers get with identifier
...
Providers fetch objects using a full identifier. This ensures a consistent
interface.
Related to https://github.com/nasa/openmct/issues/1279
2016-10-27 11:58:01 -07:00
81de6119fe
[Compat] model service adapter
...
Provide adapter that ensures model service can fetch models
provided via new API.
Fixes https://github.com/nasa/openmct/issues/1279
2016-10-27 11:56:57 -07:00
365af918f3
Merge pull request #1297 from nasa/fast-gulp-develop-1268
...
[Dev] develop with stylesheets
2016-10-27 11:52:48 -07:00
40fb144d09
[Dev] develop with stylesheets
...
Remove 'install' step from gulp develop task, instead
run 'stylesheets' to build stylesheets. Result is much
faster execution of gulp develop as is expected for
a development tool.
Fixes https://github.com/nasa/openmct/issues/1268 .
2016-10-26 12:55:47 -07:00
8cacff37ab
Merge pull request #1292 from nasa/my-items-1284
...
[Roots] Restore legacy root provider
2016-10-26 10:24:24 -07:00
70985c5dbd
Revert "[Roots] Remove obsolete provider"
...
This reverts commit b49fef78f5
.
Fixes #1284
2016-10-26 10:09:10 -07:00
9dec99824e
Revert "[Roots] Remove obsolete spec"
...
This reverts commit 2cced53c97
.
2016-10-26 10:08:35 -07:00
d4730e1656
Revert "[Roots] Remove legacy root model provider"
...
This reverts commit 7b0506bbdb
.
2016-10-26 10:08:30 -07:00
c079868224
Merge pull request #1271 from nasa/open1256
...
[Examples] Simplified MSL example and fixed issues with new API
2016-10-26 09:55:18 -07:00
54a59c5e6f
Merge pull request #1237 from tylerbrewer2/master
...
[Frontend] Ensure stacking order of save drop-down Fixes #1205
2016-10-26 09:54:37 -07:00
0804a16314
Merge pull request #1269 from nasa/my-items-1264
...
[Roots] Support async root registration, with My Items
2016-10-21 13:34:23 -07:00
4cc020f0ea
[Examples] Simplified MSL example, fixed object tree not loading by default, renamed. Fixes #1256 . Fixes #1255
2016-10-20 14:33:12 -07:00
b49fef78f5
[Roots] Remove obsolete provider
2016-10-19 17:02:12 -07:00
2cced53c97
[Roots] Remove obsolete spec
2016-10-19 16:54:26 -07:00
f6253ae7ed
[Roots] Remove unnecessary model provider
2016-10-19 16:53:03 -07:00
3f50bdb334
[Roots] Distinguish objects.get
...
...which needs to accept full identifiers from namespace-specific
object providers, which only need to accept keys.
2016-10-19 16:47:11 -07:00
2a79813460
[Roots] Remove unnecessary RootRegistrar
2016-10-19 16:37:10 -07:00
650824574c
[Roots] Add new root model provider
...
...to read roots from the new API's registry.
2016-10-19 16:20:02 -07:00
7b0506bbdb
[Roots] Remove legacy root model provider
2016-10-19 16:19:11 -07:00
a3847bcca5
[Roots] Add useful logging for components
2016-10-19 16:18:50 -07:00
a143b21ea1
[Roots] Register roots with new API
...
Register roots added via old API with new API when the application
starts. Fixes #1264 .
2016-10-19 15:01:39 -07:00
64ff463200
Revert "Revert "Async root registration""
2016-10-19 14:55:07 -07:00
08ca7659e7
Merge pull request #1260 from nasa/open1257
...
[Composition] Fix adapter composition policy
2016-10-18 12:04:04 -07:00
d7edfb4cc6
Merge pull request #1263 from nasa/revert-1252-async-root-registration
...
Revert "Async root registration"
2016-10-18 10:52:42 -07:00
4eca80a770
Revert "Async root registration"
2016-10-18 10:48:26 -07:00
56a662841e
Merge pull request #1254 from nasa/open1235
...
[Frontend] Fixes to Export buttons
2016-10-18 09:32:28 -07:00
8878ea4cf7
Merge pull request #1244 from nasa/restore-fixed-pos
...
[API] Enable fixed position view
2016-10-18 09:32:08 -07:00
eb32a798b8
Merge pull request #1252 from nasa/async-root-registration
...
Async root registration
2016-10-18 09:31:46 -07:00
0759ba6722
[Composition] Fix adapter composition policy
...
...as this had fallen out-of-date with existing APIs.
Fixes #1257 .
2016-10-17 10:43:12 -07:00
bfdf7b822f
[Notifications] Cover direct dismiss and minimize
2016-10-16 15:34:11 +03:00
7dde924fcc
Merge branch 'master' into mct1221
2016-10-15 14:10:24 +03:00
b8cb41b1da
[Frontend] Fixes to export buttons
...
Fixes #1235
Sass and markup mods; changes to
.l-btn-set and related classes
2016-10-14 16:53:00 -07:00
971b92acbb
Merge remote-tracking branch 'origin/master' into restore-fixed-pos
2016-10-14 13:53:26 -07:00
d643efa9bb
[Style] Remove unused function
...
https://github.com/nasa/openmct/issues/1251
2016-10-14 13:16:00 -07:00
08c0aeb2d5
[Test] Add tests for root registration
...
Add unit tests for RootRegistry and RootObjectProvider.
https://github.com/nasa/openmct/issues/1251
2016-10-14 13:12:45 -07:00
b0940eb33e
[Objects] refactor out RootObjectProvider
...
Refactor RootObjectProvider to separate file for simplicty.
https://github.com/nasa/openmct/issues/1251
2016-10-14 12:47:09 -07:00
6ec858b237
[Docs] Update root registration in README.
...
https://github.com/nasa/openmct/issues/1251
2016-10-14 12:38:52 -07:00
891412bdb9
[Roots] Move my-items to separate bundle
...
My Items root is now opt-in, and does not need to be enabled for all
deployments. My Items is enabled by default in the development edition.
https://github.com/nasa/openmct/issues/1251
2016-10-14 12:38:47 -07:00
1947802a35
[ObjectAPI] support async root loading
...
Overload addRoot method to support async root loading. By supplying a
function you can defer loading to later, and by allowing those functions
to return a promise, execution can be asynchronous.
Remove "removeRoot" as the assumption will be that roots are opt in, and
instead of removing a Root, an application developer should never configure
it in the first place.
Fixes https://github.com/nasa/openmct/issues/1251
2016-10-14 12:38:28 -07:00
3b06e32b40
Merge pull request #1250 from nasa/open1249
...
[Documentation] Changed build location of docs so that API docs are pushed to website
2016-10-14 10:57:51 -07:00
a2711c2c08
[Documentation] Changed build script to produce new API docs for website. Fixes #1249t
2016-10-13 16:27:35 -07:00
3e6c9fa318
Merge pull request #1247 from nasa/fix-built-file
...
[Build] require correct module
2016-10-12 15:25:37 -07:00
2e49c5932a
[Build] require correct module
...
Require the openmct module so that distributed files work properly.
Related to #1212
2016-10-12 15:21:57 -07:00
abf750f894
Merge branch '1089-integration'
2016-10-12 14:43:45 -07:00
137434af1b
[API] Enable fixed position view
2016-10-12 14:06:39 -07:00
ac4d21b252
[Build] Load v2 conductor, don't enable
...
Loads the v2 conductor so that it is included in the build openmct
file. It is not enabled by default.
2016-10-12 13:57:11 -07:00
db362a0efc
Merge pull request #1243 from nasa/api-swg-enable
...
[API] Enable example bundles
2016-10-12 13:54:12 -07:00
887631500b
[Style] Remove duplicate key
...
Remove duplicate entry, fix JSHint issues.
2016-10-12 13:53:22 -07:00
65043d0ff3
squash merge open933 into integration-1089, resolve merge conflicts.
2016-10-12 13:47:56 -07:00
1bf7c06b1e
[API] Enable example bundles
...
Enable example bundles in the default build. Addresses regression
in development environments introduced by #1212 .
2016-10-12 13:13:47 -07:00
7b218c7f02
Merge pull request #1212 from nasa/api-1124b
...
[API] Integrate new API
2016-10-12 12:33:44 -07:00
3572877a2e
Merge pull request #1213 from nasa/api-platform-updates
...
[API] Miscellaneous platform updates
2016-10-12 12:28:52 -07:00
f2d44114fa
Merge pull request #874 from nasa/persist-on-mutation-825
...
[Persistence] Persist on mutation
2016-10-11 10:52:44 -07:00
d1d2067ad5
[Notifications] Extract autoDismiss logic
2016-10-08 22:51:01 +03:00
9456370077
[Notifications] Extract minimize and dismiss logic
2016-10-08 21:36:31 +03:00
0833674b91
[Persistence] Address refactoring error
...
...caught by unit tests
2016-10-07 11:54:54 -07:00
947b54555a
[Edit Mode] Simplify transaction stack
...
https://github.com/nasa/openmct/pull/874#r76593588
2016-10-07 11:35:35 -07:00
1a88c9a651
Merge remote-tracking branch 'origin/master' into persist-on-mutation-825
2016-10-07 11:27:58 -07:00
567bb6fa2a
[API] Fix ActionDialogDecorator's dependencies
2016-10-07 11:10:41 -07:00
00d0b71080
[API] Use ViewRegistry from dialog adapter
...
https://github.com/nasa/openmct/pull/1212#pullrequestreview-2458991
2016-10-07 11:07:53 -07:00
580e10b024
[API] Only use strategy where needed
...
Satisfies JSHint.
2016-10-07 10:15:02 -07:00
fbe9621387
[API] Support telemetry request strategies
...
https://github.com/nasa/openmct/pull/1212#discussion_r81880741
2016-10-06 18:00:32 -07:00
13b5e7c00e
[API] Remove toLegacyDefinition
...
https://github.com/nasa/openmct/pull/1212#discussion_r81666469
2016-10-06 17:50:01 -07:00
09d59f00e7
[API] Remove silly old comment
...
https://github.com/nasa/openmct/pull/1212#discussion_r82086807
2016-10-06 17:48:08 -07:00
772d24b173
[API] Avoid memory leak
...
https://github.com/nasa/openmct/pull/1212#discussion_r81882955
2016-10-06 17:46:26 -07:00
cbd001e280
Merge pull request #1232 from nasa/open1216
...
[Tables] Fixed table scroll by modifying selection of scrollable element. Fixes #1216
2016-10-06 17:41:54 -07:00
6d2c5f7fd4
[Frontend] Ensure stacking order of save drop-down Fixes #1205
2016-10-06 18:49:21 -04:00
1f6ca8bcc3
Merge branch 'master' of https://github.com/nasa/openmct into fix-tutorial
...
PR is also addresses #1206
2016-10-05 10:48:28 +03:00
bff4e120a7
[Tables] Modified selection of scrollable element. Fixes #1216
2016-10-04 19:14:47 -07:00
8a0018177a
Merge pull request #1204 from BogdanAlexandru/mct1198
...
[Edit] Switch other edit actions to mct-control
2016-10-04 18:09:16 -07:00
c9c8998fa2
Merge pull request #1196 from hudsonfoo/open1185
...
[Timeline] Add battery starting state-of-charge
2016-10-04 18:06:50 -07:00
e19edbb27a
Merge branch 'master' into mct1221
2016-10-03 04:50:41 +03:00
f2fe6a9885
[Notification] New tests + bugfix
...
New test suite for the notification service covering common use cases. Fixed the bug where autoDismiss would be set wrong for info notifications; also treating info notifications appropriately now.
2016-10-03 04:19:55 +03:00
0442a31153
[Notification] Rename variables for clarity
...
In the spec: NotificationService knows about concepts like "info", "alert" and "error" only, having a plain info notification model called successModel doesn't help much and may be confusing at times (makes you think it's something the service treats separately).
2016-10-02 23:41:19 +03:00
e03c725b86
[Style] Minor style changes
2016-10-01 22:40:21 +03:00
b0e842863d
Squashed commit of the following:
...
commit 6b5528a4fc
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 17:22:27 2016 -0700
[API] Don't use new composition for legacy objects
commit 2af993b0bc
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 17:19:52 2016 -0700
[API] Enable bundles from spec
commit c762d58b5a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 17:12:42 2016 -0700
[API] No, don't enable bundles by default
commit 219c9348d9
Merge: f8819ee
5b0fa90
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 17:11:05 2016 -0700
Merge remote-tracking branch 'origin/master' into api-1124b
Conflicts:
bower.json
commit f8819ee946
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 17:05:40 2016 -0700
[API] Fix failing specs
commit ce6c6385c3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 16:55:58 2016 -0700
[API] Remove failing spec
commit ef0264d864
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 16:23:17 2016 -0700
[API] Satisfy JSCS
commit 044b1b627d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 16:17:35 2016 -0700
[API] Run gulp fixstyle
commit 5b6f13f521
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 16:15:30 2016 -0700
[API] Satisfy JSLint
commit 5b2c0e9aee
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 15:47:54 2016 -0700
[API] Adapt composition capability
commit dd7d8d2642
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 15:18:51 2016 -0700
[API] Fix dependency issues with Composition
commit 08e28018c1
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 15:09:09 2016 -0700
[API] Don't instantiate Error
commit 3b1fe93191
Merge: 2b66a4d
c874ae7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 15:08:01 2016 -0700
Merge remote-tracking branch 'origin/api-platform-updates' into api-1124b
commit 2b66a4d604
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 15:06:50 2016 -0700
[API] Wire in ObjectAPI appropriately
commit 70c810b85d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 14:51:26 2016 -0700
[API] Remove obsolete define parameter
commit c874ae7afd
Merge: 34e07b9
c27c0c5
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 14:46:37 2016 -0700
Merge remote-tracking branch 'origin/master' into api-platform-updates
commit fc5c07aeb6
Merge: 2976c9e
ed10249
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 14:44:54 2016 -0700
Merge remote-tracking branch 'origin/fix-jspdf-version-1214' into api-1124b
commit 2976c9e703
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 14:39:33 2016 -0700
[API] Really fix EventEmitter import
commit 54d2b00e67
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 14:37:20 2016 -0700
[API] Update licenses correctly
Instead of double-documenting Zepto, document eventemitter3
commit 061f9d6deb
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 14:32:10 2016 -0700
[API] Update EventEmitter dependency
commit 1de9d182a7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 14:20:10 2016 -0700
[API] Add license info for new dependencies
commit 810150d0d7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:41:28 2016 -0700
[API] Update documentation to reflect API status
commit 1c0999b512
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:26:59 2016 -0700
[API] Include revision info in minified openmct
commit 774ae03c3e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:23:11 2016 -0700
[API] Add license headers
commit 1defee8953
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:16:36 2016 -0700
[API] Decruft README.md for objects
...as this content is now in JSDoc
commit 7b9ac3e7fb
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:11:03 2016 -0700
[API] Remove tutorial directories
commit f2178e2b43
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:08:33 2016 -0700
[API] Decruft unused view
...from context menu prototyping
commit 0094fea3f7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:07:55 2016 -0700
[API] Decruft unused gesture
commit 7f79abe849
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:07:25 2016 -0700
[API] Remove unused OverlayManager
commit f43bb6e03d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:05:16 2016 -0700
[API] Decruft unused Region
commit 8f3c3d910e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:04:23 2016 -0700
[API] Decruft unused gesture
commit 0956811adc
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 13:00:00 2016 -0700
[API] Remove obsolete Selection.js
commit bcc5a4e2ca
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:57:55 2016 -0700
[API] Remove README to decruft
Content is now provided in JSDoc
commit 27b6a51887
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:56:16 2016 -0700
[API] Remove README to decruft
Content is now provided in JSDoc
commit bb04d9db4a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:55:38 2016 -0700
[API] Remove obsolete method to decruft
commit 7c3bfae0a6
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:53:26 2016 -0700
[API] Remove obsolete script to decruft
commit 471fe7453b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:52:51 2016 -0700
[API] Remove empty View script
...and move API docs to ViewRegistry
commit 0d0526627b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:50:37 2016 -0700
[API] Decruft unused AngularView
commit 43e35179a3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:49:08 2016 -0700
[API] Continue decrufting
commit 59634be565
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:46:36 2016 -0700
[API] Decruft unused script
commit 3bd8dd9928
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:45:20 2016 -0700
[API] Decruft unused script
commit b5f1f98555
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:38:03 2016 -0700
[API] Minimize logic in openmct module
commit 11965304fb
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:35:15 2016 -0700
[API] Remove redundant openmct module
commit 742d649d38
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:29:34 2016 -0700
[API] Decruft unused dependency
commit 6a47df095b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:27:53 2016 -0700
[API] Remove gulp api task
commit 0012ca48c1
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 12:27:39 2016 -0700
[API] Simplify JSDoc build
...since extraneous documentation no longer needs to be
worked-around.
commit 34e07b938d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 10:42:48 2016 -0700
[API] Update StyleSheetLoaderSpec
...to reflect asset path details
commit 230230aa94
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 10:37:31 2016 -0700
[API] Remove js extension from import
...to avoid confusing RequireJS and breaking test suite
commit 901846e6c1
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 10:29:03 2016 -0700
[API] Use correct property for RT table template
commit 04b8326900
Merge: aed01d3
a93f41f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 10:25:32 2016 -0700
Merge branch 'api-platform-updates' into api-1124b
commit a93f41f1c3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 10:25:22 2016 -0700
[API] Miscellaneous platform updates
Adds miscellaneous platform updates to include templates
via the RequireJS text plugin; to support modification of
asset paths; and to support priority order for gestures.
Supports integration of new API, #1124 .
commit aed01d3a23
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 10:20:09 2016 -0700
[API] Remove examples
...as these do not necessarily reflect API updates
commit 09c73ef5f8
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 10:09:42 2016 -0700
[API] Update MCT implementation
commit b1b6080161
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 09:56:50 2016 -0700
[API] Rename types in api module
commit cb93da5e15
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 09:56:06 2016 -0700
[API] Fix CompositionAPI module
commit d0e7eb29a9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 30 09:51:35 2016 -0700
[API] Mark MCT#selection as private
commit 5e9e6099b0
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 21:59:06 2016 -0700
[API] Update TelemetryAPI to match docs
commit 6bd1af5c03
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 21:42:09 2016 -0700
[API] Define LimitEvaluator interface
commit 3f20c1bb94
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 17:34:41 2016 -0700
[API] Update ViewRegistry to match docs
commit 91214f2623
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 17:26:27 2016 -0700
[API] Implement TypeRegistry methods
commit 1fde82e673
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 17:22:29 2016 -0700
[API] Mark Selection as private
commit 0ae0abcfc3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 17:20:27 2016 -0700
[API] Update ObjectAPI to match docs
commit 6fe1e775e0
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 17:16:56 2016 -0700
[API] Update GestureAPI to match docs
commit d4d9f9c467
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 17:08:54 2016 -0700
[API] Update CompositionCollection to match docs
commit 0cb1ec9366
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 17:04:15 2016 -0700
[API] Rewrite CompositionAPI to match docs
commit 6ab27302f6
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 16:49:42 2016 -0700
[API] Document remaining Dialog method
commit dfc5021e11
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 16:47:33 2016 -0700
[API] Fix JSDoc for Dialog
commit 9e3a3529e0
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 16:46:22 2016 -0700
[API] Rename main module
commit 434ea5487a
Merge: 987d98b
45ecc7b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 16:43:47 2016 -0700
Merge branch 'api-1110' into api-1124b
commit 987d98b47e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 16:37:57 2016 -0700
[API] Restore JSDoc for openmct module
commit 53974bd69a
Merge: ed8d331
d61f446
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 10:54:08 2016 -0700
Merge branch 'subobject-selection-1126' into api-1124b
Conflicts:
bower.json
index.html
main.js
src/openmct.js
commit ed8d331cd3
Merge: 7ce9bd9
7439d94
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 29 10:47:52 2016 -0700
[API] Merge in latest from master
commit d61f446002
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Sep 26 15:21:43 2016 -0700
[Selection] Add a click-elsewhere gesture
commit 763f7dd021
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Sep 26 12:37:02 2016 -0700
[Selection] Begin adapting actions
commit cad255ce83
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Sep 26 11:52:14 2016 -0700
[Selection] Use variable name expected by template
commit 3b4239fbd9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Sep 26 11:43:38 2016 -0700
[Selection] Use AngularView for context menus
commit 15ef89f455
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Sep 26 11:38:37 2016 -0700
[Selection] Bring over context menu template
commit c9a0a469f6
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Sun Sep 25 20:30:42 2016 -0700
[Selection] Position context menus
commit f926bd9762
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Sun Sep 25 19:38:03 2016 -0700
[Selection] Position overlays
commit d79392aeaa
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Sun Sep 25 18:26:00 2016 -0700
[Selection] Begin integrating OverlayManager
commit 9a5bda4917
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Sun Sep 25 18:22:07 2016 -0700
[Selection] Sketch in overlay manager
commit 407550e6f4
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:48:43 2016 -0700
[Selection] Inject actionRegistry
commit 8b44b44e38
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:46:45 2016 -0700
[Selection] Generalize Registry
commit 8dfa8df28a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:45:46 2016 -0700
[Selection] Allow providers to return array
...to allow one-to-many providers for actions, as is useful
for Create et al (and, in this specific case, to support
adapters.)
commit 9e19296b14
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:35:40 2016 -0700
[Selection] Add ActionRegistry
commit 106632c21c
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:32:40 2016 -0700
[Selection] Remove unused import
commit 235032a571
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:27:39 2016 -0700
[Selection] Wire in new contextmenu
commit db41f6e64f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:19:16 2016 -0700
[Selection] Obey priority order
commit e83e0da521
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:16:32 2016 -0700
[Selection] Export openmct from main.js
commit c411f8fbe3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 23 15:07:03 2016 -0700
[Selection] Go through openmct API
commit 4ce952846c
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 22 11:51:00 2016 -0700
[Selection] Expose context menu adapter
commit fdab4a614f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 22 11:48:44 2016 -0700
[Selection] Expose contextual gesture
commit 152f55652f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 22 11:46:37 2016 -0700
[Selection] Add adapter for context menu
commit c46c42e576
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 15:39:56 2016 -0700
[Selection] Sketch in AngularView
...for use in the adapter layer.
commit 75bf956c3d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 14:54:22 2016 -0700
[Selection] Use context typedef
commit 0a44c48338
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 13:27:59 2016 -0700
[Selection] Sketch in context menu gesture
commit e4c3412e8a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 13:16:24 2016 -0700
[Selection] Sketch in context menu view
commit 4e1cfac4b9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 12:30:36 2016 -0700
[Selection] Expose inspector registry
commit 0a64e9f515
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 12:29:43 2016 -0700
[Selection] Add ViewRegistry
commit 7341ed9d03
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 12:26:57 2016 -0700
[Selection] Handle selection changes
...from the InspectorRegion
commit e2631bdcfd
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 11:27:24 2016 -0700
[Selection] Listen/unlisten to selection
...from the inspector region
commit 773a7c0c24
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 21 11:25:21 2016 -0700
[Selection] Begin adding Inspector region
commit fdcba66558
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 14 11:54:19 2016 -0700
[Selection] Add legacy bundle
...to act as an adapter to legacy registration API
commit 3b1ed7821f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 14 11:50:33 2016 -0700
[Selection] Add openmct module
...to expose selection APIs
commit 1be517f3ea
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 14 11:46:06 2016 -0700
[Selection] Don't reuse old paths for new items
commit 5e3dcadfa4
Merge: fd97f4d
f732387
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 14 11:06:05 2016 -0700
Merge remote-tracking branch 'origin/master' into subobject-selection-1126
Conflicts:
bower.json
main.js
test-main.js
commit 45ecc7bb2b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 14:10:51 2016 -0700
[API] Ascending/descending order
commit a3c3f997cf
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 13:25:05 2016 -0700
[API] Move down TC example
...to come after telemetry usage example
commit 1ae3ce57d0
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 13:23:06 2016 -0700
[API] Telemetry registration example
commit 616e2b4d77
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 13:10:48 2016 -0700
[API] Exemplify mutate/observe
commit 0e7d812db7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 13:04:30 2016 -0700
[API] Document ObjectAPI registration
commit c074f29a07
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 11:26:13 2016 -0700
[API] Add gesture example
commit 92118d353e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 11:24:01 2016 -0700
[API] Add Time Conductor example
commit b111eeff07
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 11:16:24 2016 -0700
[API] Update reference
commit 8042e84911
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 11:15:26 2016 -0700
[API] Add composition-related content
commit 631c4b5dda
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 11:06:27 2016 -0700
[API] Describe composition property
commit c6baf2dc1f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:58:00 2016 -0700
[API] Make CompositionCollection an interface
commit 4db7e12d45
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:55:34 2016 -0700
[API] Add example for views
commit b1799c695e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:46:49 2016 -0700
[API] Add DomainObject
commit 5761c889bc
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:41:48 2016 -0700
[API] Move MutableObject methods to ObjectAPI
commit 97cf26d438
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:27:42 2016 -0700
[API] Telemetry provider
commit c4b83b7589
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:18:43 2016 -0700
[API] Account for provider strategies
commit d56f30c15a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:15:57 2016 -0700
[API] TelemetryRequest
commit 7279c5d857
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:12:47 2016 -0700
[API] Mark properties as optional
commit 5d53ab83a3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:11:52 2016 -0700
[API] More TelemetryProperty properties
commit 4565e45b36
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 10:08:07 2016 -0700
[API] Add TelemetryProperty for metadata
commit 5950daa6cb
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 09:33:21 2016 -0700
[API] Move out composition policy
commit 60800c913e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 09:28:26 2016 -0700
[API] Gestures
commit 649567176d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 09:21:18 2016 -0700
[API] Notes on context
commit 1df573b8c6
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 08:50:20 2016 -0700
[API] Move types into registry
commit bc4ca10e53
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 08:45:18 2016 -0700
[API] Separate out ViewRegistry
commit 1338f02541
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 08:32:21 2016 -0700
[API] Clean up telemetry API docs slightly
commit 1cc6833c30
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 08:26:32 2016 -0700
[API] Add request/subscribe JSDoc
commit a7a47a36d6
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 08:10:40 2016 -0700
[API] Remove extraneous return jsdoc
commit 851d0f0d63
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Sep 7 08:09:37 2016 -0700
[API] Clean up Composition API
commit 5a129de73d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 16:32:54 2016 -0700
[API] Clarify language
commit 0cf634a412
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 16:30:05 2016 -0700
[API] Add more front-page content
commit 702d7acf64
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 16:18:42 2016 -0700
[API] Begin adding front page content
commit 69a500bf44
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 16:07:49 2016 -0700
[API] Dedocument Selection
...and add a description to MCT#conductor
commit 82e5b009e8
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 13:58:19 2016 -0700
[API] Move Identifier typedef
commit aafd0731ec
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 13:47:59 2016 -0700
[API] Remove 'the API' section
...as this is now generated from JSDoc, more or less
commit c9705a5f2c
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 13:46:02 2016 -0700
[API] Normalize line length
commit 7cc4a1262c
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 13:31:07 2016 -0700
[API] Proofread intro
commit 02904a6081
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 13:28:49 2016 -0700
[API] Link to openmct module in the preamble
commit 7ce9bd969a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 10:14:04 2016 -0700
[API] Telemetry JSdoc
commit 8cafd2da7e
Merge: 6264ab7
bccd018
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 10:06:30 2016 -0700
Merge remote-tracking branch 'origin/api-tutorial/telemetry' into api-1110
commit 6264ab75f3
Merge: 7a5cad2
b4dc502
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 10:03:59 2016 -0700
Merge remote-tracking branch 'origin/api-tutorials' into api-1110
Conflicts:
src/MCT.js
src/api/composition/CompositionCollection.js
src/api/composition/DefaultCompositionProvider.js
src/api/objects/MutableObject.js
commit 7a5cad20ec
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 09:58:08 2016 -0700
[API] Add JSDoc for Dialog
commit 4de069b393
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 09:54:51 2016 -0700
[API] JSDoc for Selection
commit 70abd5c1f9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 09:47:06 2016 -0700
[API] Document start event
commit 2a3a61da86
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 09:45:24 2016 -0700
[API] Fix event memberofs in TimeConductor
commit 018bd022cc
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 09:42:04 2016 -0700
[API] Document View API
commit 4739b36bc3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 09:14:04 2016 -0700
[API] Add metadata to View jsdoc
commit c9b1035a6d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 09:13:01 2016 -0700
[API] Document Type.check
commit 6768328475
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 08:43:01 2016 -0700
[API] Document MutableObject
commit 60c179eac3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 08:32:18 2016 -0700
[API] Add missing parameter names
commit a20e8d69b5
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 08:31:42 2016 -0700
[API] More Objects doc
commit 1abcb248fe
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 08:13:26 2016 -0700
[API] Include API.md as main page
commit a8151f5f22
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 08:09:03 2016 -0700
[API] Document CompositionProvider
commit cdf21f3763
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 07:58:52 2016 -0700
[API] Mark Composition as instance method
commit 341bceb4e2
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Sep 6 07:57:44 2016 -0700
[API] Document composition API
commit 0470a02272
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 2 16:04:38 2016 -0700
[API] Reference ObjectAPI
commit e3dc26c130
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 2 15:25:28 2016 -0700
[API] Clean up docs
commit 96c3d1cac2
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 2 15:19:20 2016 -0700
[API] Use JSDoc config
commit 2af778145d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 2 15:16:11 2016 -0700
[API] Clean up JSDoc slightly
commit 5743eeb33a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 2 15:03:12 2016 -0700
[API] Reference EventEmitter
commit f06f714bdc
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 2 15:02:18 2016 -0700
[API] Document some public fields
commit d592bd1035
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 2 14:58:06 2016 -0700
[API] Give up on borrows-style documentation
commit b5f62541ce
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Sep 2 14:54:27 2016 -0700
[API] Add watch for API docs
commit 33ced4bccf
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 1 15:51:25 2016 -0700
[API] Expose MCT on openmct
commit e37510dbab
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 1 15:13:52 2016 -0700
[API] Ignore internal API after processing
commit f27c41014d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 1 14:50:13 2016 -0700
[API] JSDoc for openmct.start()
commit bd796f2beb
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 1 14:44:24 2016 -0700
[API] Simple constructor documentation
commit bcc32c76d0
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 1 14:42:55 2016 -0700
[API] Module-level JSDoc
commit ff2ec6690a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 1 14:35:52 2016 -0700
[API] Rename module to openmct
commit 1e0fb3611d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Sep 1 12:34:54 2016 -0700
[API] Render API docs to HTML
commit 1d4f36a7d9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 26 11:48:27 2016 -0700
[API] Include JSDoc for mct namespace only
commit 0f96fbdd62
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 26 11:31:56 2016 -0700
[API] Treat mct as a namespace
commit e05fb57fe4
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 26 09:47:50 2016 -0700
[API] Quasi-sensible JSDoc starting point
commit 185cdcab08
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 26 09:31:07 2016 -0700
[API] Begin adding mct.js
...which will provide an instance of OpenMCT at startup,
as well as house documentation for entry point to public API.
commit 50ccad5aaa
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 26 09:26:12 2016 -0700
[API] Rename MCT to OpenMCT
commit 6a23df9454
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 25 14:54:07 2016 -0700
[API] Add JSDoc for MCT
commit ab5b1d3754
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 25 13:49:21 2016 -0700
[API] Add JSDoc task
commit b309f26b56
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 25 13:38:44 2016 -0700
[API] Add gulp-jsdoc-to-markdown dep
...to aid in generating API docs as a measure of API completeness
and consistency, for #1110 and #1111
commit b4dc50295c
Merge: 02aa08a
382dde3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 25 13:26:50 2016 -0700
Merge pull request #1131 from nasa/open1094
Resolve synchronization issues with MutableObject
commit 382dde300a
Merge: b1b8df4
02aa08a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 25 13:25:54 2016 -0700
Merge remote-tracking branch 'origin/api-tutorials' into open1094
Conflicts:
index.html
tutorials/todo/todo.js
commit 02aa08a3ef
Merge: c95d9c7
d73c505
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 25 13:19:14 2016 -0700
Merge pull request #1121 from nasa/api-containment
[API] Containment
commit c95d9c7956
Merge: 1147f3a
2463e4d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 25 13:17:26 2016 -0700
Merge pull request #1107 from nasa/api-type-forms
[API] Handle forms with a "properties" region
commit fd97f4db41
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 25 13:15:37 2016 -0700
[Selection] Begin implementing Hover gesture
commit b1b8df4d87
Author: Andrew Henry <andrew.k.henry@nasa.gov >
Date: Tue Aug 23 13:57:12 2016 +0100
Use MutationCapability
commit 3228a83802
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Aug 22 16:31:27 2016 -0700
[Selection] Begin adding hover gesture
commit 1dba551fc6
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Aug 22 16:07:01 2016 -0700
[Selection] Force single select
...as a simplifying assumption for the initial prototype.
commit 20f3b57ddd
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Aug 22 14:18:26 2016 -0700
[Selection] Release listeners
commit 58787c4436
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Aug 22 14:13:46 2016 -0700
[Selection] Remove obsolete include
commit 2a45893602
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Aug 22 13:22:17 2016 -0700
[Selection] Begin adding context management
commit a94ab44431
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Aug 22 12:24:40 2016 -0700
[Selection] Toggle selected class
commit cc9efdff31
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Aug 22 12:17:29 2016 -0700
[Selection] At Path.toArray
commit bd3c6665fb
Author: Andrew Henry <andrew.k.henry@nasa.gov >
Date: Mon Aug 22 14:25:39 2016 +0100
Added bridge between old and new event models
commit 10e90519c0
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Aug 19 19:10:06 2016 -0700
Tidy todo views, remove unnecessary code
commit d341a8be97
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Aug 19 19:07:53 2016 -0700
Selection changes include new selection
commit 8c439d8109
Author: Andrew Henry <andrew.k.henry@nasa.gov >
Date: Sun Aug 21 23:01:48 2016 -0700
Adding compatibility between old and new style mutation events
commit 9c88b7ce1d
Author: Henry <akhenry@gmail.com >
Date: Thu Aug 18 10:38:16 2016 -0700
Removed setters from MutableObject and fixed non-working todo list tutorial
Refactoring MutableObject
Fixed non-working todo example
commit 6e664003e3
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 18 13:11:09 2016 -0700
[Sub-object] Sketch in SelectGesture
commit 70d804fc49
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 18 11:54:05 2016 -0700
[Sub-object] Emit change events
commit 06c184821e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 18 11:51:09 2016 -0700
[Sub-object] Add Path.append
commit b76be3d2e5
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 18 11:45:13 2016 -0700
[Sub-object] Basic Path/Selection implementation
commit 8934ba96f7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 18 10:33:34 2016 -0700
[Sub-object] Add empty Selection class
commit 3fb4ce7819
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 11:43:35 2016 -0700
[Sub-object] Add EventEmitter dependency
Selection state will be represented in #1126 by an EventEmitter.
commit 2463e4d59f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 12 12:54:39 2016 -0700
[API] Update Dialog API usage
commit d73c505bea
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 12 11:17:00 2016 -0700
[API] Fix typo, add missing this
commit 831ecc59d9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 12 10:24:59 2016 -0700
[API] Wire in canContain via policy
commit 1de26d3c5d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 12 09:30:02 2016 -0700
[API] Throw error on containment violation
commit 11409ce509
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Aug 12 09:27:46 2016 -0700
[API] Add containment methods
commit 93872ce074
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 11 16:04:26 2016 -0700
[API] Expose Dialog as constructor
...and use it that way from todo plugin
commit 8861644f2d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 11 16:02:04 2016 -0700
[API] Adjust Dialog API
...to allow OK button to be enabled/disabled.
commit d4948f771b
Merge: 0656a29
8295a0b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 11 15:31:11 2016 -0700
Merge branch 'api-todo-update' into api-type-forms
commit 8295a0bed1
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 11 15:29:46 2016 -0700
[API] Update todo tutorial
...to expect new domain object API (instead of explicitly
wrapping it.)
commit 0656a298da
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Aug 4 14:00:39 2016 -0700
[API] Remove test usage of properties region
commit fe2ce91d50
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Jul 28 16:16:22 2016 -0700
[API] Show a custom view in dialog
commit 14f30b2489
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Jul 28 16:05:02 2016 -0700
[API] Restrict dialog overrides
...to those domain objects which have some view for the
properties region registered.
commit 62d90a8114
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Jul 28 15:57:15 2016 -0700
[API] Show dialog via mct
commit 87682607a5
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Jul 28 15:53:07 2016 -0700
[API] Rename dependency in adapter layer
commit 7bf265b478
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Jul 28 15:52:52 2016 -0700
[API] Move mct service up
commit 1d31fe8d02
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Jul 28 15:48:28 2016 -0700
[API] Override dialogService in actions
An ugly hack to allow dialogs to be shown for Save As
and Edit Properties, without requiring form generation.
This will permit views to be shown instead in certain
cases, https://github.com/nasa/openmct/pull/999#issuecomment-236045158
commit bfdbc71e40
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Jul 28 15:34:03 2016 -0700
[API] Define a properties region
commit 1147f3aa47
Author: Pete Richards <pete@pete-richards.com >
Date: Mon Jul 25 14:38:44 2016 -0700
tutorials: support arbitrary hosting directory (#1097 )
* Include all bundles in artifact
change bundle registry such that all bundles are immediately registered,
but must be specifically enabled. A default registry class enables bundles
that make sense for demonstration purposes.
Added methods to the registry to allow enabling and disabling of bundles
without having to load additional files.
* support alternate asset/worker paths
Change the gulp glob for assets to copy over a more minimal
set of files-- only css, fonts, and images. Results in a
smaller distributable archive.
Update stylesheet loader to use a constant for the assets path.
This can be customized at run time via MCT.setAssetPath() to
allow MCT to be hosted in various locations.
Update worker loader to support loading workers from blobs to
support packaging as standalone file.
* Load templates via requirejs
* [gulp] lazy-require where reasonable
Require things right before starting tasks to reduce gulp start up time.
* document setAssetPath
commit 719f9f45e8
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jul 22 14:09:31 2016 -0700
[API] Add documentation for selection state (#1096 )
commit 95ef70a24c
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jul 22 13:56:45 2016 -0700
[API] Use selection state from toolbar (#1070 )
* [API] Allow selection
* [API] Keep in sync using model
* [API] Add selection as EventEmitter
* [API] Use selection from ToDo tutorial
* [API] Restore selection functionality
commit d5aa998b4c
Author: Pete Richards <pete@pete-richards.com >
Date: Fri Jul 22 13:53:03 2016 -0700
[API] Draft Composition API (#1068 )
* [Objects] util for equality checking
Add a method for checking object equality, useful for other services.
* [Composition] Draft Composition API
Draft composition API. Composition collections provide an observable
for watching and mutating the composition of an object.
Composition providers implement the loading and modification of composition.
The default composition provider uses the composition attribute of
domain objects, while allowing other providers to implement their
own loading and mutation behavior.
* add todo about event listener bindings
* [Type] Add form property for defining form fields
* [tutorial] Add Composition tutorial
* provider doesn't have to implement events, load returns array of children
* use new composition in old api
* correct key name
* Override instantiate to provide model ids
Override instantiate in public API adapter to prevent making changes to
platform code. Instantiate now passes the id of the domain object with the
model so that capabilities can convert to a new-style domain object and use
that to detect functionality.
* Implement mutation capability with decorator
Implementation mutation capability override with decorator to adapter code
outside of platform. Capability override ensures that models are kept in
sync even though they are no longer shared objects.
* override composition cleanly
Override composition capability without making changes inside platform.
* cleanup after temporary collections
* remove unused try/catch
commit 7890fcae69
Author: Pete Richards <pete@pete-richards.com >
Date: Thu Jul 21 14:39:02 2016 -0700
tutorial consistency . (#1079 )
* [API] use new-style objects consistently
* rewrite todo tutorial in test-api.html
* [API] Add API doc, update object API
* [Tutorials] Rename tutorials, remove old
* Fix Links
* updates
* initial
* hope this works
* Object Utils always return new objects instead of mutating existing objects
* keep domain object model in-sync when listening
Keep the domain object model in sync with the latest version when
listening for mutation events.
* Remove old-style plugins
* Update views to use new API
* Tidy Code
* Update API Docs
* Add Plugin API and Example
commit 18843cee48
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jul 20 13:46:03 2016 -0700
[API] Change approach to applies-to checking (#1072 )
* [API] Allow selection
* [API] Keep in sync using model
* [API] Add selection as EventEmitter
* [API] Use selection from ToDo tutorial
* [API] Add appliesTo-style method
* [API] Remove destroy method, simplify show
* [View] Return a no-op
* [API] Use new applies-to checking
* [API] Rename TodoView to TodoRenderer
* [API] Rewire views
* [API] Wire up so that things work
* [API] Begin adding container
...to attempt to give views something to listen to for destroy-like
events
* [API] Begin using regions...
* [API] Begin working through Region stuff
* [API] Revise Region API
...for similarity with Marionette,
https://github.com/nasa/openmct/pull/1072#issuecomment-230902986
* [API] Begin separating View, ViewDefinition
* [API] Finish separating View/ViewDefinition
* [API] Update MCTView
...to reflect updates to Region/View/ViewDefinition APIs
* [API] Simplify View API
...merging closely-related populate/show methods, and restoring
compatibility with todo tutorial
* [API] Wire in from todo tutorial plugin
* [API] Switch back to region constants
* [API] Update method signature, add JSDoc
* [API] Update variable name
* [API] Remove unnecessary separate regions file
* [API] Relocate Region; not external api
* [API] Revert changes to api.js
...as these ended up becoming entirely superficial
commit 1879c122c7
Author: Andrew Henry <andrew.k.henry@nasa.gov >
Date: Thu Jul 7 14:30:45 2016 -0700
Mutation API (#1074 )
* [API] Allow selection
* [API] Keep in sync using model
* [API] Add selection as EventEmitter
* [API] Use selection from ToDo tutorial
* Object events prototype
* Added examples
* Transitional API
* Modified todo list code to work with new setters
* [API] Removed emitting of events on container when property changes value to remove ambiguity. Listeners must be listening to the same path used in the setter to catch changes
commit d7ddb96c4e
Author: Pete Richards <pete@pete-richards.com >
Date: Thu Jul 7 14:25:23 2016 -0700
[API] UMD Packaging (#1078 )
* [Bundle] load filter with requirejs
* [Build] Use almond, wrap in UMD
Use almond for built version of application and wrap in UMD so that
it supports requirejs, commonjs, and basic browser loading.
* [Main] Can choose where to load app
MCT.run allows you to specify a dom element to load application
within. If element is not specified, will use body.
* [MCT] set class on injected div
Set class on injected div so extra markup is not required.
* [Build] Re-enable optimize
* Add minimal bootstrap example
commit bccd018d97
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Jul 1 10:26:49 2016 -0700
Telemetry Draft
commit b55668426d
Merge: 47a543b
5b656fa
Author: Andrew Henry <andrew.k.henry@nasa.gov >
Date: Fri Jul 1 10:22:16 2016 -0700
Merge pull request #1062 from nasa/tc-redux
[Time Conductor] V2 Public API
commit 5b656faa9d
Author: Henry <akhenry@gmail.com >
Date: Thu Jun 30 20:50:03 2016 -0700
Added tests
commit 8d2c489fa9
Author: Pete Richards <pete@pete-richards.com >
Date: Thu Jun 30 16:54:56 2016 -0700
[TimeConductor] Set bounds on timeSystem Change
Always set bounds on timeSystem change as not having valid bounds would
put views in inconsistent states.
commit 4366b0870d
Author: Henry <akhenry@gmail.com >
Date: Wed Jun 29 12:51:02 2016 -0700
[Time Conductor] API redesign. Initial commit of V2 public API. Addresses #933
commit 47a543beb7
Merge: 06f87c1
c944080
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jul 1 10:17:36 2016 -0700
Merge pull request #1067 from nasa/api-css
[API] Remove stylesheet from example
commit 06f87c1472
Merge: 14a56ea
c9c41cd
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jul 1 10:13:29 2016 -0700
Merge pull request #1029 from nasa/api-toolbar-add-only
[API Prototype] Add toolbar
commit c9c41cdcc8
Merge: 370b515
14a56ea
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jul 1 10:10:33 2016 -0700
Merge remote-tracking branch 'origin/api-tutorials' into api-toolbar-add-only
Conflicts:
src/MCT.js
commit 14a56ea17e
Merge: d51e6bf
b2e7db7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jul 1 10:09:29 2016 -0700
Merge pull request #1028 from nasa/api-view
[API Prototype] Support imperative view registration
commit b2e7db71cc
Merge: 96316de
d51e6bf
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jul 1 10:08:05 2016 -0700
Merge remote-tracking branch 'origin/api-tutorials' into api-view
Conflicts:
src/MCT.js
src/api/api.js
commit d51e6bfd92
Merge: 5de7a96
d475d76
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jul 1 10:03:42 2016 -0700
Merge pull request #1030 from nasa/api-tutorial/objects
Api tutorial/objects
commit d475d767d5
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Jun 17 17:05:05 2016 -0700
add grootprovider
commit a63e053399
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Jun 17 16:54:32 2016 -0700
[ObjectAPI] Draft new Object API
Rought prototype of new object API.
commit 370b515c23
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 14:21:37 2016 -0700
[API] Synchronize view to model
commit 4a50f325cb
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 14:18:51 2016 -0700
[API] Allow tasks to be added
commit dbe6a4efc1
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 14:05:00 2016 -0700
[API] Title dialog
commit 13920d8802
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 14:00:45 2016 -0700
[API] Resolve/reject from dialog
commit b6a8c514aa
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 13:51:15 2016 -0700
[API] Show dialog from toolbar
commit e4a4704baa
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 13:41:59 2016 -0700
[API] Listen to add/remove buttons
commit be0029e59a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 13:38:54 2016 -0700
[API] Get todo toolbar to look right
commit 9cb273ef0a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 13:30:08 2016 -0700
[API] Get registered toolbar to appear
commit eec9b1cf4c
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 13:10:24 2016 -0700
[API] Support distinct region registration
commit 1f96e84542
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 12:16:46 2016 -0700
[API] Override template to allow toolbar injection
commit c289a27305
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 11:43:18 2016 -0700
[API] Begin adding toolbar
commit c944080790
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 11:27:04 2016 -0700
[API] Remove stylesheet from example
No need to provide custom API for this.
commit 96316de6e4
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 11:16:08 2016 -0700
[API] Update view API
commit 2240a87ddc
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 10:53:56 2016 -0700
[API] Move view off of type
commit d891affe48
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 10:21:00 2016 -0700
[API] Move view off of type
commit 21a618d1ce
Merge: 580a4e5
09a833f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 10:19:44 2016 -0700
Merge branch 'api-type-proto' into api-view
commit 5de7a96ccc
Merge: 9c4e17b
09a833f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 17 10:18:42 2016 -0700
Merge pull request #1010 from nasa/api-type-proto
[API Prototype] Type registration
commit 09a833f524
Merge: c4fec1a
9c4e17b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Jun 10 13:28:09 2016 -0700
Merge branch 'api-tutorials' into api-type-proto
commit 580a4e52b5
Merge: 4ca2f51
9c4e17b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Jun 7 14:01:08 2016 -0700
Merge branch 'api-tutorials' into api-type-driven
commit 9c4e17bfab
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Jun 7 13:14:36 2016 -0700
[Tutorials] Add telemetry tutorial
commit d3e5d95d6b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Jun 7 13:00:38 2016 -0700
[Tutorials] Add example server
commit c70793ac2d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Jun 7 12:55:29 2016 -0700
[Tutorials] Add remainder of bargraph
commit a6ef1d3423
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Jun 7 12:49:38 2016 -0700
[Tutorials] Add Bar Graph tutorial
commit 4ca2f51d5e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 17:08:04 2016 -0700
[API] Use subclass style
commit 86ac80ddbd
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 16:56:08 2016 -0700
[API] Persist mutations
commit 0525ba6b0b
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 16:55:10 2016 -0700
[API] Check/uncheck todos
commit a79e958ffc
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 16:46:06 2016 -0700
[API] Show tasks from todo
commit 03cb0ccb57
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 16:36:55 2016 -0700
[API] Get View to render
commit 7205faa6bb
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 16:27:47 2016 -0700
[API] Add adapter bundle
commit 136f2ae785
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 16:19:20 2016 -0700
[API] Add MCTView directive as an adapter
commit a07e2fb8e5
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 16:08:43 2016 -0700
[API] Implement View
commit 55b531bdeb
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 15:49:16 2016 -0700
[API] Sketch in view instantiation
commit 7ece5897e8
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 15:31:54 2016 -0700
[API] Begin adding View
commit a29c7a6eab
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 13:46:30 2016 -0700
[API] Deangularize todo templates
commit c4fec1af6a
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 13:31:30 2016 -0700
[API] Move type toward a newer API
commit a6996df3df
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 13:17:16 2016 -0700
[API] Begin moving out type
commit 0c660238f2
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 11:49:43 2016 -0700
[API] Add MCT class
commit b73b824e55
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 11:43:35 2016 -0700
[API] Add EventEmitter dep
commit 1954d98628
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri May 27 11:30:53 2016 -0700
[Tutorials] Remove diff markings in TodoController
commit 7aa034ce23
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu May 26 16:05:38 2016 -0700
Add todo tutorial
commit 385dc5d298
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu May 26 15:36:09 2016 -0700
Begin adding tutorials
2016-09-30 17:31:33 -07:00
5b0fa90e39
Merge pull request #1220 from nasa/hasta-la-vista-jspdf
...
[export] remove pdf export
2016-09-30 17:01:23 -07:00
ae6f6565fa
[export] remove pdf export
...
Remove pdf export with extreme prejudice due to issues with build process.
Fixes https://github.com/nasa/openmct/issues/1217
2016-09-30 16:54:42 -07:00
c874ae7afd
Merge remote-tracking branch 'origin/master' into api-platform-updates
2016-09-30 14:46:37 -07:00
c27c0c5b8c
Merge pull request #1215 from nasa/fix-jspdf-version-1214
...
[Bower] specify jspdf minor version
2016-09-30 14:45:59 -07:00
ed102492e5
[Bower] specify jspdf minor version
...
Specify jsPDF minor version to avoid updating to v1.3.0, which appears to
have problems with requirejs bundling.
Fixes https://github.com/nasa/openmct/issues/1214
2016-09-30 12:49:02 -07:00
e077f9ee18
[Timeline] Fix logic error
...
Issue #1185 . Also removed direct modification of domain object.
2016-09-30 21:34:03 +02:00
e9f4db7719
Merge branch 'master' of github.com:nasa/openmct into open1185
2016-09-30 21:25:36 +02:00
34e07b938d
[API] Update StyleSheetLoaderSpec
...
...to reflect asset path details
2016-09-30 10:42:48 -07:00
230230aa94
[API] Remove js extension from import
...
...to avoid confusing RequireJS and breaking test suite
2016-09-30 10:37:31 -07:00
901846e6c1
[API] Use correct property for RT table template
2016-09-30 10:29:03 -07:00
a93f41f1c3
[API] Miscellaneous platform updates
...
Adds miscellaneous platform updates to include templates
via the RequireJS text plugin; to support modification of
asset paths; and to support priority order for gestures.
Supports integration of new API, #1124 .
2016-09-30 10:25:22 -07:00
7439d949c4
Merge pull request #1209 from nasa/jspdf-1208b
...
[Build] Fix jsPDF dependency
2016-09-28 09:30:50 -07:00
77d4760945
fixed new code indication
2016-09-28 15:13:23 +03:00
e1276e464d
[Build] Restore version identifier
2016-09-27 16:49:09 -07:00
d248dfe346
[Build] Remove SNAPSHOT status
...
...to tag a build which addresses release blocker #1208
2016-09-27 16:48:38 -07:00
91b63f78eb
[Build] Depend on non-minified jsPDF
...
Fixes #1208 (for some reason)
2016-09-27 16:47:42 -07:00
754d7b3cd7
[Build] Restore SNAPSHOT status
...
... for a patch build related to #1208
2016-09-27 16:47:35 -07:00
7d950d067c
Merge pull request #1194 from hudsonfoo/open1184
...
[Frontend] Add notes property to all item types
2016-09-27 15:28:49 -07:00
a34e89d56a
[Edit] Bind action to .perform() inside mct-button
2016-09-27 21:19:25 +03:00
4ec0d0633d
fix module reference
2016-09-27 16:08:25 +03:00
4b51e604a7
[Edit] Switch other edit actions to mct-control
2016-09-24 20:43:35 +03:00
e3e7bd27e9
Merge pull request #1203 from nasa/open1202
...
[Frontend] Removed Export buttons from objects when in a Layout
2016-09-23 10:20:47 -07:00
f6ed0e8ab6
Merge pull request #1178 from hudsonfoo/open1168
...
[Frontend] Delay visibility of progress bar
2016-09-23 10:10:09 -07:00
c179d9e759
Merge branch 'BogdanAlexandru-mct588comm'
2016-09-22 17:45:41 -07:00
98f387b605
[Edit Mode] Renamed function from EditAction.cancel() to EditAction.finish()
2016-09-22 17:34:53 -07:00
275dda820b
Merge branch 'mct588comm' of https://github.com/BogdanAlexandru/openmct into BogdanAlexandru-mct588comm
2016-09-22 17:33:42 -07:00
43c32c2c7b
Merge pull request #1201 from nasa/open1080
...
[Edit Mode] Fixed issue with save dialog not being displayed for new objects after mutation
2016-09-22 16:23:49 -07:00
3f5388c2e8
[Build] Restore SNAPSHOT status
...
...and bump version number to open sprint Rajaniemi,
https://github.com/nasa/openmct/milestone/18
2016-09-22 16:20:18 -07:00
bad24d6213
[Build] Remove SNAPSHOT status
...
...to close sprint Pratchett,
https://github.com/nasa/openmct/milestone/17
2016-09-22 15:48:48 -07:00
7a94efccbf
[Edit Mode] Fixed spelling mistake, moved variable declaration
2016-09-22 11:04:04 -07:00
3c72eea9ef
[Frontend] Removed export buttons from objects when in layout
...
Fixes #1202
CSS modded
2016-09-22 10:41:14 -07:00
3548cde9c4
[Edit Mode] Fixed issue with save dialog not being displayed for new objects after mutation. Fixes 1080
2016-09-21 16:12:09 -07:00
3d17435438
[Test] Update spec to use SOC percentage
2016-09-20 17:42:34 +09:00
f185254114
[Formatting] Fix missing spaces
2016-09-20 17:41:45 +09:00
943e2ebe14
[Timeline] Convert SOC to use percentages
...
Also includes updated validation params which allow for floats to a maximum
of 100 as well as a percentage sign which is later removed.
2016-09-20 17:40:08 +09:00
0c27a5f361
[Edit] Remove CreationService dep from SaveAs
2016-09-19 23:52:30 +03:00
abfabc85b5
[Edit] Fix edit-action-buttons indent
2016-09-19 20:41:50 +03:00
e08704e6d3
[Edit] Make checkstyle happy
2016-09-19 20:39:54 +03:00
f60fc2ebad
[Edit] EditorCapability.finish returns domainObj
2016-09-19 20:33:12 +03:00
b50278e92f
[Edit] Remove mocked unused UrlService
2016-09-19 20:22:46 +03:00
e0b6986851
Merge pull request #1169 from smirecki/master
...
[Documentation] Typo corrections
2016-09-19 09:52:48 -07:00
d913798d5b
[Timeline] Add battery starting state-of-charge
...
Issue #1185
2016-09-18 22:52:41 +09:00
56267095cb
[Forms] Add style for small textareas
...
Issue #1184 . This allows for a generically sized text area in forms. I am
anticipating some potential feedback on this given the approach and the sizing
I chose may or may not be ideal for your requirements.
2016-09-18 01:47:07 +09:00
f9ce27def3
[Frontend] Add attributes for storing notes
...
Issue #1184
2016-09-18 01:27:12 +09:00
127a7a62c1
Merge branch 'master' of github.com:nasa/openmct into open1184
2016-09-18 01:25:05 +09:00
4429e847e8
[Properties] Add notes field to all item types
...
Issue #1184
2016-09-18 01:18:26 +09:00
56e321f6d9
[Forms] Add textarea template
...
Issue #1184
2016-09-18 01:18:02 +09:00
e135ed26f0
[Frontend] Shorten overlay fade duration
...
Issue #1168
2016-09-17 16:36:55 +09:00
48b25fe842
[Formatting] Remove double negative logic
...
Issue #1168
2016-09-17 16:32:26 +09:00
85e57286ae
Merge branch 'master' of github.com:nasa/openmct into open1168
2016-09-17 16:30:42 +09:00
5ef6617062
[Edit] Rename action to Save and Finish Editing
2016-09-17 01:05:46 +03:00
ae89dcd62d
[Edit] Make single save button use mct-control
2016-09-17 00:39:49 +03:00
f9597fe799
Merge branch 'master' of https://github.com/nasa/openmct
2016-09-16 17:16:35 -04:00
0ec27350e0
Update TimelineTickController.js
...
One correction by @akhenry, "region, not reign".
2016-09-16 16:50:11 -04:00
156ba832f2
Merge pull request #1154 from nasa/root-build-note-1151
...
[README] Warn about root installation issues
2016-09-16 13:36:35 -07:00
c4f079dde2
Merge pull request #1191 from nasa/revert-1134-dep-vuln-1130
...
[Build] Revert check dependencies for vulnerabilities
2016-09-16 13:35:35 -07:00
2a2e9ef99d
[Edit] Make linter happy
2016-09-16 03:24:00 +03:00
1446b16e77
[Edit] Using spy objects as save action mocks
2016-09-16 03:15:10 +03:00
f03003b366
[Edit] Fix CreateActionSpec
2016-09-15 23:18:53 +03:00
d3db26499c
[Edit] CreateAction needs to perform("save-as")
2016-09-15 23:14:12 +03:00
d1f67fd8b9
[Edit] Introduce dropdown Save menu
...
And fix style issues in SaveAsActionSpec
2016-09-15 22:40:02 +03:00
31ee92b711
[Edit] Remove editor.cancel from SaveActionSpec
2016-09-15 20:39:02 +03:00
1ea7fa3084
[Edit] SaveAsAction tests cover save and finish
2016-09-15 20:28:29 +03:00
fe217384aa
Merge pull request #1192 from nasa/revert-1159-squashed_proxy_parameters
...
Revert "[proxyUrl] pass URL parameters to proxied URL"
2016-09-15 10:13:42 -07:00
49d2d5500f
Revert "[proxyUrl] pass URL parameters to proxied URL"
2016-09-15 09:37:11 -07:00
c1afc34cfc
Revert "[Build] Check dependencies for vulnerabilities"
2016-09-14 10:16:33 -07:00
d8dc3c8445
Merge branch 'master' into mct588comm
2016-09-14 19:50:19 +03:00
ea1855fc26
Merge branch 'master' of github.com:nasa/openmct into open1168
2016-09-14 17:00:06 +09:00
0be84a4e51
[Edit] CreateAction closes editor after save
2016-09-13 23:59:28 +03:00
d87ed1414e
[Edit] Update EditorCapability comments
2016-09-13 22:36:27 +03:00
4382745012
[Edit] Final two actions now use finish()
2016-09-13 22:35:11 +03:00
f73238787d
Merge pull request #1190 from nasa/build-promise-1183
...
[Build] Update to es6-promise 3.3.0
2016-09-13 12:08:42 -07:00
8c04596859
Merge pull request #1179 from BogdanAlexandru/controlsdocs
...
[Documentation] Add extra controls to developer guide
2016-09-13 11:29:28 -07:00
79b16ddda6
[Edit] SaveAs now calls finish()
2016-09-13 21:24:20 +03:00
d490693bad
[Build] Update to es6-promise 3.3.0
...
...including changes to filename associated with that version.
Fixes #1183
2016-09-13 11:20:58 -07:00
6c9bd0b510
Merge branch 'master' of github.com:nasa/openmct into open1168
2016-09-13 16:39:31 +09:00
2740b6f957
[Frontend] Add optional delay parameter to dialog service
...
Issue #1168
2016-09-13 16:36:25 +09:00
37cf56a2b3
[Documentation] Add extra controls
2016-09-13 00:53:50 +03:00
e73bb4ff4a
Merge pull request #1164 from hudsonfoo/open967
...
[Enhancement] Export plot as PDF, JPG, or PNG
2016-09-12 10:56:09 -07:00
ea35395d7e
Merge branch 'master' of github.com:nasa/openmct into open1168
2016-09-13 02:47:16 +09:00
bad901a162
[Typo] Add reference to self
...
Issue #967
2016-09-12 17:06:23 +09:00
bb34528a86
[Testing] Add tests to ensure correct image type
...
Issue #967
2016-09-12 17:00:28 +09:00
487ec7907c
[Formatting] Fix missing space
...
Issue #967
2016-09-12 16:59:39 +09:00
3093ab8067
[Testing] Convert blob to proper format. Inject FileReader.
...
Issue #967
2016-09-12 16:58:21 +09:00
0f1d685ae6
Merge branch 'master' of github.com:nasa/openmct into open967
2016-09-12 15:46:04 +09:00
24cb72e5b5
[Frontend] Delay visibility of progress bar
...
Resolves #1168
2016-09-12 15:28:04 +09:00
4c6ca58c95
Merge pull request #1157 from TypicalFooBar/843
...
[Context Menu] New Tab button available in edit mode. #843
2016-09-11 21:21:49 -07:00
d62989bc5d
[Formatting] Rename export image service key
...
Issue #1164
2016-09-10 03:18:46 +09:00
8e39da6726
[Formatting] Rename export image service key
...
Issue #1164
2016-09-10 03:12:00 +09:00
98deac042e
[Formatting] Reduce line length of gl declaration
...
Issue #1164
2016-09-10 02:56:23 +09:00
b51ffcada6
[Formatting] Add inline JSDoc
...
Issue #1164
2016-09-10 01:59:07 +09:00
a6386b1612
[Formatting] Rename export image service variables
...
Issue #1164
2016-09-10 01:45:50 +09:00
72ecbb0abc
[Frontend] Fix typo
2016-09-09 12:07:02 +09:00
c6caae8647
[Frontend] Remove unnecessary export button styles
2016-09-09 12:06:42 +09:00
da23bba392
Merge branch 'master' of github.com:nasa/openmct into open967
2016-09-09 12:02:50 +09:00
32e7f57a7c
[Build] Accept future phantomjs versions
2016-09-08 13:48:53 -07:00
f7dfccb096
[Build] Depend on phantomjs-prebuilt 2.1.11
...
...due to issues installing 2.1.12 on Linux. Fixes #1176 .
2016-09-08 13:41:51 -07:00
990c653397
Merge branch 'open967' of github.com:hudsonfoo/openmct into open967
2016-09-08 11:06:05 +09:00
911ece7612
[Frontend] Remove styles that are no longer necessary
...
Issue #1164 . Based on updates from 0457f7bee8
these styles
are no longer necessary and have been removed.
2016-09-08 11:05:19 +09:00
222b4421e5
[Frontend] Remove styles that are no longer necessary
...
Based on updates from 0457f7bee8
these styles
are no longer necessary and have been removed.
2016-09-08 11:03:36 +09:00
4517bd1356
[Frontend] New markup for CSS from #1166
...
Fixes #967
Requires new styles implemented in #1166
(cherry picked from commit 0457f7bee8
)
2016-09-08 11:02:42 +09:00
5984ae46fc
Merge branch 'master' of github.com:nasa/openmct into open967
2016-09-08 10:50:08 +09:00
5bde1de61b
Merge pull request #1167 from nasa/open1166
...
Review and integrate generalized control-bar styling for views
2016-09-07 13:37:10 -07:00
06d229ea99
Merge pull request #1133 from charbelrami/markup
...
[Frontend] Tweak markup
2016-09-07 13:16:04 -07:00
58391de007
Merge pull request #1150 from aterribili/patch-1
...
Add .swp to git ignore
2016-09-05 09:58:28 -07:00
ceb3e8e3dd
[Enhancement] Add IE, Opera, Safari support for canvas.toBlob()
...
This is currently being used for exporting plots to PNG/JPG.
2016-09-05 19:40:22 +09:00
35a331f3fd
[Frontend] Fix plot image cutoff on export
...
The images were being cutoff due to the "top" attribute of .gl-plot
not changing when the buttons were hidden. The buttons are now
hidden by CSS class rather than ng-show, which makes updating the
.gl-plot top attribute easier.
2016-09-05 17:02:04 +09:00
7d13ce0626
[Licenses] Add license information for html2canvas, jsPDF, saveAs
2016-09-05 01:22:43 +09:00
a49eebf9f5
[Testing] Add test spec for ExportImageService
2016-09-04 23:04:46 +09:00
989e4e1b75
[Testing] Add jsPDF, html2canvas, and saveAs as injectible dependencies
...
I would prefer this be passed in via the bundle, but it continues to fail
saying "Unknown Provider". I have chosen to require them into the module
the old-fashioned way, then allow an injectible dependency to override.
2016-09-04 23:02:23 +09:00
9bb647e275
[Testing] Add better dependency injection and error handling
2016-09-04 19:19:14 +09:00
3dee082141
[Edit] Add reason for redundant mocks
2016-09-03 19:02:05 +03:00
7d52d348b2
[Edit] Fix style issues
2016-09-03 18:33:27 +03:00
ded52b8d19
[Edit] Rename cancel() to finish()
2016-09-03 17:55:05 +03:00
ab4ce0caba
[Edit] Introduced SaveAndStopEditingAction
...
It replaces SaveAction in the bundle.
2016-09-03 17:55:04 +03:00
90c13a3959
[Edit] EditorCapability continues edit on save
2016-09-03 17:55:04 +03:00
9847c40e34
[Edit] SaveAction not navigating anymore
2016-09-03 17:55:04 +03:00
e751461194
Typo corrections, I avoided making changes to words that have regional spelling differences.
2016-09-03 09:16:54 -04:00
a566265a72
[Testing] Add ExportImageService mock
2016-09-03 14:45:09 +09:00
fecf419f83
[Testing] Move ExportImageController into constructor for dependency injection
2016-09-03 14:44:33 +09:00
26c14d2bca
[Formatting] Fix styling errors
2016-09-03 14:02:19 +09:00
92bfea1773
[Tests] Mock new argument in PlotController
2016-09-03 13:51:37 +09:00
40ad9c47a8
[Tests] Add jsPDF and html2canvas
2016-09-03 13:51:16 +09:00
de85f79ab6
[Enhancement] Hide export buttons during export
...
Buttons temporarily hide until export completes.
2016-09-02 20:41:38 +09:00
3736f84c12
[Frontend] Set plot export buttons to show/hide on hover
...
It's worth noting that I changed the .gl-plot position from relative to absolute
in an attempt to match the results to a similar requirement in MCT Table. Setting
to absolute caused no regressions as far as I could tell, but I have not attempted
browsers outside of Chrome.
2016-09-02 19:36:39 +09:00
e7a7025961
[Frontend] Markup for #967
...
Fixes #967
WIP to be integrated with work
from hudsonfoo in PR #1164
(cherry picked from commit ebadad61c6
)
2016-09-02 18:19:20 +09:00
e38cf1e2e8
Merge branch 'master' of github.com:nasa/openmct into open967
2016-09-02 18:17:46 +09:00
7b84febfde
Merge pull request #1162 from ZachMoreno/patch-1
...
[Documentation] Updated from OpenMCTWeb to OpenMCT
2016-09-02 09:38:54 +01:00
39dcb937d5
[Frontend] CSS and markup tweaks
...
Fixes #1166
New control-bar height constant
Removed font-size definition in .l-view-section
2016-09-01 20:09:38 -07:00
3e3d3ebcf9
[Formatting] Switched to double quote across the board for consistency
2016-09-02 11:58:15 +09:00
e370271093
[Code Review] Updates based on code review by @VWoeltjen
...
Set export functions on the ExportImageService prototype. Insantiated
ExportImageService in the PlotController for better dependcy injection.
2016-09-02 11:54:38 +09:00
55603b927f
[Frontend] Generalized markup and CSS for control-bar
...
Fixes #1166
New markup and CSS
MIgrated existing tabular views to use
new styles
2016-09-01 19:37:36 -07:00
e35666bcc6
Merge pull request #1165 from nasa/subobjects1161
...
Review and integrate initial styling for selectable sub-objects
2016-09-01 12:23:37 -07:00
3a19890be9
[Formatting] Linting
2016-09-02 03:11:26 +09:00
725f8202ed
Merge remote-tracking branch 'origin/master' into subobjects1161
2016-09-01 10:56:17 -07:00
ee917b0e1d
[Frontend] Initial styling for selectable styling
...
Fixes #1161
New .s-selectable, .s-hover, .s-selected and .s-moveable classes
New supporting color constants
Markup in layouts, fixed position/panels updated
Removed old commented code
2016-09-01 10:55:07 -07:00
a8900f3d6d
Merge branch 'master' of github.com:nasa/openmct into open967
2016-09-02 02:44:01 +09:00
ea8f429902
[Enhancement] Add export functionality to PlotController
...
Extends PlotController by adding three new scoped methods:
exportPDF, exportPNG, exportJPG.
All three methods use basically the same steps. The HTML node
of the plot is passed through html2canvas which generates a canvas.
From the canvas we export a blob, PNG, or JPG then save the file.
2016-09-02 02:41:43 +09:00
219301a85b
[Frontend] Add export plot buttons
2016-09-02 02:32:42 +09:00
06a453333a
[Enhancement] Pass element to plot controller
...
This will be used for exporting an image of the plot.
2016-09-02 02:31:34 +09:00
5e0975ddfa
[Formatting] Remove test code
2016-09-02 02:29:26 +09:00
76527b310d
[Documentation] Revising to uphold standard naming convention of Open MCT
...
🐙
# Author Checklist:
Changes appear to address issue? Y
Appropriate unit tests included? N/A - No code changes
Code style and in-line documentation are appropriate? N/A
Commit messages meet standards? Y
2016-09-01 09:23:35 -07:00
73b4385578
Merge pull request #1160 from nasa/ksp1146
...
[README] Add link to KSP plugin
2016-09-01 15:59:16 +01:00
bb3af4eff7
🐙 Updated from OpenMCTWeb to OpenMCT
...
minor change & please let me know if I can help with anything else
2016-08-31 15:56:57 -07:00
68adea7b5a
Merge pull request #1159 from raoulsullivan/squashed_proxy_parameters
...
[proxyUrl] pass URL parameters to proxied URL
2016-08-31 09:31:01 -07:00
4d3afb8efc
Merge branch 'master' of github.com:nasa/openmct into open967
2016-08-31 23:04:56 +09:00
852ac3cd55
[Enhancement] Quick prototype of PDF export
2016-08-31 23:03:48 +09:00
40abd1ce6c
Merge pull request #1153 from dhrubomoy/dhrubomoy-patch-1
...
[Documentation] Fixed typos, grammars
2016-08-30 15:19:26 -07:00
3a7e98ab84
Merge pull request #1155 from nasa/forms1118
...
Review and integrate improved dialog layout
2016-08-30 14:30:46 -07:00
6364bbc6b3
[Build] Restore SNAPSHOT status
...
...to begin sprint Pratchett,
https://github.com/nasa/openmct/milestones/Pratchett
2016-08-30 14:10:48 -07:00
fc7d2672db
[Build] Remove SNAPSHOT status
...
...to close sprint Orwell,
https://github.com/nasa/openmct/milestones/Orwell
2016-08-30 14:01:28 -07:00
3a25704f41
[README] Add link to KSP plugin
...
Add link to David Hudson's Kerbal Space Program plugin from #1146 ,
along with other information about Examples relevant in that context.
Resolves #1064
2016-08-30 13:55:41 -07:00
98486f718b
[proxyUrl] pass URL parameters to proxied URL
...
Addresses issue #1158
Passes query parameters on to proxyUrl proxied URL
remove the url parameter before passing
Naming convention for variables
Re-order code to reuse variable
2016-08-30 19:55:18 +01:00
a7f830177a
[Context Menu] New Tab button available in edit mode. #843
2016-08-29 18:33:48 -04:00
2c2d9c1bfe
[Frontend] Updated test specs
...
Fixes #1118
2016-08-29 14:26:27 -07:00
cc6b9d4099
[Frontend] Revised mobile styles for form layout
...
Fixes #1118
2016-08-29 14:14:52 -07:00
1a284ac9dc
[Frontend] Proper classes added to text input configs
...
Fixes #1108
2016-08-29 14:14:51 -07:00
b48ca99119
[Frontend] Sanding on larger locator control
...
Fixes #1118
2016-08-29 14:14:51 -07:00
2e8d021a6a
[Frontend] Improve layout of "locator"
...
Fixes #1118
Locator in Save In, Move, etc. dialog now
expands vertically to use as much vertical as
possible;
2016-08-29 14:14:51 -07:00
5409e3d203
Merge pull request #1147 from TypicalFooBar/101
...
[CommonUI] Info Bubbles allow user to copy text
2016-08-29 13:19:24 -07:00
f0064fd91f
[README] Warn about root installation issues
...
Mitigates #1151 .
2016-08-29 10:58:02 -07:00
c3d158584b
[Documentation] Update ../process/testing/plan.md
...
Clicking `Long-duration testing` was showing the right doc but wrong section due to typo in `procedures.md#long-duration-testng`. Fixed it, so now clicking `Long-duration testing` will take us to the right section.
2016-08-29 12:23:21 -04:00
6b8a2a7770
[Documentation] Update /docs/src/guide/index.md
...
work flow -> workflow (one word)
domaiwn -> domain (typo)
pop up -> popup (one word)
2016-08-29 12:12:59 -04:00
cbb7ada63c
[Documentation] Update APIRedesign_PeteRichards.md
...
imperitive -> imperative
set up -> setup
compiliation -> compilation
2016-08-29 12:01:11 -04:00
fe00d3e501
[Documentation] Updated APIRedesign.md
...
Contributer -> Contributor
effects -> affects (Effect is usually used as a noun. When an "s" is added, "effects" means personal belongings)
2016-08-29 11:54:14 -04:00
b8eeeaeede
[Documentation] Updated /architecture/platform.md
...
Changing following two words makes them a bit easier to read:
lookandfeel -> look-and-feel
userfacing -> user-facing
2016-08-29 11:41:38 -04:00
dd4e20cfb5
[Documentation] Updated /architecture/index.md
...
maintaing -> maintaining
2016-08-29 11:30:36 -04:00
597d66782e
Merge pull request #1135 from vankessel/open1117
...
[Search] 'All' checked upon no filters. Fixes #1117
2016-08-29 14:17:07 +01:00
01031de074
Merge pull request #1148 from dhrubomoy/patch-1
...
[Documentation] Fixed typo
2016-08-29 13:36:46 +01:00
1cc29be3d6
Merge pull request #1149 from BogdanAlexandru/tutorial-diff-fix
...
[Documentation] Fix added lines in tutorial
2016-08-29 13:29:04 +01:00
6cbdaa442b
[Search] Repurposed checkAll test. #1117
...
Changed test to ensure checkAll and it's appropriate filter string are
set whenever checkAll is changed.
Removed redundant line checking for a filter string of 'NONE' as this
is no longer a possibility.
2016-08-28 12:01:42 -07:00
ab9d92a01a
Merge pull request #1145 from nasa/remove-protractor-348
...
[Testing] Remove protractor hierarchy
2016-08-28 17:50:38 +01:00
8aa3000fb1
Merge pull request #1134 from nasa/dep-vuln-1130
...
[Build] Check dependencies for vulnerabilities
2016-08-28 17:45:25 +01:00
64d8b5fcd1
[Build] Incluse NSP in verify tasks
2016-08-28 17:37:22 +01:00
05e88e5dcf
[Build] Add NSP task
...
...to check dependencies for known vulnerabilities.
2016-08-28 17:37:21 +01:00
5a819a96de
[Build] Add gulp-nsp dependency
...
...to begin integrating checks for vulnerabilities in dependencies,
fixes #1130 .
2016-08-28 17:37:21 +01:00
7998a3fc98
Merge pull request #1132 from nasa/locator-collapse-1008
...
[Locator] Don't reset root unnecessarily
2016-08-28 17:29:18 +01:00
9063996e84
Merge pull request #1127 from nasa/console-warning-1114
...
[Tree] Check for change before scope.$apply
2016-08-28 16:49:59 +01:00
76e62ae199
Merge pull request #1095 from nasa/build-reports
...
[Build] Normalize reporting for QA tasks
2016-08-28 16:36:09 +01:00
0e24de2b69
Add .swp to git ignore
2016-08-28 09:33:23 -03:00
542dea69a1
[Documentation] Fix added lines in tutorial
2016-08-28 14:50:15 +03:00
89f2e0943c
[Documentation] Fixed typo
...
"Framework.md" was showing a 404 error. Changed it to "framework.md", which is the actual file name.
2016-08-28 02:02:18 -04:00
08eaa822fe
Removing use of bubble-container class (issue #101 )
2016-08-27 21:29:30 -04:00
39f2f94a53
Info bubbles now allow the user to copy text from them (issue #101 )
2016-08-27 21:00:37 -04:00
b02de171f1
[Testing] Remove protractor hierarchy
...
Remove protractor test hierarchy; until work is completed on #348 ,
this is not useful and will be impractical to maintain.
2016-08-26 12:39:24 -07:00
4091e9cdf4
Merge pull request #1125 from medinae/patch-1
...
Suppress commented code on the github repository
2016-08-25 15:22:39 +01:00
b165322ba3
Merge pull request #1142 from BogdanAlexandru/tutorial-formatting-fix
...
[Documentation] Fix code formatting
2016-08-24 16:04:44 -07:00
30750e63aa
[Documentation] Code block spacing now consistent
2016-08-24 23:23:57 +03:00
2cb636b050
[Documentation] Switch Step 2 to fenced
2016-08-24 22:56:43 +03:00
5161205a06
[Documentation] Switch Step 1 to fenced
2016-08-24 22:45:55 +03:00
79c5895f2f
[Documentation] Fix code formatting
2016-08-24 21:07:11 +03:00
44f8c2f49f
Merge pull request #1106 from nasa/search1093-b
...
Minor Search enhancements
2016-08-22 15:27:12 -07:00
702ebbd557
[Search] Update test for #1117 fix.
...
Changed test to work properly with #1117 fix.
Checks if checkAll gets checked when no options are checked.
Checks if changing checkAll updates the filter string to ''
2016-08-22 13:19:47 -07:00
e29efbbcdf
[Search] 'All' selected upon no filters. Fixes #1117
...
Upon deselecting every filter, the search returns nothing. This serves
no useful purpose as discussed in #1117 . Now deselecting every filter
automatically selects 'All'.
2016-08-22 12:52:34 -07:00
44504feeb9
[Frontend] Tweak markup
2016-08-22 15:38:17 -03:00
fdbe31cb76
[Locator] Remove redundant assignment
...
10d2794bb7 (r75547548)
2016-08-19 14:26:03 -07:00
10d2794bb7
[Locator] Don't reset root unnecessarily
...
...as this will trigger a refresh of the mct-representation for
the tree, which will in turn create a new mct-tree instance,
resulting in any expanded/collapsed state being lost.
Fixes #1008 .
2016-08-19 13:28:56 -07:00
eb3b6e5eca
Merge pull request #1129 from nasa/open1128
...
[Documentation] Updated docs build script to push documentation to the correct directory on the website
2016-08-19 12:44:11 -07:00
ccc32096ea
[Documentation] Updated docs build script to push documentation to the correct directory on the website
2016-08-16 18:57:18 -07:00
4e5887d9ec
[Tree] Check for change before scope.$apply
...
TreeView's observers will be called when the selected domain object
changes, which can occur for one of two reasons:
1. Because a new value was set externally, from mct-tree.
2. Because a new value was selected, by the user.
In the latter case a $apply is needed, but in the former it is not
(and causes an error.) However, when that case occurs, the value in
scope will be up to date already (it was a watch that triggered the
call to treeView.value) so no assignment or $apply is necessary.
Fixes #1114 .
2016-08-15 16:04:14 -07:00
2167c061a2
No commented code on the github repository
2016-08-13 14:25:41 +04:00
2100c5717e
[Build] Restore SNAPSHOT status
...
...to open sprint Orwell,
https://github.com/nasa/openmct/milestones/Orwell
2016-08-12 16:06:09 -07:00
acc1b8e207
[Build] Remove SNAPSHOT status
...
...to close sprint Niven,
https://github.com/nasa/openmct/milestones/Niven
2016-08-12 16:01:43 -07:00
f3bd88837f
Merge remote-tracking branch 'origin/master' into search1093-b
...
Conflicts:
platform/search/res/templates/search.html
2016-08-08 17:51:39 -07:00
8105a7edb8
Merge remote-tracking branch 'origin/master' into search1093-b
...
Conflicts:
platform/search/res/templates/search.html
2016-08-08 17:51:25 -07:00
385d90b056
[Persistence] Fix code style
2016-08-08 13:51:10 -07:00
ecf526aa03
[Persistence] Add JSDoc for NestedTransaction
2016-08-08 13:49:34 -07:00
a35b158fd1
[Persistence] Add JSDoc for Transaction
2016-08-08 13:48:19 -07:00
2ebf05ae5b
[Persistence] Test NestedTransaction
2016-08-08 13:41:13 -07:00
850da9de52
[Persistence] Fix member reference in NestedTransaction
2016-08-08 13:40:50 -07:00
353c24c70e
[Persistence] Invoke parent constructor
2016-08-08 13:39:03 -07:00
73d10ab093
[Persistence] Test Transaction
2016-08-08 13:29:39 -07:00
668b7b6a39
[Persistence] Add empty specs for Transactions
2016-08-08 13:21:48 -07:00
70c072be0b
[Persistence] Test more cases
...
Add more test cases for TransactingMutationListener to
distinguish active-transaction case from no-transaction
case.
2016-08-08 13:18:40 -07:00
eb2fbcd8d0
[Persistence] Cover TransactingMutationListener
...
Add test cases sufficient for line coverage of
TransactingMutationListener.
2016-08-08 12:34:46 -07:00
02f34d1c04
[Persistence] Begin testing TransactingMutationListener
2016-08-08 12:28:13 -07:00
c8931f8535
[Tree] Simplify synchronization ( #1100 )
...
Simplify synchronization of selection in tree with state
passed-in, letting Angular deal with more of the specifics.
Fixes #1008 .
2016-08-05 16:30:55 -07:00
0274490b68
[search] Reverted previous change to ClickAwayController and introduced a custom fix to search menu. Fixes #888 ( #1109 )
2016-08-05 16:30:20 -07:00
06f2c74444
[Frontend] Minor search enhancements
...
Fixes #1093
Finessed and cleaned up filters display
element; added '# results found' element;
2016-08-02 15:57:43 -07:00
4d89de7068
Merge pull request #1105 from nasa/readme-new-api
...
[Documentation] Add mention of new API to README
2016-08-02 15:04:32 -07:00
2d50a63ca4
Merge remote-tracking branch 'origin/search1093' into search1093-b
...
Conflicts:
platform/search/res/templates/search.html
2016-08-02 15:03:48 -07:00
54dcccb472
[Documentation] Add mention of new API to README
...
Added two paragraphs to the readme mentioning the ongoing API work with a link to the tracking task. The website will also link to this.
2016-08-02 14:37:32 -07:00
d1e1ba1c66
[Frontend] Refactor glyphs to classes
...
Squashes #1103 , fixes #1047 .
Squashed commit of the following:
commit 0e060f174d
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Fri Jul 29 14:55:34 2016 -0700
[Frontend] Added button to .s-button
Fixes #1047
commit 9f74395a79
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Fri Jul 29 14:43:36 2016 -0700
[Frontend] Fixing problems from circleci
Fixes #1047
commit 7278c9534c
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Fri Jul 29 14:37:21 2016 -0700
[Frontend] CSS fixes for s-status classes
Fixes #1047
Fixed .s-status-editing and s-status-pending;
commit 4606d617d1
Merge: d5bff55
59436f7
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Fri Jul 29 13:58:51 2016 -0700
Merge remote-tracking branch 'origin/master' into frontend-1047
commit d5bff555e0
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 19:09:33 2016 -0700
[Frontend] Updated glyphs used by plot view switcher
Fixes #1047
commit b72d82baef
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 19:09:00 2016 -0700
[Frontend] Tree styles in left pane and selector-list
Fixes #1047
commit af36b9996d
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 18:32:34 2016 -0700
[Frontend] Form validation styling
Fixes #1047
<mct-form> must now include class
'validates' to display validation glyph icons;
removed 'no-validate' from markup; cleaned
up validation scss;
commit 69dc893b4b
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 17:11:52 2016 -0700
[Frontend] Glyphs to classes, mobile
Fixes #1047
Fixes and enhancements for mobile,
particularly in tree; Removed
`display: inline-block` from containerSubtle
mixin;
commit 7bca18b186
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 11:36:19 2016 -0700
[Frontend] Rename .s-menu-btn, remove unused
Fixes #1047
.s-menu-btn > .s-menu-button;
.create-btn > .create-button;
removed unused l-btn, t-btn,
t-btns-zoom from markup
commit 5d229198b7
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 11:25:36 2016 -0700
[Frontend] Rename .s-clickable-icon to .s-icon-button
Fixes #1047
commit 36479e2e8b
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 11:20:30 2016 -0700
[Frontend] Rename .s-btn to .s-button
Fixes #1047
commit 89e4f06de9
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 11:12:07 2016 -0700
[Frontend] Apply clickable-icon class
Fixes #1047
commit e65ca1cb8b
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Thu Jul 28 10:52:35 2016 -0700
[Frontend] Updated icons
Fixes #1047
- Clock, timer, plots updated
commit 3e7eb98ac2
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Wed Jul 27 18:05:06 2016 -0700
[Frontend] Standardizing styles
Fixes #1047
- Finessing mini-tab and making able to
control per theme; s-clickable and s-toggle-icon
classes cleaned up
commit 18e08074a8
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Wed Jul 27 16:33:25 2016 -0700
[Frontend] Tweaks to sass code
Fixes #1047
- Splitter and mini-tab-icon elements
commit 44fda8d68f
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Wed Jul 27 09:24:53 2016 -0700
[Frontend] Multiple UI fixes and tweaks
Fixes #1047
mini-tabs, splitters and bg-splash updated;
moved position of Inspector collapse mini-tab
to allow position transition;
splitter-sm class added for Timelines;
commit 2aee8bc0d8
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jul 26 15:53:32 2016 -0700
[Frontend] Updated splash image
Fixes #1047
commit 624f09777f
Merge: ce7591f
4d2f159
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jul 26 15:02:55 2016 -0700
Merge remote-tracking branch 'origin/master' into frontend-1047
commit ce7591f642
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jul 26 11:22:23 2016 -0700
[Frontend] Fixed clock indicator
Fixes #1047
Restored no-collapse and float-right
properties;
commit 5324c8edba
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 25 18:14:38 2016 -0700
[Frontend] New font and project file
Fixes #1047
New font files that were missed in
last commit; updated icomoon proj
file; fixed missing char codes in
glyphs.scss;
commit a3b2628883
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 25 17:54:00 2016 -0700
[Frontend] Revised and new icon art
Fixes #1047
New icons for overlay and stacked plots;
revised art and new description for
Fixed Position object;
commit 8a41c6dbc7
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 25 17:52:41 2016 -0700
[Frontend] Removing glyph definitions
Fixes #1047
Updated comment
commit eb293b21eb
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 25 11:56:18 2016 -0700
[Frontend] Removing glyph definitions
Fixes #1047
Removed commented code
commit d8b1fb7781
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 25 11:17:45 2016 -0700
[Frontend] Removing glyph definitions; updating tests
Fixes #1047
Search and removal of "glyph" definitions in bundle
and other JS files; updating tests accordingly;
commit 650fbcc921
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 25 10:20:33 2016 -0700
[Frontend] Removing glyph definitions; updating tests
Fixes #1047
Search and removal of "glyph" definitions in bundle
and other JS files; updating tests accordingly;
commit 574b8bd5c1
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Fri Jul 22 19:11:56 2016 -0700
[Frontend] Updated tests for glyph refactoring
Fixes #1047
Fixing test cases
commit dd84177441
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Fri Jul 22 18:47:45 2016 -0700
[Frontend] Updated tests and examples for glyph refactoring
Fixes #1047
WIP: Fixing test cases: fixed test in Timers that was expecting
glyph return;
commit 2231f8e124
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 17:45:20 2016 -0700
[Frontend] Updated tests for glyph refactoring
Fixes #1047
Fixing test cases: fixed test in Timers that was expecting
glyph return;
commit ae59ecfa97
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 17:38:45 2016 -0700
[Frontend] Fixed style
Fixes #1047
WIP: fixed line-height issue for t-item-icon class
commit d43bff1445
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 17:07:49 2016 -0700
[Frontend] Fixed colors
Fixes #1047
WIP: fixed colors and style defs related to clickable
icons
commit c2db6f8805
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 16:32:17 2016 -0700
[Frontend] Fixed colors
Fixes #1047
WIP: fixed colors related to changes to
btnSubtle mixin; new constants for clickable
icons
commit a4753c44d1
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 15:23:58 2016 -0700
[Frontend] Added new icon-brackets to symbols font
Fixes #1047
WIP
commit 2704640b94
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 15:11:28 2016 -0700
[Frontend] Normalize color constants
Fixes #1047
Normalize color constant values for themes; consolidated
and cleaned up btn-related mixins; fixed hover color issues
commit 421286c7e4
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 14:10:13 2016 -0700
[Frontend] Convert new Fixed Position Display from glyphs
Fixes #1047
WIP
commit a4111f3855
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 14:07:38 2016 -0700
[Frontend] Refactoring Timeline glyphs, s-btn fixes
Fixes #1047
WIP: Timeline-related glyph refactoring; s-btn
styles and hover color fixes
commit 883f999215
Merge: 9d9cabb
14f1a1f
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jul 21 08:53:23 2016 -0700
Merge remote-tracking branch 'origin/master' into frontend-1047
commit 9d9cabb760
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jul 19 16:20:20 2016 -0700
[Frontend] Glyph refactoring
Fixes #1047
WIP: search, toolbar buttons; mods
to flex archetypes
commit 28b663ce41
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 18 14:58:40 2016 -0700
[Frontend] Glyph-related style changes to toolbars and buttons
Fixes #1047
Glyph refactoring WIP for toolbar buttons;
Timeline glyph refactoring continued
commit a9326f572f
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 18 13:36:45 2016 -0700
[Frontend] Glyph-related style changes to Timelines
Fixes #1047
Timeline glyph refactoring; Resource Graph icons
in swimlanes now display grayed-out version when not
added to the Resource Graph; minor color tweaks
commit d6e1737803
Merge: 88054e5
6176ca2
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Mon Jul 18 10:29:32 2016 -0700
[Frontend] Merge master into frontend-1047
Fixes #1047
Resolved conflict in icomoon.json file
commit 88054e5e8e
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jun 30 16:55:40 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: significant mods to pane collapse/expand
buttons and symbols, minor tweaks to splitter look,
limits glyph definitions
commit 7c47343f5c
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jun 30 16:52:21 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: updated font files glyphs, mostly
for pane collapse icons
commit fd00bdce54
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jun 30 12:20:55 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: search menu
commit 272b4b649e
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jun 30 12:11:25 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: moved limits classes out
of _contants and into _glyphs;
timers, entanglement context menu items,
form validation, date picker.
commit 95d26e6fe7
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Wed Jun 29 14:18:12 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; limits
commit 26b30d96db
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jun 28 17:16:18 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; overlay close, search inputs,
messages and message banners,
ui-symbol removal in-progress.
commit 4e2a01ad85
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jun 28 16:21:05 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; .labeled added to .s-btn,
removed .s-icon-btn
commit 521db3c3fe
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jun 28 16:10:54 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; plot options, imagery buttons,
cleanups in buttons.scss, edit-action buttons,
.s-btn .no-label class added.
commit 8bb8db69e6
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jun 28 14:47:52 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; indicators, notifications, actions,
tests
commit 53ed0bfb22
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Mon Jun 27 17:01:45 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress, really: view icons, timer/clock
commit 47dc7f2f6b
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Mon Jun 27 16:13:31 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: grid items
commit 2bd34f71be
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Mon Jun 27 15:00:46 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Context menus and associated actions,
custom checkboxes, tree item being edited
commit b561d4f60e
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Mon Jun 27 14:27:56 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progess: glyphs.scss now uses $vars to
allow other scss to use a var instead of string
literals;
commit 0cf4089620
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Mon Jun 27 14:13:59 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progess: tree-labels, unknown objects, object
header
commit 46cae10905
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Mon Jun 27 11:41:06 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progess, menus and Create menu fixes
commit fe3097707f
Merge: 7d69ae4
652a50c
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Mon Jun 27 11:20:55 2016 -0700
Merge remote-tracking branch 'origin/master' into frontend-1047
commit 7d69ae401b
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jun 23 15:59:56 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progress, converting types, mods to
Create Menu template
commit 18d9f3d6b2
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jun 23 15:14:22 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Very much In-progess: convert some controls;
commit e93a90a782
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jun 23 11:28:07 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Very much In-progess, classes for all symbols
added to glyphs.scss; .menu cleaned up;
commit dc670b22a6
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Thu Jun 23 08:55:27 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Very much In-progess, "icon-" selector,
browse bar buttons
commit 8b29ccf3af
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Wed Jun 22 23:15:24 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Very much In-progess, s-btn and
s-btn-menu refactoring
commit f574ffed16
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Wed Jun 22 14:37:34 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progess, e900 > e904
commit bc62ee4565
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Wed Jun 22 13:28:15 2016 -0700
[Frontend] Complete revamp of unicodes
fixes #1047
New font files; no re-mapping yet in the app.
commit 614f0c6e9f
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov >
Date: Wed Jun 22 13:23:18 2016 -0700
[Frontend] Complete revamp of unicodes
fixes #1047
Moved all glyphs into PUA area of font, and
re-organized by category.
commit 47bd4031d5
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jun 21 18:39:48 2016 -0700
[Frontend] Renaming symbols font files
Fixes #1047
- Modified sass to point to renamed font files;
- Added new 12px symbols font files to sass;
commit 22a51d6bbb
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jun 21 18:22:33 2016 -0700
[Frontend] Updating Icomoon project files
Fixes #1047
- Renamed main project file;
- Added new 12px symbols project file;
commit 13ded2fd84
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jun 21 18:19:27 2016 -0700
[Frontend] Added new 12px symbols font files
Fixes #1047
commit aef5660dfd
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Jun 21 18:16:56 2016 -0700
[Frontend] Renaming symbols font files
Fixes #1047
2016-08-01 14:33:25 -07:00
7265b241a2
Merge remote-tracking branch 'origin/master' into persist-on-mutation-825
2016-07-28 13:21:45 -07:00
59436f7b45
[Tests] Load all sources ( #1098 )
...
Load all source files when running Karma's test suite; this
ensures that code coverage metrics are not invalidated by
missing files. Fixes #1090 .
2016-07-28 10:45:38 -07:00
771542ee5f
[Persistence] Reliably return promises
2016-07-26 15:32:59 -07:00
b60eff2f5e
[Persistence] Update bundle definition
2016-07-26 15:26:43 -07:00
f6d6cb929f
[Persistence] Add to transaction on mutation
2016-07-26 15:24:16 -07:00
6f2c80bc2e
[Persistence] Use NestedTransaction
2016-07-26 15:20:40 -07:00
0fe0b21eda
[Persistence] Add NestedTransaction
2016-07-26 15:18:21 -07:00
0bedc227f4
[Persistence] Allow nested transactions
2016-07-26 10:10:15 -07:00
6c4419fb72
[Persistence] Refactor out Transaction
...
https://github.com/nasa/openmct/pull/874#issuecomment-233068178
2016-07-25 16:45:32 -07:00
766e94ed62
Merge remote-tracking branch 'origin/master' into persist-on-mutation-825b
...
Conflicts:
platform/core/src/capabilities/PersistenceCapability.js
2016-07-25 16:30:49 -07:00
4d2f159dd8
[Build] Bump version number
...
...and restore SNAPSHOT status to open sprint Niven,
https://github.com/nasa/openmct/milestone/15
2016-07-25 12:07:41 -07:00
26a9d53f3b
[Build] Remove SNAPSHOT Status
...
To close sprint Le Guin,
https://github.com/nasa/openmct/milestone/14
2016-07-25 11:46:40 -07:00
41156cec7c
[Build] Normalize reporting for QA tasks
...
https://developer.nasa.gov/ResourceProspector/warp/issues/191
2016-07-21 12:11:05 -07:00
9fa6184b0a
[Frontend] Markup / Angular mods to Search
...
Fixes #1093
WIP: markup changes. Needs CSS mods effected in
#1047 as well.
2016-07-19 15:23:22 -07:00
14f1a1f740
Merge remote-tracking branch 'origin/open1031'
2016-07-18 11:43:55 -07:00
5a6c209369
Merge branch 'jesusprubio-open1036'
2016-07-18 11:39:04 -07:00
8c2ce81b76
Merge branch 'open1036' of https://github.com/jesusprubio/openmct into jesusprubio-open1036
2016-07-18 11:37:00 -07:00
99ec188813
Merge remote-tracking branch 'origin/open254'
2016-07-18 11:35:43 -07:00
41d0089e53
Merge remote-tracking branch 'origin/open1065'
2016-07-18 11:19:55 -07:00
8ed9f51008
Merge remote-tracking branch 'origin/open1075-fixed'
2016-07-18 11:17:05 -07:00
6176ca2260
Merge pull request #1084 from nasa/transaction-clearing-1059
...
[Persistence] Clear transactions selectively
2016-07-15 16:20:19 -07:00
eb6ddb5e45
[Persistence] Use ids from TransactionManager API
...
Recommended during code review,
https://github.com/nasa/openmct/pull/1084#discussion_r71021889
2016-07-15 12:26:35 -07:00
c5041db1d1
Merge pull request #1083 from nasa/contextualize-624
...
[Context] Remove excessive warnings
2016-07-15 11:05:52 -07:00
307b678707
[Fixed] Create new object type based on Telemetry Panel 'Fixed' view. Fixes #1075
2016-07-14 17:00:13 -07:00
550e60455b
[Persistence] Fix code style
2016-07-14 16:49:31 -07:00
d263b80810
[Persistence] Add TransactionManager JSDoc
...
Fixes #1059 (or, rather, concludes work on said fix)
2016-07-14 16:47:36 -07:00
99227d2e42
[Persistence] Finish testing TransactionManager
2016-07-14 16:39:50 -07:00
31264aadda
[Persistence] Begin testing TransactionManager
2016-07-14 16:28:27 -07:00
11a2fbacb4
[Persistence] Add test cases
...
Adds test cases for TransactionalPersistenceCapability which brings
coverage up to 100%.
2016-07-14 16:22:25 -07:00
7c865f87be
[Persistence] Update transactional persistence spec
...
...to account for changes to separate out transaction management,
including removal of specs made obsolete (as tested behavior has
been moved to TransactionManager or was already redundant to
behavior from the undecorated PersistenceCapability)
2016-07-14 16:20:29 -07:00
86fcf19066
[Persistence] Update Save As spec
...
...to account for asynchrony in test case due to usage of
Promise.all
2016-07-14 16:14:20 -07:00
1f7cece8ec
[Persistence] Remove unused variable
2016-07-14 15:05:43 -07:00
a731c35ad6
[Persistence] Refactor out transaction management
2016-07-14 13:43:55 -07:00
c7529dd56b
[Persistence] Share transaction clearing functions
2016-07-14 12:53:58 -07:00
00fff52529
[Persistence] Track persist-pending state globally
2016-07-14 12:50:36 -07:00
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
eb5493e37b
[Persistence] Revert quick-fix for persistence clearing
...
Revert "Squashed commit of the following:"
This reverts commit d1c01d3c86
.
2016-07-14 11:51:59 -07:00
1fb18c7919
[Context] Add test, tweak logic
...
Add test to verify that warnings are not shown based on
composition/location inconsistencies when editing.
2016-07-14 11:16:07 -07:00
1c2378b3b4
[Context] Suppress warnings while editing
...
Don't expect consistency between composition and location fields
while an object is being edited; this avoids benign warnings
being logged. Fixes #624
2016-07-14 11:10:15 -07:00
cd21575546
[Documentation] Minor punctuation change, and added links
2016-07-13 08:57:52 -07:00
f9d6b9fe5d
Merge pull request #1044 from pacozaa/master
...
[Documentation] Improve README.md in Build section
2016-07-13 08:50:29 -07:00
407766774d
[Documentation] Add Building and Running Open MCT Locally Section from #1044 comment
2016-07-13 15:05:11 +07:00
c8898ac6aa
[Documentation] Updated copyright statement. Fixes #1081
2016-07-12 16:55:57 -07:00
d05a1cef9b
Merge pull request #1060 from nasa/clear-transactions-1046-squashed
...
[Edit] Clear transactions on Save As
2016-07-11 12:25:09 -07:00
12b5544959
[Documentation] Edit as Reqeust in #1044 comment
2016-07-09 20:49:05 +07:00
59e18b9a79
[Search] Amended ClickAwayController to trigger digest via instead of . Fixes #1065
2016-06-30 14:44:39 -07:00
ea1780364b
[Dialog Service] Dismiss individual dialogs. Fixes #254
2016-06-29 20:12:12 -07:00
eef08ccb0b
[Documentation]Add convince messages
2016-06-28 13:05:28 +07:00
8a9edd3705
[Documentation] Add Official site
2016-06-28 12:51:12 +07:00
652a50c700
Merge remote-tracking branch 'origin/open1018-new'
2016-06-27 09:13:03 -07:00
d1c01d3c86
Squashed commit of the following:
...
commit 3f199a9f06
Merge: 27fe4ed
736cba7
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Jun 27 09:04:40 2016 -0700
Merge remote-tracking branch 'origin/master' into clear-transactions-1046
Conflicts:
platform/commonUI/edit/src/actions/SaveAsAction.js
commit 27fe4edb30
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 15:04:06 2016 -0700
[Edit] Mark restartTransaction as private API
commit 21d1938a0f
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 15:03:17 2016 -0700
[Edit] Clarify JSDoc
commit 06a83f9fa9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 15:01:35 2016 -0700
[Edit] Update failing spec
commit 1f525160e0
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 14:52:43 2016 -0700
[Edit] Refer to correct variable
...when clearing transactions after a restartTransaction
commit b60e94bce4
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Jun 22 14:38:54 2016 -0700
[Edit] Clear transactions on Save As
...such that only persistence calls associated with the
saved clones are actually issued. Fixes #1046 .
2016-06-27 09:12:57 -07:00
8cf7ffc7cc
[Documentation] Add How is NASA Using Open MCT?, Features, See Open MCT in Action, Getting Started Sections
2016-06-27 17:11:27 +07:00
b57fc2a0e3
[Documentation] Add getting started section
2016-06-27 16:51:55 +07:00
736cba76bb
Merge pull request #1056 from nasa/blocking-save-dialog
...
[Save] Show blocking dialog
2016-06-26 11:07:03 -07:00
2339560363
[Time Conductor] Bounds updated when date selected from date selector. Fixes #1018
2016-06-24 21:50:59 -07:00
24e870a126
[Save] Show blocking dialog
...
Show a blocking dialog while the save action is being performed.
Prevents users from pressing save a second time or performing
further actions while a save is in progress.
Fixes https://github.jpl.nasa.gov/MissionControl/vista/issues/362
2016-06-24 20:01:52 -07:00
8bdf1e3072
[Build] Bump version number
...
...and restore SNAPSHOT status, to begin sprint Le Guin,
https://github.com/nasa/openmct/milestones/Le%20Guin
2016-06-24 15:42:10 -07:00
e8e9598721
[Build] Remove SNAPSHOT status
...
...to close sprint Kress,
https://github.com/nasa/openmct/milestones/Kress
2016-06-24 15:37:23 -07:00
ce87ad2564
Merge pull request #916 from ev1stensberg/patch-2
...
[Branding] Added Apache license to README.md
2016-06-23 11:43:16 -07:00
2a2f6e8142
Merge pull request #915 from ev1stensberg/patch-1
...
[Functionality] Log app instance to the console
2016-06-23 11:24:53 -07:00
3e5057c285
Merge pull request #1015 from mockingjamie/master
...
Proofread readme.md
2016-06-23 11:24:04 -07:00
48b271b7ca
[Edit] Unshadow variable name
...
...to satisfy JSHint
2016-06-22 16:14:49 -07:00
8244e435bf
[Edit] Update failing spec
2016-06-22 16:13:26 -07:00
a3a0f003f0
[Edit] Don't refresh unpersisted objects
2016-06-22 15:41:06 -07:00
e42b8d22f7
[Edit] Undirty objects on refresh
...
Remove domain objects from the active transaction when they
are refreshed, and use this from the SaveAsAction to prevent
saving unintended changes. Fixes #1046
2016-06-22 15:32:37 -07:00
5485950130
Merge pull request #1049 from nasa/update-plot-squish-margin
...
[Plot] Set min height
2016-06-22 11:36:19 -07:00
c8f4568bd0
[Plot] Set min height
...
Set the min height for the plot element based on user feedback for
minimum plot size that they find useful. Plot ticks may overlap
but that is expected to be fixed in a future release.
Fixes https://github.com/nasa/openmct/issues/1048
2016-06-22 10:51:16 -07:00
51079b0252
[API] X-Powered-By" Express header disabled. Fixes #1036
...
To improve the security avoiding a possible fingerprinting attack
Ref.: http://expressjs.com/en/advanced/best-practice-security.html#at-a-minimum-disable-x-powered-by-header
2016-06-21 19:43:09 +02:00
bfc6ed4604
modified README.md for better documentation
2016-06-21 17:09:09 +07:00
9cb26b73b5
modified document
2016-06-21 17:02:40 +07:00
c0311be192
[Browse] Inspector shown when object switched to edit mode. Fixes #1031
2016-06-20 20:27:56 -07:00
cefb40856b
Merge pull request #1042 from nasa/open1040
...
[Tables] Enabled auto-scroll by default fixes #1040
2016-06-20 16:24:58 -07:00
ee7c450e11
[Tables] Enabled auto-scroll by default fixes #1040
2016-06-20 16:18:26 -07:00
d741e0f23c
Merge pull request #1041 from nasa/frontend-1014a
...
Emphasis styling applied to Edit button properly
2016-06-20 16:13:29 -07:00
8080490e5c
[Frontend] Applied emphasis colors to .key-properties
...
fixes #1014
Added .key-properties to .major to color the Edit
button as intended;
2016-06-20 16:06:23 -07:00
a3443d8077
Merge pull request #1025 from nasa/frontend-1019
...
R&I fixes for Snow button colors and Timeline edit Add menu
2016-06-20 12:36:29 -07:00
53e8e7c688
Merge pull request #1024 from nasa/plots-1022
...
R&I un-squished plots fix
2016-06-17 10:36:40 -07:00
dea94e4e68
[Frontend] Fix button colors in Snow theme
...
Fixes #1014
- Problem was actually application of a color
within the .icon class - fix removes that
definition;
2016-06-16 17:55:40 -07:00
d40c7f1821
[Frontend] Restore the Add menu to edit Timelines
...
Fixes #1019
- Removed overflow: hidden from .l-edit-controls;
2016-06-16 17:46:15 -07:00
c7e7e0c302
[Frontend] Fixes to un-squish plots
...
Fixes #1022
- min-height added to .gl-plot element;
- Moved plot value definitions out of _plots-main
and into _constants and normalized naming;
2016-06-16 17:24:44 -07:00
8ac6ac97f0
Merge remote-tracking branch 'origin/open972'
2016-06-16 11:08:43 -07:00
1afa4ab329
Merge pull request #1017 from nasa/open664
...
[Edit Mode] Canceling edit mode with unsaved changes now shows confirmation dialog to user
2016-06-16 09:31:37 -07:00
c2517c1670
[Edit Mode] Canceling edit mode with unsaved changes now shows confirmation dialog to user. Fixes #664
2016-06-15 17:10:29 -07:00
717ceff02c
Merge pull request #995 from nasa/timeline-913a
...
R&I tweaks to Timeline scrollbar and splitters
2016-06-15 11:45:17 -07:00
6878c59f45
Merge pull request #1016 from nasa/fix-1013
...
[Persistence] Use identifier service to get key
2016-06-15 11:18:13 -07:00
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
480e12c3ab
Merge pull request #986 from nasa/table-export-934
...
[Table] Add Export for table contents
2016-06-15 10:17:21 -07:00
50bd233b0a
Merge remote-tracking branch 'origin/master' into table-export-934
...
Conflicts:
platform/commonUI/general/res/sass/controls/_buttons.scss
platform/features/table/res/templates/mct-table.html
2016-06-15 10:05:20 -07:00
79406cf1ed
[Tables] #972 Refactored to simplify code. Fixes #972
2016-06-14 16:34:07 -07:00
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
3480809129
Merge remote-tracking branch 'origin/open629'
2016-06-14 10:44:58 -07:00
11bc48c7e0
Merge remote-tracking branch 'origin/timeline-console-error-978'
2016-06-14 10:41:26 -07:00
d759401b69
Merge remote-tracking branch 'origin/open1000'
2016-06-14 10:38:51 -07:00
5a2e5ac48f
Merge pull request #1 from mockingjamie/changes-to-readme.md
...
Proofread readme.md
2016-06-13 21:27:43 -04:00
1144f818cf
Proofread readme.md
...
Made minor grammatical corrections.
2016-06-13 21:27:28 -04:00
0aebecfbb0
Merge pull request #987 from nasa/anim-to-edit-709
...
[Frontend] Animation added to transition from browse to edit mode
2016-06-13 13:31:49 -07:00
531d40993a
Merge remote-tracking branch 'origin/better-dialog-message-339'
2016-06-10 14:55:07 -07:00
4c097faf88
Merge remote-tracking branch 'origin/timeline-flash-997'
2016-06-10 14:50:36 -07:00
5152e64895
[Duplicate] Allow copy across spaces
...
Fixes #1007
2016-06-10 11:38:55 -07:00
0263237b2c
Merge pull request #1006 from nasa/open861
...
[Tables] Recalculate column dimensions on resize
2016-06-09 10:21:05 -07:00
acd0fae040
[Tables] Recalculate column dimensions on resize. Fixes #861
2016-06-09 12:59:46 +01:00
29dd51439d
[Date Input] Addressed issues with date selector. Fixes #1000
2016-06-08 17:37:26 +01:00
a1b2175801
[Timeline] Reduce flicker
...
Reposition scroll bar in Timeline with RAF instead of timeout;
this ensures that scroll bar is positioned after the current
digest (updating the width) but before the results are rendered
(avoiding flicker.) Fixes #997
2016-06-07 10:05:51 -07:00
b0f06a2195
[Build] Restore SNAPSHOT status
...
...to open sprint Kress,
https://github.com/nasa/openmct/milestones/Kress
2016-06-06 09:57:09 -07:00
f9c93ca022
[Build] Remove SNAPSHOT status
...
To close sprint Huxley,
https://github.com/nasa/openmct/milestones/Huxley
2016-06-06 09:49:52 -07:00
8e0858bb24
[Frontend] Tweaks to splitter dimensions
...
Fixes #913
- Tightened up splitter height and width;
- Added hover color for snow theme;
2016-06-03 10:00:16 -07:00
ee0fa0451a
Merge branch 'master' into timeline-zoom-center-936
...
Conflicts:
platform/features/timeline/src/controllers/TimelineZoomController.js
platform/features/timeline/test/controllers/TimelineZoomControllerSpec.js
2016-06-03 09:18:01 -07:00
e86e955682
Merge pull request #993 from nasa/revert-990-timeline-regression-817
...
Revert "[Timeline] Provide greater initial width"
2016-06-02 17:05:11 -07:00
9913fb48f5
Revert "[Timeline] Provide greater initial width"
2016-06-02 16:54:59 -07:00
71c362f016
Merge pull request #992 from nasa/revert-991-timeline-regression-817
...
Revert "[Timeline] Update scroll position on timeout"
2016-06-02 16:54:48 -07:00
fa6e8fd5f9
Revert "[Timeline] Update scroll position on timeout"
2016-06-02 16:49:49 -07:00
23b64951f3
[Timeline] Update zoom controller spec
...
...to reflect changes/simplifications for #936 .
2016-06-02 16:42:09 -07:00
99590d18f7
[Timeline] Simplify bounds-tracking
2016-06-02 16:40:07 -07:00
86b31bc040
[Timeline] Simplify scroll-setting
2016-06-02 16:38:11 -07:00
d52bfed1df
[Timeline] Always set scroll on timeout
...
...to allow time for width to increase.
2016-06-02 16:36:09 -07:00
808ccd0376
[Frontend] Tweaks to splitter
...
Fixes #913
- IN PROGRESS: working on making
smaller splitter in Timelines
2016-06-02 16:23:42 -07:00
44d6456de1
[Timeline] Set scroll on timeout
...
Whenever timeline zoom controller sets scroll, check to see if
there may be a width violation that causes scroll to be reset,
and retry on a timeout if so. Fixes #936 .
2016-06-02 16:05:28 -07:00
a394b95259
[Frontend] Tweaks to scrollbar visibility
...
Fixes #913
- Scrollbar now always visible in the right side
of the tabular area, in order to avoid column
bottom edges not aligning;
2016-06-02 16:04:26 -07:00
beeefe517a
Merge pull request #991 from nasa/timeline-regression-817
...
[Timeline] Update scroll position on timeout
2016-06-02 15:37:42 -07:00
d02f4041b2
[Timeline] Update scroll position on timeout
...
Fixes #817
2016-06-02 15:34:32 -07:00
9fd75ff91e
Merge pull request #990 from nasa/timeline-regression-817
...
[Timeline] Provide greater initial width
2016-06-02 14:59:14 -07:00
026ece3956
[Timeline] Provide greater initial width
...
This avoids starting with a scrollable width too small for the
initial scroll position that the zoom controller selects.
Fixes #817
2016-06-02 14:48:58 -07:00
214a843dba
[Frontend] New message for copy in-progress dialog
...
fixes #339
2016-06-02 11:09:22 -07:00
1d6880c283
Merge pull request #982 from nasa/timeline-scroll-981
...
[Timeline] Use reasonable width for scroll area
2016-06-02 16:59:08 +01:00
8ddad9bf4c
Merge pull request #984 from nasa/open979
...
[Edit] Fixed issue with cancel action throwing an error. Fixes #979
2016-06-02 10:31:20 +01:00
f167022eea
Changed logic of persisted check slightly
2016-06-02 10:26:38 +01:00
76edba1014
[Frontend] Mods to Edit button
...
fixes #709
- Changed title and style of main Edit button;
- Updated EditItem.js protractor ID accordingly;
2016-06-01 19:19:58 -07:00
7904989a23
[Frontend] Added transitional animation to Edit mode
...
fixes #709
- When going from browse to edit mode, the wrapper
around the object being edited will now transition in
from its edges, and the edit controls toolbar will
animate its height;
- There is no transition applied for going from edit
to browse; to do this we'd need to mod the JS on
exiting to look for the end of an animation event;
- Tested in Chrome, Safari and Firefox;
- May not be smooth with very complex objects
like Layouts with a large number of components;
- Added transitional animations to .l-object-wrapper
and .l-edit-controls;
- New 'animTo' mixin added to _effects.scss;
2016-06-01 19:18:55 -07:00
ea676b4368
Merge remote-tracking branch 'origin/master' into table-export-934
2016-06-01 10:33:53 -07:00
cc2b102256
Merge pull request #985 from nasa/open973
...
[Style] Export button in tabular views
2016-06-01 10:27:51 -07:00
b1266abf01
[Edit] Fixed issue with cancel action throwing an error. Fixes #979
2016-06-01 10:41:01 +01:00
cc7d0477e8
[Timeline] Check for existence of timespan
...
...before attempting to calculate a width based on it.
Fixes #978 .
2016-05-31 16:41:30 -07:00
5a2d1a746d
[Timeline] Add missing semicolon
2016-05-31 16:27:59 -07:00
4f0e3fdf85
[Timeline] Test zoom controller's width
2016-05-31 16:21:40 -07:00
be9f56107c
[Timeline] Remove obsolete test cases
2016-05-31 16:15:57 -07:00
787f3815df
[Timeline] Expose width from ZoomController
...
...and ensure that the width exposed is not excessively
large; fixes #981
2016-05-31 16:12:49 -07:00
35d7d9b380
[Timeline] Remove width method
...
...from TimelineController. Will replace with a more straightforward
call to the zoom controller that uses the exposed end time instead,
to address #981 .
2016-05-31 16:05:06 -07:00
8b9c51f303
[Frontend] Styling Export button
...
fixes #973
- Done;
- Styling for Export button and tabular view
area in layout frame context;
- Export button in frame context now
hidden until user hovers over tabular
view area in frame, includes animated
transition;
- Normalized line-height on button and
menu elements in frame context;
- Layout/markup/SASS for historical and
RT tabular view modified;
- Converted imagery.html layout
to use flexbox;
2016-05-31 11:40:31 -07:00
661b3d5889
[Frontend] Styling Export button
...
fixes #973
- In progress:
- Added new download symbol to symbols font;
- Added export symbol to export button;
- Layout/markup/SASS for historical tabular
view modified;
2016-05-31 09:50:12 -07:00
01c85cb58d
[Table] #972 Further refactoring, tests, style fixes
2016-05-31 12:05:40 +01:00
0218f42e2b
removed redundant code
2016-05-27 15:25:06 -07:00
d8d0f22889
Second rewrite
2016-05-27 15:14:46 -07:00
d8a097a95a
[Tables] Added timeouts to yield control to ui thread. Fixes #972
2016-05-27 15:14:45 -07:00
dc577d4c24
Merge pull request #974 from nasa/open970
...
R&I open970: hide nav-to-parent arrow when in Edit mode
2016-05-27 14:56:48 -07:00
8f9308de01
Merge pull request #962 from nasa/csv-export-update-751
...
[Timeline] Updates to CSV Export
2016-05-27 14:55:59 -07:00
8f7a5e113b
Merge pull request #951 from nasa/orphan-navigation-765
...
[Navigation] Prevent navigation to orphan objects
2016-05-27 14:53:33 -07:00
9820f9d9c5
[Frontend] Mod CSS to properly hide nav-to-parent when editing
...
fixes #970
Not sure what problem was, but betting this was due to removal
of an ng-class previously in markup;
2016-05-26 12:45:25 -07:00
56ff98cce7
Merge branch 'master' into orphan-navigation-765
2016-05-26 12:35:48 -07:00
dade6b2254
[Timeline] Use positive logic for clarity
...
https://github.com/nasa/openmct/pull/962#discussion_r64678013
2016-05-26 12:12:52 -07:00
e9cac6eff3
[Timeline] Add JSDoc for new parameter
...
https://github.com/nasa/openmct/pull/962#discussion_r64677520
2016-05-26 12:12:52 -07:00
7fc2fcfa07
[Edit Mode] #629 Rewrote obsolete DomainColumn tests
2016-05-26 11:55:13 -07:00
5689279954
[Timeline] Add JSDoc for idMap
...
https://github.com/nasa/openmct/pull/962#discussion_r64676750
https://github.com/nasa/openmct/pull/962#discussion_r64677198
2016-05-26 11:53:16 -07:00
165e158f37
[Edit Mode] #629 Removed redundant test from DomainObjectProviderSpec
2016-05-26 11:44:43 -07:00
f301741852
[Edit Mode] #629 restored disabled tests for DropGesture. Removed extraneous argument to broadcast function
2016-05-26 11:42:15 -07:00
eda1f23df9
[Edit Mode] #629 rewriting disabled tests
2016-05-26 11:38:12 -07:00
d15d27af73
Merge branch 'master' into table-export-934
2016-05-26 10:42:35 -07:00
438511c5f7
[Table] Test CSV Export behavior
2016-05-25 15:07:17 -07:00
3eb960cf5a
[Table] Move export button out of scroll
2016-05-25 14:50:06 -07:00
699f6ba458
[Table] Export table contents as CSV
2016-05-25 13:54:10 -07:00
f21f22d95c
[Table] Tweak appearance of export button
2016-05-25 13:43:44 -07:00
b520d08818
[Table] Begin work on CSV export
...
#934
2016-05-25 13:23:19 -07:00
fb8fe93529
[Persistence] Fix mistake in JSDoc
...
https://github.com/nasa/openmct/pull/874#discussion_r64639089
2016-05-25 13:06:58 -07:00
f9fd97230f
[Timeline] Satisfy JSHint
2016-05-25 12:37:03 -07:00
536e2290b8
Merge branch 'master' into csv-export-update-751
2016-05-25 12:33:43 -07:00
73b922facf
[Timeline] Update specs for indexes instead of ids
2016-05-25 12:32:44 -07:00
ba0d9a186b
[Timeline] Account for new argument in spec
2016-05-25 12:26:47 -07:00
80f5cb756d
[Timeline] Account for new argument in spec
2016-05-25 12:25:58 -07:00
d7f566088f
[Timeline] Update spec to include logging
2016-05-25 12:25:02 -07:00
a3bcaea7f9
[Timeline] Show units in utilization headers
2016-05-25 12:21:58 -07:00
23c71b7218
[Timeline] Include units for utilizations
2016-05-25 12:12:11 -07:00
463f7ccf65
[Timeline] Use indexes instead of UUIDs
2016-05-25 12:07:35 -07:00
87fe407739
Merge branch 'master' into csv-export-update-751
2016-05-25 12:00:43 -07:00
bb4f1ce7cd
[Timeline] Include utilization columns
2016-05-25 10:52:25 -07:00
0cc2ba7595
[Timeline] Import UtilizationColumn
2016-05-25 10:38:00 -07:00
8162429106
[Timeline] Pass in resources extensions
2016-05-25 10:37:01 -07:00
ed519d89d7
[Timeline] Log errors during CSV export
...
#751
2016-05-25 10:35:29 -07:00
0e4f6185b8
Merge branch 'master' into csv-export-update-751
...
Conflicts:
platform/features/timeline/bundle.js
2016-05-25 10:29:56 -07:00
1ced47fc2c
[Navigation] Prevent navigation to orphan objects
...
This is particularly useful when a persistence failure has caused
a created object not to be added to its parent container. #765
2016-05-23 14:07:09 -07:00
26839c7fd1
[Persistence] Fix code style after merge
2016-05-20 14:27:53 -07:00
264896c264
Merge branch 'master' into persist-on-mutation-825
...
Conflicts:
platform/commonUI/edit/src/actions/RemoveAction.js
platform/commonUI/edit/test/actions/EditAndComposeActionSpec.js
platform/commonUI/edit/test/actions/RemoveActionSpec.js
platform/entanglement/src/services/LinkService.js
platform/features/timeline/src/controllers/drag/TimelineDragHandler.js
platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDecorator.js
platform/features/timeline/test/controllers/drag/TimelineDragHandlerSpec.js
platform/features/timeline/test/controllers/swimlane/TimelineSwimlaneDropHandlerSpec.js
2016-05-20 14:26:39 -07:00
e3208187bf
Merge branch 'master' into persist-on-mutation-825
...
Conflicts:
platform/commonUI/edit/test/actions/EditAndComposeActionSpec.js
2016-05-20 10:59:54 -07:00
bcf85db9c4
[Persistence] Delegate new 'persisted' method
2016-05-19 13:31:27 -07:00
f1e81c359e
[Persistence] Satisfy JSHint
2016-05-19 12:17:20 -07:00
8279acc9a5
[Persistence] Don't expect persist calls in PropertiesAction spec
2016-05-19 12:04:08 -07:00
63438ad9ba
[Persistence] Don't expect persist calls in LinkAction spec
2016-05-19 12:02:42 -07:00
467f4d2257
[Persistence] Don't expect persist calls in RemoveAction spec
2016-05-19 12:00:51 -07:00
a5aaa6f103
[Persistence] Don't expect persist calls in LocationCapability spec
2016-05-19 11:55:05 -07:00
9b273bc148
[Persistence] Don't expect persist calls in EditRepresenter spec
2016-05-19 11:52:58 -07:00
0aba9122a1
[Persistence] Don't expect persist calls in LinkService spec
2016-05-19 11:51:50 -07:00
ac3706dfb6
[Persistence] Don't expect persist calls in specs
2016-05-19 11:50:12 -07:00
3905171457
[Persistence] Don't expect persist calls in spec
2016-05-19 11:48:16 -07:00
1e03f22086
[Persistence] Don't expect persist calls in spec
2016-05-19 11:46:50 -07:00
360fdeaec8
[Persistence] Don't expect persist calls in spec
2016-05-19 11:44:26 -07:00
d5914dfde9
[Persistence] Remove caching of persistence capability
...
...as this no longer needs to be invoked directly.
2016-05-19 11:42:58 -07:00
d3f2a24267
Merge branch 'master' into persist-on-mutation-825
...
Conflicts:
platform/core/src/capabilities/PersistenceCapability.js
platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDropHandler.js
2016-05-19 11:41:08 -07:00
677b65d124
Optional indent removed
...
removed whitespace
2016-05-11 00:39:16 +02:00
31d31d7819
Removed indents
...
Removed unnecessary indentations
2016-05-11 00:14:52 +02:00
d32ef4bc3d
Last indentation fix
2016-05-10 22:03:07 +02:00
b4faf8991d
Indentation Fixes
2016-05-10 22:02:19 +02:00
0564759481
Swapped order of license
...
Swaped license order with name
2016-05-10 21:48:24 +02:00
24e391edf7
[Branding] Added Apache license to README.md
...
Added Apache license
2016-05-10 21:44:10 +02:00
cf295105d4
[Functionality] Log app instance to the console
...
Added logging statement, so the user knows when the app is up and running.
2016-05-10 21:06:04 +02:00
bcd5f1ee24
add shortcut for see the app quickly
2016-05-09 03:05:21 +07:00
f85ac79b4a
[Persistence] Remove persistence usage from TimelineSwimlaneDropHandler
2016-04-29 11:53:15 -07:00
bea9f22a0c
[Persistence] Remove persistence usage from TimelineSwimlaneDecorator
2016-04-29 11:51:21 -07:00
3f330dccf1
[Persistence] Remove persistence usage from TimelineDragHandler
2016-04-29 11:50:02 -07:00
f7f934f0e8
[Persistence] Remove persistence usage from AbstractStartTimerAction
2016-04-29 11:40:06 -07:00
0e683acde1
[Persistence] Remove persistence usage from LinkService
2016-04-29 11:38:40 -07:00
dd6414daf0
[Persistence] Remove persistence usage from LocationCapability
2016-04-29 11:37:03 -07:00
8756b7213f
[Persistence] Remove persistence usage from EditRepresenter
2016-04-29 11:35:00 -07:00
b0cbb5a2b4
[Persistence] Only auto-persist previously saved domain objects
2016-04-29 11:31:36 -07:00
6418b0c634
[Persistence] Avoid redundant calls to persistenceService
...
Mutation now triggers persistence; this means that some legacy code
does or may issue redundant calls to persistence after mutating.
To avoid issuing redundant calls all the way down to the
persistenceService, bail out of persist calls early if there are
no unsaved changes to persist.
2016-04-26 16:58:10 -07:00
433d26e703
[Persistence] Remove persistence usage from Remove action
2016-04-26 16:53:12 -07:00
c99ffcb1f4
[Persistence] Remove persistence call from compose action
2016-04-26 16:50:15 -07:00
ef815cf060
[Persistence] Remove persistence reference
...
...from composition capability (as persistence is now triggered,
albeit indirectly.)
2016-04-26 16:46:30 -07:00
7fb7a5452f
[Persistence] Remove persistence usage from Edit Properties
2016-04-26 16:43:52 -07:00
4b641f8723
[Persistence] Expose PersistingMutationListener from bundle
2016-04-26 16:39:49 -07:00
0d312def27
[Persistence] Add PersistingMutationListener
...
...to automatically trigger persistence after mutation.
#825
2016-04-26 16:37:44 -07:00
f16a107105
[Timeline] Inject resources into CSV action
2016-04-15 08:51:22 -07:00
f683ca44a2
[Timeline] Read resource utilizations during CSV export
2016-04-15 08:45:42 -07:00
546cde56a8
[Timeline] Expose internal resource utilization
...
...to allow this to be exported for CSV, #751
2016-04-15 08:32:34 -07:00