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
a88b4b31a1
Merge pull request #966 from nasa/open747
...
R&I open747: refined "unsaved changes" dialog message
2016-05-26 12:02:12 -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
04112956cf
Merge pull request #964 from nasa/open913
...
R&I open913: various Timeline fixes
2016-05-26 11:47:06 -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
f1113fda24
[Frontend] New message for unsaved changes warning
...
open #747
2016-05-26 09:04:40 -07:00
33c208d8fe
[Frontend] Timeline Gantt bar mods to allow small min-width
...
open #965
- CSS adjusted to handle min-width of 2px and better
approach to ellipsizing text;
- Angular ng-class added to hide icon and title if
width less than a value;
- Rounded corners on bars removed;
2016-05-25 20:52:36 -07:00
c557fb6cd5
[Frontend] Cursor properties modified
...
open #768
2016-05-25 19:39:56 -07:00
bde2bc7709
[Frontend] Bottom of holder divs adjusted
...
open #913
2016-05-25 19:28:28 -07:00
5fe759aa91
Merge pull request #955 from nasa/timeline-zoom-936
...
[Timeline] Improve zoom behaviors
2016-05-25 16:58:20 -07:00
a5b7badb95
[Timeline] Remove obsolete arguments
...
https://github.com/nasa/openmct/pull/955/files#r64668507
2016-05-25 16:08:28 -07:00
eefd4c8669
Merge pull request #949 from nasa/info-error-948
...
[Mobile] Remove usage of element.scope()
2016-05-25 15:15:53 -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
7c11f2db4f
Merge pull request #961 from nasa/open959
...
[Style] Fixed style issues introduced by #954
2016-05-25 12:16:44 -07:00
23c71b7218
[Timeline] Include units for utilizations
2016-05-25 12:12:11 -07:00
7501f679f7
[Style] Fixed style issues introduced by #954
2016-05-25 12:10:39 -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
52e087d8f8
Merge pull request #954 from nasa/open628
...
[Edit Mode] #628 Remove edit related concerns from Create Action
2016-05-25 11:55:17 -07:00
c5cd495fce
Merge pull request #952 from nasa/fix-build-142
...
[Code Style] Run code style checks on CircleCI
2016-05-25 11:49:54 -07:00
37a417051d
Merge remote-tracking branch 'origin/missing-time-conductor-957'
2016-05-25 11:43:57 -07:00
97d819739c
Merge pull request #956 from nasa/fix-build-mct-popup
...
Resolve build conflict from #922
2016-05-25 11:41:14 -07:00
3935378b0c
Revert "[Timeline] Test mct-representation ordering"
...
This reverts commit 2a4004fd5b
.
2016-05-25 11:34:29 -07:00
952f95aa4c
[Timeline] Update failing specs
2016-05-25 11:33:51 -07:00
0a75a5be1f
[Timeline] Add minimal test case
2016-05-25 11:28:00 -07:00
70b593e28a
[Timeline] Watch for configuration object
...
...to address #908 in a manner which does not cause #957
2016-05-25 11:22:22 -07:00
ed69a65f9b
[Representation] Restore ordering in mct-representation
...
Revert "[Timeline] Change ordering in mct-representation"
This reverts commit 20ecf168f2
.
These changes introduced a regression due to ordering
expected by time conductor, #957
2016-05-25 11:03:32 -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
05b4f5401e
Merge remote-tracking branch 'origin/open890'
2016-05-25 10:19:11 -07:00
2ff0c7b06a
[Test] Add spy method for addClass
...
Add spy method, fix a merge conflict that was improperly resolved
in https://github.com/nasa/openmct/pull/922
2016-05-25 10:11:34 -07:00
2330f1d135
Merge remote-tracking branch 'origin/open907'
2016-05-25 10:06:55 -07:00
ff92d3acab
Merge remote-tracking branch 'origin/open889' into open922
2016-05-25 09:55:09 -07:00
32d7187db6
Relocated creation package to edit bundle
2016-05-24 17:08:12 -07:00
00534f8af7
[Timeline] Account for tick size
...
Account for tick size in duration reported by TimelineZoomController,
to avoid tick marks being cut off prematurely due to changes for
#936
2016-05-24 13:02:30 -07:00
3795570938
[Timeline] Rename shadowing variable
2016-05-24 12:45:25 -07:00
362248a02e
[Timeline] Run gulp fixstyle
2016-05-24 12:37:10 -07:00
16d20eabd2
[Timeline] Simplify method
2016-05-24 12:33:47 -07:00
eb5566f041
[Timeline] Add tests for timeline zoom changes
2016-05-24 12:33:19 -07:00
757da1dff4
[Timeline] Remove obsolete test cases
2016-05-24 11:54:49 -07:00
85432af187
[Timeline] Don't store zoom configuration
...
https://github.com/nasa/openmct/issues/936#issuecomment-221343620
2016-05-24 11:53:27 -07:00
f0ab817e87
Added tests, and fixed failing ones
2016-05-24 10:53:04 -07:00
96af931c0b
Modified EditActionPolicy to prevent editing of table views unless object is a table type
2016-05-23 16:48:31 -07:00
9a5209f7c2
[Timeline] Add zoom-to-fit button
2016-05-23 16:06:10 -07:00
0818a7cda0
[Timeline] Increase maximum zoom level
...
#936
2016-05-23 15:36:26 -07:00
f35947361c
[Timeline] Remain centered during zoom
...
#936
2016-05-23 15:32:48 -07:00
9a8bcc0550
[Code Style] Specify lint, codestyle in CircleCI config
...
...to work around unexpected failure running test suite via gulp verify,
https://circleci.com/gh/nasa/openmct/1981
2016-05-23 15:10:05 -07:00
eff46b076c
[New Edit Mode] #628 Removed duplicate logic from Create Action
2016-05-23 15:03:20 -07:00
ab64b682c3
[Code Style] Run checkstyle on CircleCI
...
Run the full gulp verify task for testing on CircleCI, to handle
unit tests as well as code style checks and linting (and other
verification steps that may be added in the future.)
2016-05-23 14:58:23 -07:00
1c007ea256
[Code Style] Remove trailing whitespace
...
...to fix build after changes for #142 .
2016-05-23 14:55:04 -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
6c1412784b
[Example] REMS heirarchy appear as links
2016-05-20 17:11:07 -07:00
6e7f4df5e3
[Mobile] Remove usage of element.scope()
...
Usage is unnecessary and is sensitive to initialization ordering of
representations, resulting in #948 .
2016-05-20 16:13:51 -07:00
5b6ea600ba
Merge pull request #930 from nasa/open633
...
[New Edit Mode] #633 Remove Editing workflow concerns from FixedController, LayoutController
2016-05-20 16:10:46 -07:00
fd9d766913
Defer resolution of scope in DropGesture
2016-05-20 15:15:18 -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
b6502e9ea1
[New Edit Mode] #633 Removed Editing workflow concerns from FixedController, LayoutController
2016-05-20 14:12:24 -07:00
25a2321578
Merge pull request #927 from nasa/jscs-rebase-142
...
[Code Style] Enforce code style
2016-05-20 14:03:27 -07:00
6fb36374f6
Merge pull request #942 from nasa/persist-graph-toggles-908
...
[Timeline] Persist resource graph toggles
2016-05-20 13:27:41 -07:00
9861e63589
[Code Style] Run fixstyle on merged changes
2016-05-20 13:09:16 -07:00
bce5643994
Merge branch 'master' into jscs-rebase-142
...
Conflicts:
platform/commonUI/edit/test/actions/EditAndComposeActionSpec.js
platform/representation/src/MCTRepresentation.js
2016-05-20 13:07:58 -07:00
ad5691142e
[Code Style] Rename shadowing variables
2016-05-20 13:05:32 -07:00
e468080373
[Code Style] Disallow outer shadowing
...
031a46aa8e (commitcomment-17561082)
2016-05-20 11:38:36 -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
c98c36753c
Merge pull request #944 from nasa/open943
...
[Build] Ignore gh-pages from circle-ci
2016-05-20 10:54:01 -07:00
1419ff86e8
Merge pull request #946 from nasa/open636
...
[New Edit Mode] #636 Removed edit concerns from DropGesture
2016-05-20 10:52:11 -07:00
601bc03ba2
[New Edit Mode] #636 Modified EditAndCompose action to rely on a slightly refactored EditActionPolicy to remove folder specific logic
2016-05-20 10:42:17 -07:00
ea454d65bb
Merge pull request #945 from nasa/open634
...
[New Edit Mode] #634 Removed edit concerns from MctRepresentation
2016-05-20 10:06:50 -07:00
776586ae25
[New Edit Mode] #634 Removed edit concerns from MctRepresentation
2016-05-19 17:09:56 -07:00
78bf804e02
[Build] Ignore gh-pages from circle-ci
2016-05-19 15:31:16 -07:00
2a4004fd5b
[Timeline] Test mct-representation ordering
...
Verify that a configuration object has been added to scope before
changing templates. #908
2016-05-19 15:09:57 -07:00
b5229d7786
[Timeline] Commit changes on toggle
...
#908
2016-05-19 15:06:06 -07:00
20ecf168f2
[Timeline] Change ordering in mct-representation
...
...such that the configuration property is available in scope
when a view is first instantiated. #908
2016-05-19 15:00:12 -07:00
dc348f33c5
Merge pull request #940 from nasa/openmct-website
...
[Website] Fixed failed circle.yml command
2016-05-19 14:18:55 -07:00
b7cfaf6b63
Fixed failed circle.yml command
2016-05-19 13:52:58 -07:00
bcf85db9c4
[Persistence] Delegate new 'persisted' method
2016-05-19 13:31:27 -07:00
34d5bc4f28
Merge pull request #939 from nasa/openmct-website
...
[Website] #901 Automate build process
2016-05-19 13:24:22 -07:00
f1e81c359e
[Persistence] Satisfy JSHint
2016-05-19 12:17:20 -07:00
e4b192001f
Changed circle.yml to go back to command-based deployment to heroku as cannot use 'heroku' deployment support and commands in the same deployment descriptor
2016-05-19 12:14:42 -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
516b8c9e38
[Website] #901 Automate build process - Updated build SHA
2016-05-19 11:39:08 -07:00
f9631ff4c5
[Code Style] Fix style missed by gulp fixstyle
...
...and remove an unnecessary comment, too.
2016-05-19 11:29:41 -07:00
fa77139077
[Code Style] Run gulp fixstyle
...
...to apply code style settings from #142 .
2016-05-19 11:29:13 -07:00
f12b9704d9
Merge branch 'master' into jscs-rebase-142
2016-05-19 11:28:16 -07:00
edb158f2d3
[Website] Added push to website repo
2016-05-19 10:44:58 -07:00
b2c6db6207
Changed circleci.yml
2016-05-19 10:44:58 -07:00
bcdd835275
[Website] Automate site build process
2016-05-19 10:44:57 -07:00
5b4952d4c6
Merge pull request #923 from nasa/open921
...
[Examples] #921 changed text in event generator example
2016-05-18 17:12:06 -07:00
de43aa81be
Merge pull request #838 from nasa/open824_rebase
...
[Edit] #824 - Remove EditableDomainObject
2016-05-18 17:01:24 -07:00
5eff4e45c9
[Tutorials] #907 Updated tutorials to use new bundle registration mechanism
2016-05-17 17:24:32 -07:00
70a13a75d5
Updating tutorials
2016-05-17 13:22:15 -07:00
dcf26d3863
Merge pull request #937 from nasa/open929
...
R&I open929: Label context arrow always visible; frame dragging in label area
2016-05-16 16:10:33 -07:00
a729edd399
[Frontend] Label context arrows now always visible
...
open #929
- Also enable frame dragging in title area when
editing in Layout;
- CSS and markup changes;
2016-05-16 12:00:29 -07:00
69cc1086df
Merge pull request #924 from nasa/open889b
...
[Popup] Add method to jqlite mocks
2016-05-16 10:14:52 -07:00
18fa9aeaf6
[Build] Bump version number, add -SNAPSHOT
...
...to begin sprint Huxley,
https://github.com/nasa/openmct/milestones/Huxley
2016-05-16 09:36:59 -07:00
96892722a4
[Build] Remove SNAPSHOT status
...
...to close sprint https://github.com/nasa/openmct/milestones/Herbert
2016-05-16 09:27:24 -07:00
54a0de4a08
[New Edit Mode] #636 Removed edit concerns from DropGesture
2016-05-13 17:59:43 -07:00
a11dba88b2
[New Edit Mode] #634 Removed edit concerns from MctRepresentation
2016-05-12 20:23:33 -07:00
d08cdfba49
Fixed linting issues
2016-05-12 16:50:19 -07:00
031a46aa8e
[Code Style] Add JSHint rules
...
Add JSHint rules to complement allowing multiple var statements,
https://github.com/nasa/openmct/issues/142#issuecomment-212187972
[Code Style] Require one decl per var
[Code Style] Don't require separate var decls
...but allow them (for compatibility with existing code style)
[Code Style] Allow var decl after start of scope
[Code Style] Enforce codestyle during verify task
2016-05-12 16:32:17 -07:00
ffacf6e1ae
Resolved residual merge issue
2016-05-12 16:18:48 -07:00
69c4c3a2c8
Added tests
2016-05-12 16:14:42 -07:00
c305fba0a7
Modified dirty function
2016-05-12 16:14:42 -07:00
44f4a82fa1
Resolved merge conflicts
2016-05-12 16:14:31 -07:00
5bf750c90c
Fixed creation
2016-05-12 16:11:57 -07:00
836b5db8cf
Reviewed edit mode checking
2016-05-12 16:11:57 -07:00
1753a5473c
Resolved merge conflicts
2016-05-12 16:11:52 -07:00
d00e13e4ee
Resolved merge conflicts
2016-05-12 16:09:53 -07:00
4b786d3536
Removed sysouts
2016-05-12 16:09:08 -07:00
e6bbc3442b
Resolved merge conflicts
2016-05-12 16:09:02 -07:00
433dd87e51
Resolved merge conflicts
2016-05-12 16:07:39 -07:00
cf9eb3f602
Resolved Merge conflicts, removed previously deleted files
2016-05-12 16:05:27 -07:00
bd686790dc
Resolved merge conflicts
2016-05-12 16:03:19 -07:00
e5ef7c0c22
Resovled merge conflicts
2016-05-12 15:58:17 -07:00
3d891073da
[Popup] Add method to jqlite mocks
...
...to resolve build failure preventing merge,
https://github.com/nasa/openmct/pull/922#issuecomment-218588876
2016-05-11 14:25:23 -07:00
116c6e57ed
Merge pull request #918 from nasa/rt-updates-910
...
[Table] Remove length check when updating visible rows
2016-05-11 14:07:27 -07:00
a39ce566d1
Merge pull request #920 from nasa/open909
...
Review and integrate open909: fix for Timeline Resource Graph labels
2016-05-11 13:38:45 -07:00
671ba66354
[Examples] #921 changed text in event generator example
2016-05-11 12:35:44 -07:00
a5ba72582c
[Examples] #921 changed text in event generator example
2016-05-11 12:24:24 -07:00
73c2c01def
[Frontend] Layout and styling of Time Conductor
...
open #889
open #298
Fixes for mobile;
Moved popup z-index def into sass;
Datetime picker compressed for
better fit in mobile phone;
Removed hours selector from datetime
picker to enable better fit in mobile;
2016-05-11 11:32:39 -07:00
7c82e31b66
Merge branch 'master' into open889
2016-05-10 23:09:59 -07:00
a58fe1f81c
[Frontend] Modified .tick-labels in Timelines
...
open #909
- Changed markup to not use plot .tick-label class;
- Changed CSS accordingly;
- Fixed alignment (clipped bottom value) by
refactoring to use flex-box layout for tick labels;
2016-05-10 20:41:52 -07:00
2829b8d495
[Frontend] Time Conductor mobile
...
open #889
- Major refactoring of mobile approach,
leveraging flex-box layout change;
2016-05-10 19:52:11 -07:00
3727b287a1
Merge pull request #902 from nasa/open898
...
[documentation] #898 updated stylesheet reference
2016-05-10 18:27:09 -07:00
677b65d124
Optional indent removed
...
removed whitespace
2016-05-11 00:39:16 +02:00
c448753bab
[Table] Remove length check when updating visible rows
...
While the number of visible rows may not have changed, their
contents may have; returning early here results in #910 .
2016-05-10 15:20:22 -07:00
31d31d7819
Removed indents
...
Removed unnecessary indentations
2016-05-11 00:14:52 +02:00
7ade873365
[Frontend] Flex; Tweaks to slider knobs
...
open #889
- Converted TC elements to use flex
layout instead of abs pos;
- Knob size increased;
- Knob grippies added;
2016-05-10 15:12:50 -07:00
8788523c25
[Frontend] Tweaks to slider knobs
...
open #889
- Knob size increased;
- Knob grippies added;
2016-05-10 14:28:23 -07: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
c301523156
[Frontend] Layout and positioning fixes for TC controls
...
open #889
IN PROGRESS
- Smaller font used on range value;
- More space allocated to left and right
for slider range values;
- Style tweaks to slider look;
- Layout and style of datetime inputs
fixed;
- Input error colors fixed, moved to
theme constants;
2016-05-09 17:56:50 -07:00
46e1347dc8
Merge pull request #906 from nasa/use-heroku-integration
...
[Build] Use Circle's heroku integration for deploy
2016-05-09 10:53:28 -07:00
f5539ec678
[Build] Use Circle's heroku integration for deploy
...
Use circle's heroku integration to deploy to ensure that we deploy
a full clone of the repo and not a shallow clone, prevents build
failure in master branch.
2016-05-09 10:46:17 -07:00
2e8604e18d
[Frontend] Layout and positioning fixes for TC controls
...
open #889
2016-05-09 10:38:18 -07:00
9ed28a4a37
Merge pull request #900 from nasa/open899
...
#899 updated circle.yml to deploy to live_demo and remove doc generation
2016-05-09 10:37:47 -07:00
3ca9d21bbd
Merge remote-tracking branch 'origin/open663'
2016-05-09 10:33:39 -07:00
61683800cc
[Style] Update style to reflect new jshint config
...
Update style to match new jshint config
https://github.com/nasa/openmct/issues/671
2016-05-09 10:33:26 -07:00
4c74391137
Merge remote-tracking branch 'origin/open836'
2016-05-09 10:25:25 -07:00
f3b265bdd5
Merge branch 'master' into open671
2016-05-09 10:19:24 -07:00
cae85f3e30
[Frontend] Mods to slider .range-value elems
...
open #889
- Text smaller, line breaks;
- Height adjustments
- Increased with of slider area;
2016-05-09 10:16:54 -07:00
bcd5f1ee24
add shortcut for see the app quickly
2016-05-09 03:05:21 +07:00
ab6ef22363
#898 updated stylesheet reference
2016-05-08 10:46:59 -07:00
09d1c2cd4b
#899 updated circle.yml to deploy to live_demo and remove doc generation
2016-05-06 19:44:26 -07:00
d6aa31e4aa
Merge pull request #893 from nasa/open885
...
#885 added command line option --directory -D to specify base directory
2016-05-06 10:19:44 -07:00
3efaa3b1cb
Merge pull request #894 from nasa/open892
...
#892 Removed browser warning
2016-05-06 09:51:36 -07:00
2fe9698ea8
Merge pull request #891 from nasa/fix-clickaway-888
...
[General] remove dupe, debounce inputs
2016-05-06 09:49:13 -07:00
1cdeccc7a7
#885 added command line option --directory -D to specify base directory
2016-05-05 21:58:31 -07:00
00433f02bc
#892 Removed browser warning
2016-05-05 21:45:18 -07:00
7fad4e9ea1
[General] remove dupe, debounce inputs
...
Remove duplicate ClickAwayController implementation that was obscuring actual
implementation. Debounce clickaway action in case toggle is invoked in a
click handler.
Resolves https://github.com/nasa/openmct/issues/888
2016-05-05 18:25:37 -07:00
c6d326bbbc
Merge pull request #879 from nasa/table-headers-809
...
[Table] Fix headers in firefox
2016-05-05 13:29:03 -07:00
d60bc08843
Merge pull request #878 from nasa/open-mct-not-web-816
...
[Branding] Change name to Open MCT in docs
2016-05-05 13:21:13 -07:00
3d62cba1b3
Merge pull request #859 from nasa/remove-examples-825
...
[Examples] Move examples out of main.js
2016-05-05 13:05:41 -07:00
1c6ef28b80
[Table] Fix headers in firefox
...
Don't use table-cell displays for cells, resolves issues with zero-sized
tbody causing thead to be 100% of table size.
Fixes https://github.com/nasa/openmct/issues/809
2016-05-04 11:13:12 -07:00
00706558f5
[Branding] Restore missing space
2016-05-04 10:42:46 -07:00
5279c842f5
[Branding] Change title of about dialog
2016-05-04 10:17:23 -07:00
431b836568
[Branding] Change name in docs hierarchy
...
...from Open MCT Web to plain-old Open MCT.
2016-05-04 10:13:09 -07:00
de2703ee48
[Branding] Remove Web from name at top-level
...
Per #816 , change Open MCT Web to Open MCT in all top-level files.
2016-05-04 10:08:55 -07:00
01f290dc45
Merge pull request #873 from nasa/open871
...
Review and integrate open871
2016-05-03 14:20:56 -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
ff36d9ee80
[Frontend] Removed bullets from ol, ul
...
open #869
- This should be cherry-picked into main
branches as well.
(cherry picked from commit 4c97413
)
2016-04-29 10:54:28 -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
a13d0b7fab
[Examples] Move examples out of main.js
...
...such that they are not compiled into the Open MCT that
is used as the basis for non-example applications.
Addresses #835
2016-04-26 15:52:09 -07:00
0390f46460
[Frontend] z-index added to .object-top-bar .left element
...
#836
2016-04-25 09:55:21 -07:00
9e5689f7dd
Merge remote-tracking branch 'origin/revert-839-revert-822-open769'
2016-04-22 13:02:39 -07:00
0ccb696ee2
[Build] Bump version number, add -SNAPSHOT
...
...to begin sprint Herbert,
https://github.com/nasa/openmct/milestones/Herbert
2016-04-22 10:51:12 -07:00
d385e55e76
[Build] Remove snapshot suffix
...
Closes sprint Heinlein,
https://github.com/nasa/openmct/milestones/Heinlein
2016-04-22 10:46:07 -07:00
6bf1ef5bcc
Revert "Revert "[Tables] Fix to correct sorting in realtime tables""
2016-04-22 09:44:34 -07:00
abb511521b
Merge pull request #837 from nasa/open794_fix
...
[Edit Mode] #794 Modified policy to show remove action in context for non-editable domain object types
2016-04-21 12:23:45 -07:00
11cfb6e1b8
[Edit] Elements pool filtering displays more consistent results
2016-04-21 10:42:50 -07:00
3a9b1ee901
Merge pull request #839 from nasa/revert-822-open769
...
Revert "[Tables] Fix to correct sorting in realtime tables"
2016-04-21 09:21:12 -07:00
8b390e7fb9
Revert "[Tables] Fix to correct sorting in realtime tables"
2016-04-20 19:31:54 -07:00
29bce69eea
Merge pull request #822 from nasa/open769
...
[Tables] Fix to correct sorting in realtime tables
2016-04-20 19:30:04 -07:00
aac5a6d250
#769 - Removed empty code block and addressed some excessive guard code
2016-04-20 19:18:27 -07:00
06436c488a
[Edit Mode] #794 Modified policy to show remove action in context for non-editable domain object types
2016-04-18 19:05:46 -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
8b7af43d6c
Merge pull request #823 from nasa/version-process-725
...
[Documentation] Add Version Guide
2016-04-14 17:30:55 -07:00
abb47eed36
[Documentation] Remove superfluous space
...
ddc241c0d0 (r59808305)
2016-04-14 16:30:17 -07:00
027d86ef4b
Merge pull request #828 from nasa/build-win-827
...
[Build] Fix build on Windows
2016-04-14 16:23:42 -07:00
6cb9619fbe
Merge pull request #829 from nasa/open630
...
[Edit mode] Simplify SaveAction
2016-04-14 16:11:49 -07:00
8c3616da32
Addressed code review points
2016-04-14 16:04:15 -07:00
ffd5faf9a2
[Persistence] Remove obsolete caching decorator
...
#831
2016-04-14 10:15:40 -07:00
00bf05c929
Merge pull request #830 from nasa/time-conductor-ux
...
Time Conductor updates query on blur, mobile support
2016-04-14 10:04:17 -07:00
b682cf8340
[Style] Remove outdated comments
2016-04-13 17:41:24 -07:00
22a5122ab7
[Conductor] Style for Phone and Tablet
...
Specify styles for time conductor on phone an tablet to hide the slider and
utilize space better.
https://github.com/nasa/openmct/issues/318
2016-04-13 17:17:52 -07:00
7a7877d7c4
[Conductor] Add basic style for phone
...
Add styling for time conductor on mobile that removes slider and rearranges
inputs to utilize space more effectively.
https://github.com/nasa/openmct/issues/318
2016-04-13 16:17:17 -07:00
69c059c943
[Conductor] Update inner bound on blur
...
The time conductor updates the inner and outer bounds when the input is
blurred, which results in the query updating without dragging.
Also allows time conductor to be utilized on mobile devices by entering
dates directly.
https://github.com/nasa/openmct/issues/318
User request:
https://github.jpl.nasa.gov/MissionControl/vista/issues/175
2016-04-13 13:49:23 -07:00
6d58f23c0c
[Style] Switch to prototype
...
Switch TimeRangeController to prototype style, and update tests
and template to utilize new style.
2016-04-13 13:23:33 -07:00
26e368f52d
[Edit mode] Simplify SaveAction
2016-04-12 14:40:19 -07:00
1d78af8f1d
[Build] Fix build on Windows
...
* In the prepublish step, run bower and gulp via node, instead of
relying on shebang interpretation. (Forward-slash path separators
appear to get normalized by node itself before executing the scripts.)
* In the gulp build, replace hard-coded *nix-style separators with
path.sep; this allows stylesheets to be output to expected locations
when building on Windows.
Addresses #827 .
2016-04-12 13:02:48 -07:00
d48871f204
Merge pull request #783 from nasa/open635
...
[Edit Mode] #635 Removed Edit-related concerns from ContextMenuGesture
2016-04-12 09:40:14 -07:00
519a9333ab
Updated tests
2016-04-11 17:10:35 -07:00
2fe7ba982f
Added 'Open in New Tab' to context menu in edit mode
2016-04-11 17:06:37 -07:00
7f108c3b24
[Edit Mode] #635 Removed Edit-related concerns from ContextMenuGesture
2016-04-11 15:39:35 -07:00
6322964dec
Addressed comments from code review of #822
2016-04-11 14:30:21 -07:00
1bb6e17829
Minor code change to improve clarity
2016-04-11 13:37:31 -07:00
f34e8ba61b
Modified code to call resize on every row add. Removed optimization to only resize when needed, because in fact resuze is necessary on every update in order to set vertical scroll size
2016-04-11 13:09:02 -07:00
2fb9b65652
Made comment a little more accurate
2016-04-11 12:57:27 -07:00
0c6b4a5a23
[Tables] Fix to correct sorting in realtime tables
2016-04-11 12:57:27 -07:00
20672ad028
[Tables] #801 Documented MctTable directive
2016-04-11 12:55:56 -07:00
99ba9edb95
Merged
...
Resolved merge conflicts
Resolved merge conflicts
2016-04-11 12:55:53 -07:00
23a8c305c1
[Table] #798 Simplified markup, moved styles to external stylesheet
2016-04-11 12:23:36 -07:00
934eb13813
[Build] Remove obsolete jslint tags
...
ES5 mode is enabled by default in JSHint, tags no longer necessary per
https://github.com/nasa/openmct/pull/724#discussion_r55095722
2016-04-08 16:54:01 -07:00
a224711dce
[Build] Move JSHint config to .jshintrc
...
...to allow code editors etc to pick up on rules, per
https://github.com/nasa/openmct/pull/724#issuecomment-193542314
2016-04-08 16:37:37 -07:00
c1ae68b565
[Build] Change unused to vars
...
To allow placeholder arguments in method signatures, per
https://github.com/nasa/openmct/pull/724#issuecomment-193542314
2016-04-08 16:32:17 -07:00
9351285182
[Build] Remove obsolete argument from spec
...
...to reflect changes associated with JSHint configuration,
https://github.com/nasa/openmct/pull/724#issuecomment-193542314
2016-04-08 16:31:01 -07:00
aa45e53440
[Build] Revert setTimeout changes
...
Restore usage of setTimeout (instead of the Angular-wrapped version) per
https://github.com/nasa/openmct/pull/724#issuecomment-193542314
2016-04-08 16:29:49 -07:00
f6a9c90cef
[Build] Use native bind
...
...in CouchPersistenceProvider and ElasticPersistenceProvider, per
https://github.com/nasa/openmct/pull/724#issuecomment-193542314
2016-04-08 16:25:32 -07:00
0b11ddbcfd
[Build] Satisfy JSHint
...
Restore globals lost during removal due to merge, remove unused
variables and use threequals in new scripts.
2016-04-08 16:22:40 -07:00
5088453712
[Build] Remove use strict, global
...
Remove usages of use strict and global declarations that are
no longer necessary with JSHint configuration, from files
added/changed since #724
2016-04-08 16:11:12 -07:00
5e44bfc6c7
Merge branch 'master' into open671
...
Conflicts:
main.js
platform/commonUI/edit/src/policies/EditableMovePolicy.js
platform/commonUI/general/src/directives/MCTTree.js
platform/commonUI/general/src/ui/ToggleView.js
platform/core/src/actions/ActionCapability.js
platform/core/test/models/CachingModelDecoratorSpec.js
platform/core/test/services/InstantiateSpec.js
platform/features/events/bundle.js
platform/features/events/src/DomainColumn.js
platform/features/events/src/EventListController.js
platform/features/events/src/EventListPopulator.js
platform/features/events/src/RangeColumn.js
platform/features/events/src/directives/MCTDataTable.js
platform/features/events/src/policies/MessagesViewPolicy.js
platform/features/events/test/DomainColumnSpec.js
platform/features/events/test/EventListControllerSpec.js
platform/features/events/test/EventListPopulatorSpec.js
platform/features/events/test/RangeColumnSpec.js
platform/features/events/test/policies/MessagesViewPolicySpec.js
platform/features/rtevents/bundle.js
platform/features/rtevents/src/DomainColumn.js
platform/features/rtevents/src/RTEventListController.js
platform/features/rtevents/src/RangeColumn.js
platform/features/rtevents/src/directives/MCTRTDataTable.js
platform/features/rtevents/src/policies/RTMessagesViewPolicy.js
platform/features/rtevents/test/DomainColumnSpec.js
platform/features/rtevents/test/RTEventListControllerSpec.js
platform/features/rtevents/test/RangeColumnSpec.js
platform/features/rtevents/test/policies/RTMessagesViewPolicySpec.js
platform/features/rtscrolling/bundle.js
platform/features/rtscrolling/src/DomainColumn.js
platform/features/rtscrolling/src/NameColumn.js
platform/features/rtscrolling/src/RTScrollingListController.js
platform/features/rtscrolling/src/RangeColumn.js
platform/features/scrolling/src/DomainColumn.js
platform/features/scrolling/src/RangeColumn.js
platform/features/scrolling/src/ScrollingListController.js
platform/features/scrolling/src/ScrollingListPopulator.js
platform/features/scrolling/test/DomainColumnSpec.js
platform/features/scrolling/test/RangeColumnSpec.js
platform/features/scrolling/test/ScrollingListControllerSpec.js
platform/features/scrolling/test/ScrollingListPopulatorSpec.js
platform/features/table/src/directives/MCTTable.js
platform/features/table/test/controllers/TelemetryTableControllerSpec.js
platform/representation/src/gestures/DropGesture.js
platform/telemetry/src/TelemetryFormatter.js
test-main.js
2016-04-08 16:08:19 -07:00
c591ade479
Merge remote-tracking branch 'origin/781'
2016-04-06 10:35:40 -07:00
8f4f0cb78e
Merge pull request #785 from nasa/open677_cleanup
...
[Timelines] #677 Removed temporary markup
2016-04-05 12:24:58 -07:00
e87280aa15
Merge pull request #821 from nasa/show-selected-color
...
[Control] Color input shows selected color
2016-04-05 12:20:14 -07:00
e0a2d02d23
[Control] Color input shows selected color
...
Update color input to show selected color when expanded.
2016-04-05 11:57:45 -07:00
ddc241c0d0
[Documentation] Add Version Guide
...
Migrate relevant information from existing version guide;
add instructions for incrementing versions per #725
2016-04-05 11:55:15 -07:00
73012233b8
[Build] Bump version number
...
...to begin sprint Heinlein,
https://github.com/nasa/openmct/milestones/Heinlein
2016-04-04 09:33:58 -07:00
339916ccd4
[Build] Remove SNAPSHOT status
...
...to tag end of release Gibson,
https://github.com/nasa/openmct/milestones/Gibson
2016-04-04 09:32:21 -07:00
70acef6905
[Instantiation] Ensure new models have modified timestamp
...
...to avoid https://github.com/nasa/openmct/issues/745#issuecomment-204561163
2016-04-01 14:27:26 -07:00
da09ffd3fa
[Persistence] Don't evict models on persist
...
https://github.com/nasa/openmct/issues/745#issuecomment-204559209
2016-04-01 13:38:13 -07:00
5b98da6681
Merge pull request #807 from nasa/timeline-model-717
...
[Timeline] Add default values to model
2016-04-01 10:10:15 -07:00
2040abb768
Merge pull request #808 from nasa/revert-open-793
...
Revert "Merge remote-tracking branch 'origin/open793'"
2016-03-31 16:37:18 -07:00
d35fccbbe8
Revert "Merge remote-tracking branch 'origin/open793'"
...
This reverts commit f49552779a
, reversing
changes made to e068173f3e
.
2016-03-31 16:30:35 -07:00
06c6832676
[Timeline] Add default values to model
...
Add default values to model, such that editing which occurs
before user supplies these properties does not cause errors
to occur. Directly addresses #717 , indirectly addresses
remaining errant behavior associated with #790 .
2016-03-31 15:46:56 -07:00
f49552779a
Merge remote-tracking branch 'origin/open793'
2016-03-31 14:14:08 -07:00
200a426f17
[Tables] Addressed style concerns from code review
2016-03-31 12:56:29 -07:00
e068173f3e
Merge remote-tracking branch 'origin/move-copy-policy-792'
2016-03-31 12:49:06 -07:00
4441e88769
Merge pull request #803 from nasa/drag-drop-688
...
[Firefox] Invoke preventDefault on drop
2016-03-31 11:02:26 -07:00
254a944d7a
[Firefox] Invoke preventDefault on drop
...
...such that Firefox does not try to treat drop as a new URL
to navigate to. Addresses #688 and #527
2016-03-31 10:34:24 -07:00
0c00061cbc
Added mutation listener
2016-03-31 10:26:34 -07:00
dee0613b81
Merge pull request #800 from nasa/timeline-reorder-789
...
[Timeline] Fix reordering behavior in timelines
2016-03-31 09:39:17 -07:00
6b6bada700
Merge pull request #788 from nasa/open445b
...
Review and integrate open445b
2016-03-31 09:36:03 -07:00
530b940a64
[Timeline] Fix reordering
...
Fix reordering behavior when dragging-and-dropping within timelines;
addresses #789 .
2016-03-29 19:46:30 -07:00
e23bf5ed39
[Entanglement] Test CopyPolicy
2016-03-29 19:26:18 -07:00
6ecea9950d
[Entanglement] Test MovePolicy
2016-03-29 19:22:22 -07:00
4816dddf41
[Entanglement] Wire in copy/move policies
...
#792
2016-03-29 13:14:08 -07:00
cae775f9bc
[Entanglement] Add policies for Copy and Move
...
...to ensure that these are only performed on creatable and
mutable targets, respectively.
2016-03-29 13:10:35 -07:00
a4b79cdb5b
[Tables] #793 Added fix for tables not appearing on refresh
...
Fixed failing tests
2016-03-28 17:48:01 -07:00
012a38cccd
[Tables] Fix for table columns not being populated
2016-03-28 17:31:10 -07:00
a01f7ddd2d
[Frontend] Refinements to .loading and related
...
#445
Markup enhanced in wait-node.html;
More wait-spinner constants added;
Normalized appearance between tree-based
.loading and .s-status-pending;
Fixed .s-status-pending to work now that
mct-representation is gone from tree;
2016-03-24 15:10:22 -07:00
e7e91e21fc
[Frontend] Markup and CSS for loading tree items
...
#445
New wait-spinner constants;
Markup fixed in wait-node.html;
Styles for .loading when applied to
.tree-item.wait-node;
Changed from percent-of-parent-
width sizing of spinner to fixed size;
2016-03-24 15:10:02 -07:00
cbea842c8b
Merge branch 'timeline-highlight-767'
2016-03-24 13:33:56 -07:00
cc5d14deec
Merge branch '755a'
2016-03-24 13:21:59 -07:00
4c5217d646
[Style] Standardize indentation
2016-03-24 13:20:49 -07:00
5e54b193ca
[Style] remove unnecessary parenthesis
...
See comment https://github.com/nasa/openmct/pull/782/files#r57380540
2016-03-24 13:14:53 -07:00
cd7ff8ad85
Merge remote-tracking branch 'origin/timestamps-776'
2016-03-24 13:09:32 -07:00
fa5d59bff8
Merge branch 'timeline-save-770b'
2016-03-24 13:06:53 -07:00
ddbb72b88a
[CacheService] Don't track ids twice
...
Track whether an object is in the cache based on whether it is
in the cache instead of utilizing a separate object for tracking
contents of cache.
See comment on https://github.com/nasa/openmct/pull/773/files
2016-03-24 12:57:53 -07:00
88784d37fd
[Frontend] Added priority
...
#787
2016-03-24 12:05:10 -07:00
700e605bbd
Merge pull request #775 from nasa/timeline-drag-drop-679
...
[Timeline] Move (instead of link) when dragging and dropping within a timeline
2016-03-23 20:00:48 -07:00
594f3b8ec2
[Frontend] Corrected wrong unicode value
...
#781
2016-03-23 19:30:20 -07:00
b08d00ef3e
[Frontend] Removed tab character
...
#781
2016-03-23 19:25:25 -07:00
0643fb1f3f
[Frontend] Updated icomoon project file
...
#781
2016-03-23 19:17:39 -07:00
289debf19d
[Frontend] Fixed hover problem with menu items
...
#781
#187
Noticed a problem with <a> tags in
Create menu items and fixed with display: block;
2016-03-23 19:10:59 -07:00
7da1a4b2a3
[Frontend] Updated glyph defs and descriptions
...
#781
#187
Converted many glyph char defs to
their JSON unicode equivalents;
Updated descriptions for many domain
objects;
2016-03-23 19:04:32 -07:00
528169de2c
[Frontend] Updated glyphs
...
#781
Added multiple new and updated glyphs;
Updated glyph defs for Historic and
Real-Time Tables;
2016-03-23 17:42:58 -07:00
c13231b8e8
[Timeline] Remove NULL_ACTION, clarify logic
...
Per code review feedback,
https://github.com/nasa/openmct/pull/775/files#r57229759
2016-03-23 15:34:05 -07:00
3e4a3aeb9b
Merge pull request #779 from nasa/precision-778b
...
[Data Formats] Format numeric values with full precision
2016-03-23 12:15:26 -07:00
650ef9bfa4
[Timelines] #677 Removed temporary markup
2016-03-23 11:27:40 -07:00
dd053f7e6e
[Timeline] Invoke $apply from mct-swimlane-drop
...
...and add some checks to ensure this is necessary, to avoid
triggering a ton of digest cycles while dragging.
2016-03-22 17:16:41 -07:00
cb655d486b
[Timeline] Test reordering within parent
2016-03-22 17:06:58 -07:00
3c52ceb71a
[Timeline] Remove unused function
...
Removal of domain objects is handled by using the move action.
2016-03-22 17:01:45 -07:00
b2337dea97
[Timeline] Update failing specs
...
...and remove obsolete test case for handling drops in a timeline
2016-03-22 16:59:09 -07:00
dea6554e04
[Timeline] Allow drops from tree
...
Don't assume that all drops will be dropped swimlanes.
2016-03-22 12:26:01 -07:00
31d8c9a48f
[Timeline] Allow linking during edit
...
...in cases where it is safe to do so (specifically, when the
linked-to object has already been persisted.)
2016-03-22 12:04:50 -07:00
f8682a7a29
Merge pull request #780 from nasa/open715
...
[Timelines] #715 Added a check to prevent mutation when modes are unchanged
2016-03-22 09:24:57 -07:00
e5544615cc
[Timelines] #715 Added a check to prevent mutation when modes are unchanged
2016-03-21 17:01:38 -07:00
ec0cc572f6
[Add] Test model cache
2016-03-21 16:11:40 -07:00
6c2a28aba2
[Add] Add JSDoc to model cache
2016-03-21 16:05:05 -07:00
baccd005dc
[Add] Update persistence capability spec
...
...to reflect removal of cached domain object models.
2016-03-21 15:08:27 -07:00
1e4ff5a73f
[Add] Use cacheService from decorator spec
2016-03-21 15:05:28 -07:00
9f29382e18
[Add] Update spec for Instantiate
...
...to reflect usage of a model cache for #770
2016-03-21 15:04:07 -07:00
5f6b4adcda
[Plot] Normalize number of digits
...
Use consistent number of digits for displayed plot values, to avoid
unreadable plot legends due to fix for #778
2016-03-21 14:45:00 -07:00
d6ab70447e
[Data Format] Don't truncate data values
2016-03-21 14:35:58 -07:00
a411bac331
[Time Format] Append Z instead of zone offset
...
...for brevity (reduce visual noise)
2016-03-21 14:29:24 -07:00
5624c7d545
[Time Formats] Display UTC with milliseconds
...
#776
2016-03-21 13:04:59 -07:00
007741b4e7
[Timeline] Add move policy
...
...to restore suppression of Move for objects being edited
(relaxed for the specific case of moving one object being
edited into another object being edited, for use in Timelines.)
2016-03-21 12:07:19 -07:00
e0a69744e5
[Timeline] Deinline null action
...
...used for cases when no action is needed for timeline move
(and ids will just be reordered.)
2016-03-21 11:53:10 -07:00
e7a6c34bcc
[Timeline] Handle drops for reordering
...
...as these would be disallowed by Move, normally.
2016-03-21 11:51:51 -07:00
7f3ac4077c
[Timeline] Drop to correct targets
2016-03-21 11:43:02 -07:00
7eaffdc34a
[Timeline] Don't suppress move during editing
...
...to allow this action to be used to support Timeline
drag-and-drop.
2016-03-21 11:42:33 -07:00
5034e88656
[Timeline] Use move action on drag-drop
...
...to avoid creating links when desired behavior is a move,
#679 .
2016-03-21 11:18:18 -07:00
aa48044345
[Frontend] Form styling
...
#772
Added ".l-controls-under" styling to allow
channel-selector layout;
Added new hint color constants and refined
style defs;
2016-03-21 11:13:43 -07:00
d12111d9b8
[Add] Fix promise chaining in AddAction
2016-03-21 10:32:02 -07:00
9c9db3c24f
[Add] Remove obsolete variable reference
...
The cache has been externalized to allow writing to it
upon domain object instantiation.
2016-03-21 10:31:38 -07:00
3fe41575bd
[Add] Add missing dependency
...
...to support caching of domain objects created during edit mode.
2016-03-21 10:31:09 -07:00
8fa030437e
[Add] Remove edit awareness
...
Remove step where Added objects are persisted via the editor
capability; instead, persist via the usual persistence capability,
such that Edit mode may intervene (or not) as necessary.
As instantiated models are cached at least until persisted,
this workaround to allow newly-created models to be available
during editing is no longer necessary (and undesired consequences
such as #770 no longer occur)
2016-03-21 10:22:25 -07:00
17faf000b0
[Add] Cache models on instantiation
...
...to remove need for Edit to persist these immediately, which in
turn causes #770 and #678
2016-03-21 10:20:14 -07:00
90c82f6ef2
[Frontend] Timeline tooltip and field input tweaks
...
#750
Refined tooltip for Resource Graphing;
Increased size of Activity Link input field;
2016-03-21 10:08:59 -07:00
5e6fe16b93
[Frontend] Adding tooltips
...
#750
2016-03-17 16:21:04 -07:00
f0ca6fdfdb
[Frontend] Added tooltips
...
#750
Added tooltips to Timeline header elements;
2016-03-17 15:10:42 -07:00
ad4c456ca2
Merge pull request #763 from nasa/restrict-requirejs-version
...
[Package] Specify require minor version
2016-03-17 14:38:02 -07:00
b0476edb8c
[Package] Specify require minor version
...
Specify requirejs minor version of 2.1, as 2.2 is not compatible
with karma-requirejs.
Fixes build problems that appeared after latest requirejs version bump.
2016-03-17 14:28:22 -07:00
8f6a287fb8
Merge remote-tracking branch 'origin/tree-refresh-745'
2016-03-17 11:40:53 -07:00
07d554d114
Merge pull request #759 from nasa/700a
...
Review and integrate 700a
2016-03-17 11:02:22 -07:00
24d2cecdcd
Merge pull request #761 from nasa/open757
...
[Tables] #757 Added max row limit to streaming tables
2016-03-17 10:19:04 -07:00
8efa9c6aac
[Tables] #757 Fixed code style issues
2016-03-17 10:09:59 -07:00
22e98274ca
[Tables] #757 Added max row limit to streaming tables
2016-03-16 18:59:52 -07:00
471b57f47c
[Frontend] CSS tweaks
...
#750
Moved l-plot-resource cursor: pointer
to a more specific selector;
Added user-select: none to l-header;
Fixed s-status-editing styling so
that tabular labels only appear draggable
while editing;
2016-03-16 18:19:44 -07:00
9c775c6715
[Frontend] Changed cursor property
...
#755
Changed s-timeline-gantt.mid to
use cursor: move instead of
ew-resize; Need to verify on Linux;
2016-03-16 17:36:07 -07:00
1f09b7b0ac
[Frontend] Fix for scrollbar flicker
...
#748
Was able to observe problem in Mac
Chrome. Moved body, html overflow: hidden
into startup-base.scss and change seems
to have fixed the problem;
2016-03-16 17:34:28 -07:00
b0cf9bbd29
Merge pull request #758 from nasa/error-message-753
...
[Tree] Don't assume context capability is present
2016-03-16 15:33:59 -07:00
4a1ca25e17
Merge pull request #754 from nasa/tree-status-styling-749
...
[Tree] Add status classes during editing
2016-03-16 15:26:40 -07:00
cc97e567b6
[Frontend] Further style cleanups
...
#689
#740
Tweaked scrollbar thumb color;
Fixed color of icons in s-menu-btn
menus, particularly for Snow theme;
Removed commented code;
2016-03-16 15:17:08 -07:00
53f03cddb7
[Frontend] Further cleanups to form elements
...
#689
Removed commented code;
2016-03-16 14:49:37 -07:00
da1e6750a0
[Frontend] Removed reset.css and refs to modernizr
...
#700
Removed reset.css; Removed refs to
modernizr from licenses and readme.md;
2016-03-16 14:44:01 -07:00
3258342783
[Frontend] Further cleanups to form elements
...
#700
#689
#740
Removed _selects.scss and moved classes
into _controls.scss;
Reorg'd _controls;
Moved classes into _elems.scss;
Added and fixed cssclass defs in multiple
bundle.js files to allow better field widths
in overlay dialogs;
Fixed overlay custom scrollbar colors;
Fixed alignment of required glyphs in forms;
2016-03-16 14:40:06 -07:00
73b7365ae2
[Tree] Don't assume context capability is present
...
Addresses #753 (newly-created objects may not have context,
causing errors when these are encountered by TreeNodeView)
2016-03-16 14:10:58 -07:00
32a42bd679
[Frontend] CSS tweaks to fix required glyph positioning
...
#700
CSS modded to allow better cross-browser
positioning of 'required' form-row glyphs;
Other elem's CSS adjusted as a result;
2016-03-16 09:43:59 -07:00
324c2cac03
[Tree] Refresh properly on mutation
...
...by removing the incorrect expectation that a domain object
(and not just its model) will be passed in when mutation occurs.
Addresses #745 .
2016-03-15 12:23:46 -07:00
42ac657105
[Tree] Add status classes during editing
...
Addresses #749
2016-03-15 12:16:58 -07:00
d30532a8bc
Merge remote-tracking branch 'origin/open742'
2016-03-14 16:37:58 -07:00
936079da92
Merge remote-tracking branch 'origin/tree-732'
2016-03-14 16:15:05 -07:00
4e89ffbe07
Merge pull request #735 from nasa/open729
...
Review and integrate open729
2016-03-14 16:12:18 -07:00
f9ed73c55e
[Table] #742 Fixed digest-related bug in RTTelemetryController
...
Fixed failing test
2016-03-14 16:00:36 -07:00
bf3b964ad2
Removed commented code
...
#729
#735
2016-03-14 15:45:10 -07:00
55ae755522
[Tree] Fix error in test case
...
Correctly expect both arguments to $watch
2016-03-14 15:04:58 -07:00
d522570c0b
[Tree] Add spec for mct-tree
2016-03-14 14:54:57 -07:00
d72aaf54ca
[Tree] Test inner tree creation
2016-03-14 14:40:46 -07:00
8f94751a35
[Tree] Add capabilities to child objects for testing
2016-03-14 14:14:34 -07:00
dfb0a570a3
Merge pull request #728 from nasa/warp135b
...
[Timelines] Export as CSV
2016-03-14 13:20:28 -07:00
5d06979866
Merge remote-tracking branch 'origin/open707'
2016-03-14 13:05:59 -07:00
8b51ae32d2
[Tree] Begin testing selection change
2016-03-14 13:04:46 -07:00
ecb37c54be
[Tree] Add TreeView test cases
2016-03-14 12:52:33 -07:00
43492d31ba
[Tree] Begin writing spec for TreeView
2016-03-14 12:22:09 -07:00
0e1df444df
[Tree] Update test configuration
...
...to account for new dependency on Zepto (and its necessary
shim.)
2016-03-14 12:21:58 -07:00
f2c040367b
[Timeline] Rename TimelineCSVExporter
...
...to TimelineColumnizer, clarifying its role/responsibilities in the
context of the CSV export task;
https://github.com/nasa/openmctweb/pull/728#discussion_r56031331
2016-03-14 12:00:31 -07:00
0ff360ced3
[Timelines] Remove excessive ternaries
...
...to improve readability of logic to determine which columns
are needed for a given group of domain objects for CSV export,
as requested during code review,
https://github.com/nasa/openmctweb/pull/728#discussion_r55910477
2016-03-14 11:53:28 -07:00
fc08df4f6f
[Tables] #733 Made code style changes for conformance with style guide
2016-03-14 11:25:26 -07:00
c5de90a951
[Tables] Changed the way that new rows are added to table
...
Fixed failing tests
2016-03-13 20:15:47 -07:00
ea0b86fe72
[Tables] Fixed issue with historical tables composed of multiple objects
2016-03-13 19:12:55 -07:00
d789e91c18
[Tree] Add wait spinner
2016-03-11 18:00:58 -08:00
f7ba24c0b6
[Tree] Enable gestures on labels
2016-03-11 17:43:18 -08:00
02ec6db104
[Tree] Trigger digest on tree selection change
2016-03-11 17:37:11 -08:00
a3a9393d1b
[Tree] Change selection on click
2016-03-11 17:32:57 -08:00
217e697079
[Tree] Display selection state
2016-03-11 17:26:00 -08:00
82b6166408
[Tree] Begin wiring in selection
2016-03-11 17:09:17 -08:00
03ab3bddc4
[Tree] Begin handling selection state
2016-03-11 17:00:55 -08:00
abd5913f02
Merge pull request #727 from nasa/open377
...
[Search] Index directly on mutation
2016-03-11 15:39:43 -08:00
107ecfe687
[Search] Don't index objects being edited
...
https://github.com/nasa/openmctweb/pull/727#issuecomment-195570183
2016-03-11 14:55:16 -08:00
4a8222a152
[Tree] Update labels on mutation
2016-03-11 14:47:50 -08:00
7ee8d0a3f7
[Tree] Display tree correctly
2016-03-11 14:40:04 -08:00
dc2b3e85cc
[Tree] Show tree with toggle
2016-03-11 14:33:05 -08:00
d4b15525ca
[Tree] Begin using mct-tree for tree representation
2016-03-11 14:23:08 -08:00
cbd9509260
[Tree] Use TreeView from mct-tree
2016-03-11 14:13:14 -08:00
c5ab6c6c97
[Tree] Implement label for tree
2016-03-11 14:10:30 -08:00
cd84a017b8
Merge pull request #723 from nasa/open672
...
[Build] Enforce code coverage threshold
2016-03-11 13:34:26 -08:00
d39dea971f
Merge pull request #721 from nasa/open716
...
[Info Bubble] Fix bug with arrow positioning
2016-03-11 13:13:49 -08:00
4f293f22a6
[Tree] Add Zepto dependency
...
...to support implementation of a jQuery-less tree.
2016-03-11 12:38:40 -08:00
cebf9f73da
[Tree] Begin adding tree label
2016-03-11 12:29:24 -08:00
37e6b5a352
[Tree] Continue breaking apart tree view
2016-03-11 11:39:10 -08:00
ece8f7fded
[Tree] Begin separating out TreeView
2016-03-11 11:12:43 -08:00
3b0a3733b4
[Tree] Begin adding controller for refactored tree
2016-03-11 10:23:06 -08:00
baab0be5af
[Tree] Begin adding mct-tree directive
...
...to reduce watch counts associated with the tree;
#732 and #315
2016-03-11 10:04:33 -08:00
d14a2a6366
Merge pull request #736 from nasa/open718
...
Review and integrate open718
2016-03-11 09:52:18 -08:00
377d533ec7
[Frontend] Fixed markup
...
open #718
Removed class from markup;
2016-03-10 18:11:10 -08:00
a4c5854561
[Frontend] Bug fixing
...
open #729
open #498
Fixed markup to use proper CSS classes
to allow tree items in Inspector Elements to
ellipsize properly, and to apply scroll regions
to the proper elements;
2016-03-10 14:33:01 -08:00
5296255fa6
[Representation] Test for false-positives on refresh
...
#732
2016-03-10 14:26:20 -08:00
5d084c2618
[Representation] Fix unchanged check
...
Fix logic in unchanged check; compare booleans to detect if
they have changed, instead of just anding them. Partially
addresses #732
2016-03-10 14:21:20 -08:00
5208631528
[Tables] #707 removed redundant bundles
2016-03-10 13:55:59 -08:00
a56edb9ff4
[table] #707 Fixed sorting on insert for numbers
...
Added metadata to event generator
2016-03-10 13:39:16 -08:00
7da1a218ba
[Tables] #707 Added auto-scroll, addressed race condition in Sinewave and event telemetry providers
...
Fixed issue with visible padding row
Incremental improvements
Added tests
Added tests for sorted insert, and fixed lint errors
2016-03-10 13:21:57 -08:00
a4eb9d6a94
[Tables] #707 Supporting realtime telemetry tables
...
Added real-time table type
2016-03-10 13:21:57 -08:00
20f1dcef45
Fixed scrolling
2016-03-10 13:21:01 -08:00
4983d35ca6
[Frontend] Cleanups to Inspector config elements
...
open #729
Spacing tweaks; set PlotOptionsForm.js > Autoscale
to not use control-first layout;
Checked in snow theme;
2016-03-10 13:18:57 -08:00
7171fd01e3
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress
Moved CSS def to be more globally applicable;
Simplified layout obj props location display;
2016-03-10 11:07:26 -08:00
0957fbc6f9
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress
Moved reduced-min-width into _inspector.scss;
Removed <style> defs in markup files;
2016-03-10 10:50:00 -08:00
bdbb045005
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress!
Markup and CSS mods continued;
Config params added to PlotOptionsForm.js to
allow control-first layout per form row;
Changed titles of Inspector parts;
2016-03-10 10:31:05 -08:00
318df9878d
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress!
Markup and CSS modified to cleanup control layout
and styling in Plot and Table config options;
gulpfile.js modified to include SASS source line numbers
in rendered CSS;
2016-03-09 17:22:41 -08:00
406a31889e
[Timeline] Add specs for remaining columns
2016-03-08 12:34:08 -08:00
9e4e3e9c43
[Timeline] Add JSDoc
...
Add JSDoc to classes implemented Export Timeline as CSV
2016-03-08 11:59:53 -08:00
bd7cb98a4c
[Timeline] Add missing semicolon
...
...to pass code style checks
2016-03-08 11:40:54 -08:00
0d419fa5fd
[Timeline] Test TimelineTraverser
2016-03-08 11:30:26 -08:00
5ee5e7fea1
[Timeline] Add capabilities to test inputs
2016-03-08 10:47:01 -08:00
66b1a92554
[Timeline] Add test cases for TimelineTraverser
2016-03-08 10:43:13 -08:00
c23c2b84bf
[Timeline] Test inclusion of timespan properties
...
...in prepared data for CSV export
2016-03-08 10:31:31 -08:00
0c2285719e
[Timeline] Test inclusion of metadata headers
2016-03-08 10:27:50 -08:00
fd92c5f970
[Timeline] Add more tests for rows
2016-03-08 10:22:46 -08:00
938c266b4e
[Timeline] Add Id column to CSV export
2016-03-08 10:20:25 -08:00
9e6e33983b
[Timeline] Add more objects to test case
2016-03-08 10:17:10 -08:00
40895ec1b9
[Timelines] Begin spec for exporter
2016-03-08 10:07:21 -08:00
43db52fd70
[Timeline] Simplify interface
...
...such that responsibility for knowing exportService interface
is more localized.
2016-03-08 10:04:09 -08:00
75d6803c9f
[Timeline] Test mode columns in CSV Export
2016-03-08 09:59:54 -08:00
ed679756b3
[Timelines] Test metadata columns in CSV Export
...
...and additionally refactor to run in a test environment
(don't use Array.prototype.find)
2016-03-08 09:56:21 -08:00
dd66cb60d8
[Timeline] Test export task
2016-03-08 09:47:09 -08:00
d5283d57e4
[Timeline] Add missing semicolon
2016-03-07 16:35:40 -08:00
7c140c06dc
[Timeline] Test CSV Export action itself
2016-03-07 16:33:03 -08:00
f9ff9921a9
[Timelines] Continue testing CSV Export
...
...with initial test cases for the action itself.
2016-03-07 16:22:39 -08:00
cdac0ad67f
[Timeline] Add test cases for CSV Export
2016-03-07 16:17:19 -08:00
5d771edcf7
[Timeline] Begin testing CSV Export
2016-03-07 16:13:23 -08:00
c4f1c4ad1f
[Timeline] Show progress notification during export
2016-03-07 16:09:23 -08:00
14b8e02f27
[Timeline] Format exported start/end times
2016-03-07 16:02:33 -08:00
b383921f2a
[Timeline] Export start/end to CSV
2016-03-07 16:00:13 -08:00
a509dfb840
[Timelines] Remove unused TaskService
...
https://developer.nasa.gov/mct/warp/issues/135
2016-03-07 15:30:57 -08:00
b7a44a7557
Merge branch 'master' into warp135b
2016-03-07 15:21:28 -08:00
2d305415b3
[Search] Index directly on mutation
...
Pass model directly when indexing is triggered via object mutation,
to avoid issuing an extra, unnecessary request to the server.
Additionally supports indexing of objects which have been created
but not yet persisted.
Addresses #377 .
2016-03-07 14:46:36 -08:00
22be6bc860
[Build] Run lint task from CircleCI
...
https://github.com/nasa/openmctweb/pull/724#issuecomment-192487995
2016-03-04 16:16:35 -08:00
ff5f37dfbe
[Build] Bump version number
...
...and add SNAPSHOT status, to begin sprint Gibson.
https://github.com/nasa/openmctweb/milestones/Gibson
2016-03-04 13:59:41 -08:00
7c2ddf3926
[Build] Remove snapshot status
...
...to close sprint Ellison,
https://github.com/nasa/openmctweb/milestones/Ellison
2016-03-04 13:48:31 -08:00
134452582c
[Build] Remove/qualify for-in usages
2016-03-04 13:10:23 -08:00
fb56b3ad56
[Build] Enable forin check for JSHint
2016-03-04 13:04:06 -08:00
8b5a425da6
[Build] Restore erroneously-removed variable
2016-03-04 13:03:41 -08:00
d6ec7e9ab8
[Build] Remove unused variables from specs
...
...to satisfy JSHint.
2016-03-04 12:56:14 -08:00
e470451718
[Build] Declare undefined variables
...
...to satisfy JSLint for specs.
2016-03-04 12:30:23 -08:00
5920533637
[Build] Don't appear to use new for side effects
2016-03-04 12:23:53 -08:00
7eb7027b67
[Build] Specify browser environment
...
...such that various browser globals do not need to be individually
declared.
2016-03-04 12:05:00 -08:00
c7f199a59e
[Build] Also lint specs
...
...with additional tolerance declared for Jasmine variables.
2016-03-04 12:01:11 -08:00
43176cfbb8
[Build] Move lint config to gulpfile
2016-03-04 11:56:31 -08:00
f34ef8c4c8
[Build] Add global declarations to mocks
2016-03-04 11:53:08 -08:00
1cdbc11894
[Build] Clarify spec paths
2016-03-04 11:52:46 -08:00
2be6b3f051
[Build] Fix GenericSearchProvider spec
...
...by delegating to window.setTimeout, such
that spec as-written behaves correctly.
2016-03-04 11:48:20 -08:00
4f85616632
[Build] Fix FullscreenAction spec
...
...to reflect acquisition of screenfull dependency via
AMD
2016-03-04 11:46:15 -08:00
65095d18f2
[Build] Remove partial global declarations
2016-03-04 11:43:55 -08:00
a1a7b2b8ce
[Build] Remove unused variables
...
...to satisfy JSHint
2016-03-04 11:41:48 -08:00
bf232d0593
[Build] Ignore apparent strict violation
...
...in CustomRegistrars.
2016-03-04 11:24:14 -08:00
19c9fcd369
[Build] Remove apparent strict violations
...
...from persistence providers.
2016-03-04 11:18:25 -08:00
9526207af8
[Build] Replace setTimeout with
...
To avoid need to declare global usage to satisfy JSHint
2016-03-04 11:13:34 -08:00
6aeb156a58
[Build] Declare global self in worker
2016-03-04 11:09:41 -08:00
f380e43219
[Build] Inject window to satisfy JSHint
2016-03-04 11:08:20 -08:00
6289fe333b
[Build] Declare screenfull
...
...and shim such that it can be acquired in the normal AMD way.
Avoids use of global variable to satisfy JSHint.
2016-03-04 11:05:08 -08:00
c00d77dcb1
[Build] Relocate operators
...
...in multi-line expressions, to satisfy JSHint.
2016-03-04 11:02:57 -08:00
56a91dfbaf
[Build] Use not-threequals operator
...
...to satisfy JSHint
2016-03-04 10:58:23 -08:00
f6898d16c9
[Build] Remove obsolete argument
...
...which incidentally triggers JSHint errors
2016-03-04 10:56:51 -08:00
72ef134750
[Build] Move operators to satisfy JSHint
2016-03-04 10:55:30 -08:00
a8f7bc01c3
[Build] Redeclare globals
2016-03-04 10:53:12 -08:00
2dabe0d3c4
[Build] Add curly braces around if block
...
...to satisfy JSHint
2016-03-04 10:51:08 -08:00
dda0628621
[Build] Clarify expressions
...
...to satisfy JSHint.
2016-03-04 10:49:22 -08:00
91bf98b38d
[Build] Add Float32Array to predefs
2016-03-04 10:46:51 -08:00
ac5ac8d34e
[Build] Remove boilerplate from scripts
...
No longer necessary after JSHint configuration.
2016-03-04 10:46:38 -08:00
9f840aa0fd
[Build] Tweak migration script
2016-03-04 10:43:42 -08:00
377786caf9
[Build] Fix lint exclusions
2016-03-04 10:36:28 -08:00
bc8aafbb1f
[Build] Define more common globals
2016-03-04 10:36:10 -08:00
02b806ebe0
[Build] Remove main.js boilerplate
...
...to satisfy JSHint
2016-03-04 10:27:59 -08:00
f092bfe653
[Build] Don't lint specs
2016-03-04 10:27:34 -08:00
28ae62b4ac
[Build] Add script for JSHint migration
...
To remove boilerplate which JSHint neither expects nor like.
2016-03-04 10:21:12 -08:00
91fb82d212
[Build] Remove esversion: 5 from lint cfg
...
...as this is apparently presumed.
2016-03-04 10:14:37 -08:00
4a609943f9
[Build] Configure JSHint
...
#671
2016-03-04 10:11:17 -08:00
18167eddf8
[Build] Enforce code coverage threshold
...
Addresses #672
2016-03-03 17:14:04 -08:00
f302bd6cb2
[Info Bubble] Test arrow class application
...
#716
2016-03-03 16:17:01 -08:00
071a908c10
[Info Bubble] Don't clobber arrow classes
...
#716
2016-03-03 15:58:28 -08:00
7e60593501
Merge remote-tracking branch 'origin/open670'
2016-03-03 11:28:28 -08:00
f653362247
Fixed issue with non-named columns
2016-03-03 10:12:25 -08:00
b63b7b1e5d
[Tables] #670 Addressed issues from code review
2016-03-03 09:26:12 -08:00
55e00baeaf
[Table] #670 Addressed comments from code review
2016-03-02 21:40:56 -08:00
75178576dd
Merge pull request #712 from nasa/open627_no_regions_master
...
[Edit Mode] #627 Remove edit-related concerns from Browse controllers
2016-03-02 12:12:11 -08:00
670c06103f
[Edit Mode] Rebased over master
2016-03-02 11:45:15 -08:00
7b5218c5ba
[Edit Mode] #627 Fixed failing tests
...
Removed reference to defunct NavigationServiceDecorator
Removed virtual panels from drop gesture
2016-03-02 11:12:41 -08:00
f192544be3
Addressing issues from code review
2016-03-02 11:10:49 -08:00
2cc2c6a9d3
[Edit Mode] #627 removed edit concerns from browse controllers and markup
...
Fixed elements not appearing in edit mode
Fixed failing tests
2016-03-02 11:05:23 -08:00
a910fa8f37
Removed unused 'controller as'
2016-03-02 11:01:34 -08:00
65ca78d8aa
Added missing dependency on
2016-03-02 11:00:08 -08:00
2f036a89e4
Refactoring out regions
2016-03-02 11:00:08 -08:00
fa46d31ac2
[Edit Mode] #627 slightly modified edit representer to detect newly created objects
...
Added some comments, renamed controller variable in markup
Removed edit references from BrowseController
2016-03-02 10:57:05 -08:00
549dfab5aa
[Edit Mode] #627 remove edit concerns from browse controller
2016-03-02 10:55:18 -08:00
494212a448
Merge pull request #653 from nasa/open499
...
[Notifications] #499 All notifications now dismissable by default.
2016-03-01 14:50:56 -08:00
8511dc93b5
Merge pull request #714 from nasa/ci-test-reporter
...
[Build] run JSHint on circleci, generate test reports
2016-03-01 13:47:24 -08:00
751414a686
[CI] Save coverage in artifacts
...
Save code coverage results in artifacts when building on circleci.
2016-03-01 13:37:52 -08:00
668b09b789
[Style] Pull functions out of loop
...
Pull functions out of loop for jshint compliance.
2016-03-01 13:25:37 -08:00
b9e0a77655
[CI] Run JSHINT after tests
2016-03-01 13:07:16 -08:00
b9a7ee423a
Merge branch 'master' into open670_master
2016-03-01 12:56:08 -08:00
b5c6b70993
Merge branch 'master' into open670_master
2016-03-01 12:55:45 -08:00
d9b2034550
[Tests] Add jUnit reporter
...
Add jUnit reporter to allow CircleCI to store test results.
2016-03-01 12:53:32 -08:00
183bd9793c
Merge branch 'open677'
2016-03-01 11:33:31 -08:00
d176797307
[Style] Add missing semicolon
2016-03-01 10:59:23 -08:00
96d9f8c194
[Templates] load plot templates with require
...
Load templates with requirejs.
https://github.com/nasa/openmctweb/issues/673
2016-03-01 10:52:07 -08:00
748673f99b
Merge branch 'master' into open638_rebase
2016-03-01 10:48:53 -08:00
78374f8241
Merge branch 'open401'
2016-03-01 10:37:12 -08:00
bc6185f76d
[Browse] Remove unused constant
...
https://github.com/nasa/openmctweb/issues/401
2016-03-01 10:36:30 -08:00
747a98d130
Addressed issues from code review
2016-02-29 18:42:48 -08:00
7daaecbf8f
Merge pull request #710 from nasa/open673
...
[Templates] Load templates using RequireJS text plugin
2016-02-29 18:45:46 +00:00
6f9e78a14f
Merge pull request #711 from nasa/open442a
...
[Frontend] Markup, CSS changes
2016-02-29 17:36:54 +00:00
beee4136a6
Merge pull request #702 from nasa/open164
...
Review and integrate open164
2016-02-26 16:49:26 -08:00
5a9bcfa938
[Frontend] Markup, CSS changes
...
#442
Removed white space from markup;
Moved getGlyphClass up to status-block-holder
element out of status-block;
CSS mods to selectors and style defs
in _messages.scss;
2016-02-26 16:48:23 -08:00
721557b814
[Templates] Exercise selection method
...
...add to TimelineSwimlanePopulator to reflect changes to
time at which selection object may become available as
a consequence to changes in the way templates are normally
loaded. #673
2016-02-26 16:29:06 -08:00
70ed16491a
[Templates] Change watch order
...
...to work around order-sensitive test case
2016-02-26 16:26:31 -08:00
7240ff4f8d
[Templates] Update mct-control spec
...
...to reflect usage of templateLinker, to support including
templates via RequireJS text plugin
2016-02-26 16:22:55 -08:00
3a6e0be2d7
[Templates] Update FixedController spec
...
...to reflect changes to how selection object is obtained,
which in turn reflects change to using templates obtained
via RequireJS text plugin, instead of loading by URL.
2016-02-26 16:19:14 -08:00
9b21b0b7f2
[Templates] Update mct-container spec
...
...to reflect change to template over templateUrl
2016-02-26 16:17:33 -08:00
164c2faf07
Merge branch 'master' into open673
...
Merge latest from master into topic branch for #673
2016-02-26 15:54:41 -08:00
894cf5c461
[Templates] Include templates in test configuration
...
...such that they are available to the RequireJS text plugin
for loading.
2016-02-26 15:53:35 -08:00
fe419714f5
[Templates] Check for availability of timespan
...
...as ordering changes due to change from templateUrl to template
may mean this is not available when first initialized.
2016-02-26 15:50:07 -08:00
f3fd2e67fc
[Templates] Watch for selection object
...
...from Timeline, to ensure toolbar appears etc.
Reflects changes to ordering triggered by use of
template instead of templateUrl
2016-02-26 15:49:21 -08:00
931fa77cbe
[Templates] Handle deferred selection availability
...
Loading templates via RequireJS text plugin means they are
immediately available; appears to have caused a change in
ordering wherein controllers for views may be initialized
before representers have installed things like selection
state. As such, need to watch for changes instead of simply
checking for a selection object when the controller is
initialized.
2016-02-26 15:37:19 -08:00
872c4021e3
Merge pull request #82 from tarikozket/patch-1
...
Fixed typo
2016-02-26 23:28:24 +00:00
26d29c3d92
Merge pull request #652 from nasa/open649
...
[CSV Export] Implement exportService
2016-02-26 23:18:12 +00:00
596735352a
[Templates] Simplify MCTToolbar
...
Use mct-form as a basis; simply change the template.
2016-02-26 15:17:31 -08:00
402512a461
Merged from master to resolve conflict
2016-02-26 15:15:22 -08:00
2d03e3e6d4
[Templates] Remove unused template path calculation
2016-02-26 15:03:45 -08:00
19b442cc0b
[Templates] Require data table templates
...
...via text plugin
2016-02-26 15:02:04 -08:00
5c3d8508a2
[Templates] Use templateLinker for forms
...
...for compatibility with both template and templateUrl
2016-02-26 15:01:40 -08:00
8581547a9c
[Templates] Allow only template property for containers
...
...to work around difficulties with transclusion using
templateLinker.
2016-02-26 14:49:55 -08:00
192bbae6e5
[Frontend] Fix paths, includes
...
#702
Per https://github.com/nasa/openmctweb/pull/702 ;
Removed include of _logo-and-bg.scss into _about.scss;
2016-02-26 14:49:34 -08:00
e61711688e
[Templates] Use templateLinker from MCTContainer
...
...for compatibility with both template and templateUrl.
2016-02-26 14:24:41 -08:00
a73f1ebbbd
Merge pull request #637 from nasa/rems_data
...
[Examples] Rems data integration
2016-02-26 14:21:30 -08:00
4674918b4b
[Examples] #359 Updated to attempt connection to remote data source and fallback to local if unavailable
...
Minor change to readme
Fixed JSLint errors
More JSLint errors
[Example] Rems data integration - disabled bundle by default.
[Examples] REMS data integration - added newlines at end of files
[Example] Added time conductor support to REMS data integration
Added caching of results
[Examples] Added domain format to REMS data #359
[Example] #637 Added local proxy to app.js to allow cross-origin requests
Updated readme
2016-02-26 14:03:10 -08:00
741d4476e6
[Templates] Use text plugin for toolbar
2016-02-26 13:12:35 -08:00
bf1fa0ac4c
[Templates] Include templates using text plugin
...
Resolves #673
2016-02-26 13:07:50 -08:00
60efdb4ad3
[Templates] Add in-place rewrite step
2016-02-26 13:07:32 -08:00
8ea56486c5
[Templates] Normalize spacing
2016-02-26 13:03:06 -08:00
e13e068b6e
[Templates] Begin teplacing templateUrl properties
2016-02-26 13:00:50 -08:00
852faf061e
[Templates] Add parameter names for required templates
2016-02-26 12:52:02 -08:00
f2e4b01721
[Templates] Add template paths
...
...with text! prefix
2016-02-26 12:50:28 -08:00
930fed83e8
[Templates] Create variable names by template URL
2016-02-26 12:17:57 -08:00
4666292907
[Templates] Begin writing migration script
...
...to rewrite bundle.js files to load templates via
the RequireJS text plugin. #673
2016-02-26 12:12:13 -08:00
f04c3692c1
[Table] #670 Name column only prepended if multiple objects
2016-02-26 11:22:16 -08:00
ffa497f22f
[Table] #670 Added new view type 'table'
2016-02-26 11:09:51 -08:00
0068348bb2
Merge pull request #704 from nasa/open703
...
[Examples] #703 Changed imagery telemetry metadata to use 'utc' format
2016-02-26 11:00:26 -08:00
bc3eb4ab8d
[Frontend] New logo art
...
#164
New logo art for Open MCT added;
Removed console.log;
2016-02-26 10:59:54 -08:00
d203f3adc0
[Frontend] New logo art; paths changed
...
#164
Per comments in #702 , abs paths changed
to relative;
New logo art for Open MCT added;
CSS tweaked as needed;
2016-02-26 10:15:15 -08:00
5e7eb7e87e
[Examples] #703 Changed imagery telemetry metadata to use 'utc' format for time
2016-02-26 09:32:03 -08:00
1a2a2e66ca
[Frontend] Removed commented styling
...
open #164
2016-02-25 12:41:54 -08:00
129b554f9d
[Frontend] Significant markup/CSS mods for splash screen
...
#164
https://github.jpl.nasa.gov/MissionControl/vista/issues/299
App logo and bg files renamed;
Added openmct.scss to hold openmct-specific styles;
Renamed _startup.scss to startup-base.scss
which now renders its own .css file;
Still to-do: apply to WARP including needed
mods to its About dialog screen;
2016-02-24 17:47:24 -08:00
164d959f60
[Frontend] Significant markup/CSS mods for splash screen
...
#164
Markup in index.html and about-dialog.html
changed to simplify and use :before/:after psuedos;
CSS in _logo-and-bg.scss modded for same;
Added _startup.scss to hold general CSS for
the startup screen;
Renamed startup.scss to startup-open.scss;
Modified SplashScreenManager.js to target renamed
outer container .l-splash-holder;
Added media query for startup screen on phone;
Cleanup: moved classes out of _effects into _global;
Still to-do: apply to WARP and VISTA, including needed
mods to their About dialog screens;
2016-02-23 18:30:21 -08:00
99cf690ad4
Merge branch 'master' into open164
2016-02-23 16:03:24 -08:00
aabeb72203
[Plots] #638 Fixed failing test
2016-02-23 15:22:21 -08:00
fcdf89a4ee
Merge branch 'master' into open638_rebase
2016-02-23 10:56:13 -08:00
77a2e0a70b
Merge branch 'master' into open639
2016-02-23 10:46:33 -08:00
f379db55e7
Merge pull request #699 from nasa/remove-compass
...
Remove compass, add bourbon
2016-02-23 10:00:01 -08:00
51fbbfe601
[Gulp] Revert accidental change
2016-02-22 19:07:36 -08:00
eaab70741a
[Build] Generate CSS sourcemaps
...
Generate CSS sourcemaps to aide in debugging.
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:57:05 -08:00
a05d6d8ee8
[Build] Rebuild scss when starting server
...
Rebuild scss when starting the development server.
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:30:07 -08:00
88945c48d4
[Build] Gracefully handle sass error
...
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:29:26 -08:00
bd7ad85bd7
[Build] Remove unused dependency
...
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:28:45 -08:00
9b3c8dce25
[SCSS] Remove old references to compass
...
Remove any old references to compass.
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:22:44 -08:00
4d800d26e2
[CSS] Add reset to replace compass/reset
...
Add reset.css which replaces compass/reset.
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:18:06 -08:00
0a71835687
[Build] Switch compass to bourbon
...
Change mixin library to bourbon. Significantly reduces sass build time.
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:02:16 -08:00
25f3b1e110
[Frontend] Add splash screen manager
...
Add a runtime extension that detects the splash screen and triggers a fade out
after the application has loaded. Once the fade out has ended, it removes the
element from the page.
Related to https://github.com/nasa/openmctweb/issues/164
2016-02-22 16:39:20 -08:00
31a983966b
[Frontend] In-progress on adding branded per-app screens
...
open #164
CSS, markup;
2016-02-22 15:44:57 -08:00
87934df0d5
Merge pull request #697 from nasa/handle-scss-errors
...
[Build] Gracefully handle scss errors
2016-02-22 15:34:59 -08:00
db1a7e37e8
[Build] Gracefully handle scss errors
...
Log errors in SCSS processing but don't crash watch process.
Fixes https://github.com/nasa/openmctweb/issues/696
2016-02-22 15:29:00 -08:00
d3e274bfdd
Merge branch 'master' into open401
...
Resolve conflicts for #416
Conflicts:
platform/commonUI/browse/bundle.json
platform/commonUI/browse/src/BrowseController.js
2016-02-22 14:27:21 -08:00
b5c88e5c5c
Merge pull request #695 from nasa/open442
...
Review and integrate open442
2016-02-22 13:43:59 -08:00
5d8efebc55
Merge pull request #694 from nasa/fix-watch
...
[Build] reinstantiate compass per task execution
2016-02-22 12:54:29 -08:00
729d91e7f3
[Frontend] CSS sanding and shimming
...
open #442
Fixed white space problem with .status-block-holder
applied to mct-include; Added new status 'available'
class and updated theme constants files;
2016-02-22 12:51:32 -08:00
34b0b55b97
[Build] reinstantiate compass per task execution
...
Reinstantiate compass wrapper for each task execution. Allows stylesheets
task to be run multiple times by watch. Fixes a bug that prevents watch
from working properly.
2016-02-22 12:45:41 -08:00
bd0867b79d
Merge branch 'master' into open442
...
Conflicts:
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
2016-02-22 11:11:32 -08:00
6d036a5d67
Merge pull request #693 from nasa/build-css
...
[Build] Add stylesheets to build
2016-02-22 10:59:46 -08:00
c0168088a1
Merge pull request #692 from nasa/prod-uisymbols
...
Integrate new VISTA Topic and Session glyphs
2016-02-22 10:58:24 -08:00
5f81e95c87
[Build] Add Gemfile, use bundle exec
...
Add a Gemfile to specify ruby dependencies and update gulp-compass to use
bundle exec to execute compass.
Addresses comments in https://github.com/nasa/openmctweb/pull/693
2016-02-22 10:37:30 -08:00
ebf501ce71
[Frontend] Markup and CSS related to indicators; hover styles
...
open #442
https://github.jpl.nasa.gov/MissionControl/vista/issues/293
s-btn hover styling cleaned up;
Spacing, styles, etc. for indicators refined;
Constants, colors added to, cleaned up and normalized;
Animation code in _effects refactored;
2016-02-19 17:59:32 -08:00
ed09214f59
[Build] Save stylesheets to proper location
...
Updates the stylesheet task to output CSS in the correct locations. Remove
config.rb for running compass manually, and remove compiled css files from
project. Add a .gitignore to ensure they don't get included accidentally.
Add a gulp task for running the development server and watching for scss
changes at the same time.
resolves https://github.com/nasa/openmctweb/issues/238
2016-02-19 13:26:20 -08:00
b0b2db24e0
[Frontend] Mods to .status.block
...
open #442
Added clickable class; tweaks to indicator.html
to introduce s-btn element look;
2016-02-18 18:03:43 -08:00
a2f8f4334f
Updated font to include new VISTA session and topic glyphs
2016-02-18 16:42:56 -08:00
626cc502fb
[Frontend] Removed -moz-osx-font-smoothing property
...
open #687
2016-02-18 13:24:06 -08:00
95f1768fb7
[Frontend] Refactoring to use Victorizr instead of media queries
...
open #639
open #683
open #169
Tweak to espresso tree view control color and hover color
for espresso theme; reordered elements in _constants;
2016-02-18 13:10:54 -08:00
fb20af24bc
[Frontend] Refactoring to use Victorizr instead of media queries
...
open #639
open #683
open #169
open #335
Fixed wrong application of body.desktop.mini-tab...;
Increased size of pane collapse/expand icons;
Removed max-width applied to search input holder;
2016-02-18 11:25:12 -08:00
f6cb76354e
[Frontend] Refactoring to use Victorizr instead of media queries
...
open #639
open #683
open #169
MQs refactored in mobile/_layout.scss;
2016-02-17 16:34:33 -08:00
66905cbcbb
[Frontend] Refactoring to use Victorizr instead of media queries
...
open #639
open #683
open #169
open #494
Replaced MQ around mobile/_tree.scss ul.tree;
Removed MQ desktop around hover in mixin btnBase;
Reversed orientation of mobile tree arrows for #494 ;
2016-02-17 16:12:18 -08:00
a4f24adb8a
[Frontend] Refactoring to use Victorizr instead of media queries
...
open #639
Replaced MQ around _controls webkit-scrollbar CSS;
2016-02-17 10:26:42 -08:00
242e02e9af
Added compass_scripts directory
...
open #639
Added dir to .gitignore
2016-02-17 10:20:58 -08:00
0ddaa52a8a
[Frontend] Refactor CSS to not use 'desktop' media query
...
open #639
Refactored all usage of @include desktop to use CSS selector body.desktop
instead; Still to-do: deal with desktopandtablet usage with hover bubbles
and mixins btnBase;
2016-02-16 18:38:06 -08:00
6fee4f340f
[Build] Start 0.9.2-SNAPSHOT
2016-02-12 12:34:54 -08:00
1eb372177d
[Build] Add npmignore to allow packing
...
Add .npmignore to facilitate packing of package with npm pack.
2016-02-12 11:47:28 -08:00
3de094e311
[Version] Remove snapshot for tag
...
Update the version in advance of tagging a release.
2016-02-12 11:17:11 -08:00
53c60ee64f
[Timelines] #677 Applied fix to prevent editing of timelines in browse mode
...
Fixed failing test
2016-02-11 21:52:05 -08:00
42ce2aa7cf
Merge pull request #666 from nasa/open656b
...
[Create] Utilize copyService during Save As
2016-02-11 09:55:21 -08:00
43d497e069
[Create] Clarify function naming
...
Per review feedback,
https://github.com/nasa/openmctweb/pull/666#discussion_r52625960
2016-02-11 09:49:26 -08:00
7d0de68db9
[Plot] #638 Changed plot series to an array
2016-02-10 20:27:04 -08:00
5306e96374
Merge pull request #668 from nasa/open659
...
[New Edit Mode] #659 Fix to timelines
2016-02-10 17:02:28 -08:00
156940f25b
Merge pull request #667 from nasa/open659a
...
Review and integrate open659a into open659
2016-02-10 16:59:43 -08:00
10e0acddb3
[New Edit Mode] #659 Fix to prevent multi-composition with same object, fix to prevent composition of object with self
2016-02-10 16:43:08 -08:00
ceee7e0da9
[Frontend] Fixed CSS issue with Timeline label elements
...
open #659
CSS for .rep-object-label modified; Added CSS class
to tabular-swimlane-cols-tree.html markup;
Also cleaned up .s-status-pending styles for related
label elements;
2016-02-10 16:38:39 -08:00
53a49a671b
[Create] Test optional filter parameter
2016-02-10 14:31:56 -08:00
99a454f943
[Create] Update CopyService spec
...
...to reflect API usage after #656
2016-02-10 14:21:09 -08:00
cb53e1aaee
[Create] Add object, not ID
...
Add domain object, and not its identifier, when suing
add method of composition from CopyTask, for consistency
with test expectations.
2016-02-10 14:17:36 -08:00
0f231838ec
[Create] Update test inputs to CopyTask
...
...to reflect changes for #656
2016-02-10 14:05:04 -08:00
0bdf05e61c
[Create] Always allow cloning self
...
Always allow cloning the newly-created object itself
when saving a newly-created domain object.
2016-02-10 13:49:15 -08:00
3146660833
[Create] Utilize filtering during clone
2016-02-10 13:46:19 -08:00
72df464f0f
[Create] Utilize passed-in filter
...
...when determining which objects should be cloned.
2016-02-10 13:38:53 -08:00
f602aa9247
[Create] Add filter to copyService
...
Add an optional parameter to method signature of
copyService, used to determine if a domain object should
or should not be cloned.
This will be used to support usages of copyService
where links should remain links;
https://github.com/nasa/openmctweb/pull/666/files#r52525612
2016-02-10 13:29:56 -08:00
b37b82133e
[Create] Return cloned object in context
...
...to allow copyService to be used in the context of a
Save As action, with an appropriate navigation change.
2016-02-10 12:23:10 -08:00
c43929f1c6
[Create] Add specificity to check
...
Explicitly check if an object has a persistence timestamp
at all (avoids false-positives due to falsiness of zero.)
2016-02-10 12:07:45 -08:00
88750d92ef
[Create] Remove unused code, dependencies
2016-02-10 12:05:01 -08:00
8c602025d4
[Create] Avoid navigation warning
...
...when navigating to a clone created via Save As.
2016-02-10 11:59:17 -08:00
5604120d55
[Create] Use duplicate at end of Save
...
...for unpersisted objects. Ensures that they share the
persistence space of their parent. #656 .
2016-02-10 11:42:35 -08:00
5daf2f54cd
Merge pull request #665 from nasa/open660
...
[Edit Mode] Added ability to clear all dirty cache
2016-02-10 09:19:19 -08:00
24c750b41e
[Plot] Fixed jsLint, removed onchange
...
Removed ngChange from mct-control
Removed ng-change
2016-02-09 21:19:47 -08:00
ab1c79f25d
[Plot] Switched to $watchCollection on form model
2016-02-09 20:52:47 -08:00
668c02f278
[Edit Mode] Added ability to clear all dirty cache
2016-02-09 19:29:55 -08:00
437b235361
[CSV Export] Update JSDoc
...
Fill in complete JSDoc and separate out callback documentation
per code review:
https://github.com/nasa/openmctweb/pull/652/files#r52263213
https://github.com/nasa/openmctweb/pull/652/files#r52264447
2016-02-09 12:30:53 -08:00
6880c82719
[CSV Export] Restructure example
...
Restructure CSV export example to reflect recommended style
for plugins, per code review;
https://github.com/nasa/openmctweb/pull/652#discussion_r52263869
2016-02-09 12:13:33 -08:00
645bd5743f
[Plots] #638 Addressing feedback from code review
...
[Plots] #638 Fixing failing tests
[Plot] Changed PlotOptionsController to prototype form
Fixed spacing
Fixed jslint issue
2016-02-08 23:36:45 -08:00
273cf1c14f
[Timeline] Fix columns exported
2016-02-08 18:07:03 -08:00
be031285b9
Added form-level change event
2016-02-08 17:46:21 -08:00
303e870b0d
Merge branch 'open649' into warp135
2016-02-08 17:42:30 -08:00
b42ccebd5a
[Timeline] Fix imports, dependencies
...
Fix imports and dependencies needed by Export Timeline as CSV
2016-02-08 17:42:26 -08:00
a444fc01ad
[Timeline] Fix column module definitions
2016-02-08 17:34:10 -08:00
a126e43286
[Timelines] Handle columns during CSV export
2016-02-08 16:11:00 -08:00
32fc50bbd3
[Timelines] Begin sketching in taskService
...
...to separate out immediate commonality with other long-running
actions which need to show a blocking progress dialog.
2016-02-08 15:04:39 -08:00
4adb075a2b
[Timelines] Separate out timeline traversal
...
...from rest of CSV export.
2016-02-08 13:59:34 -08:00
d8b1e570d9
[CSV Export] Begin implementing
...
Begin implementing initial step, wherein timelines composition
is traversed to build up a list of objects to export.
2016-02-08 13:36:25 -08:00
5033e2cdbb
[Timeline] Begin adding Export as CSV
...
Sketch in solution for
https://developer.nasa.gov/mct/warp/issues/135
2016-02-08 13:04:41 -08:00
b40ac6f44f
Merge remote-tracking branch 'origin/master' into open649
2016-02-08 12:25:25 -08:00
0a5097a945
Merge pull request #642 from nasa/open460
...
[Build] Move to npm-based build
2016-02-08 12:21:01 -08:00
f615dc5409
[Build] Add JSDoc
...
...for third argument of TemplateLinker.link, per code review
https://github.com/nasa/openmctweb/pull/642#discussion_r52212006
2016-02-08 12:17:20 -08:00
b0e4947bf0
Merge pull request #500 from nasa/open480
...
[New Edit Mode] Adding sub objects to Timelines
2016-02-08 11:59:54 -08:00
5292b27e7d
[Notifications] #499 All notifications now dismissable by default.
...
jslint
2016-02-05 17:51:31 -08:00
5d4ace64cb
Merge pull request #625 from nasa/open491
...
[Create] #491 Apply default context root in Locator when none available from object
2016-02-05 17:30:22 -08:00
3adc5f1e26
[CSV Export] Upgrade to phantomjs launcher 1.0.0
2016-02-05 16:56:26 -08:00
92e49d6b76
[CSV Export] Add licensing info for run-time
...
Add licensing info for CSV.js and FileSaver.js as licenses
which can be displayed at run-time.
2016-02-05 16:10:30 -08:00
659d05f73a
[CSV Export] Update LICENSES.md
...
...to reflect usage of CSV.js and FileSaver.js, added to
support export.
2016-02-05 16:05:41 -08:00
215008253d
[Build] Prevent accidental publish
2016-02-05 15:57:54 -08:00
2f0fd8eebd
[CSV Export] Add JSDoc to ExportService
2016-02-05 15:12:47 -08:00
882cf80ba9
[CSV Export] Include exportService as active bundle
2016-02-05 15:07:51 -08:00
8c1264ab22
[CSV Export] Add example of exportService usage
2016-02-05 15:07:18 -08:00
cb0f191ab3
[CSV Export] Add FileSaver dependency
...
...to handle export part of CSV export.
2016-02-05 14:39:28 -08:00
c07dc0ea8b
[CSV Export] Test with specified filename
2016-02-05 14:08:47 -08:00
c4d5643ea7
[CSV Export] Test with headers specified
2016-02-05 14:06:40 -08:00
300d71ddc2
[CSV Export] Verify CSV data content
2016-02-05 14:03:15 -08:00
54c67b891c
[CSV Export] Update PhantomJS version
...
Use version 2.1+ for availability of Linux binaries;
incidentally addresses #258 .
2016-02-05 13:59:03 -08:00
013690e0df
[CSV Export] Add test case which examines CSV
2016-02-05 13:58:17 -08:00
8868b6a130
[CSV Export] Begin testing exportService
...
...including fixes to immediately-identified errors.
2016-02-05 13:32:21 -08:00
750a5648d2
[CSV Export] Upgrade PhantomJS
...
...for Blob support.
2016-02-05 13:31:08 -08:00
cec6295d24
[CSV Export] Sketch in exportService
2016-02-05 13:02:21 -08:00
15eb4b047f
[CSV Export] Add empty scripts for CSV export
2016-02-05 12:47:57 -08:00
3ae8fcc8b4
[CSV Export] Add CSV library as dependency
...
For use in general-purpose CSV export service, #649
2016-02-05 12:21:09 -08:00
9371fcbc4c
[Plot] #638 Added a new plot options example bundle and rebased
...
Fixed jsdoc
Fixed incorrect memberof declaration
Corrected memberof statement
2016-02-04 15:17:07 -08:00
f5e0ad23ea
Merge remote-tracking branch 'open/prod-uisymbols' into open-master
2016-02-04 14:37:18 -08:00
abf5f22155
[Plots] #638 added onchange handling in order to synchronize forms with domain object model.
...
Fixed failing test
Added tests
jslint errors
Minor refactoring of layout bundle
revert layout/bundle.json
2016-02-04 14:26:21 -08:00
f2903f4030
[Frontend] Final styling on properties form in Inspector
...
open #638
Added custom radio button control and modified
PlotOptionsController / plotOptionsStructure
accordingly; spacing, borders, etc. are
all as finally intended;
2016-02-04 14:25:02 -08:00
371669fbce
[Frontend] Mods in progress to form layout
...
open #638
Major progress on form-row markup and CSS when
in Inspector 'part' context; General fixes cleanups
to custom checkbox/radio CSS;
2016-02-04 14:23:29 -08:00
68f3cd087d
[Frontend] Mods in progress to form layout
...
open #638
In progress;
2016-02-04 14:23:29 -08:00
115ffe7963
[Frontend] Fixes to scrolling and layout in Inspector
...
open #638
In progress;
2016-02-04 14:23:29 -08:00
e3a0cae5fd
[Plot] #638 Fleshing out form structures
2016-02-04 14:23:29 -08:00
8bb5a47b88
CSS updated to use new e619 character
...
open #638
2016-02-04 14:23:28 -08:00
f1b6d7f749
[Frontend] New custom radio mctControl
...
open #638
Markup and initial CSS
2016-02-04 14:23:28 -08:00
6fb6761abf
[Plots] #638 New plot display options
2016-02-04 14:23:28 -08:00
73324ce338
[Build] Update run-time licenses
...
Update licensing info shown in run-time Licenses page
available form About dialog.
2016-02-03 17:32:16 -08:00
ef708cf11c
[Build] Update LICENSES.md
...
...to reflect updated versions of dependencies and new
dependencies acquired due to changes to build.
2016-02-03 17:20:37 -08:00
ad767d0db9
[Build] Update build instructions in documentation
2016-02-03 17:11:10 -08:00
f11cd589c5
[Build] Summarize dist contents
2016-02-02 16:06:45 -08:00
2036a467ce
[Build] Update README.md
...
Include short instructions to build.
2016-02-02 16:04:17 -08:00
4cb183adc3
[Build] Remove obsolete README section
2016-02-02 15:59:17 -08:00
52b01e8bdb
[Build] Remove obsolete test script
2016-02-02 15:57:06 -08:00
a10db656ce
[Build] Allow bundles to be removed
...
Allow bundles to be removed by:
* Waiting for explicit activation before bootstrapping,
providing a time period when bundles could be removed.
* Adding a remove method to BundleRegistry
2016-02-02 15:18:50 -08:00
4926ccb07b
[Frontend] Fixed wrong location for icomoon proj config file
...
open #188
Removed wrongly placed new file; updated old
file with latest project config;
2016-02-02 13:52:16 -08:00
2dd9a16bf3
Merge remote-tracking branch 'open/prod-uisymbols' into open-master
2016-02-02 09:46:15 -08:00
339faf5376
Updated json config file
...
open #188
2016-02-02 09:46:00 -08:00
10c3ffc4be
Added new e619 bullet symbol
...
open #188
2016-02-02 09:43:40 -08:00
aebae27391
[Tests] Remove suite.json files
...
Remove obsolete suite.json files; #482
2016-02-02 09:35:50 -08:00
97d0a66684
[Frontend] Added VISTA Topic and Session glyphs to symbols font
...
open #188
See Google Doc UI Symbols Font Map
for char codes
2016-01-29 17:09:19 -08:00
bb7f4239f6
[Build] Just install during prepublish
...
Don't run verifications (tests, lint, etc)
2016-01-29 16:56:29 -08:00
9b524af3ce
[Build] Allow build outside of git repo
2016-01-29 16:52:13 -08:00
5081e89590
[Build] Add spaces in description
2016-01-29 12:43:36 -08:00
d2a7e04b44
[Build] Unhyphenate name
...
...for consistency with GitHub repo name
2016-01-29 12:43:10 -08:00
fcb23b42a4
[Build] Trigger bower during prepublish
2016-01-29 12:42:46 -08:00
6b585d175b
[Build] Move build back to prepublish
2016-01-29 12:30:22 -08:00
6b32db778a
[Build] Trigger gulp install at postinstall time
2016-01-29 12:24:33 -08:00
924a4026ff
[Build] Trigger gulp from prepublish
2016-01-29 11:54:18 -08:00
25a7df7885
[Build] Update JSDoc
2016-01-29 11:46:37 -08:00
ddb5837145
Merge branch 'master' into open460
2016-01-29 11:44:38 -08:00
6509d84a5d
[Build] Update TemplateLinker spec
2016-01-29 11:42:14 -08:00
507f2391ff
[Build] Update mct-include, mct-representation specs
...
...to reflect changes in TemplateLinker API allowing
templates to be explicitly included.
2016-01-29 11:27:08 -08:00
38e703a121
[Build] Fix failing test
...
Acquire reference to moment as an argument instead of
assuming global availability; this appears to be no longer
be present globally after build changes
2016-01-29 10:33:43 -08:00
e564baba1a
[Build] Update test runner
2016-01-29 10:26:47 -08:00
0a546cd50c
[Build] Run bower as a postinstall step
2016-01-29 10:17:44 -08:00
baf32dd62f
[Build] Add verify task
2016-01-29 10:15:34 -08:00
71db4b38ab
[Build] Remove obsolete pom.xml
2016-01-29 10:08:33 -08:00
2727c9544d
Merge remote-tracking branch 'github/master' into open-master
2016-01-28 17:33:45 -08:00
a35b0c1d7b
Remove erroneously committed file
...
From #474
2016-01-28 17:33:00 -08:00
df94d31cf3
[Build] Generate build info for About dialog
2016-01-28 17:16:44 -08:00
c3f819fa8c
[Build] Begin adding build info
2016-01-28 17:08:02 -08:00
5b0ee8588c
[Build] Respect shim config when optimizing
2016-01-28 15:23:37 -08:00
fcfb3eebda
[Build] Include all static assets
2016-01-28 15:23:17 -08:00
84e1e87ce3
[Build] Copy run-time resources into dist
2016-01-28 15:06:07 -08:00
41cfd050a2
[Build] Change task name for code style check
2016-01-28 14:54:30 -08:00
d67ffa8401
[Build] Add fixstyle step
2016-01-28 14:39:14 -08:00
fd2f4128a0
[Build] Add code style checks
2016-01-28 14:33:57 -08:00
814fb3b513
[Build] Add lint step
2016-01-28 13:44:18 -08:00
e0fbaa83b0
[Build] Add compatibility with text plugin
...
Allow templates to be loaded via the text plugin, which
in turn will allow these to be built into the final JS
artifact.
2016-01-28 11:41:14 -08:00
967f8c9151
[Build] Update remaining library references
2016-01-28 11:25:44 -08:00
84ecfd3527
[Build] Remove remaining files in libs
2016-01-28 11:21:08 -08:00
3a4f6a7229
[Build] Update dependency references
...
...to reflect movement of third-party libraries to
bower_components.
2016-01-28 11:18:57 -08:00
7a160a0a98
[Build] Remove third-party libraries
2016-01-28 11:13:11 -08:00
cf15b6eed7
[Build] Add additional run-time dependencies
2016-01-28 11:12:18 -08:00
452b05eb7b
[Build] Update RequireJS config
...
...to use bower_components paths
2016-01-28 10:55:22 -08:00
82261dfabc
[Build] Add bower.json
...
...to declare front-end dependencies, to allow these to be
removed from repository.
2016-01-28 10:51:52 -08:00
fc7bd36dba
[Build] Begin integrating compass
...
Convert SCSS to CSS as a build step.
2016-01-28 10:36:01 -08:00
918c667496
[Build] Update code coverage report path
2016-01-27 15:00:59 -08:00
7c23f803e8
Merge pull request #477 from nasa/open337
...
Review and integrate open337
2016-01-27 14:33:37 -08:00
97c69799b4
[Build] Use spaces instead of tabs
2016-01-27 14:30:40 -08:00
406fdd5efc
[Build] Run karma tests from gulp
2016-01-27 14:30:07 -08:00
f334be8f23
[Build] Externalize source maps
2016-01-27 14:01:09 -08:00
e1b7f2af30
[Build] Add initial gulp task
...
Add initial gulp task (r.js optimization)
2016-01-27 13:23:17 -08:00
ad63b9ff1b
[Build] Ignore dist
2016-01-27 13:03:08 -08:00
e83b19c84b
[Build] Add gulp dependency
...
Add dependency on gulp to begin modifying build, per
#460
2016-01-27 13:00:20 -08:00
dbf196e014
Merge remote-tracking branch 'github/master' into open477
...
Resolve conflicts to complete merge of #477
Conflicts:
platform/commonUI/general/bundle.json
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
2016-01-27 12:53:46 -08:00
b5c8ecc85f
Merge pull request #475 from nasa/open325b
...
[Time Conductor] Update validation logic
2016-01-27 12:44:14 -08:00
9e6da94878
[Time Conductor] Reformat expression in template
...
...to use less line width, and to exhibit more normal
indentation, per code review feedback from #475
2016-01-22 15:24:27 -08:00
3a26c864b8
[Time Conductor] Fix comment text
...
Per code review feedback, #475
2016-01-22 15:22:54 -08:00
be7827d6f8
Merge remote-tracking branch 'open/open445' into open-master
2016-01-22 11:47:05 -08:00
b8b5fdcabf
[Copy] #497 Removed extraenuous persist call
2016-01-22 11:32:20 -08:00
c091063b83
[Examples] #359 Cleaned up REMS data integration example.
2016-01-22 10:49:40 -08:00
45276183b9
Merge pull request #496 from nasa/open492
...
[Documentation] #492 Amended CircleCI configuration to add missing dependency
2016-01-22 09:30:27 -08:00
54653f3914
[Create] #491 Locator is not visible when creating a new object where selected object does not have location
...
Added additional test for default context
Fixed JSLint error
2016-01-21 16:35:18 -08:00
cd2b19eb1e
[New Edit Mode] Fixed failing tests, and added new test in CreateWizard
...
[New Edit Mode] #480 fixed JSLint errors
[New Edit Mode] #480 do not show locator for sub objects
[New Edit Mode] Modified persistence in SaveAction
Removed redundant variable
Fixed Failing Test
Fixed JSLint errors
Improved some documentation
2016-01-21 12:01:38 -08:00
3850db268a
[Documentation] #492 Added missing dependency for CircleCI
2016-01-21 10:54:49 -08:00
c65096f166
[New Edit Mode] Added AddAction, modified EditableDomainObject to properly wrap inherited functions, added new EditableInstantiationCapability
2016-01-20 18:49:39 -08:00
fcae3fd7a9
Merge pull request #487 from nasa/open486
...
Review and integrate open486
2016-01-19 11:38:50 -08:00
83dd23cd4b
Merge pull request #490 from nasa/nem-build-fixes
...
NEM build fixes
2016-01-19 11:37:25 -08:00
26c155da3b
Merge branch 'open483' into open-master
2016-01-18 14:09:30 -08:00
db7560c31f
[Test] Use PhantomJS to run tests
...
Switch Karma to use PhantomJS to run tests. CI machines no longer
need to have Chrome installed.
Implemented after changes to build process due to imperative registration.
https://github.com/nasa/openmctweb/issues/450
2016-01-18 13:57:32 -08:00
6fc028e112
[Docs] remove dependencies for building docs
...
Remove depencendies necessary to build docs from package.json and
specify them in the readme. Due to difficulty managing dependencies
for nomnoml on different platforms, this reduces dependency requirements
to only those needed for building the package.
2016-01-18 13:54:33 -08:00
2d44cf78f9
[Frontend] Fixed HTML and CSS for grid-item
...
open #486
Normalized grid-item to use similar HTML structure
as label template;
Fixed CSS accordingly.
2016-01-15 15:33:10 -08:00
9b6f3bff85
Merge pull request #485 from nasa/open337-filters
...
[Plot] Use filters to reverse tick labels
2016-01-15 13:30:41 -08:00
c2207fe7ce
[Plot] Use reverse filter for range ticks too
2016-01-15 13:14:33 -08:00
119429bc42
[Plot] Test reverse filter
2016-01-15 13:13:08 -08:00
a94e99af70
[Plot] Use reverse filter for plot ticks
...
...to remove CSS-related reversal from scripts
2016-01-15 13:09:05 -08:00
96dc055f02
[Plot] Add reverse filter
2016-01-15 13:06:56 -08:00
a50410f8ed
[Plot] Allow filters to be registered
...
https://github.com/nasa/openmctweb/pull/477/files#r49903975
2016-01-15 13:00:24 -08:00
0dc715199d
[Build] Include examples in build
2016-01-15 11:44:26 -08:00
aab53c4ae1
[Build] Exclude target from build
2016-01-15 11:41:50 -08:00
b63812111d
[Build] Include bundle.js files
...
https://github.com/nasa/openmctweb/issues/483
2016-01-15 11:34:58 -08:00
193c7e3db2
[New Edit Mode] Fixed failing Time Conductor Test
2016-01-14 19:57:06 -08:00
a023b0e19c
Fixed failing MCTToolbarSpec
2016-01-14 19:22:33 -08:00
66e827de2e
Fixed Outstanding issues from merge
2016-01-14 18:51:53 -08:00
7a563b80ee
Fixing bundle load issues
2016-01-14 17:32:59 -08:00
032b2542f0
Merged from Master
2016-01-14 17:23:53 -08:00
3e7eb11d84
Regenerated bundles
2016-01-14 17:08:19 -08:00
3f5a8cb2be
[New Edit Mode] Disabled time conductor tests which are failing
2016-01-14 16:12:44 -08:00
f300b99b7b
[New Edit Mode] Code style fixes
...
JSLint error
2016-01-14 15:55:02 -08:00
d78bd9fd51
Merged from master
2016-01-14 15:16:02 -08:00
b4448020e4
JSLint
2016-01-14 15:12:15 -08:00
0741e2cf5e
Disabled failing tests
2016-01-14 15:11:19 -08:00
6d3b2c716b
JSLint
2016-01-14 15:05:26 -08:00
858aa6146a
JSLint
2016-01-14 15:04:13 -08:00
826d39a749
[New Edit Mode] Fixed logic in EditActionPolicy to use positive logic
2016-01-14 15:02:22 -08:00
77efda2c11
[New Edit Mode] JSLint
2016-01-14 14:44:19 -08:00
cb866bce33
[New Edit Mode] Removed test bypass from circle CI deployment descriptor
2016-01-14 14:21:32 -08:00
88f8925d17
Merge pull request #469 from nasa/open450b
...
[API Refactor] Imperatively register bundles
2016-01-14 09:41:04 -08:00
442229fd42
Merge branch 'master' of https://github.com/nasa/openmctweb into open445
...
Conflicts:
platform/features/plot/res/templates/plot.html
2016-01-13 16:01:02 -08:00
a7a707595c
[Frontend] Fixes to CSS for Chrome Linux
...
open #445
Mods and simplifications to wait-spinner classes;
Simplification and cleanup in plot.html to use loading
class instead of hide/show DOM element;
2016-01-13 13:54:00 -08:00
388cab8d32
Merge pull request #476 from nasa/open342
...
Review and integrate open342
2016-01-13 12:46:41 -08:00
69c5b110bf
[API Refactor] Move out non-global require config
2016-01-13 12:41:15 -08:00
45142e03dc
[API Refactor] Move uuid dependency out of top-level
2016-01-13 12:33:22 -08:00
86daad5fbd
[API Refactor] Remove obsolete UUID dependency
...
...in association with cleanup of requirejs config,
https://github.com/nasa/openmctweb/pull/469/files#r49642503
2016-01-13 12:22:44 -08:00
8c325eb1b1
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Still fixing code due to circleci fail in pull request;
2016-01-13 10:11:14 -08:00
5e628b1a25
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Still fixing code due to circleci fail in pull request;
2016-01-13 10:05:30 -08:00
d1e5ca7875
Merge pull request #473 from nasa/nem470_prototype
...
Review and integrate nem470_prototype
2016-01-13 09:04:41 -08:00
f8114ba6b6
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Fixing code due to circleci fail in pull request;
2016-01-12 18:23:30 -08:00
a10f895904
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Fixing code due to circleci fail in pull request;
2016-01-12 18:20:52 -08:00
9b59fd7eae
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Tick label strings are now reversed in their char order in
PlotTickGenerator.js, then reversed again via CSS in
_plots-main.scss. This forces the browser to clip the label
at the left 'start' side, rather than the end, resulting in
the least significant portion of the label getting clipped.
2016-01-12 18:04:09 -08:00
8dd36d426c
[Frontend] Refactoring local controls hide and show
...
open #342
Now using CSS hover on pertinent plot areas;
Refining of select styling, tweaks for Firefox Linux;
Tweaks to local-control positioning in plots;
Changed *-options controls to use length > 1
instead of > 0;
2016-01-12 15:54:56 -08:00
9fe026a1f1
[Time Conductor] Decrease minimum outer span
2016-01-11 18:29:42 -08:00
3b5c1bf2e6
[Time Conductor] Update spec
...
Verify that validation occurs against state in formModel;
remove obsolete test case for enforcing minimum outer span
2016-01-11 18:28:44 -08:00
bb993dc94f
[Time Conductor] Don't update invalid bounds
...
Don't enforce minimum time span when bounds are invalid;
https://github.com/nasa/openmctweb/issues/325#issuecomment-170755787
2016-01-11 18:23:32 -08:00
5beb1de805
[Time Conductor] Display validation errors consistently
2016-01-11 16:56:58 -08:00
0a012c67dd
[Time Conductor] Test additions to TimeRangeController
...
Add test cases to cover validators added to display
start/end time violations.
2016-01-11 16:41:20 -08:00
11b71fae68
[Time Conductor] Display invalid state
...
...when text value can be parsed in a date-time field,
but numeric value violates externally-imposed validation
2016-01-11 15:29:43 -08:00
e6d0537e5e
Revert "[Time Conductor] Validate numeric date-time fields"
...
This reverts commit 07c407edea
.
2016-01-11 15:23:21 -08:00
c57cb43462
[Frontend] Fixed z-index of .primary-pane
...
open #470
(cherry picked from commit 6bdcce0
)
2016-01-11 15:19:23 -08:00
99556ed6a5
[Time Conductor] Validate start/end times
2016-01-11 15:18:38 -08:00
07c407edea
[Time Conductor] Validate numeric date-time fields
...
Allow injection of a validator for numeric values of
the date-time fields, to allow for these to be displayed
as invalid in cases where the text itself may be parsed
but the resulting value is not valid (e.g. when start
is greater than end.)
https://github.com/nasa/openmctweb/issues/325
2016-01-11 15:18:26 -08:00
acb2a2da12
Merge master into nem468a - picking up missed files
2016-01-11 13:30:56 -08:00
4f7ca98b60
Merge branch 'master' into nem468a.
...
Many tweaks to fix some issues with tree, labels and Inspector.
Conflicts:
platform/commonUI/edit/res/templates/elements.html
platform/commonUI/general/res/sass/search/_search.scss
platform/commonUI/general/res/sass/tree/_tree.scss
platform/commonUI/general/res/templates/object-inspector.html
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
platform/search/res/templates/search.html
2016-01-11 13:29:26 -08:00
a65ca7cb1e
[Frontend] Refactor Inspector to use s-status-editing
...
open #468
Removed ng-show="editMode" in object-inspector.html;
Refactored CSS as required in _inspector.scss;
Added opacity transition to splitter-inspect-panel and
split-pane-component pane bottom, but not working as desired currently:
entire inspector seems to be destroyed and recreated when switching into
and out of edit mode;
Moved <style> def for .location-item in object-inspector.html into .scss;
2016-01-08 16:47:11 -08:00
898dd557e5
[Frontend] Refactor to use s-status-editing instead of ng-class
...
open #468
Remove ng-class statements in favor of upstream .s-status-editing;
Restructure CSS accordingly;
NOTE: because edit.html has NOT been changed,
changes here will cause old edit mode to no longer display properly.
Don't integrate this CSS with old edit mode!
2016-01-08 16:11:00 -08:00
ed454df97d
[API Refactor] Uncomment out erroneous change
2016-01-08 15:45:30 -08:00
2665e55e59
[API Refactor] Include top-level main.js
...
...in Maven-based build.
2016-01-08 15:37:46 -08:00
0036974c60
Merge remote-tracking branch 'github/master' into open450b
...
Merge latest from master branch to reconcile conflicts
for https://github.com/nasa/openmctweb/pull/469
Conflicts:
platform/commonUI/general/bundle.json
2016-01-08 15:36:10 -08:00
cec197f888
[API Refactor] Remove bundle.json files
2016-01-08 15:32:18 -08:00
cacc295524
[API Refactor] Move rebundle script
...
...out of top-level, into a scripts directory.
2016-01-08 15:29:58 -08:00
3bf2819c07
[API Refactor] Ignore target when linting
2016-01-08 15:04:54 -08:00
ed63e326fe
[API Refactor] Update documentation
...
...to reflect new manner in which tests are run.
2016-01-08 14:55:37 -08:00
77e39f2882
[API Refactor] Test legacy bundle registry
2016-01-08 13:38:28 -08:00
df631ba40e
[API Refactor] Update failing specs
2016-01-08 12:58:06 -08:00
65c0cc66b6
[API Refactor] Add HTML reporting
...
Write HTML reports of test successes/failures to simplify
handling of test failures; pre-existing HTML test runner
is incompatible with changes to the way bundles are loaded.
2016-01-08 12:57:22 -08:00
aa63308e0b
[API Refactor] Fix JSLint failures
...
Fix JSLint failures by excluding top-level code,
and by explicitly declaring variable require.
2016-01-08 12:36:48 -08:00
82094477a3
[API] Run npm tests during maven build
2016-01-08 12:10:42 -08:00
39c1a885d8
[API] Enable code coverage
...
Enable code coverage reporting from npm-executed tests.
2016-01-08 12:06:12 -08:00
72c721b605
[API] Remove bundles.json
...
...and make its usage optional.
2016-01-08 09:54:02 -08:00
1443ab61e3
[API] Obey strict DI from FormController
2016-01-08 09:42:38 -08:00
2b4d6c111c
[API] Fix logging of paths
...
When extensions have an explicitly-declared implementation,
do not log that they are being loaded.
2016-01-07 16:06:04 -08:00
7728d308f2
[API] Obey strict DI rules
...
Fix unintended implicit DI usage in configuration
2016-01-07 16:03:36 -08:00
9babe7167e
[API] Enable strict DI
...
...to facilitate detection of any issues with
optimizability of legacy support for imperative
registration.
2016-01-07 15:56:09 -08:00
52579fefe1
[API] Simplify RequireJS config
2016-01-07 15:29:19 -08:00
de53247d56
[API] Convert JSON bundles to imperative form
2016-01-07 15:08:08 -08:00
786f9febe4
[API] Declare libs upfront
...
Declare external dependencies up-front in RequireJS
config; avoids problems due to changes in ordering
(since RequireJS config may be modified by bundle
contents.)
2016-01-07 15:07:25 -08:00
29acbfdb9c
[API] Ensure uniqueness of impls when rebundling
...
Avoids redundant argument names in generated JS files.
2016-01-07 15:06:30 -08:00
5bbbdd4e50
[API] Fix explicit implementation assignments
2016-01-07 15:01:57 -08:00
4ed1836ae5
[API] Allow implementations to be passed directly
...
Allow implementations to be passed in as values,
instead of strings, facilitating the loading of
said implementations via RequireJS.
2016-01-07 15:01:39 -08:00
82990152d7
[API] Depend on bundles via AMD
2016-01-07 15:01:28 -08:00
8d3aec02d6
[API] Include dependencies during rebundling
2016-01-07 15:00:51 -08:00
792fda48e3
[API] Fix whitespace of bundle rewrites
2016-01-07 10:45:00 -08:00
9ebafa157b
[API] Add temporary bundle-rewriting script
2016-01-07 10:42:08 -08:00
612dd7db2c
[API] Expose browse through legacy registry
2016-01-06 17:54:56 -08:00
b87dd5def6
[API] Fix paths for legacyRegistry
2016-01-06 17:50:05 -08:00
9cc03123b1
Merge pull request #402 from nasa/open209
...
[Clocks/Timers] Update code style
2016-01-06 14:07:15 -08:00
a6ecda9cab
Resolved conflict
2016-01-06 14:06:28 -08:00
b20488e77d
Merged conflict
2016-01-06 14:05:40 -08:00
05a909f66f
Merge pull request #451 from nasa/open116
...
[Time Conductor] Improve test coverage
2016-01-06 13:26:33 -08:00
2436c32e6d
[Time Conductor] Split test cases
...
Verify table structure separately from table contents
per code review feedback,
https://github.com/nasa/openmctweb/pull/451/files#r48999214
2016-01-06 13:00:16 -08:00
a39e8e44f0
[API] Load bundles from imperative registry
2016-01-06 11:22:44 -08:00
02c984a0bc
Merge pull request #69 from nasa/api-redesign
...
[API] API Redesign Goals and Proposals
2016-01-06 11:21:05 -08:00
65fb5ab2a5
[API] Move angular dependency inward
2016-01-06 11:15:36 -08:00
01772e4020
Merge pull request #452 from nasa/open1400
...
[Common UI] Test mct-split-pane, mct-splitter
2016-01-06 11:11:27 -08:00
76aa9e1fd2
[API] Add legacy bundle registry
2016-01-06 11:05:41 -08:00
9f66f39d8d
[API] Add a top-level main.js
...
...which can depend upon the bundle registry, as well
as a set of installed bundles.
https://github.com/nasa/openmctweb/issues/450
2016-01-06 10:59:21 -08:00
fdc875379f
[API] Refactor out application initialization
...
...to simplify insertion of an imperative bundle registry,
WTD-450.
2016-01-06 10:44:53 -08:00
019e04f9ab
Merge pull request #434 from nasa/open433
...
[Documentation] Code example in bar graph tutorial incorporates text from the following paragraph
2016-01-05 16:46:31 -08:00
668b508bb8
[API] Add links to related issues
2016-01-05 16:37:24 -08:00
7d24c5319b
[API] Bring in consensus
...
Bring over tables indicating consensus/decisions about
proposed API changes from
https://github.com/nasa/openmctweb/issues/263
2016-01-05 16:10:57 -08:00
83bdf7343d
[Common UI] Test mct-splitter
...
WTD-1400
2016-01-05 10:14:25 -08:00
46e524a3b6
[Common UI] Begin testing mct-splitter
...
WTD-1400
2016-01-04 14:25:43 -08:00
22b7bb07aa
[Common UI] Add mct-split-pane test cases
...
...sufficient for full line coverage. WTD-1400
2016-01-04 12:19:33 -08:00
7a25733be0
[Common UI] Remove obsolete split-pane container
...
Remove obsolete split-pane container and associated
controller; this behavior is now handled by the
mct-split-pane directive.
Part of updates to tests for the mct-split-pane
directive, WTD-1400
2016-01-04 11:34:24 -08:00
b9146fbeac
[Time Conductor] Test TelemetryHandle.getDatum
...
Test ability to look up datum object by index (used to
support evaluation of limit state in Fixed Position and
similar single-value views while time conducting.)
2015-12-30 10:23:02 -08:00
a49deb5ab1
Merge remote-tracking branch 'github/master' into open116
...
Merge in latest from master into topic branch for
https://github.com/nasa/openmctweb/issues/116
Conflicts:
platform/features/layout/test/FixedControllerSpec.js
platform/features/plot/test/PlotControllerSpec.js
2015-12-30 10:15:05 -08:00
9b63a63efc
Merge pull request #379 from nasa/open1337
...
[Limits] Add test cases for limits
2015-12-30 10:11:27 -08:00
2358541d91
[Time Conductor] Update RangeColumn spec
...
Update RangeColumn spec. Changes appear to have been related
to limits (WTD-1337), but making changes in the context of
updating tests for time conductor,
https://github.com/nasa/openmctweb/issues/116
2015-12-30 10:10:23 -08:00
38b5756d8d
[Time Conductor] Verify plot bounds retention
...
Verify that the domain axis of a plot retains bounds from
the time conductor, instead of doing its default behavior
of fitting to the data.
2015-12-30 10:04:04 -08:00
c436bcce0a
[Time Conductor] Test updated fixed position behavior
...
Verify interactions from FixedControllers on events
issued by the time conductor.
2015-12-30 09:29:24 -08:00
8e68914b56
Merge pull request #412 from nasa/open228
...
[Documentation] Add text to main page #228
2015-12-30 09:05:30 -08:00
f0a5a836d6
Merge pull request #421 from nasa/open336
...
Review and integrate open336
2015-12-30 09:04:21 -08:00
2b0f6dd577
Merge pull request #437 from nasa/open431
...
Review and integrate open431
2015-12-30 09:02:42 -08:00
30fec7c2ac
[Time Conductor] Test mct-click-elsewhere
2015-12-29 15:37:09 -08:00
3f4ed46c1c
[Time Conductor] More tests for date-time picker
...
Sufficient for 100% line coverage.
2015-12-29 15:26:18 -08:00
ba4c66866c
[Time Conductor] Add tests for date-time picker
2015-12-29 13:59:06 -08:00
fcee30c27e
[Mobile] Test agentService.isTouch
2015-12-29 12:58:24 -08:00
560825cc86
[Mobile] Test DeviceMatchers
2015-12-29 12:55:17 -08:00
2df61998ab
[Mobile] Detect touch support
2015-12-29 12:43:46 -08:00
91b42fc0cc
[Mobile] Test DeviceClassifier
2015-12-29 12:41:38 -08:00
5eac0bc5d9
[Mobile] Include classifier as runs extension
...
...to ensure that body gets device-related classes applied
when the application starts.
2015-12-29 12:02:03 -08:00
d397f0f283
[Mobile] Add classes to body
...
Add classes describing device characteristics to the
body of the current document at start-up. Refactor
device matchers out of the mct-device directive for
reuse and consistency here.
https://github.com/nasa/openmctweb/issues/169
2015-12-29 11:59:41 -08:00
0aae2c7b2c
[API Redesign] Add clarifying comments
2015-12-24 15:50:28 -08:00
b5d7dbc088
[API Redesign] Add notes about 1.0.0 release
...
Particularly, closing API-related issues; need for this
mentioned at
https://github.com/nasa/openmctweb/issues/264#issuecomment-165921056
2015-12-24 15:21:14 -08:00
5921883325
[API Redesign] Add activity diagram
2015-12-24 15:13:44 -08:00
75d7240476
[API Redesign] Complete text of refactoring plan
2015-12-24 14:07:04 -08:00
9d71715c43
[API Redesign] Begin planning API Refactoring
...
https://github.com/nasa/openmctweb/issues/264
2015-12-24 13:54:14 -08:00
b986a0a38d
Address decorability of role validation
2015-12-22 14:33:33 -08:00
0d2b5160ac
Add section on roles
2015-12-22 13:15:00 -08:00
c99b6df9fc
Update description of imperative plugins
2015-12-22 12:34:51 -08:00
9c4c020f54
[Build] Bump version number
...
Bump version number, add SNAPSHOT status to start
sprint Bradbury.
2015-12-18 12:36:47 -08:00
08c4302011
[Build] Bump version number to close release
2015-12-18 12:21:11 -08:00
5f96861c44
[Duplicate] Handle single-element ID arrays
...
Avoid type coercion related errors when testing to
see if a value is an ID that needs to be remapped.
2015-12-17 15:10:15 -08:00
995d71f901
[Duplicate] Add test case
...
Add test case for single-element string arrays, to
replicate bug around type coercion.
https://github.com/nasa/openmctweb/issues/444
2015-12-17 15:07:16 -08:00
82e4a53472
Merge remote-tracking branch 'github-open/open-warp1596b' into open-master
2015-12-17 14:20:18 -08:00
e7a41061c6
[Frontend] Hiding filter input in autoflow element when in Layout
...
open #425
(cherry picked from commit 119613e)
2015-12-17 14:11:39 -08:00
4848a61e21
Merge pull request #439 from nasa/open428
...
Fixed bug in copying #428
2015-12-17 13:55:55 -08:00
6302e45c10
Fixed bug in copying #428
2015-12-17 13:47:31 -08:00
451157b653
Merge pull request #432 from nasa/open426
...
Review and integrate open426
2015-12-17 13:38:45 -08:00
ae89a169d0
[Frontend] s-status-pending sanding and polishing
...
open #431
Cleanups, comment removal; Inspector location items
with s-status-pending tweaked;
Fixed grid-item background class;
2015-12-17 12:24:57 -08:00
941d0d0057
[Frontend] Tree sanding and polishing
...
open #431
Fixed vertical margins problem in tree and search results;
2015-12-17 10:49:39 -08:00
0296cfe3c1
[Frontend] Mobile sanding and polishing
...
open #431
Fixed hiding of "search by type" in phone only;
Fixed search-input magnify glass z-index value;
Fixed tree search results heights;
2015-12-17 10:21:06 -08:00
f55168d1ac
Merge remote-tracking branch 'github-open/open-warp1596' into open-master
2015-12-17 09:39:38 -08:00
3c4fb8c43d
[Frontend] Final final sanding on label flex-box conversion
...
open #431
Tweaks for labels in Inspector;
2015-12-16 17:38:02 -08:00
ed7e16d341
[Frontend] More sanding on label flex-box conversion
...
open #431
Moved object-label classes into their own include;
Fixing object-label in edit Elements pool and
Inspector; mixin refactoring;
2015-12-16 17:32:43 -08:00
9dc958b952
[Frontend] Final sanding on label flex-box conversion
...
open #431
Fixed positioning for l-icon-link when applied to
inspection-location object;
2015-12-16 16:49:16 -08:00
ed3ee1099d
[Frontend] Final sanding on adding s-status-pending
...
open #431
Italicized text; Comments cleaned up;
To-do: fix regressed label elements in Inspector;
2015-12-16 16:38:06 -08:00
7fb506d4df
Merge branch 'open431' of https://github.com/nasa/openmctweb into open431
2015-12-16 16:10:06 -08:00
67707678a8
Merge branch 'master' of https://github.com/nasa/openmctweb into open431
2015-12-16 16:08:23 -08:00
930b13f9a0
[Frontend] Added s-status-pending spinner to tree-item
...
open #431
Refinements of tree item sizes and spacing;
Polished spinner-related classes;
Moved l-icon-link icon into -glyph element;
2015-12-16 16:06:31 -08:00
b59fc43038
[Frontend] Converting tree items and labels to flex-box
...
open #431
Mobile fixes complete;
2015-12-16 14:52:19 -08:00
4579b4fabc
[API] Remove orphan paragraph, update spacing
2015-12-16 13:29:42 -08:00
9b32461240
[Frontend] Converting tree items and labels to flex-box
...
open #431
In-progress fixing mobile;
Mostly done, link icon in mobile needs
better positioning;
2015-12-16 13:26:30 -08:00
7dc067741b
[API] Add Proposals and feedback
...
Add proposals interspersed with narrative. As with all proposals, there is
room for details to be fleshed out.
https://github.com/nasa/openmctweb/issues/261
2015-12-16 12:58:07 -08:00
d1f617a54e
[Frontend] Converting tree items and labels to flex-box
...
open #431
In-progress fixing mobile;
Removed desktop and mobile-specific hide/show;
2015-12-16 11:50:46 -08:00
c4f99a6cab
Merge pull request #435 from nasa/open428
...
[Copy] Duplication of layouts does not retain position and size of all elements. #428
2015-12-16 11:45:22 -08:00
83e77303aa
[Copy] Duplication of layouts does not retain position and size of all elements. #428
2015-12-16 11:11:20 -08:00
29a1c7dc5d
[Documentation] Code example in bar graph tutorial incorporates text from the following paragraph #433
2015-12-15 21:58:21 -08:00
65a1d7495d
[Frontend] Converting tree items and labels to flex-box
...
open #431
In-progress;
TO-DO: need to fix mobile styles!
2015-12-15 18:17:06 -08:00
a98ab958c9
[Frontend] Adding s-status-pending classes to tree item labels
...
open #431
In-progress;
2015-12-15 17:06:47 -08:00
6e1cadf338
[Frontend] Fixed splitter and related elements when collapsed
...
open #426
Adds CSS to turn off pointer-events for the splitter, treeview
and inspect elements when they are in a collapsed state;
2015-12-15 15:47:32 -08:00
83a9b984e5
[Frontend] Recompile CSS after integration of open1596
...
open #425
warp#1596
Recompile CSS after integration of cherry-pick from open1596;
2015-12-14 15:28:48 -08:00
978df93ffd
[Frontend] Cherry-picking platform CSS mods for autoflow view
...
warp #1596
open #425
Changes to autoflow styles, particularly in header;
Cleanup in effects.scss; CSS to be re-compiled;
(cherry picked from commit 5848077)
2015-12-14 15:22:08 -08:00
4e5cefbf03
Merge pull request #418 from nasa/open341
...
Review and integrate open341
2015-12-14 10:41:07 -08:00
cf73f3a0c4
Moved gesture from individual views up to browse-object.html for now to resolve #423
2015-12-11 16:42:05 -08:00
367d1b0247
[Edit] Drag-drop on folder triggers edit mode #420
2015-12-11 16:14:00 -08:00
33b1c1689c
[Frontend] Added classes for no-collapse indicator
...
open #304
Added classes string and related classes to ClockIndicator;
2015-12-11 15:49:50 -08:00
2e65a6a63e
Updating code to conform to code style
2015-12-11 15:39:53 -08:00
0cfc070f3c
Merge pull request #394 from nasa/open332
...
[Duplicate] Rewrite identifiers in clones
2015-12-11 15:06:34 -08:00
21fd16ddf1
[Frontend] Delay added to expanded status indicator collapse
...
open #336
2015-12-11 15:02:10 -08:00
24d28d6ec2
[Frontend] Fixed z-index problem with child-frames
...
open nem_prototype
open #341
Added discrete z-index definition for frame.child-frame.panel;
2015-12-11 14:47:25 -08:00
43f6981ba1
[Browse] Test navigation when path is not found
2015-12-11 13:21:52 -08:00
b8206b8824
[Browse] Ensure selection at startup
...
...even when domain object identified by default path is
not found.
2015-12-11 13:18:25 -08:00
5f7f349f29
[Browse] Specify default selection in a constant
...
https://github.com/nasa/openmctweb/issues/401
2015-12-11 12:31:06 -08:00
ce94db0a4b
Merge pull request #415 from nasa/open228b
...
[Documentation] Tweak spelling / phrasing
2015-12-11 12:08:12 -08:00
0d894a9f39
[Documentation] Tweak spelling / phrasing
...
* Add spaces to 'Open MCT Web' for consistency
* Use term 'platform' instead of 'framework' for consistency
with the developer guide
* Avoid the term 'capabilities' (could be ambiguous in the context
of other documentation)
* Use canonical casing for JSDoc and JavaScript
* Simplify phrasing of first sentence
* Change casing of 'Developer Guide' for consistency with
other bullets
From review of https://github.com/nasa/openmctweb/pull/412
2015-12-11 11:54:23 -08:00
5ad150a17e
Merge pull request #413 from nasa/open411
...
[Documentation] Fix type declaration
2015-12-11 11:28:38 -08:00
b6acdb12ec
Removed superfluous function
2015-12-11 11:13:00 -08:00
604b29096d
[Documentation] #228 added inline comment about TOC suppression
2015-12-11 11:13:00 -08:00
6200ceddf8
[Documentation] Add text to main page #228
2015-12-11 11:12:42 -08:00
de88bf94d4
[Documentation] Fix type declaration
...
Rephrase parameter type to something JSDoc can parse.
https://github.com/nasa/openmctweb/issues/411
2015-12-11 10:51:16 -08:00
0ce19ad75d
Disabled context menu for Location items in edit mode, and disabled context menu items for non-creatable objects
2015-12-10 17:39:56 -08:00
b32eb363f1
Fixed edit action and editable view policies for NEM
2015-12-10 16:53:25 -08:00
02e89f9c73
Merge branch 'open320' into nem_prototype
2015-12-10 14:39:34 -08:00
5cc80c737c
Updated editable view policies
2015-12-10 14:39:22 -08:00
8c837c5f81
Simplified logic in EditableActionCapability
2015-12-10 14:09:56 -08:00
f96fa33d88
Removed some additional context menu options
2015-12-10 13:49:05 -08:00
67d19f9c5f
modified heroku definition for new branch name
2015-12-10 10:28:20 -08:00
ac379dbb3f
[New Edit Mode] Create menu still visible when edit mode initiated by pressing create #407
2015-12-10 10:25:38 -08:00
5fd762fea9
Fixed problem with unload warning being shown when it shouldn't
2015-12-09 21:04:22 -08:00
322db5a0f5
Tweaked object creation
2015-12-09 20:57:23 -08:00
708aa7dcba
Updated check for edit mode on create
2015-12-09 20:37:15 -08:00
1e7964855a
resolved heroku issues finally
2015-12-09 19:58:14 -08:00
a236ba40ba
heroku
2015-12-09 19:49:59 -08:00
5981a743ce
Grr, fixing heroku
2015-12-09 19:48:22 -08:00
3b22c6ed10
Reverted heroku deployment change
2015-12-09 18:51:23 -08:00
2114066462
Small heroku deploy change
2015-12-09 18:50:56 -08:00
a399b78d2c
Fixed JSLint errors
2015-12-09 18:39:57 -08:00
39b3e6c4a9
[Edit Mode] Limit context menu options available for objects in edit mode
...
[Edit Mode] Edit mode on objects that do not have a view supporting editing should edit properties instead. #320
2015-12-09 18:14:17 -08:00
2145bcf908
Re-enabled plots and scrolling
2015-12-09 17:25:48 -08:00
de256835fd
[Edit Mode] Edit mode on objects that do not have a view supporting editing should edit properties instead. #320
2015-12-09 15:51:00 -08:00
2ca414d2a4
[New Edit Mode] Selecting 'Go To Original' from elements pool navigates without prompting user to save changes #396
2015-12-09 15:23:26 -08:00
856c61816c
Go to original now shows prompt
2015-12-09 14:08:19 -08:00
8077cdb834
[Clocks/Timers] Make $scope available
...
...to methods of TimerController
2015-12-09 12:41:29 -08:00
7871af07c4
[Clocks/Timers] Fix parent constructor invocations
2015-12-09 12:40:21 -08:00
714ae3b9dc
[Clocks/Timers] Update remaining classes
...
Complete code style changes for Clocks/Timers.
2015-12-09 12:39:01 -08:00
27fa56d838
[Clocks/Timers] Update code style for controllers
2015-12-09 12:33:11 -08:00
e30a82432d
[Clocks/Timers] Update code style for actions
...
https://github.com/nasa/openmctweb/issues/209
2015-12-09 12:17:32 -08:00
3d346b8906
Merge pull request #393 from nasa/open199f
...
Review and integrate open199f
2015-12-09 10:18:56 -08:00
3730315388
[Frontend] Fixed hidden Create menu regression error
...
open #199
open #278
2015-12-09 10:11:44 -08:00
6058e50216
JSLint fixes
2015-12-09 10:04:49 -08:00
49579378dd
[New Edit Mode] Fixed positioning of dropped objects #386
2015-12-09 09:51:00 -08:00
19f07aa398
[Duplicate] Add trailing newline
2015-12-08 16:34:36 -08:00
aae8f1575d
Disabled drop gesture on browse-object to prevent drop being triggered twice
2015-12-08 16:28:30 -08:00
46f9b31cff
[Duplicate] Test rewriting of identifiers
2015-12-08 16:27:46 -08:00
267bcfeb8b
[Frontend] Hide Create button when editing
...
open #199
open #278
Hides Create button when s-status-editing applied;
Adds margin to search-bar input element when
Create button is hidden per above;
2015-12-08 15:54:32 -08:00
e32feb29e2
[Duplicate] Rewrite identifiers in clones
...
Traverse object models of clones and rewrite domain object
identifiers that have changed during duplication.
Addresses https://github.com/nasa/openmctweb/issues/332
2015-12-08 15:45:45 -08:00
b5c741c911
Merge branch 'master' into open199
2015-12-08 15:42:37 -08:00
773cedddd5
Recompiled css
2015-12-08 15:37:22 -08:00
89a93e2966
Merge remote-tracking branch 'github-open/open384' into open-master
2015-12-08 15:18:21 -08:00
55ea7a285e
Merge remote-tracking branch 'origin/open199e' into open199
2015-12-08 15:17:36 -08:00
4419a101d6
[New Edit Mode] #199 Disabled all failing tests
2015-12-08 15:15:54 -08:00
038322e9aa
[Layout] Update raw positions on drop
...
When handling a drop into the layout, store the panel's
new position to the LayoutController's internal table of
raw positions (in addition to writing it to the configuration.)
Avoids https://github.com/nasa/openmctweb/issues/384
2015-12-08 15:08:30 -08:00
4b7287e51e
Fixed JSLint errors
2015-12-08 14:51:25 -08:00
6502d36c7a
[Frontend] Migrated to s-status-editing
...
open #199
open #278
Changed CSS to use s-status-editing instead of .active
class;
Refined style defs to explicitly target tree and
search-results children in order to avoid items in
Inspector Elements pool from being designated as
being edited;
Removed {{searchText}} div from input-filter;
2015-12-08 14:16:54 -08:00
4fbf547bfc
Corrected merge issues from Master
2015-12-08 14:07:32 -08:00
6cef663db5
[Representation] Add ending newline
2015-12-08 13:43:41 -08:00
b2f5861458
[Representation] Test template prefetcher
2015-12-08 13:29:11 -08:00
f8809ce67f
[Representation] Also prefetch containers
2015-12-08 13:06:24 -08:00
3c97eb6014
[Representation] Remove obsolete template definition
2015-12-08 12:59:41 -08:00
3498b0a50a
[Representation] Prefetch templates
...
...to ensure that dialogs et al can be displayed, even
after loss of network connectivity.
https://github.com/nasa/openmctweb/issues/383
2015-12-08 12:59:18 -08:00
18607e9404
Merged from Master
2015-12-07 20:42:09 -08:00
14c5a817a7
[Limits] Test exposure of datum
...
...which will be used to evaluate limits.
2015-12-07 13:22:40 -08:00
258c5d95e6
[Limits] Test PlotLimitTracker
2015-12-07 12:58:56 -08:00
30a8ba5c11
[Limits] Test limit usage in PlotController
...
WTD-1337
2015-12-07 12:45:40 -08:00
33c372765f
[Limits] Test limit usage from Fixed Position
...
WTD-1337
2015-12-07 12:33:29 -08:00
ed7e0d8b0a
Merge pull request #376 from nasa/open169b
...
Review and integrate open169b
2015-12-04 16:29:32 -08:00
f3828ba516
[Frontend] Adjusted desktop breakpoint
...
open #169
2015-12-04 15:55:32 -08:00
2a48c25453
Merge pull request #375 from nasa/open137
...
Show warning for unsupported browsers
2015-12-04 15:43:23 -08:00
096da0cb94
Merge pull request #347 from nasa/open259b
...
[Time Conductor] Don't update model while typing (v2)
2015-12-04 15:34:03 -08:00
ca8a07e1ae
Merge remote-tracking branch 'github/open169a' into open169b
2015-12-04 15:33:49 -08:00
c02f965460
[Time Conductor] Remove unused property
...
...from structure passed into date-time field. Note in
code review, https://github.com/nasa/openmctweb/pull/347
2015-12-04 15:19:34 -08:00
5f440bb6de
Merge pull request #372 from nasa/open58_notification
...
[Persistence] Errors in persistence (after creating/modifying objects) should be visible to user #58
2015-12-04 15:15:29 -08:00
fc729279ec
[Common UI] Add spec for unsupported browser warning
2015-12-04 15:11:40 -08:00
dd0f9ab74e
Merge pull request #349 from nasa/open1573
...
[Documentation] Document test process
2015-12-04 14:34:59 -08:00
d2a4a85e04
[Common UI] Test agentService.isBrowser
2015-12-04 14:12:00 -08:00
37890280ae
[Common UI] Only show warning for unsupported browsers
2015-12-04 14:08:42 -08:00
a6ceae4045
[Common UI] Show warning at startup
...
Show a warning about unsupported browsers at startup,
https://github.com/nasa/openmctweb/issues/137
2015-12-04 13:53:45 -08:00
3447e735dc
Merge pull request #362 from nasa/open346
...
[Entanglement] Add "Set Primary Location" action
2015-12-04 13:48:27 -08:00
989c937ce1
[Documentation] Fix typo in HTML entity
2015-12-04 13:29:19 -08:00
e0608ddee0
[Documentation] Simplify Author Checklist
...
...as discussed in https://github.com/nasa/openmctweb/pull/349
2015-12-04 13:25:20 -08:00
b35224061f
Merge pull request #374 from nasa/open305
...
[Edit] Return a promise from editable persistence capability
2015-12-04 12:44:08 -08:00
b25576aed8
[Documentation] Sketch initial test procedures
...
Sketch initial test procedures; add explanation on the difference between
sprint and release testing.
2015-12-04 12:20:05 -08:00
d5f054e328
[Edit] Test return type
...
...from the edit-mode-wrapped persistence capability.
2015-12-04 11:20:19 -08:00
eb4959cf49
[persistence] #58 renamed alertService to notificationService
2015-12-04 10:45:49 -08:00
cce415fc51
Merge pull request #371 from nasa/open338
...
#338 [Copy] Copying an object with telemetry from the data dictionary results in a number of unknown objects in copied tree
2015-12-04 09:46:24 -08:00
00f96c314a
[persistence] #58 added tests for notification on persistence error
2015-12-03 20:32:03 -08:00
fefd27162c
[Entanglement] Allow cross-space linking
...
Allow links across spaces; only disallow move or copy.
Addresses WTD-1587
2015-12-03 20:32:03 -08:00
ef0a918b59
Merge branch 'open338' into rems_data
2015-12-03 19:02:28 -08:00
b388c76e45
[copy] #338 Modified check to set object location, added setLocation flag, Removed unused parameter
2015-12-03 19:00:44 -08:00
5fd1f6a055
Merge branch 'open338' into rems_data
2015-12-03 18:57:07 -08:00
d45c5e2ffb
Added 'setLocation' flag
2015-12-03 18:56:59 -08:00
1fef6b30b7
Merge branch 'open338' into rems_data
2015-12-03 18:41:50 -08:00
461cc59b3e
#338 changed isLink check to check whether location is set
2015-12-03 18:41:13 -08:00
aaeaf3a096
Merge pull request #370 from nasa/open369
...
[Performance] Fix usages of $interval
2015-12-03 18:31:17 -08:00
c038ccd0d2
Removed unused parameter
2015-12-03 18:24:38 -08:00
57efe4e0d1
Removed UUID reference
2015-12-03 17:10:28 -08:00
dd4dbc9326
[Performance] Update spec for ElasticIndicator
...
...to reflect changes in call to reduce digest frequency.
2015-12-03 16:45:30 -08:00
6aa77ff468
#338 fixed failing test
2015-12-03 16:41:06 -08:00
f8099550bd
[Copy] #338 updated code style in CreationPolicy
2015-12-03 16:22:45 -08:00
96249e6bcc
Removed redundant line in test spec
2015-12-03 15:51:27 -08:00
6e391098a3
Fixed jslint error
2015-12-03 15:32:26 -08:00
e16b156d1d
Merge branch 'open338' into rems_data
2015-12-03 15:28:25 -08:00
baec0f9719
#338 added new test case for creation of links when object type is not createable
2015-12-03 15:28:07 -08:00
1f6284257e
Merge branch 'open338' into rems_data
2015-12-03 14:48:02 -08:00
6aab9f4e34
Added test for linking
2015-12-03 14:47:42 -08:00
1bf73935e4
[Performance] Add test case for mct-split-pane
2015-12-03 13:56:57 -08:00
49e51d0a62
[Performance] Update mct-chart spec
2015-12-03 13:39:37 -08:00
3e7bc2f37f
[Performance] Don't invoke apply from indicator
...
Don't invoke apply while polling from ElasticSearch
indicator; let the corresponding request trigger
this.
2015-12-03 13:29:54 -08:00
0f56fd2561
[Performance] Only invoke apply on size changes
...
...as detected from mct-chart.
2015-12-03 13:28:32 -08:00
9f0114eb39
[Performance] Don't invoke apply from MCTSplitPane
...
Don't invoke apply on every from MCTSplitPane
(this had been intended behavior, but argument was misplaced.)
2015-12-03 13:27:59 -08:00
4b82893c36
[Performance] Improve digests/sec indication
...
Don't let past digest counts bias current rate shown;
https://github.com/nasa/openmctweb/issues/369
2015-12-03 13:27:19 -08:00
734e979c94
#338 Fixed failing tests after refactor
2015-12-03 12:49:54 -08:00
983973843e
Merge pull request #363 from nasa/open302
...
[Representation] Check full path when comparing domain objects
2015-12-03 10:01:35 -08:00
16bf800257
Merge branch 'open338' into rems_data
2015-12-02 19:19:08 -08:00
3b427c31a2
Fixed error with not properly referenced
2015-12-02 19:18:50 -08:00
7fad2f6f2e
Merge branch 'open338' into rems_data
2015-12-02 19:10:33 -08:00
cee0ecf0ef
Removed use of composition and mutation because they trigger the search indexer too early and it tries to retrieve objects that have not been persisted yet
2015-12-02 19:10:10 -08:00
8e3c5db3bf
#338 fixed incorrect 'allow' function specification in CreationPolicy
2015-12-02 14:14:04 -08:00
11d8daf3ed
#338 Fixed incorrect specification of CreationPolicy in bundle.json
2015-12-02 14:07:08 -08:00
9953e16415
#338 Copy now using target persistence space
2015-12-02 14:06:22 -08:00
fe600de0f7
[Copy] #338 added CreationPolicy and appropriate tests, amended CreateActionProvider, and updated existing tests
2015-12-02 11:28:49 -08:00
386f1f20ff
[Representation] Test switching between links
...
Add test case to verify that representation gets refreshed
when switching among two linked instances of the same
domain object.
2015-12-02 10:49:18 -08:00
5e07951892
[Representation] Handle missing context
...
Handle missing context when generating an ID path;
this is missing in the root object.
2015-12-02 10:23:11 -08:00
2514e44083
[Representation] Check full ID path
...
...when determining if a representation needs to be
refreshed. Avoids representations becoming stale
when switching or navigating among linked instances
of the same domain object.
https://github.com/nasa/openmctweb/issues/302
2015-12-02 10:21:00 -08:00
20d9c7158e
Added jslint es5 mode
2015-12-01 22:40:50 -08:00
d8e319ebf8
Fixing jslint errors
2015-12-01 22:36:23 -08:00
a39cbbd917
Fixing jslint errors
2015-12-01 22:35:28 -08:00
8df27a1c05
Fixing jslint errors
2015-12-01 22:34:26 -08:00
26cf9c14f4
[Persistence] Errors in persistence (after creating/modifying objects) should be visible to user #58
2015-12-01 22:03:53 -08:00
03edd26e17
[Edit] Return promise from editable persistence
...
https://github.com/nasa/openmctweb/issues/305
2015-12-01 16:45:08 -08:00
571f6d183a
[Entanglement] Expose Set Primary Location
2015-12-01 16:26:19 -08:00
1292e39c46
[Entanglement] Implement Set Primary Location
2015-12-01 16:20:30 -08:00
6fe3f82fb1
[Entanglement] Add test for Set Primary Location
...
https://github.com/nasa/openmctweb/issues/346
2015-12-01 15:59:37 -08:00
4798cb3e7c
Merge pull request #360 from nasa/open283
...
Review and integrate open283
2015-12-01 13:21:51 -08:00
73ca30e654
Merged changes from Master
2015-12-01 10:44:42 -08:00
5fd55939a9
[Frontend] Fixed overflow problem that was hiding toolbar menu
...
open #199
open #283
Tweaks to .tool-bar layout to handle very
narrow widths;
2015-12-01 09:12:33 -08:00
472f6fefd4
Merge branch 'open199' of https://github.com/nasa/openmctweb into open199
2015-11-30 17:59:13 -08:00
4f3c9f270b
[New Edit Mode Prototype] Hide edit button when in edit mode #350 . - Modified edit policy to hide edit button when in edit mode
2015-11-30 17:58:58 -08:00
833ef82e67
Modified edit policy to hide edit button when in edit mode
2015-11-30 17:45:46 -08:00
da8fb99e82
[Frontend] Fixing bad breakpoints for tablet vs. desktop
...
open #169
2015-11-30 15:57:45 -08:00
c8d77bc2db
[Entanglement] Allow cross-space linking
...
Allow links across spaces; only disallow move or copy.
Addresses WTD-1587
2015-11-30 15:27:10 -08:00
acb7d4b807
renamed variable
2015-11-30 09:35:44 -08:00
6fb6f54cfa
Fixed objects being dropped twice in fixed layout
2015-11-27 15:21:24 -08:00
b5e52fce75
[Time Conductor] Remove redundant test block
2015-11-27 14:48:48 -08:00
3afcb52934
[Time Conductor] Use ng-blur from template
2015-11-27 14:35:51 -08:00
677b0cffec
[Time Conductor] Test form isolation
...
Verify that form inputs are ignored until some explicit trigger
2015-11-27 14:33:35 -08:00
248bc68f0d
[Time Conductor] Test restoration of old values
...
...and clarify name of the function in scope which does this.
2015-11-27 14:23:30 -08:00
9a42cb4f7e
Merge branch 'open277' into open199
2015-11-27 14:16:59 -08:00
b573b3a681
Amended change so that context menu only suppressed on navigation menu
2015-11-27 14:16:37 -08:00
02050fa3ef
[Time Conductor] Document ng-blur on mct-control
2015-11-27 14:02:16 -08:00
6558461fda
Reverted changes after refactor
2015-11-27 13:05:55 -08:00
4b23e3fbcb
Refactored changes to ContextMenuGesture.js
2015-11-27 13:02:19 -08:00
57d23c3696
[Time Conductor] Add missing license header
2015-11-27 12:37:51 -08:00
8babfc5ca9
[Time Conductor] Propogate blur from text field
2015-11-27 12:37:23 -08:00
271b5d1a73
[Time Conductor] Test choices via picker
...
...to ensure that they trigger blur events. Also, test changes
via text entry to ensure that they don't (the template is responsible
for this.)
2015-11-27 12:36:40 -08:00
7d4e7a0925
[Time Conductor] Allow ng-blur on mct-controls
2015-11-27 12:29:53 -08:00
92f5d5f190
[Documentation] Replace redundant docs with link
2015-11-27 12:00:25 -08:00
1731b985fc
[Documentation] Fix broken markdown tag
2015-11-27 11:30:55 -08:00
bd4590ad9d
[Documentation] Update terminology
...
Update terminology in Development Cycle to reflect
descriptions in Test Plan.
2015-11-27 11:22:11 -08:00
55fc60ec82
[Documentation] Describe long-duration testing
2015-11-27 11:15:13 -08:00
ab075e9ad8
[Documentation] Complete test plan
2015-11-27 11:08:47 -08:00
3ac1710d83
[Documentation] Document evaluation criteria
...
...for per-release and per-sprint testing. WTD-1573
2015-11-27 10:58:16 -08:00
730878938e
[Documentation] Document pre-merge testing
2015-11-27 10:39:25 -08:00
3fd4304de1
Merge pull request #345 from nasa/open32
...
[Layout] Layout rebuilds after resize/reposition #32
2015-11-27 09:59:01 -08:00
db7224486c
[Layout] Layout rebuilds after resize/reposition - Fixed potential race condition #32
2015-11-25 19:11:29 -08:00
424953c894
[Layout] Layout rebuilds after resize/reposition #32
...
- Refactored layoutPanels member function, and updated tests.
- Changed $scope.$watch to $scope.$watchCollection
2015-11-25 15:32:33 -08:00
6d0f3c7faa
[Layout] Layout rebuilds after resize/reposition #32
...
Refactored layoutPanels method
Fixed JSLint errors
fixed failing tests
2015-11-25 15:30:33 -08:00
988323bdbd
merged Open32
2015-11-25 14:59:47 -08:00
9eb8158c4e
[Edit Mode] Disallow context menu actions on tree items during edit mode. #277
2015-11-25 14:44:31 -08:00
434a52ded3
[Build] Bump version number
...
...to begin work for new sprint.
2015-11-25 14:11:53 -08:00
2ec906e2d4
[Build] Remove snapshot status
...
Remove snapshot status in preparation to bump version number
at end of sprint Banks.
2015-11-25 14:10:48 -08:00
405daf36b2
[API] Add proposals about actions
2015-11-25 12:45:22 -08:00
75d4be290c
Merge branch 'open278-proto' into open199-merge
2015-11-25 11:27:08 -08:00
3b9cd5f1ac
Merge branch 'open279-proto' into open199-merge
2015-11-25 11:25:00 -08:00
ffff13205a
[Time Conductor] Check for value changes
...
...on watches triggered from the picker. Only want to
trigger a submit when this actually constitutes a change from
the datetime field's underlying model (to avoid triggering
form submission when datetime picker is initialized.)
2015-11-25 11:21:51 -08:00
64a7647ec3
#279 Added search filter support to elements pool
2015-11-25 11:20:58 -08:00
16efd85dfc
[Time Conductor] Submit immediately on picker changes
2015-11-25 11:16:31 -08:00
1ef09ffbdd
[Time Conductor] Restore last valid values
...
Restore last valid values on blur, in a date-time entry field.
2015-11-25 11:12:41 -08:00
976ecce075
[Time Conductor] Update model on submit/blur
2015-11-25 11:09:11 -08:00
87a51a9eb3
[Time Conductor] Listen for blur, submit
...
https://github.com/nasa/openmctweb/issues/259
2015-11-25 11:02:03 -08:00
9ed10ba9da
Merge branch 'open279-proto' into open199-merge
2015-11-25 10:47:21 -08:00
c211f413aa
[New Edit Mode] Add Elements pool to New Edit Mode #279
2015-11-25 10:40:37 -08:00
268a2c2427
Merged from master
2015-11-25 09:04:11 -08:00
c84de00e80
[Layout] Layout rebuilds after resize/reposition #32
2015-11-24 21:51:10 -08:00
91997ced01
[Documentation] Define test levels
2015-11-24 17:08:59 -08:00
7a4be9e67e
[Documentation] Add test procedure template
2015-11-24 15:56:02 -08:00
eb942b0bf7
[Documentation] Intermediary commit
...
Begin adding test plan, procedures. WTD-1573.
2015-11-24 13:08:59 -08:00
1cf23c7ad6
[Documentation] Rename development cycle
...
...as it will no longer be the index of the process
category as information about testing is added.
2015-11-24 10:57:52 -08:00
15ec9df538
Merge pull request #327 from nasa/open208b
...
[Timelines] Bring over CSS
2015-11-23 10:38:02 -08:00
d6e2895666
Merge pull request #257 from nasa/open245b
...
[Persistence] Support multiple persistence spaces
2015-11-21 07:13:54 -08:00
7974ffdda2
Merge remote-tracking branch 'github/master' into open245b
...
...in preparation to complete merge nasa/openmctweb#257
Conflicts:
platform/entanglement/src/actions/CopyAction.js
platform/entanglement/src/actions/LinkAction.js
platform/entanglement/src/actions/MoveAction.js
2015-11-21 07:05:51 -08:00
d5858622ba
[Persistence] Fix grammar in JSDoc
...
...and add some explanation of METHOD_DEFAULTS.
2015-11-21 06:59:12 -08:00
9656e09066
[Documentation] Clarify identifier syntax
...
...in plain English, for the humans.
Per code review in nasa/openmctweb#257
2015-11-21 06:52:19 -08:00
096fee8b6d
Merge remote-tracking branch 'github/master' into open208b
...
Conflicts:
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
2015-11-21 06:42:45 -08:00
0635e7c38e
[Timeline] Disambiguate datetime control
...
Timeline uses a custom date-time control on creation;
use a distinct key for this to avoid a naming collision
with platform's datetime. Addresses abnormal behavior
identified in nasa/openmctweb#208
2015-11-20 17:26:43 -08:00
845b1dcd6f
Merge pull request #321 from nasa/open169
...
Review and integrate open169
2015-11-20 17:13:39 -08:00
2e959e8503
Revert "[Mobile] Deploy via CircleCI"
...
This reverts commit 49b3d67272
.
2015-11-20 17:09:37 -08:00
e6c9cbf0cd
[Persistence] Clarify JSDoc
...
Per code review feedback, nasa/openmctweb#257
2015-11-20 17:08:39 -08:00
fd3059b380
[Frontend] Final cleanups, tweaks; Refactored s-icon-btn
...
open #208
Unit tested in both themes;
.s-icon-btn refactored slightly to focus on usage
as an icon-only element, removed overlap designations
with .s-btn in markup;
Colors normalized for theming;
Code cleanup;
2015-11-20 16:47:04 -08:00
5a7349117a
[Frontend] Cleanups to Timeline tabular label elements
...
open #208
Colors normalized for theming;
2015-11-20 16:27:26 -08:00
50134bbc7f
[Frontend] Theming and cleanups in Clocks and Timers
...
open #208
Also converted timer to use flexbox layout;
2015-11-20 16:19:27 -08:00
3854df27d8
[Frontend] Styling on Timeline zoom buttons
...
open #208
Fixed in both themes;
2015-11-20 15:42:08 -08:00
fc53dbd8a4
[Frontend] Themes added to Timelines
...
open #208
Espresso and Snow now supported; bulk of
work done except for minor cleanups, like zoom
buttons; Dragging not working currently in Timelines;
2015-11-20 15:23:08 -08:00
7849803a5d
Fixed cancel and drop-initiated edit
2015-11-20 14:00:29 -08:00
0263cf5407
Fixed cancel and drop-initiated edit
2015-11-20 13:59:32 -08:00
fb0ba0cff9
Merge pull request #323 from nasa/open251
...
Review and integrate open251
2015-11-20 13:30:24 -08:00
573e5608fc
Merge pull request #319 from nasa/open-status-tracking
...
[Status] Add status tracking
2015-11-20 13:18:09 -08:00
37a7c2b1df
Merge pull request #309 from nasa/open308
...
[Workers] Allow web workers to be shared
2015-11-20 11:40:26 -08:00
4f0f9e4104
Merge branch 'open-status-tracking' into open278
2015-11-20 11:28:06 -08:00
e6054b8252
#287 - modified to use s-status-editing, but CSS needed
2015-11-20 11:23:34 -08:00
38274728f6
[Workers] Update JSDoc
...
...per review feedback, nasa/openmctweb#309
2015-11-20 11:12:29 -08:00
49b3d67272
[Mobile] Deploy via CircleCI
...
...to enable testing of changes for nasa/openmctweb#169 .
2015-11-20 11:05:25 -08:00
a864c172d5
[Edit Mode Prototype] #278 Added visual indication of edit
2015-11-20 10:07:58 -08:00
400b992ec3
[Status] Revise API
...
Change method names, add a getter to status capability;
per code review feedback, nasa/openmctweb#319 .
2015-11-20 09:46:08 -08:00
de59f191b8
[Frontend] Relocating files
...
open #208
Moving initial files into new positions, based
on Victor's work in #242 ;
2015-11-20 09:14:07 -08:00
3d3b250536
Merge remote-tracking branch 'github/master' into open208
2015-11-20 08:38:19 -08:00
32815d8427
[Frontend] Markup and CSS fixes
...
open #251
Fixed markup and CSS to remove erroneously
applied "select" class;
Modified .select to not use overflow: hidden;
Better positioning for *-options elements;
2015-11-19 18:50:10 -08:00
10a44c026c
[Edit Mode] Visual indication of object being edited #278
2015-11-19 18:45:18 -08:00
3e25d17702
[Mobile / Frontend] Modified media query device detection approach
...
open #169
Significant simplification of media query device detection
to focus on width only; tablet max-width and desktop
min-width modified to create gapless ranges;
2015-11-19 15:16:21 -08:00
9631d95a52
Merge remote-tracking branch 'origin/open-status-tracking' into open278-proto
2015-11-19 15:13:10 -08:00
4ea757faa5
Adding support for object status
2015-11-19 15:12:43 -08:00
b5d1118a3f
[Status] Document status capability
...
...in the developer guide. Includes a table for listing
status names and classes, per code review feedback,
nasa/openmctweb#319 .
2015-11-19 15:12:03 -08:00
50d83eaffb
Merge remote-tracking branch 'origin/open278' into open278-proto
2015-11-19 14:50:01 -08:00
30e6980dc6
Merge branch 'master' into open199
2015-11-19 14:29:32 -08:00
5b9e43f8ff
[Status] Test platform/status
2015-11-19 14:22:44 -08:00
19d2970e0e
Merge in "create button initiates edit mode"
2015-11-19 14:13:28 -08:00
a04b3f8a4b
enabled toolbar in edit mode
2015-11-19 14:01:38 -08:00
3ffa6f70aa
[Status] Add empty specs
2015-11-19 13:47:39 -08:00
0d07c3c289
[Status] Clean up classes when destroyed
2015-11-19 13:44:06 -08:00
29fdb6d641
[Status] Add JSDoc
2015-11-19 13:43:18 -08:00
b06a38da2f
Fixed incorrect case
2015-11-19 13:17:14 -08:00
f45e236281
#286 Fixed issues with composition not surviving through create wizard
2015-11-19 13:11:01 -08:00
0fa6cbfc18
[API] Propose contextual DI
2015-11-19 13:02:03 -08:00
2e2b18eaa5
[Edit Mode Prototype] Create button initiates edit-mode immediately #286
2015-11-19 10:33:44 -08:00
ee86209166
Merge branch 'open278' of https://github.com/nasa/openmctweb into open278
2015-11-18 17:29:18 -08:00
9f5729dbbc
Merge remote-tracking branch 'github/master' into open278
2015-11-18 17:28:31 -08:00
de9e41818b
[Frontend] File cleanup
...
open #199
open #278
Comments and empty CSS classes removed;
2015-11-18 17:27:56 -08:00
39d007470a
[Status] Active platform/status bundle
2015-11-18 17:23:31 -08:00
285c8cbd1e
[Status] Add status tracking
...
Add status tracking for domain objects, and decoration of
representations with status-related classes. Supports WTD-1575
by allowing pending state of taxonomy to be handled by
status tracking and custom CSS, instead of by overriding platform
templates.
2015-11-18 17:22:38 -08:00
3478f9d861
[Frontend] File cleanup
...
open #199
open #279
Comments and empty CSS classes removed;
2015-11-18 17:15:13 -08:00
558ad94b91
[Frontend] Synced theme constants
...
open #199
open #279
Theme constants files needed to be synced
to facilitate more efficient comparison;
2015-11-18 17:06:18 -08:00
c2e26b3555
[Frontend] Fixed magnify glass in search input
...
open #199
open #278
Fixed z-indexing problem in :before elements
in search input (magnify glass, etc.);
2015-11-18 16:48:13 -08:00
c5c166c790
[Frontend] Refinements to active edit styles
...
open #199
open #278
Picking up missed rendered CSS;
2015-11-18 16:47:36 -08:00
cc7df05a43
[Frontend] Refinements to active edit styles
...
open #199
open #278
Styling finalized for tree/search items;
Mods to pulse mixins;
Colors for both themes finessed and finalized;
2015-11-18 16:46:56 -08:00
a7f277b0d2
Merge pull request #317 from nasa/open316
...
[bug] TypeImpl.getInitialmodel should always return a fresh (ie. cloned) model.
2015-11-18 12:21:23 -08:00
5ced8e655d
[bug] #317 Added jsdoc note about performance
2015-11-18 12:14:00 -08:00
4de7b7dfb5
Merge pull request #288 from nasa/open218
...
[Plot] Support domain/range switching
2015-11-18 11:54:13 -08:00
a9518e9890
[Telemetry] Add missing JSDoc
...
...for new parameters added to support domain/range switching
in plots, per code review on nasa/openmctweb#288
2015-11-18 10:50:32 -08:00
4ed35cddde
Merge pull request #272 from nasa/open120
...
[Actions] Avoid suppression of context menus
2015-11-17 16:27:17 -08:00
b9cd26aaf6
[Frontend] Styling for tree item when its being edited
...
open #278
Work in progress
2015-11-17 16:04:41 -08:00
5882278f98
Bringing in latest NEM work from open199-meet-open279
2015-11-17 15:26:11 -08:00
40b21e35fd
Fixed jslint error
2015-11-17 15:03:17 -08:00
2251a0c1e9
https://github.com/nasa/openmctweb/issues/287
2015-11-17 15:01:13 -08:00
3a36389815
Fixed test
2015-11-17 14:45:10 -08:00
ba669f1395
Merge branch 'open316' into open199
2015-11-17 14:31:06 -08:00
b27b60aedc
Merge branch 'master' into open199
2015-11-17 14:30:57 -08:00
606667eb4d
[bug] TypeImpl.getInitialmodel should always return a fresh (ie. cloned) model. #316
2015-11-17 14:30:34 -08:00
90c06cfc97
[Frontend] Style tweaks for edit mode
...
open #199
Added bg color in edit area when edit mode
is active; Added to-do for ng-init in
object-inspector.html;
Ready for integration into open199;
2015-11-17 12:44:14 -08:00
ec4c5864dc
[Frontend] Style tweaks for edit mode
...
open #199
Added bg color in edit area when edit mode
is active;
2015-11-17 12:35:44 -08:00
3ff275c853
[Frontend] Sanding and shimming styles for Elements pool
...
open #199
open #279
Also tweaked bg color of text inputs;
2015-11-17 12:20:14 -08:00
cd3bdf4f81
Change to navigate by location change
2015-11-16 17:45:31 -08:00
a8d563975a
[Frontend] Refinements to Inspector elements, search inputs
...
open #199
open #279
Treeview indent removed;
Significant refactoring of search classes to generalize
approach to search inputs;
2015-11-16 17:20:15 -08:00
ef5a26dfcc
[Documentation] Specify default value
...
...for shared property of workers.
2015-11-16 16:16:22 -08:00
966e993c5d
[Frontend] Merge work in open279 into open199
...
open #199
open #279
Fixed margin problem in mobile with
object-browse-bar element;
2015-11-16 15:20:43 -08:00
8363302caf
[Workers] Allow web workers to be shared
...
Support an additional flag in the extension category
such that SharedWorkers may be used. nasa/openmctweb#308 .
2015-11-16 15:16:44 -08:00
9b5d894949
[Frontend] Merge work in open279 into open199
...
open #199
open #279
Last commit didn't fully take...
Integrated inspector changes from open279 into
new edit mode work from open199; _layout.scss
had a bit of difficult conflict resolution but seems
good at this point...
2015-11-16 15:08:22 -08:00
5dd15e3b20
[Frontend] Merge work in open279 into open199
...
open #199
open #279
Integrated inspector changes from open279 into
new edit mode work from open199; _layout.scss
had a bit of difficult conflict resolution but seems
good at this point...
2015-11-16 15:05:44 -08:00
d961b41253
removed static buttons
2015-11-12 17:18:41 -08:00
564a822423
Fixed saving
2015-11-12 17:05:43 -08:00
2b2ac0b0d9
Merge pull request #299 from nasa/open297
...
[Time Conductor] Fix date picker toggles
2015-11-12 16:52:35 -08:00
f9a7ca85ac
Merge pull request #273 from nasa/open231
...
[Core] Catch errors from listeners in topic
2015-11-12 16:51:50 -08:00
46b110e12f
[Common UI] Add note about TODO item
...
Add note about temporary work around, per code review
from nasa/openmctweb#299
2015-11-12 16:38:01 -08:00
b7eb9491cb
Merge pull request #275 from nasa/open271
...
[Layout] Enforce minimum size on drop
2015-11-12 16:10:50 -08:00
a92d13c10f
Merge pull request #294 from nasa/open223
...
[Documentation] Document process
2015-11-12 15:08:03 -08:00
4ad007f882
[Common UI] Add z-index to popups
...
Temporary workaround for nasa/openmctweb#298
2015-11-12 14:52:41 -08:00
9f2303face
[Time Conductor] Fix date picker toggle
...
nasa/openmctweb#297 ; avoid flag toggled to display date-time
picker becoming lost in a child scope.
2015-11-12 14:49:19 -08:00
51abd1fadf
Merge branch 'open199d' into open199
2015-11-12 14:23:15 -08:00
1ceb6d2d96
[Frontend] Fixed scrolling view
...
open #199
open #293
open #201
Removed fixed-header class from table markup;
(cherry picked from commit 6c4bdca
)
2015-11-12 13:24:28 -08:00
99512f41b9
[Documentation] Handle review feedback
...
Fix spelling error, add link, per code review nasa/openmctweb#294
2015-11-12 12:23:38 -08:00
93171230e3
restoring toolbar
2015-11-12 11:13:54 -08:00
5fdef59f3b
Merge branch 'open199d' into open199c
2015-11-12 10:23:36 -08:00
16c3229a84
Telemetry Panels now created correctly
2015-11-12 10:22:37 -08:00
49a5ac833b
[Documentation] Use consistent row headers
2015-11-12 09:57:06 -08:00
646df81874
[Documentation] Add sprint calendars
...
...and fix quotes copied from original sketch of document.
2015-11-12 09:52:47 -08:00
1058648e76
[Frontend] Fixed plot display
...
open #199
open #293
Added .abs to plot.html to allow plot
to layout properly when viewed in
main view area;
Removed .test class from time-controller;
2015-11-12 09:06:17 -08:00
5b325a9698
Merge remote-tracking branch 'github/open199c' into open199d
2015-11-12 08:06:12 -08:00
f0e293a513
Virtual panels working again with refactored code
2015-11-11 14:59:00 -08:00
5f8d13672f
Reverted model modified hack
2015-11-11 11:58:15 -08:00
4c0a79116a
Added refresh check for editability
2015-11-11 11:52:30 -08:00
aa5734d023
merged
2015-11-11 10:21:17 -08:00
ba8c2b8468
Fixed buttons not appearing on edit mode click
2015-11-10 22:10:43 -08:00
5a2f073975
commented out extraeneous span
2015-11-10 20:43:31 -08:00
1d0af0b3b6
Drop Gesture
2015-11-10 20:27:04 -08:00
6d2fe9d7eb
[Frontend] Misc CSS and markup updates, converting to flex
...
open #199
IN-PROGRESS
IMPORTANT: plots are not laying out correctly,
need to figure out why
2015-11-10 18:33:58 -08:00
c5736cafb1
[Documentation] Add process documentation
...
Bring over process documentation (except for calendar),
nasa/openmctweb#223 .
2015-11-10 17:27:43 -08:00
08ecf00916
[Frontend] Misc CSS updates to clean up layout
...
open #199
IN-PROGRESS
Testing with Time Controller visible;
2015-11-10 17:14:12 -08:00
9f3c353ab4
[Frontend] Updated markup to use latest flexbox classes
...
open #199
2015-11-10 16:30:49 -08:00
e3cac49c4b
Fixed UUID import
2015-11-10 16:26:04 -08:00
93d969ad67
[Plot] Add tests
...
...to verify that data is requeried when user changes
domain or range selection.
2015-11-10 16:17:43 -08:00
59ea2ea361
Grabbing recompiled CSS files
2015-11-10 16:14:34 -08:00
608df8f7b8
Merging in latest github master; resolved conflicts
2015-11-10 16:13:46 -08:00
7dc6f553ac
[Plot] Expose alternate domain values correctly
...
...from example telemetry (sine wave generator), to support
testing of switching among domains within plot.
2015-11-10 16:12:36 -08:00
b30e72081c
[Plot] Update domain format
...
...on change in user's domain selection.
2015-11-10 16:12:16 -08:00
d60bf94501
[Plot] Remove unnecessary fallback
2015-11-10 16:03:42 -08:00
a88fadcb49
[Plot] Allow lookup of alternate ranges
2015-11-10 16:02:18 -08:00
7264a711a3
Merge pull request #274 from nasa/open250
...
Review and integrate open250
2015-11-10 15:20:06 -08:00
ae7a1618e8
[Plot] Listen for domain/range changes
...
nasa/openmctweb#218
2015-11-10 15:16:47 -08:00
d6d95fed19
[Code style] Cleaned out comments
...
open #250
open #274
scss, html scoured for commented
dead code, leftover TO-DOs and
other unnecessary comments;
2015-11-10 15:12:09 -08:00
d712a79ba4
[Frontend] Allow Inspector to utilize split pane during editing
...
open #279
IN-PROGRESS
Split pane markup added to object-inspector.html;
Tweaks to layout CSS;
2015-11-10 14:40:14 -08:00
04ce2f985a
[Persistence] Add JSDoc
...
Add JSDoc to classes added/modified to support multiple persistence
spaces, nasa/openmctweb#245 .
2015-11-10 14:16:07 -08:00
a14f30c03c
[Persistence] Test PersistenceAggregator
2015-11-10 13:43:22 -08:00
bd85392b54
[Persistence] Test cross-space policy
...
Verify that move/copy/link across spaces is disallowed.
2015-11-10 13:29:12 -08:00
7c427e0b6e
[Persistence] Test IdentifierProvider
2015-11-10 13:15:24 -08:00
6cf8335f31
[Persistence] Test Identifier parsing
...
...and add empty spec for IdentifierProvider
2015-11-10 13:11:21 -08:00
647a1403d0
[Persistence] Update developer guide
...
Replay changes to developer guide regarding identifier syntax
and persistence spaces.
2015-11-10 13:01:32 -08:00
1d9b8f34e2
Merge remote-tracking branch 'github/master' into open245b
...
...to resolve merge conflicts for pull request for
nasa/openmctweb#245
Conflicts:
docs/src/guide/index.md
2015-11-10 12:56:11 -08:00
adf119007b
[Persistence] Test validator
...
Exercise the validation function provided by move/copy/link
actions when prompting for a location with a dialog.
2015-11-10 12:46:58 -08:00
7114e9b150
[Persistence] Update move/copy/link specs
...
...to reflect re-consultation of policyService when the action
context changes due to dialog input.
2015-11-10 12:40:52 -08:00
76c1f5bfe9
[Persistence] Update spec for instantiate
...
...to reflect usage of identifierService.
2015-11-10 12:34:54 -08:00
33f88d30ed
[Persistence] Update bundle definition
...
...to reflect dependency on identifierService to interpret an
object's persistence space based on its identifier.
2015-11-10 12:34:30 -08:00
ffdcbece56
[Persistence] Update failing spec
...
...to reflect changes to the persistence capability, utilizing the
identifierService for consistent interpretation of spaces by id.
2015-11-10 12:33:52 -08:00
44eb723efb
[Persistence] Update failing spec
...
...for instantiation capability, to reflect usage of identifier
parser in determining which space an object should belong to.
2015-11-10 12:26:59 -08:00
689f80bb23
[Persistence] Use identifierService from persistence
...
User identifierService from the persistence capability, for
consistent interpretation of spaces associated with domain
object identifiers.
2015-11-10 12:21:53 -08:00
a2db98d275
[Persistence] Update failing spec
...
...to reflect changes to PersistedModelProvider
2015-11-10 12:12:11 -08:00
49b983cd3a
[Persistence] Fix cross-space policy
...
Fix logic in cross-space policy; only disallow when a move, copy
or link would really cross spaces.
2015-11-10 10:57:48 -08:00
ad60b9225e
[Persistence] Clean up instantiation
...
Fix typo to correctly reuse defined identifiers, remove
unused dependency of instantiation capability.
2015-11-10 10:53:48 -08:00
0c096db8bd
[Persistence] Suppress Move/Copy/Link
...
Disallow move/copy/link when crossing persistence spaces,
nasa/openmctweb#245
2015-11-10 10:44:21 -08:00
fdf6148811
[Layout] Enforce minimum size on drop
...
Addresses nasa/openmctweb#271 , ensuring frames in a layout
are not too tiny to use, even if the grid size is small.
2015-11-09 17:58:20 -08:00
62e7adc0b0
Merge pull request #269 from nasa/open220
...
[Documentation] Fix broken links and strange characters in Developer Guide
2015-11-09 17:30:57 -08:00
72e0304fc0
[Merge] Safety merge-in of latest master
...
open #250
2015-11-09 17:19:02 -08:00
e1110a2bc4
[Frontend] Fixed Create menu in mobile
...
open #250
open #157
Fixed CSS selector that wasn't properly
targeting the Create menu in a mobile
context;
2015-11-09 17:14:59 -08:00
7172c45404
[Documentation] #220 Fix broken links and strange characters in Developer Guide
2015-11-09 17:11:18 -08:00
d8ced8f635
[Frontend] Hide/show Create button in mobile
...
open #250
open #157
Create button now hidden by default in mobile via
usage of CSS; can be re-displayed by including
'example/mobile' bundle;
2015-11-09 17:10:57 -08:00
e3e44f74d6
[Topic] Catch errors from listeners
2015-11-09 16:55:22 -08:00
acdd9622d2
[Topic] Add test case
...
...which specifies desired behavior for nasa/openmctweb#231 .
2015-11-09 16:51:39 -08:00
2866574dc0
[Actions] Define applicability
...
Define applicability of Move/Copy/Link using appliesTo, to avoid
errors being thrown due to lack of context during instantiation.
Addresses immediate cause of nasa/openmctweb#120 .
2015-11-09 16:28:04 -08:00
cfc9b61e25
[Frontend] Adjusted margin strategy in left pane elements
...
open #250
Changed flex-elem to use margin-bottom instead of top;
Added margin-top to .search-results element;
2015-11-09 16:21:50 -08:00
066fd55590
[Actions] Test error handling
2015-11-09 16:18:35 -08:00
c0dc30edb7
[Frontend] Fixed padding in search results
...
open #250
2015-11-09 15:42:49 -08:00
2a201df435
[Frontend] Consolidated treeview elements markup
...
open #250
Removed un-needed markup around treeview
includes and mct-reps; moved CSS class defs into
mct-include and mct-rep for search and tree
respectively;
2015-11-09 15:42:24 -08:00
07179f7290
[Action] Catch errors
...
Catch errors during action instantiation, to avoid suppressing
whole context menus on single failures; nasa/openmctweb#120 .
2015-11-09 15:42:19 -08:00
87684e0945
[Persistence] User identifierService from instantiate
2015-11-09 15:25:07 -08:00
55d3a27917
[Frontend] Fix to z-indexing for search "types" menu
...
open #250
2015-11-09 15:22:53 -08:00
1d13b245f9
[Persistence] Update bundle definition
...
...after merging latest changes from master branch into
topic branch for nasa/openmctweb#245 .
2015-11-09 15:21:41 -08:00
e31d9decdc
Merge remote-tracking branch 'github/master' into open245b
...
Conflicts:
docs/src/guide/index.md
platform/core/src/capabilities/InstantiationCapability.js
2015-11-09 15:17:53 -08:00
a5fa11749c
[Frontend] Min/max widths on panes adjusted
...
open #250
Moved new min/max definitions into desktop-only
portion of layout.scss to not affect mobile layout;
2015-11-09 15:14:50 -08:00
2b92c1619e
[Frontend] Min/max widths on panes adjusted
...
open #250
Fixed min and max widths for panes to prevent
weird pane expand/collapse behaviors, like
Inspector covering the main view area;
Added min-width to .holder-all element;
2015-11-09 15:10:52 -08:00
4f001f0b5d
[API] Propose declaring plugins as Angular modules
2015-11-09 14:35:51 -08:00
fd135a16af
[Frontend] Restoring dropped Snow theme constants
...
open #250
Snow theme constants missing were causing the Snow
theme CSS to not compile - this commit restores those
values;
TO-DO: values defined are a bit out of sync between Espresso
and Snow and need to be realigned;
2015-11-09 14:22:34 -08:00
aed49d89e3
[Documentation] Fix broken links and strange characters in Developer Guide
2015-11-09 13:46:27 -08:00
05f8739952
Diffs
2015-11-09 13:46:27 -08:00
bf39aa1b1d
Fixed broken links@
2015-11-09 13:46:22 -08:00
4e79de6156
[Frontend] Apply flex layout to object header elements
...
open #250
open #260
vista#132
Major refactoring to markup and CSS to apply
flex layout strategy to object headers;
Flex necessary to fix 'overflow: hidden' setting
applied in open90 to object-browse-bar that
was preventing the view switcher menu from
appearing;
Browse, edit, mobile, frames in layouts, etc. all
visually checked in a first go round;
Mobile classes tweaked to fix left and right
margin problems resulting from open90 changes;
z-indexing of Inspector pane and splitters changed
to allow primary pane elements to overflow beneath
when primary pane width is severely constrained;
2015-11-06 17:42:54 -08:00
78004ebf37
Fixed broken linkes
2015-11-06 17:40:43 -08:00
51968954a9
Merge pull request #255 from nasa/open215
...
[Creation] Add creation capability
2015-11-06 16:00:12 -08:00
64607b8e56
[Creation] Remove errant comments
2015-11-06 15:47:33 -08:00
cb432051dc
[Creation] Tweak lazy initialization approach
2015-11-06 14:32:47 -08:00
c184a9ce7c
[Creation] Complete rename of capability
2015-11-06 14:31:26 -08:00
62e2114349
[Creation] Move test cases
...
Move test cases from instantiation capability over to
instantiate service.
2015-11-06 14:30:39 -08:00
cca1928b82
[Creation] Use instantiate from objectService
...
Use instantiate from DomainObjectProvider, to remove redundant
code around DomainObject instantiation.
2015-11-06 14:23:34 -08:00
81b136eab1
[Creation] Use instantiate service
...
...from instantiation capability.
2015-11-06 14:15:22 -08:00
d059116782
[Creation] Rename creation capability
...
...to instantiation, to distinguish from creation (which
typically includes persistence.)
2015-11-06 14:07:53 -08:00
bdc99950c6
[Creation] Add instantiate service
...
...to allow insantiating domain objects completely
externally from any other domain object. Desired by
code review feedback for nasa/openmctweb#255 .
2015-11-06 13:56:12 -08:00
76e15f2963
Merge remote-tracking branch 'github/master' into open250
2015-11-06 13:32:28 -08:00
06436bb876
[Creation] Use identifierService
...
...from CreationCapability.
2015-11-06 13:10:51 -08:00
d8f3f0f430
[Persistence] Expose IdentifierService
2015-11-06 13:05:27 -08:00
177c1874b9
[Persistence] Add identifierService
2015-11-06 13:03:54 -08:00
96a7c12d69
Merge pull request #249 from nasa/open127
...
[UI] Progress indicator for pending operations (e.g. duplicate)
2015-11-06 10:57:42 -08:00
148a5eb248
JSLint issue
2015-11-06 10:14:59 -08:00
31d3ec5d20
Removed usage of function.prototype.bind
2015-11-06 10:06:17 -08:00
7564384b57
Merge remote-tracking branch 'github-open/open241' into open-master
2015-11-06 09:59:20 -08:00
639546bf86
Merge remote-tracking branch 'github-open/open229b' into open-master
2015-11-06 09:54:42 -08:00
932e3cb7b0
Merge remote-tracking branch 'github-open/open244' into open-master
2015-11-06 09:46:51 -08:00
cbffc221fb
Merge remote-tracking branch 'github-open/prod-uisymbols' into open-master
2015-11-06 09:44:21 -08:00
eef801f1ae
[Persistence] Fix read in example
...
Values are stored in the scratchpad as JSON, so parse them
as JSON before returning them.
2015-11-05 18:00:51 -08:00
d69cf6c6fe
[Persistence] Parse out key
...
When an identifier is a space-key pair, parse out the key before
persisting.
2015-11-05 17:58:16 -08:00
0a9c162f26
[Persistence] Fix method delegation
...
...used by PersistenceAggregator
2015-11-05 17:53:04 -08:00
942fa46022
[Persistence] Expose aggregator
2015-11-05 17:51:14 -08:00
74aff1b407
[Persistence] Implement aggregator
2015-11-05 17:48:43 -08:00
2f658348a8
Fixed JSLint
2015-11-05 17:40:22 -08:00
dbff9e2125
[Persistence] Add example provider
...
...to serve as a secondary persistence store.
2015-11-05 17:38:51 -08:00
793ed7ebe6
[UI] Progress indicator for pending operations - Refactoring for code clarity
2015-11-05 17:32:52 -08:00
bed1556a3a
[Persistence] Begin adding example bundle
...
Begin adding example bundle illustrating usage of secondary persistence
stores. Scratchpad will 'persist' objects only in memory.
2015-11-05 17:30:27 -08:00
822b4ae96f
[Persistence] Report space by identifier
2015-11-05 17:26:48 -08:00
99f3b986b6
[Creation] Retain space prefix
...
Retain space prefix from a parent when creating a new domain object,
if there is a space prefix.
2015-11-05 17:25:39 -08:00
fd4c1ea747
[Persistence] Retain original id
...
...after parsing out space and key, to aid in assembling
the result of getModels as an object where IDs are keys.
2015-11-05 17:22:05 -08:00
944a5a7424
[Persistence] Update JSDoc
2015-11-05 17:16:53 -08:00
dda2c89a58
[Persistence] Update bunde definition
...
...to reflect removal of 'additional persistence spaces'; parse
these out of identifiers instead.
2015-11-05 17:13:19 -08:00
c8cfbf5281
[Persistence] Refactor model loading
...
...such that ids are only parsed for space/key pairs once.
2015-11-05 17:11:24 -08:00
9f383ab101
[Persistence] Parse space from id
...
Parse spaces from domain object identifiers, if these have
been specified.
2015-11-05 17:04:55 -08:00
063e97fcb5
[Frontend] Cleanups and enhancements to search
...
open #250
Fixed margin/spacing problems with results element;
Added transition to results display;
Begin adding # results found / no results messaging;
Moved class .off to _globals.scss;
2015-11-05 17:04:19 -08:00
7811d50372
[Persistence] Document identifier syntax
...
Document identifier syntax to account for space-prefixing
for nasa/openmctweb#245 .
2015-11-05 16:50:24 -08:00
e1c6c76612
Refactored some CopyService functions out to CopyTask
2015-11-05 16:39:46 -08:00
aa2a835cb1
Created CopyTask class
2015-11-05 16:19:01 -08:00
3741a02d2a
[Creation] Test CreationCapability
2015-11-05 16:15:12 -08:00
f14cad4a39
[Creation] Add JSDoc
2015-11-05 16:05:29 -08:00
c0ac3a0f96
[Frontend] Convert main left pane elements to flex layout
...
open #250
Significant changes to flex classes, markup in
browse.html and search.html to support better
flex layout;
Search results now scrolls properly;
Significant refactoring and cleanups in search and _search.scss;
2015-11-05 15:44:55 -08:00
09bae63de7
[Creation] Update CreationService spec
2015-11-05 15:36:44 -08:00
62b9eb5180
[Creation] Simplify creationService
...
Add the newly-created domain object directly, instead of via
its id.
2015-11-05 15:36:33 -08:00
3f26be885e
[Creation] Move uuid
...
...into core, since it is used by the Creation capability.
2015-11-05 15:24:57 -08:00
7ab318d57b
[Creation] Fix method invocation
2015-11-05 15:21:47 -08:00
65a33f8af5
[Creation] Clean up creationService
...
Remove unused dependency, update JSDoc
2015-11-05 15:15:23 -08:00
331b4e9259
[Creation] Use creation capability
...
...from creationService to initially instantiate a domain object
before persisting it.
2015-11-05 15:13:33 -08:00
474afdf8ef
[Creation] Expose creation capability
...
...adding usage of to avoid circular dependencies.
2015-11-05 15:08:52 -08:00
3f4ccd93ab
[Creation] Add creation capability
...
...allowing domain objects to be instantiated in-memory
without persisting them. nasa/openmctweb#215
2015-11-05 15:05:54 -08:00
92cf86837b
Merge pull request #207 from nasa/open1239
...
[Plugins] Bring over Timeline, Clocks/Timers
2015-11-05 13:42:32 -08:00
5274923c49
[Licenses] Add license headers
...
...to sources for Clocks/Timers and Timelines, as noted in
review nasa/openmctweb#207
2015-11-05 12:45:51 -08:00
a356e01b14
Merge pull request #219 from nasa/open213
...
[Mobile] Don't move DOM nodes
2015-11-05 12:09:22 -08:00
21a37db15b
#127 fixed failing test caused by fix for persistence spaces
2015-11-05 11:50:56 -08:00
a20bbd98f5
Merge pull request #224 from nasa/open-docs-css
...
[Documentation] Add styling
2015-11-05 11:46:57 -08:00
5b3f780204
[UI] Progress indicator for pending operations (e.g. duplicate) #249- Fixed serious issue with persistence
2015-11-05 11:38:41 -08:00
43e920d3b6
Reverted to local storage
2015-11-05 10:27:50 -08:00
8ca22cc510
[Frontend] Convert main left pane elements to flex layout
...
open #250
Markup mods in browse.html;
Renamed .holder-create-and-search to
.holder-treeview-elements;
TO-DO: fix search results to scroll properly;
2015-11-05 10:11:59 -08:00
3443780ac7
Improved commenting
2015-11-04 22:09:28 -08:00
8e85675732
Made changes to error reporting
2015-11-04 22:07:26 -08:00
2bdc95eb95
Restored MoveActionSpec.js and LinkActionSpec.js
2015-11-04 21:11:26 -08:00
f2efb07d93
Remove UUID path
2015-11-04 21:05:55 -08:00
863c3f1720
Fixed jslint issues
2015-11-04 20:48:22 -08:00
b73f9fc19e
Merged from master
2015-11-04 20:30:49 -08:00
10e711f717
Removed commented code
2015-11-04 20:26:24 -08:00
529dde57b9
Added test for notification to CopyActionSpec
2015-11-04 20:26:24 -08:00
7d1a1acc11
Adding tests for Copy Action
2015-11-04 20:26:23 -08:00
5e1b0f38b7
Migrated to using notifications and fixed tests
2015-11-04 20:26:23 -08:00
4e69ca50fb
Fixed blocking dialog
2015-11-04 20:26:23 -08:00
05481dcab5
reverted AbstractComposeAction
2015-11-04 20:26:23 -08:00
fa7131ad5c
Refactoring to use promises notifications
2015-11-04 20:26:23 -08:00
bd1c3cb7da
All test cases passing + added test cases for copy
2015-11-04 20:26:23 -08:00
cbd21212d1
Original tests that are still valid are passing
2015-11-04 20:26:23 -08:00
5cd458a733
Updating tests
2015-11-04 20:26:23 -08:00
2f90a89065
Fixed more failing tests
2015-11-04 20:26:23 -08:00
4312857fd4
Fixed failing tests
2015-11-04 20:26:22 -08:00
6c4c53dde7
Debugging test failures
2015-11-04 20:26:17 -08:00
e49b55024f
[Frontend] Inspector-related fixes
...
open #247
Modded styles applied to .object-browse-bar to
use overflow:hidden instead of visible;
2015-11-04 16:00:22 -08:00
5f1f54fa91
[Frontend] Inspector-related fixes
...
open #243
Enlarged size of mini-tab icon when panes are collapsed;
Increased size of edge margin to allow for larger icons;
2015-11-04 15:47:13 -08:00
f4325e2bb3
[Frontend] Inspector-related fixes
...
open #244
Moved older .l-flex class out of layout and
into archetypes, updated definition;
2015-11-04 15:20:42 -08:00
e09cf91def
[Frontend] Inspector-related fixes
...
open #244
Fixing scroll issue in Inspector via flex layout;
Added new _archetypes.scss file for .l-flex* and .col styles;
moved .col and associated mixin out of _layout.scss
and into _archetypes;
2015-11-04 15:03:56 -08:00
ff1e1251f6
[Frontend] Integrating new Inspect icon from prod-uisymbols
...
open #244
open #188
2015-11-04 14:29:21 -08:00
5697a39ec3
[Production] Changed target icon e615 to eye
...
open #188
Jay request;
e615 is no-gleam and replaces the crosshair glpyh;
gleam version is e616
2015-11-04 13:55:52 -08:00
32fb84a3cd
[Merge] Merging in latest master
...
open #188
2015-11-04 13:52:31 -08:00
2815d97682
Merge pull request #236 from nasa/open232
...
Review and integrate open232
2015-11-04 13:15:21 -08:00
ab01f64cea
Merge remote-tracking branch 'github/master' into open236
...
Resolve CSS conflicts for nasa/openmctweb#236
Conflicts:
platform/commonUI/general/res/sass/controls/_controls.scss
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
2015-11-04 13:02:17 -08:00
e5aa2b4f87
[Themes] Update developer guide
...
Add documentation of the theme property of stylesheets extensions
to the developer guide.
2015-11-04 12:01:09 -08:00
522ce02302
[Themes] Add missing semicolon
...
...to satisfy JSLint.
2015-11-04 11:54:19 -08:00
e32eb11e60
[Themes] Update bundle declarations
...
Update bundle declarations to provide a THEME constant for
use in filtering out theme-specific CSS additions.
2015-11-04 11:53:10 -08:00
bda1bf9f9a
[Themes] Match themes from stylesheet loader
2015-11-04 11:49:27 -08:00
226f0932da
[Themes] Add test cases
...
Add test cases to verify that stylesheets are excluded/included
according to theme, when a theme has been specified.
nasa/openmctweb#241
2015-11-04 11:48:49 -08:00
15f9bc083c
Merge pull request #240 from nasa/open233b
...
[Inspector] Introduce inspector pane
2015-11-04 11:24:27 -08:00
1c4a4e475b
[Inspector] Simplify splitter communication
2015-11-04 10:53:23 -08:00
f7839b758d
Merge remote-tracking branch 'github/master' into open233b
...
Resolve conflicts on nasa/openmctweb#233
Conflicts:
platform/commonUI/general/bundle.json
platform/commonUI/general/res/fonts/symbols/icomoon.io-WTD-symbols-project.json
platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot
platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg
platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf
platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff
platform/commonUI/general/res/sass/_main.scss
platform/commonUI/general/res/sass/user-environ/_layout.scss
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/espresso/res/sass/_constants.scss
platform/commonUI/themes/snow/res/css/theme-snow.css
2015-11-04 09:28:19 -08:00
ac529be55c
[Time Conductor] Don't emit view event
...
Don't emit an event when plot is instantiated; this is no
longer needed, as time conductor broadcasts its bounds
whenever views change.
2015-11-03 17:01:22 -08:00
99376391a9
Merge remote-tracking branch 'github/master' into open229b
...
Conflicts:
platform/features/conductor/src/ConductorRepresenter.js
2015-11-03 16:58:40 -08:00
2c7c7b90e6
Fixed JS var placement causing mvn to fail
...
open #90
open #233
2015-11-03 16:51:15 -08:00
903778799f
Fixed missing window reference causing test to fail
...
open #90
open #233
2015-11-03 16:45:11 -08:00
9523c918fb
Merge remote-tracking branch 'github-open/open182' into open-master
2015-11-03 15:52:14 -08:00
09be19310b
Resolved CSS conflicts
...
open #90
2015-11-03 15:44:10 -08:00
b8b9b1f79a
Merge remote-tracking branch 'github-open/open227' into open-master
2015-11-03 15:43:08 -08:00
4300338b9c
Merge pull request #186 from nasa/open155
...
[Notifications] Add notification infrastructure
2015-11-03 15:38:41 -08:00
6a42d0c7a1
[Frontend] Put overflow: auto back onto .object-holder
...
open #232
2015-11-03 15:28:53 -08:00
c0ed19fd92
Merge remote-tracking branch 'github/master' into open229b
...
Merge latest into topic branch for nasa/openmctweb#229
in preparation for pull request
2015-11-03 15:27:36 -08:00
df484c1800
[Time Conductor] Update TelemetryHandler spec
2015-11-03 15:27:08 -08:00
5940f94644
[Time Conductor] Cancel requests
...
Don't callback for any telemetry requests from a TelemetryHandle
if the handle has been destroyed.
2015-11-03 15:24:38 -08:00
7cd255670e
[Frontend] Committing removed files
...
open #208
2015-11-03 14:59:41 -08:00
eabde6b2d0
[Frontend] Integrate Timeline into open; themes
...
open #208
Copied SASS styles from /warp and created
new platform/features/timeline/themes/espresso;
Styling looks complete, but Timeline itself has
functional issues;
TO-DO: remove styles from /warp/.../sass/ as needed;
2015-11-03 14:58:58 -08:00
37f466705a
[Frontend] IN-PROGRESS stubbing in files ported from /warp
...
open #208
Moving files from /warp; stuff will NOT compile
at this point;
2015-11-02 18:22:13 -08:00
0dccaab9cb
[Search] Declare UI components as templates
...
Declare Search UI components as templates instead of
representations so that they are not removed from the
DOM when no domain object is supplied. Fixes
nasa/openmctweb#234
2015-11-02 14:07:22 -08:00
c8848b5788
[Frontend] Tweaked spacing in Inspector header
...
open #90
2015-11-02 13:39:15 -08:00
4e8101ba0b
[API Redesign] Add note about telemetry metadata
2015-11-02 12:52:31 -08:00
8d65335786
[Time Conductor] Remove check for domain existence
2015-11-02 12:31:40 -08:00
2d1faeba8c
[Time Conductor] Update FormatService JSDoc
2015-11-02 12:30:18 -08:00
cecc52f0a9
[Time Conductor] Update formatService usages
...
...to remove checks for unknown formats.
2015-11-02 12:28:46 -08:00
a1d765f271
[Time Conductor] Throw errors for unknown formats
...
Per code review, nasa/openmctweb#204
2015-11-02 12:23:13 -08:00
fe12cdefc5
[Frontend] Added icon to Inspector header
...
open #90
and updated icon;
2015-11-02 11:27:56 -08:00
648cdcc86e
Updated crosshair symbol for inspect
...
open #90
(cherry picked from commit 946a6d4
)
2015-11-02 11:08:00 -08:00
946a6d4a04
Updated crosshair symbol for inspect
...
open #90
2015-11-02 11:04:38 -08:00
f7588d57c2
[Frontend] Added crosshair symbol for inspect
...
prod-uisymbols
open #90
(cherry picked from commit 91a4138
)
2015-11-02 10:31:44 -08:00
91a4138334
Added crosshair symbol for inspect
...
prod-uisymbols
open #90
2015-11-02 10:14:28 -08:00
141a54cbd6
[Frontend] Tweaks in Inspector
...
open #90
Colors, spacing, properties layout mods;
2015-10-30 23:44:15 -07:00
64c6ef6cfd
[Frontend] Tweaks in Inspector
...
open #90
Colors, spacing, properties layout mods;
Checked in mobile and snow theme;
2015-10-30 18:31:02 -07:00
fe8d9f6717
[Frontend] Mobile and margin tweaks
...
open #90
Margin off of right scrollbar added for treeview
in desktop only;
Repositioned nav to parent arrow button in
object-browse-bar;
2015-10-30 17:22:41 -07:00
c913f173e3
[Frontend] Safety merge of master; minor fixes
...
open #90
IN-PROGRESS
Merged in latest from github/master;
Fixed margins when in edit mode;
Fixed edit area not utilizing overflow: auto properly;
TO-DO: verify mobile is Ok;
2015-10-30 17:09:04 -07:00
ae928a138c
[Representation] Update compilation approach
...
Update compilation approach for templateLinker to more
closely resemble ng-include; minimizes likelihood of
subtle behavioral differences (e.g. incorrect size
selection for split pane)
2015-10-30 16:37:47 -07:00
d926110b4e
Merge remote-tracking branch 'github/open155' into open155c
...
open #186
open #155
Re-rendering css;
2015-10-30 16:26:49 -07:00
485e6a9de1
[wtf] Merge open155 > github/master
...
open #155
open #186
WTF yet again getting merge conflicts when remerging open155;
2015-10-30 16:24:20 -07:00
1e6731e6f2
Merge open155 > github/master
...
open155
open186
Trying a third time to resolve conflicts between open155 and master;
2015-10-30 16:20:57 -07:00
454a63e1f1
[Representation] Destroy scopes before adding
...
Destroy representation scope before adding elements back into
the DOM; avoids having a momentary activation of watches and
listeners on those scopes before they are replaced with newly
compiled content for new scopes.
2015-10-30 16:18:01 -07:00
b487fa4438
[Representation] Update TemplateLinker spec
...
...to reflect creation of a new scope each time a template
is changed.
2015-10-30 16:01:24 -07:00
560454e7c2
[Representation] Verify change before representing
...
An mct-representation may have a refresh triggered either by
a key change or a domain object change; both will typically
happen in the same digest cycle. Track what prior state was
an abort refreshes if nothing will change.
2015-10-30 15:55:56 -07:00
04594ea536
[Representation] Rebuild scopes on every change
...
Create new scopes on every changeTemplate request, even if
the same template is being viewed; presume that we want a
new instance of the same template. Avoids scope reuse for
cases such as switching from a plot of one object to a
plot of another object.
2015-10-30 15:32:20 -07:00
b5b6546710
[Frontend] Significant change to look and behavior of mini-tabs
...
open #90
IN-PROGRESS
mini-tab location in markup in browse.html changed;
Single menu icon for collapsed treeview;
Close 'x' boxes instead of arrow icons;
TO-DO: verify mobile is Ok;
2015-10-30 15:25:12 -07:00
a45dfc3822
[Representation] Don't reuse scopes
...
Addresses nasa/openmctweb#227
2015-10-30 15:09:35 -07:00
f7f6b8d612
[Time Conductor] Don't broadcast on telemetry:view
...
Instead, use delay from throttling initial bounds broadcast to
avoid broadcasting bounds prematurely.
2015-10-30 14:59:32 -07:00
e4a14b7603
[Time Conductor] Consistently throttle broadcast
...
Consistently throttle broadcast of bounds to minimize redundant
broadcasts, nasa/openmctweb#229
2015-10-30 14:56:52 -07:00
5706fa4567
Merge branch 'open182' into open229
2015-10-30 14:54:37 -07:00
796d6b800a
[Time Conductor] Add JSDoc for params
2015-10-30 14:08:11 -07:00
b12bb55495
[Time Conductor] Update text on format change
...
...in a date-time field.
2015-10-30 13:57:21 -07:00
f42498ab60
[Time Conductor] Update specs
...
...to reflect changes to how unspecified versus unknown formats
are handled.
2015-10-30 13:53:33 -07:00
ec56fe7bfd
Merge pull request #222 from nasa/open195
...
[Representation] Remove unknown templates from DOM
2015-10-30 13:39:14 -07:00
4abb48abd8
[Representation] Update parameters in JSDoc
2015-10-30 13:34:13 -07:00
7f571415dc
[Time Conductor] Change format handling
...
Use default format when no format is specified, and throw an
error when a specified format is unrecognized, from both
date-time field controller and time range controller.
2015-10-30 13:28:01 -07:00
4f9a65a5fe
[Time Conductor] Use default format
...
...from TelemetryFormatter, and log when a requested format
is unavailable.
2015-10-30 13:17:53 -07:00
6db7f056dc
[Time Conductor] Warn about unknown formats
2015-10-30 13:11:13 -07:00
5a1d774b47
[Time Conductor] Rename default domain
...
To UTC, instead of just Time.
2015-10-30 13:05:37 -07:00
101e3bb346
[Time Conductor] Remove checks for undefined domain
...
Per code review, nasa/openmctweb#204
2015-10-30 13:04:29 -07:00
a38d4829eb
[Representation] Add JSDoc
2015-10-30 12:38:32 -07:00
d5f1d45759
[Representation] Use $templateRequest
...
...from templateLinker, to remove the need to use $http and
to explicitly cache templates.
2015-10-30 12:35:36 -07:00
5ed34c1c30
[Representation] Build URLs from templateLinker
2015-10-30 11:02:13 -07:00
bc82a5bf7e
Added additional test for notifications specified as string message
2015-10-30 10:56:16 -07:00
5af3d575a2
[Representation] Remove redundant listener
...
The event is already listened-for at the representation
level to trigger cleanup, including gestures, so the info gesture
does not need to listen for it as well.
Per code review feedback, nasa/openmctweb#222
2015-10-30 10:45:44 -07:00
58198636ed
Fixed jslint complaints
2015-10-30 10:32:01 -07:00
86bf6c6dff
Minor refactoring and renaming of variables
2015-10-30 10:30:39 -07:00
0e07fb860e
Added convenience methods for alert and error to the NotificationService
2015-10-30 10:28:08 -07:00
b3d4f48e2e
Allow string or model to simplify message specification
2015-10-30 10:22:24 -07:00
b6d08726fb
[Time Conductor] Remove duplicate format
2015-10-30 09:34:23 -07:00
675c5be3da
[Frontend] Tweaks to splitter edge shdw
...
open #90
IN-PROGRESS
2015-10-30 09:22:46 -07:00
4eaeea1e14
Fixed bugs in copy
2015-10-29 21:39:50 -07:00
f44819a7fe
Improvements to copy notifications
2015-10-29 17:40:17 -07:00
1dbd721b14
[Frontend] Significant mods to main layout strategy
...
open #90
IN-PROGRESS
To support desired edge-to-edge styling of Inspector pane;
Removed superflous .scss file;
Enhancements to splitter .scss to allow flush edging and
edge shadows;
2015-10-29 17:31:35 -07:00
05722d9b11
Added error handling
2015-10-29 17:15:20 -07:00
92a3fa3e4c
Added error handling, and refactored CopyAction slightly
2015-10-29 16:40:51 -07:00
ddebbf119f
[Frontend] Expand/collapse finessing
...
open #90
2015-10-29 12:58:34 -07:00
8c4fdf5c1c
[Frontend] Expand/collapse finessing
...
open #90
Icon positioning; top of treeview splitter moved
back down below to previous position;
2015-10-29 12:55:20 -07:00
dd83662e0f
[Documentation] Add styling
2015-10-29 12:30:13 -07:00
1b0ce7166d
[Frontend] Bring in new collapse left and right pane symbols
...
open #90
open #188
(cherry picked from commit 9c90eb5
)
2015-10-29 11:31:57 -07:00
9c90eb52a4
[Production] Added collapse left and right pane symbols
...
open #188
2015-10-29 11:30:01 -07:00
a0c6ddff5a
[Frontend] Removed unused mini-tab-icon class
...
open #90
2015-10-29 11:22:18 -07:00
f51230b3f7
[Frontend] Fixed erroneous classes wrapping Create button;
...
open #90
2015-10-29 11:21:22 -07:00
660e9f0d4f
[Frontend] Fixed color of menu-item divider items;
...
open #90
2015-10-29 10:10:06 -07:00
59b24d91bb
[Frontend] Tweaks to splitter-related SASS
...
open #90
New splitterHandleInset function;
Removed padding from Inspector pane;
2015-10-29 10:09:47 -07:00
df3b0bd6fb
Merge pull request #221 from nasa/open203
...
[Documentation] Images missing from tutorials
2015-10-29 08:50:03 -07:00
5b475c9f64
[Representation] Add more test cases
...
...for TemplateLinker.
2015-10-29 08:27:20 -07:00
a48370abd3
[Representation] Update spec
2015-10-29 08:18:13 -07:00
54d608adb2
[Representation] Provide initial templates
...
...to avoid temporarily replacing with a comment when this
is not needed.
2015-10-29 08:17:25 -07:00
5fba6f5ead
[Representation] Add more test cases
...
...for TemplateLinker, to achieve full code coverage.
2015-10-29 08:08:01 -07:00
b177c38656
[Representation] Add JSDoc
...
...to TelemetryLinker.
2015-10-29 07:58:32 -07:00
11ca39b94c
[Frontend] t-item-icon
...
open #90
Tweaked bottom position of link indicator;
2015-10-28 21:44:56 -07:00
bb0e27ce1f
[Frontend] Restored erroneously checked in bundles.json;
...
open #90
2015-10-28 21:35:43 -07:00
56e8cd81e6
[Frontend] Refinements to t-item-icon
...
open #90
Scale approach to link indicator changed from
font-size to transform: scale;
Now works in tree, item grid and Inspector;
2015-10-28 21:34:01 -07:00
e37fa75289
Added basic notifications on copy
2015-10-28 17:16:53 -07:00
ee314ab387
Added notifications
2015-10-28 17:05:05 -07:00
59cd346911
[Representation] Add test cases
...
...for TemplateLinker
2015-10-28 17:01:13 -07:00
e7e66bff4b
[Representation] Begin adding TemplateLinker spec
2015-10-28 16:49:19 -07:00
ca62cc9066
[Representation] Update spec for mct-representation
...
...to account for usage of templateLinker to add or remove the
whole element from the DOM when there is or is not a template
to show.
2015-10-28 16:35:11 -07:00
01b6fda1f2
[Representation] Update spec for mct-include
...
...to account for usage of templateLinker to add or remove the
whole element from the DOM when there is or is not a template
to show.
2015-10-28 16:11:00 -07:00
ae0cb63a92
[Representation] Remove template tester
...
Remove template tester after verifying that mct-include/mct-representation
elements are added/removed to/from the DOM as appropriate.
2015-10-28 16:02:52 -07:00
5604bf6d69
[Representation] Add template tester
...
...to simply verification of mct-include/mct-representation
behavior.
2015-10-28 16:01:55 -07:00
c5fcc5a558
[Representation] Handle edge cases
...
Handle edge cases (e.g. directive priorities, race conditions)
to ensure that mct-representation and mct-include display correctly
when added to or removed from the DOM.
2015-10-28 15:57:47 -07:00
ea9f607bba
[Representation] Handle undefined scope
...
element.scope() may be undefined when wiring in the info
gesture, so check for that.
That this is sometimes undefined appears to be a consequence
of changes to mct-representation, but which changes influence
this are unclear. In any event, it appears that this cannot
be relied-upon per https://github.com/angular/angular.js/issues/9515
2015-10-28 15:49:18 -07:00
0404303042
[Representation] Move changes back
...
Move changed lines back to their original location to simplify
diff.
2015-10-28 15:38:11 -07:00
5677548298
[Representation] Show element synchronously
...
...to avoid exceptions when trying to invoke representers
before an mct-representation has been added back into the
DOM.
2015-10-28 15:32:50 -07:00
bcc42d705e
[Representation] Hide elements without transclusion
2015-10-28 15:30:27 -07:00
ab008ae497
[Representation] Begin integration
...
...of templateLinker into mct-representation. Not working currently
due to prevalence of mct-representation instances with transcluding
directives (hitting a multiple transclusion error.)
2015-10-28 15:17:36 -07:00
8fb6ab61ba
Fixed folders
2015-10-28 14:56:34 -07:00
3d59f6df0b
[Representation] Separate out template loading/linking
...
...from mct-include, to facilitate reuse for MCTRepresentation.
2015-10-28 14:51:30 -07:00
929f06e6c1
Working on folders
2015-10-28 13:35:52 -07:00
e9e6ddd791
Trying to fix drop on folders
2015-10-28 13:01:45 -07:00
2539e4008f
Improved handling of virtual panels
2015-10-28 12:53:50 -07:00
4708ac0ec1
Removed console.log
2015-10-28 11:26:20 -07:00
bd984abc0f
Changed encoding of images to address https://github.com/nasa/openmctweb/issues/203
2015-10-28 11:14:07 -07:00
b4a44dee8f
[Representation] Populate mct-include contents
...
Remove usage of ng-include and template from mct-include for
compatibility with element-level transclusion. Has useful
side effect of pre-fetching templates and reducing watch
count.
2015-10-28 11:13:53 -07:00
942f617bd8
[Representation] Use transclusion for mct-include
...
...to add/remove conditionally depending on the existence of
certain templates.
Note that this currently breaks mct-include due to an incompatibility
between element transclusion and directive templates; see
https://github.com/angular/angular.js/issues/3368 .
2015-10-28 10:29:46 -07:00
757cb0f015
[Representation] Watch for key changes
...
...from mct-include. Improves behavior of that directive and supports
testing of changes to remove whole elements when inapplicable,
nasa/openmctweb#195 .
2015-10-28 10:18:59 -07:00
90389ea910
[Time Conductor] Increase test specificity
...
Explicitly check for boolean values (not just truthy/falsy values)
per feedback from code review, nasa/openmctweb#204 .
2015-10-28 09:56:50 -07:00
d1bc93cd31
[Mobile] Don't move DOM nodes
...
When including/excluding a DOM element via mct-device,
use replaceWith() instead of parent().append() to preserve
original ordering of DOM elements from template.
nasa/openmctweb#213 .
2015-10-28 09:50:48 -07:00
0541f6edfa
[Time Conductor] Add JSDoc to plot
...
Add JSDoc to scripts/methods added to the Plot plug-in to support
integration of custom formats for timestamps.
2015-10-28 08:47:04 -07:00
0ad22f6842
[Time Conductor] Add JSDoc to new bundle
...
Add JSDoc to platform/commonUI/formats, introduced to support
different time formats from the time conductor.
nasa/openmctweb#182 .
2015-10-28 08:29:56 -07:00
134d853f19
[Frontend] type-icon evolving to universal t-item-icon
...
open #90
Major work in-progress on switching to .t-item-icon from
.type-icon to get item icons working better, especially
in .inspector-location in Inspector;
Significant mods to label.html;
2015-10-28 00:24:57 -07:00
00c0019122
[Time Conductor] Add test cases
...
...to cover FormatProvider.
2015-10-27 17:44:57 -07:00
e80d094174
[Time Conductor] Add test cases
...
...to cover UTCTimeFormat.
2015-10-27 17:39:16 -07:00
3e7264d6b8
Initial implementation of virtual panel
2015-10-27 17:38:31 -07:00
60ba80d307
[Time Conductor] Add empty specs
...
...to platform/commonUI/formats bundle, introduced to support
formatting of non-UTC time domains for time conductor.
2015-10-27 17:34:28 -07:00
c89aa026b0
[Time Conductor] Add JSDoc for Format interface
2015-10-27 17:31:02 -07:00
8a3f77d784
[Time Conductor] Simplify bundle name
2015-10-27 17:26:08 -07:00
15a5c593fa
[Time Conductor] Add spec for formatter
...
Add spec to telemetryFormatter wrapper used by plot to isolate
changes to domain/range formats.
2015-10-27 17:25:08 -07:00
fc704b8056
[Frontend] Fixed and finessed mobile expand collapse
...
open #90
Fixed problem of right pane primary not going all the way left;
Finessed timing of tree pane fade in / fade out;
2015-10-27 17:18:40 -07:00
0a19ab4389
Merging in latest github/master
...
open #90
Squashed commit of the following:
commit a2d06583ca
Merge: 74f289c
5d5425d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Oct 27 14:04:49 2015 -0700
Merge pull request #216 from nasa/open-vista54a
Review and integrate open-vista54a into master
commit 5d5425db04
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Oct 27 11:50:16 2015 -0700
[Frontend] Finessing and verifying CSS
vista#54
Verified against fixed position and scrolling views
using SineWave generator;
font-size of glyph tweaked;
commit a8856c0612
Author: Charles Hacskaylo <charlesh88@gmail.com >
Date: Tue Oct 27 11:40:35 2015 -0700
[Frontend] Platform-specific mods to limits
vista#54
Refactor limits into multiple classes, separating
upr/lwr from red/yellow;
Modded SineWaveLimitCapability accordingly;
Normalized upr/lwr glyphs;
(cherry picked from commit a26d71b)
commit 74f289cb34
Merge: 4ec243c
29bdc9d
Author: akhenry <akhenry@gmail.com >
Date: Tue Oct 27 10:48:33 2015 -0700
Merge pull request #206 from nasa/open150b
[Plot] Ignore empty lines
commit 4ec243c6fb
Merge: 407d988
3d996ac
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Sat Oct 24 07:48:45 2015 -0700
Merge pull request #212 from nasa/open211
[RequireJS] Specify path for uuid
commit 407d9881ff
Merge: 6ee622b
21739ff
Author: akhenry <akhenry@gmail.com >
Date: Fri Oct 23 19:16:51 2015 -0700
Merge pull request #200 from nasa/open-toc
[Documentation] Add table of contents
commit 6ee622b3f5
Merge: 099d70b
87e317a
Author: akhenry <akhenry@gmail.com >
Date: Fri Oct 23 17:04:04 2015 -0700
Merge pull request #192 from nasa/open153
[CI] Remove non-existent bundle from procfile
commit 099d70b8d9
Merge: 90828ef
8e2a2ee
Author: akhenry <akhenry@gmail.com >
Date: Fri Oct 23 17:00:46 2015 -0700
Merge pull request #175 from nasa/open147
[Entanglement] Add "Go To Original" action
commit 3d996ac466
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 23 16:32:05 2015 -0700
[RequireJS] Specify path for uuid
Specify path for uuid, making it available for any code that would require it,
without that code needing to know the path to it.
Fixes https://github.com/nasa/openmctweb/issues/211 .
commit 90828ef63d
Merge: bf24ac7
dbebf08
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 23 16:23:29 2015 -0700
Merge remote-tracking branch 'github-open/open181' into open-master
commit 29bdc9d574
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Oct 23 13:04:06 2015 -0700
[Plot] Ignore empty lines
Ignore empty lines (plot lines with no data) when determining
domain extrema; avoids failure to draw multiple plot lines in
a telemetry panel, nasa/openmctweb#150 .
commit bf24ac7c93
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Fri Oct 23 12:14:46 2015 -0700
[Search] Update field name
Update field name in GenericSearchProvider to reflect changes
from nasa/openmctweb#193 . Avoids exceptions on mutation.
Additionally, add test case exercising relevant code and verifying
that reindexing is scheduled upon mutation as expected.
commit 59f094763b
Merge: 3080861
496cf85
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Thu Oct 22 16:58:02 2015 -0700
Merge pull request #193 from nasa/search-performance
Search performance
commit dbebf08500
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Oct 21 15:38:58 2015 -0700
[Time Controller] Add test cases
...to verify behavior on text entry of dates.
commit 847c356063
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Oct 21 15:26:42 2015 -0700
[Time Controller] Change color when input is invalid
nasa/openmctweb#181
commit 06bcd28558
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Oct 21 15:22:00 2015 -0700
[Time Controller] Keep inputs in sync
Keep inputs in sync with displayed data in time controller,
without overwriting user-entered text. nasa/openmctweb#181
commit f88e8ebb51
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Oct 21 15:08:44 2015 -0700
[Time Controller] Update model state for text entry
commit 6d2b2fd81e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Oct 21 14:46:12 2015 -0700
[Time Controller] Parse user-entered timestamps
nasa/openmctweb#181 .
commit 608800ae63
Merge: 07818b0
fb0ce1e
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Oct 21 14:40:42 2015 -0700
Merge remote-tracking branch 'github/master' into open181
Conflicts:
platform/commonUI/general/res/templates/controls/time-controller.html
commit 07818b0a6d
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Wed Oct 21 14:35:18 2015 -0700
[Time Controller] Show bounds in a text field
Show bounds in a text field to allow user editing; supports manual
editing of time controller bounds, nasa/openmctweb#181 .
commit 496cf85b7e
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Wed Oct 21 09:46:32 2015 -0700
[JSDoc] Correct mistake
commit 833f57e284
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Wed Oct 21 07:39:59 2015 -0700
[Search] Don't block UI between requests
Timeout subsequent calls to keepIndexing at the end of a
indexRequest, so that UI operations are not blocked.
commit 9a63e99710
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Tue Oct 20 16:01:42 2015 -0700
[Search] Add spec for ElasticSearchProvider
Add spec coverage for ElasticSearchProvider. Also remove
unneeded guards for max number of results, as the aggregator
will always provide a max number of results.
commit 21739fffd9
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Oct 20 15:52:49 2015 -0700
[Documentation] Add table of contents
Add table of contents to generated documents, without
modifying document sources; nasa/openmctweb#189 .
commit 77d81f899b
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Tue Oct 20 15:31:33 2015 -0700
[Style] JSLint compliance
commit fe3263fdfe
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Tue Oct 20 15:27:46 2015 -0700
[Search] Remove invalid specs
commit ce42429fbd
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Tue Oct 20 15:14:43 2015 -0700
[Search] expose constants, add fudge factor
The SearchAggregator exposes it's constants to add stability to
tests.
It also has a fudge factor which increaases the number of results
it requests from providers to better support pagination when using
client side filtering.
commit 76151d09a0
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Tue Oct 20 15:13:37 2015 -0700
[Search] use service for filters, add spec
Add a spec for the SearchController, and use the SearchService to
execute filters by supplying a filterPredicate.
commit ec7e6cc5b4
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Tue Oct 20 13:55:46 2015 -0700
[Search] Update spec for Generic Search Worker
commit 1ddce48f7e
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Tue Oct 20 13:12:04 2015 -0700
[Search] Specs for GenericSearchProvider
Write specs for GenericSearchProvider and resolve some implementation
bugs they uncovered.
commit 98b5ff3c77
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 18:14:33 2015 -0700
[Search] Decrement number of pending requests
commit 14094a48fc
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 17:33:23 2015 -0700
[Search] Remove old specs in prep for rewrite
Remove old specs in prep for rewrite.
commit 8e2a2eeba5
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Mon Oct 19 12:08:49 2015 -0700
[Entanglement] Add license headers
...per code review feedback from nasa/openmctweb#175
commit 0f63e4dde9
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 17:06:23 2015 -0700
[Tests] Rewrite search aggregator specs
commit 12efb47be7
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 16:09:51 2015 -0700
[Search] Remove timeouts and timestamps
Remove timeouts and timestamps which were not effectively doing anything.
commit a2fce8e56c
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 16:05:31 2015 -0700
[Search] Rewrite elasticsearch provider with prototype
Rewrite the elasticsearch provider to use prototypes and clean up the implementation.
Now returns a modelResults object to keep it in line with the general search
provider.
commit 78e5c0143b
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 15:26:46 2015 -0700
[Search] Overhaul generic search provider
Rewrite the generic search provider to use prototypes. Increase performance
by utilizing the model service instead of the object service, and use a
simplified method of request queueing.
commit 099591ad2e
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 15:26:04 2015 -0700
[Search] Aggregator returns objects, providers return models
Search providers return search results as models for domain objects, as the
actual number of max results is enforced by the aggregator, and because the
individual providers store and return the models for their objects already.
This lowers the amount of resources consumed instantiating domain objects, and
also allows the individual search providers to implement function-based
filtering on domain object models, which is beneficial as it allows the search
filtering in the search controller to be done before paginating of results.
commit b5505f372f
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 12:39:41 2015 -0700
[Search] Generic Worker Performance Tweaks
The generic search worker now does indexing work during the index operation,
ensuring that queries do not have to do extraneous or repeat calculations.
Change the return format slightly and fixed a bug in the GenericSearchProvider
which caused more objects than intended to be returned from the provider.
commit 9ad860babd
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 12:34:47 2015 -0700
[Search] Rewrite search controller, tidy
Rewrite the search controller, making numerous changes and using prototypical
style.
First, the search controller immediately hides previous results when a new
search is started. Secondly, the search controller ensures that search results
displayed match the currently entered query, preventing race conditions. Finally,
the search controller uses a poor filtering option that means it may not display
all results.
commit 87e317a6f5
Author: Pete Richards <peter.l.richards@nasa.gov >
Date: Fri Oct 16 11:33:42 2015 -0700
[CI] Remove non-existent bundle from procfile
Remove the example/localstorage bundle from the procfile.
Fixes #153 .
commit bf41d82a78
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Oct 6 16:50:35 2015 -0700
[Entanglement] Restore missing specs
Restore specs which had been omitted from suite.json (but currently
succeed for the relevant scripts); done in the context of
nasa/openmctweb#147
commit a4944717a1
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Oct 6 16:47:37 2015 -0700
[Location] Test getOriginal method
commit 70bbd3cf97
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Oct 6 16:37:37 2015 -0700
[Entanglement] Add test cases for Go To Original
commit e3afaf0842
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Oct 6 16:22:16 2015 -0700
[Entanglement] Add Go To Original
nasa/openmctweb#147
commit 60f2f9fb6c
Author: Victor Woeltjen <victor.woeltjen@nasa.gov >
Date: Tue Oct 6 16:08:48 2015 -0700
[Location] Add getOriginal method
Add a getOriginal method to the location capability, to simplify
loading of original versions of objects. nasa/openmctweb#147
2015-10-27 17:17:10 -07:00
9e8152719f
[Time Conductor] Add spec
...
Add spec for DateTimeFieldController, bringing over test cases
removed from TimeRangeController.
2015-10-27 17:12:03 -07:00
55745d281f
[Time Conductor] Update PlotAxis spec
...
...to reflect ability to change domain selection without
reinstantiation, supporting integration of domain-driven
formatting of X axis values in a plot.
2015-10-27 16:18:13 -07:00
8ba112498b
[Time Conductor] Add test case for formats
...
Add test case to TimeRangeController to reflect that it responds
to changes in format selection.
2015-10-27 15:57:44 -07:00
44fc9423df
Merge branch 'open-master' into open182
...
Merge in latest from master branch into topic branch
for nasa/openmctweb#182
2015-10-27 15:54:18 -07:00
bd8bbc6e8f
[Time Conductor] Update PlotController spec
...
...and add check to updateValues in PlotController, to reflect
changes made to restore support for domain switching.
2015-10-27 15:52:11 -07:00
2ee53b17db
[Time Conductor] Update ConductorTelemetryDecorator spec
...
...to reflect that TimeConductor exposes whole domain metadata, not
just key.
2015-10-27 15:46:21 -07:00
60e97eb94a
[Time Conductor] Update ConductorRepresenter spec
...
...to reflect that TimeConductor exposes whole domain metadata, not
just key.
2015-10-27 15:43:31 -07:00
ce5a650d8c
[Time Conductor] Update TimeConductor spec
...
...to reflect that whole domain metadata, not just key, is exposed.
2015-10-27 15:40:34 -07:00
5ff2e6b652
[Time Conductor] Simplify passing in of axis type
...
...in PlotAxis. Also avoids triggering failures of existing tests.
2015-10-27 15:39:20 -07:00
f30a2dd791
[Time Conductor] Update telemetryFormatter spec
2015-10-27 15:37:08 -07:00
920c83771d
[Time Conductor] Update spec
...
...for TimeRangeController to reflect separation of date-time
inputs into a separate control.
Additionally, removed unused function.
2015-10-27 14:06:02 -07:00
a2d06583ca
Merge pull request #216 from nasa/open-vista54a
...
Review and integrate open-vista54a into master
2015-10-27 14:04:49 -07:00
cc8a7e513f
[Time Conductor] Rename bundle
...
Rename platform/time to platform/commonUI/formatting; nothing
particularly specific to time about these interfaces, and
removal of non-formatting-related methods makes this essentially
a UI concern.
2015-10-27 13:11:04 -07:00
9dce3a04cc
[Time Conductor] Remove obsolete code
...
Remove code related to handling text input from TimeRangeController;
moved into DateTimeFieldController.
2015-10-27 13:07:58 -07:00
18cdaf1b53
[Time Conductor] Fix extension definition
...
For date time field controller; refer to correct implementation.
2015-10-27 13:03:04 -07:00
e5d4376f06
[Time Conductor] Use date time field
...
...from template for time controller.
2015-10-27 13:01:27 -07:00
6784c6567b
[Time Conductor] Add date-time field
...
Add mct-control which includes both the date-time picker and
its corresponding text entry area, per code review feedback
from nasa/openmctweb#204 .
2015-10-27 13:00:42 -07:00
71618ce4b9
[Time Conductor] Hide date-picker for non-UTC formats
2015-10-27 12:40:14 -07:00
e5ebbdaf7f
[Time Conductor] Use domain formats in scrolling list
2015-10-27 12:37:53 -07:00
6b805183b0
[Time Conductor] Parse negative values
...
...in example telemetry
2015-10-27 12:35:15 -07:00
9723c65016
[Time Conductor] Retain domain selection in plot
...
Avoid various cases where domain selection is temporarily
overwritten due to transient plot state (e.g. because no
telemetry metadata is yet available due to asynchronous
retrieval of delegates.)
2015-10-27 12:09:54 -07:00
5d5425db04
[Frontend] Finessing and verifying CSS
...
vista#54
Verified against fixed position and scrolling views
using SineWave generator;
font-size of glyph tweaked;
2015-10-27 11:50:16 -07:00
7bd0e279b0
Merge remote-tracking branch 'github/master' into open182
...
Merge latest from master branch into topic branch for
nasa/openmctweb#182
2015-10-27 11:49:36 -07:00
caee1f520f
[Time Conductor] Remove unused watches from plot
2015-10-27 11:46:41 -07:00
a8856c0612
[Frontend] Platform-specific mods to limits
...
vista#54
Refactor limits into multiple classes, separating
upr/lwr from red/yellow;
Modded SineWaveLimitCapability accordingly;
Normalized upr/lwr glyphs;
(cherry picked from commit a26d71b)
2015-10-27 11:43:28 -07:00
b375ede217
[Time Conductor] Recognize domain changes in plot
2015-10-27 11:39:23 -07:00
0bd1d53d25
[Time Conductor] Update plot to support different formats
...
...for telemetry domain values.
2015-10-27 11:22:19 -07:00
3fe386fcd6
[Time Conductor] Use formatService from telemetryFormatter
2015-10-27 11:21:44 -07:00
74f289cb34
Merge pull request #206 from nasa/open150b
...
[Plot] Ignore empty lines
2015-10-27 10:48:33 -07:00
82b321b3f9
[Time Conductor] Update displayed text when format changes
2015-10-27 10:28:32 -07:00
3bdaae292e
[Time Conductor] Parse deltas relative to generation start
2015-10-27 10:27:29 -07:00
b627de45ba
[Time Conductor] Fix bundle definition
...
...such that the delta domain exposes its format, and its format
is exposed correctly under the formats extension category.
Supports testing of time conductor support for alternative
time formatting.
2015-10-27 10:01:32 -07:00
2056f3aed0
[Time Conductor] Update property name
...
Renamed system to format per code review feedback,
nasa/openmctweb#204
2015-10-27 10:00:35 -07:00
b928b7d3f2
[Time Conductor] Fix time calculation in example telemetry
2015-10-27 09:54:09 -07:00
df6cd8f403
[Time Conductor] Expose domain options
...
...for example telemetry, to test domain selection.
2015-10-27 09:50:59 -07:00
c6b7121cf0
[Time Conductor] Expose getFormat correctly
...
...as an instance method of FormatProvider
2015-10-27 09:45:17 -07:00
86c61f7543
[Time Conductor] Fix extension definition
...
...for FormatProvider. Depends should be an array.
2015-10-27 09:41:32 -07:00
741fc57442
[Time Conductor] Add alternate domain
...
Begin adding a more timelike alternately-formatted domain
to sine waves; the 'delta' can be expressed as UTC timestamps
but will be formatted for display as a time relative to
when sine wave generation began.
2015-10-27 09:39:48 -07:00
daed6a5b06
Frontend] Tweaked sizes of mini-tabs and pane collapsed edge margin
...
open #90
2015-10-26 15:01:32 -07:00
498f854bef
Frontend] Treeview expand/collapse anim timing tweaks
...
open #90
2015-10-26 14:54:09 -07:00
77a1a90905
Frontend] Normalizing styles for items and l-icon-link
...
open #90
2015-10-26 14:48:50 -07:00
19bdf743fc
Added save/cancel
2015-10-26 14:14:56 -07:00
f655346f46
Frontend] More refining of collapsing treeview
...
open #90
Treeview and Inspector should be hidden by default
when opening in a new tab;
2015-10-26 12:19:37 -07:00
20cb2ff239
[Clocks/Timers] Bring in latest
...
Merge in latest from master branch to support review of
changes, nasa/openmctweb#207
2015-10-26 10:42:41 -07:00
7d42292184
Frontend] More refining of collapsing treeview
...
open #90
Treeview and search now transition properly when user collapses
left pane while searching;
2015-10-26 10:35:41 -07:00
ed9a5b0890
[Time Conductor] Roll back changes to example telemetry
...
In particular, remove the timeService implementation; this is made
obsolete by a switch to a simpler format-based approach.
2015-10-26 10:06:58 -07:00
aa23d358cc
[Time Conductor] Use formatService instead of timeService
2015-10-26 10:03:49 -07:00
fd582d45d2
Frontend] More refining of collapsing treeview
...
open #90
Create and Search controls now properly change
to mini-tabs when treeview is collapsed;
Mods to .create-btn to use :before for symbol instead of span;
TO-DO: why does mct-device alter the order of items in the rendered
markup?
2015-10-26 10:01:52 -07:00
0f34d38451
[Time Conductor] Remove obsolete formatting classes
2015-10-26 09:57:14 -07:00
f8ee244475
[Time Conductor] Expose FormatProvider
2015-10-26 09:56:37 -07:00
322d1c8389
[Time Conductor] Add formatProvider
...
...to handle lookup of extensions of category 'formats'
2015-10-26 09:54:57 -07:00
c45bf45475
[Time Conductor] Remove non-format-like methods
...
...from UTCTimeSystem, and rename to UTCTimeFormat. Per code
review feedback from nasa/openmctweb#182 .
2015-10-26 09:48:54 -07:00
8ee4fc9b71
[Frontend] Fixed spacing of panes and mini-tabs
...
open #90
Splitter spacing now being handled in CSS, so
modded calcs in MCTSplitPane to not add space;
CSS calcs adjusted; comments removed;
2015-10-24 18:43:13 -07:00
99c977ce9d
[Frontend] Fixed mini-tab positioning algorithm
...
open #90
2015-10-24 17:48:59 -07:00
85809ae1e1
[Frontend] Fixed mini-tab positioning algorithm
...
open #90
2015-10-24 17:01:52 -07:00
4ec243c6fb
Merge pull request #212 from nasa/open211
...
[RequireJS] Specify path for uuid
2015-10-24 07:48:45 -07:00
94649b12fd
[Frontend] Splitter re-styling
...
open #90
Significant redo of splitter styling;
2015-10-23 20:06:38 -07:00
407d9881ff
Merge pull request #200 from nasa/open-toc
...
[Documentation] Add table of contents
2015-10-23 19:16:51 -07:00
aa3cf70b22
[Frontend] Expand/collapse styling
...
open #90
Significant styling on new mini-tabs;
Main layout margins adjusted;
2015-10-23 18:24:55 -07:00
6ee622b3f5
Merge pull request #192 from nasa/open153
...
[CI] Remove non-existent bundle from procfile
2015-10-23 17:04:04 -07:00
95ea33b441
Removed notification from bundles
2015-10-23 17:02:25 -07:00
099d70b8d9
Merge pull request #175 from nasa/open147
...
[Entanglement] Add "Go To Original" action
2015-10-23 17:00:46 -07:00
3d996ac466
[RequireJS] Specify path for uuid
...
Specify path for uuid, making it available for any code that would require it,
without that code needing to know the path to it.
Fixes https://github.com/nasa/openmctweb/issues/211 .
2015-10-23 16:32:05 -07:00
896dd8d2c7
Fixed jslint errors
2015-10-23 16:30:51 -07:00
789b640b9b
Refactored dismiss and minimize out of NotificationService and on to returned Notification type
2015-10-23 16:28:42 -07:00
90828ef63d
Merge remote-tracking branch 'github-open/open181' into open-master
2015-10-23 16:23:29 -07:00
8acf01ebdf
[Tests] Declare deps for moment-duration-format
...
...in karma test runners.
2015-10-23 16:03:57 -07:00
ddb567aeb5
[Clocks/Timers] Declare dependency of moment-duration-format
...
...to ensure that moment is loaded first, such that
the plugin can correctly install itself.
nasa/openmctweb#204
2015-10-23 15:46:47 -07:00
17b3378655
[Frontend] Expand/collapse styling
...
open #90
Modding mini-tab look, just started;
2015-10-23 15:36:52 -07:00
efd209826d
[Frontend] Inspector styling, in progress
...
open #90
Significant styling in object-inspector.html;
2015-10-23 15:14:07 -07:00
a43c8f2ce8
[Timeline] Disable timelines due to missing styles
...
WTD-1239.
2015-10-23 14:14:24 -07:00
fffe07e7e6
[Timeline] Remove namespacing from specs
2015-10-23 14:06:55 -07:00
26db524f0e
[Timelines] Rename bundle
2015-10-23 13:57:15 -07:00
4fcef33c58
[Timelines] De-namespace timeline's DateTimeController
2015-10-23 13:56:34 -07:00
dc9369c0f1
[Timelines] Remove namespacing from controllers
...
WTD-1239
2015-10-23 13:54:19 -07:00
c5b786e5e0
[Timeline] De-namespace capabilities
...
WTD-1239.
2015-10-23 13:52:48 -07:00
3e0534c4c3
[Timeline] Update namespacing in templates
...
WTD-1239
2015-10-23 13:49:46 -07:00
19ad4c8174
[Timelines] Change namespacing for directives
...
WTD-1239
2015-10-23 13:48:07 -07:00
8159c365b5
[Timeline] Remove namespacing from README
...
WTD-1239
2015-10-23 13:45:54 -07:00
307047d3ac
[Clocks/Timers] Remove namespacing from specs
...
WTD-1239
2015-10-23 13:44:39 -07:00
83f135e48c
Merge remote-tracking branch 'github/master' into open1239
2015-10-23 13:39:09 -07:00
29bdc9d574
[Plot] Ignore empty lines
...
Ignore empty lines (plot lines with no data) when determining
domain extrema; avoids failure to draw multiple plot lines in
a telemetry panel, nasa/openmctweb#150 .
2015-10-23 13:22:19 -07:00
a7ea4c3c6e
[Frontend] Inspector styling, in progress
...
open #90
2015-10-23 12:35:55 -07:00
bf24ac7c93
[Search] Update field name
...
Update field name in GenericSearchProvider to reflect changes
from nasa/openmctweb#193 . Avoids exceptions on mutation.
Additionally, add test case exercising relevant code and verifying
that reindexing is scheduled upon mutation as expected.
2015-10-23 12:23:01 -07:00
e05858e26b
Added newline to end of source files
2015-10-23 12:11:37 -07:00
89046ecad5
fixed jslint error
2015-10-23 12:03:56 -07:00
fa7431d68b
Added test case to DialogServiceSpec
2015-10-23 12:01:48 -07:00
78b528b4a5
Added additional test cases, and some tidying
2015-10-23 11:48:37 -07:00
1d3870d07f
[Frontend] Manual integration of Inspector
...
open #90
open #73
Adding missed new files;
2015-10-23 11:42:06 -07:00
2452b25fd4
[Frontend] Manual integration of Inspector
...
open #90
open #73
In-progress manual integrated Sarah Hale's work on ObjectInspector;
2015-10-23 11:37:02 -07:00
0c4d422e2d
[Frontend] Manual re-do of collapse/expand panes
...
open #90
Refactored templates to move all split-pane elements into browse.html;
2015-10-23 11:13:51 -07:00
a283a2a0d3
[Frontend] Manual re-do of collapse/expand panes
...
open #90
Animation, styles, hide-show added panes and splitters;
Finessed spacing;
trans-prop* mixins normalized and added delay arg;
2015-10-23 10:52:28 -07:00
827e1af581
[Frontend] Manual re-do of collapse/expand panes
...
open #90
Added code to MCTSplitter and MCTSplitPane to allow
toggling of CSS class 'resizing' on pane elements when
the user is actively using the splitter;
Added resize transition animation to split pane elements
when user not actively resizing;
2015-10-23 09:18:59 -07:00
fc751b1332
Merge remote-tracking branch 'origin/open181' into rems_data_merge
2015-10-22 21:31:45 -07:00
cdc2a407dc
Fixed erroneous data
2015-10-22 21:30:13 -07:00
57f11a9767
[Frontend] Manual re-do of collapse/expand panes
...
open #90
Refined positioning of .mini-tab elements when
panes are collapsed;
2015-10-22 19:26:59 -07:00
3687cc5edd
[Frontend] Manual re-do of collapse/expand panes
...
open #90
Fixed broken mobile styles;
Removed commented out scss;
2015-10-22 18:45:47 -07:00
bf17b77e82
Merge remote-tracking branch 'github/prod-uisymbols' into open90
2015-10-22 18:28:55 -07:00
536d5616d4
[Frontend] Manual re-do of collapse/expand panes
...
open #90
Major work on new .mini-tab elements, used
as controls to expand/collapse panes;
Cleaned up splitter hover behavior;
Changed mixin controlGrippy to not be tied
to :before;
2015-10-22 18:28:25 -07:00
59f094763b
Merge pull request #193 from nasa/search-performance
...
Search performance
2015-10-22 16:58:02 -07:00
e3ef68bc6f
Fixed jslint errors
2015-10-22 16:41:09 -07:00
83276d70d3
Removed MessageSeverity enum and MessageController
2015-10-22 16:29:10 -07:00
111b3bac09
[Time Conductor] Remove dateService
...
Replaced by timeService
2015-10-22 16:27:21 -07:00
67cf8d8cee
[Time Conductor] Support index domain from sine wave
2015-10-22 16:24:55 -07:00
b4dd95490c
[Time Conductor] Don't treat defaults as invalid
2015-10-22 16:07:21 -07:00
16e4c32709
[Time Conductor] Remove now dependency, fix domain switch
...
Remove dependency on now (current time can be retrieved via
timeService); fix domain-switching behavior such that changes
to time systems are reflected in changes to default bounds.
2015-10-22 16:05:09 -07:00
a154c9c870
[Time Conductor] Use timeService from control
2015-10-22 15:51:12 -07:00
1e71df5ce9
[Time Conductor] Implement timeService in sinewave telemetry
...
Switch from initial dateService interface to more practical
timeService interface.
2015-10-22 15:27:40 -07:00
5e9f38dadd
[Time Conductor] Add dependency to UTCTimeProvider
2015-10-22 15:20:54 -07:00
552435b009
[Time Conductor] Add bundle for time handling
2015-10-22 15:20:12 -07:00
109ae3323d
Added jsdoc and moved MessageController to dialogs from notifications
2015-10-22 15:10:53 -07:00
4f27104663
[Frontend] Manual re-do of collapse/expand panes
...
open #90
Implementing PaneController;
Added inspection pane and toggle button in
browse-object.html;
2015-10-22 14:26:22 -07:00
0053989de8
renamed dialog and notification 'actions' to 'options'
2015-10-22 14:14:21 -07:00
b98c1cdfe8
[Frontend] Manual re-do of collapse/expand panes
...
open #90
Renamed BrowseTreeController to PaneController;
Ensuring mobile functionality parity;
2015-10-22 13:34:16 -07:00
0628398b01
Moved notifications examples from 'testing' to examples
2015-10-22 13:30:34 -07:00
4ff03b081d
[Time Conductor] Suppress date picker for non-UTC time systems
2015-10-22 13:08:37 -07:00
e8d7093eb5
[Time Conductor] Use time systems from time conductor
2015-10-22 13:07:04 -07:00
9bc4327c59
[Time Conductor] Add non-time-like domain
...
Add a non-time-like domain to sine wave generator telemetry,
to support integration of custom domain formatting into
time conductor.
2015-10-22 12:51:18 -07:00
c0fda5b572
[Time Conductor] Add JSDoc
...
Add typedefs relevant to the date aggregator; in particular,
document properties used to determine how to format timestamps
associated with a telemetry point.
2015-10-22 12:41:46 -07:00
950578f09b
[Time Conductor] Hide datetime pickers for non-UTC domains
2015-10-22 12:20:15 -07:00
117470068a
[Time Conductor] Use dateService from TimeRangeController
2015-10-22 12:17:08 -07:00
0d47b7c47d
[Time Conductor] Expose dateService in bundle definition
2015-10-22 12:10:12 -07:00
c882b2d4c3
[Time Conductor] Implement date provider
...
Implement UTCDateProvider sufficient to pass spec.
2015-10-22 12:08:34 -07:00
794231143e
[Time Conductor] Add spec for UTCDateProvider
...
Add test cases for UTCDateProvider, which will provide default
date/time formatting/parsing.
2015-10-22 11:55:38 -07:00
6b42d3bf4b
[Time Conductor] Test DateAggregator
2015-10-22 11:54:46 -07:00
296d9f5acd
Temporarily disable test
2015-10-22 11:38:30 -07:00
1c5101eca6
[Time Conductor] Add DateAggregator
...
Add DateAggregator, to allow composite services to expose
different ways of parsing/formatting dates.
nasa/openmctweb#182 .
2015-10-22 11:30:57 -07:00
7468c0e150
Deploy to heroku
2015-10-22 11:30:06 -07:00
dc5feb8b1a
Added some documentation to notification and dialog launchers
2015-10-22 10:54:48 -07:00
0fb9f3731a
Edit mode and cancel buttons work
2015-10-22 10:09:09 -07:00
3080861764
Merge pull request #189 from nasa/open111
...
Developer Guide, Tutorials
2015-10-21 15:42:11 -07:00
dbebf08500
[Time Controller] Add test cases
...
...to verify behavior on text entry of dates.
2015-10-21 15:38:58 -07:00
847c356063
[Time Controller] Change color when input is invalid
...
nasa/openmctweb#181
2015-10-21 15:26:42 -07:00
06bcd28558
[Time Controller] Keep inputs in sync
...
Keep inputs in sync with displayed data in time controller,
without overwriting user-entered text. nasa/openmctweb#181
2015-10-21 15:22:00 -07:00
f88e8ebb51
[Time Controller] Update model state for text entry
2015-10-21 15:08:44 -07:00
6d2b2fd81e
[Time Controller] Parse user-entered timestamps
...
nasa/openmctweb#181 .
2015-10-21 14:46:12 -07:00
608800ae63
Merge remote-tracking branch 'github/master' into open181
...
Conflicts:
platform/commonUI/general/res/templates/controls/time-controller.html
2015-10-21 14:40:42 -07:00
07818b0a6d
[Time Controller] Show bounds in a text field
...
Show bounds in a text field to allow user editing; supports manual
editing of time controller bounds, nasa/openmctweb#181 .
2015-10-21 14:35:18 -07:00
496cf85b7e
[JSDoc] Correct mistake
2015-10-21 09:46:32 -07:00
833f57e284
[Search] Don't block UI between requests
...
Timeout subsequent calls to keepIndexing at the end of a
indexRequest, so that UI operations are not blocked.
2015-10-21 07:51:53 -07:00
cc97408433
Removed inserted TOC
2015-10-20 21:16:54 -07:00
93f8e61c40
roll back TOC generation
2015-10-20 21:12:14 -07:00
9a63e99710
[Search] Add spec for ElasticSearchProvider
...
Add spec coverage for ElasticSearchProvider. Also remove
unneeded guards for max number of results, as the aggregator
will always provide a max number of results.
2015-10-20 16:01:42 -07:00
21739fffd9
[Documentation] Add table of contents
...
Add table of contents to generated documents, without
modifying document sources; nasa/openmctweb#189 .
2015-10-20 15:58:57 -07:00
77d81f899b
[Style] JSLint compliance
2015-10-20 15:33:56 -07:00
fe3263fdfe
[Search] Remove invalid specs
2015-10-20 15:27:46 -07:00
ce42429fbd
[Search] expose constants, add fudge factor
...
The SearchAggregator exposes it's constants to add stability to
tests.
It also has a fudge factor which increaases the number of results
it requests from providers to better support pagination when using
client side filtering.
2015-10-20 15:17:15 -07:00
76151d09a0
[Search] use service for filters, add spec
...
Add a spec for the SearchController, and use the SearchService to
execute filters by supplying a filterPredicate.
2015-10-20 15:17:15 -07:00
ec7e6cc5b4
[Search] Update spec for Generic Search Worker
2015-10-20 15:17:14 -07:00
1ddce48f7e
[Search] Specs for GenericSearchProvider
...
Write specs for GenericSearchProvider and resolve some implementation
bugs they uncovered.
2015-10-20 15:17:14 -07:00
98b5ff3c77
[Search] Decrement number of pending requests
2015-10-20 15:17:14 -07:00
14094a48fc
[Search] Remove old specs in prep for rewrite
...
Remove old specs in prep for rewrite.
2015-10-20 15:16:54 -07:00
be79c104fb
[Frontend] Added new glyph
...
prod-uisymbols
Added e612 Save icon;
2015-10-20 12:36:11 -07:00
6d08c81b3b
First iteration of duplication complete
2015-10-20 12:18:30 -07:00
89e763b515
Incremental commit of Duplication
2015-10-20 09:25:31 -07:00
2a1388772a
Incremental commit of duplication
2015-10-19 17:32:43 -07:00
8e2a2eeba5
[Entanglement] Add license headers
...
...per code review feedback from nasa/openmctweb#175
2015-10-19 12:08:49 -07:00
fa3821b50f
Update of CopyService with new copy algorithm (incomplete)
2015-10-18 20:58:17 -07:00
0f63e4dde9
[Tests] Rewrite search aggregator specs
2015-10-16 17:06:23 -07:00
12efb47be7
[Search] Remove timeouts and timestamps
...
Remove timeouts and timestamps which were not effectively doing anything.
2015-10-16 16:09:51 -07:00
a2fce8e56c
[Search] Rewrite elasticsearch provider with prototype
...
Rewrite the elasticsearch provider to use prototypes and clean up the implementation.
Now returns a modelResults object to keep it in line with the general search
provider.
2015-10-16 16:05:31 -07:00
78e5c0143b
[Search] Overhaul generic search provider
...
Rewrite the generic search provider to use prototypes. Increase performance
by utilizing the model service instead of the object service, and use a
simplified method of request queueing.
2015-10-16 15:30:14 -07:00
099591ad2e
[Search] Aggregator returns objects, providers return models
...
Search providers return search results as models for domain objects, as the
actual number of max results is enforced by the aggregator, and because the
individual providers store and return the models for their objects already.
This lowers the amount of resources consumed instantiating domain objects, and
also allows the individual search providers to implement function-based
filtering on domain object models, which is beneficial as it allows the search
filtering in the search controller to be done before paginating of results.
2015-10-16 15:26:04 -07:00
b5505f372f
[Search] Generic Worker Performance Tweaks
...
The generic search worker now does indexing work during the index operation,
ensuring that queries do not have to do extraneous or repeat calculations.
Change the return format slightly and fixed a bug in the GenericSearchProvider
which caused more objects than intended to be returned from the provider.
2015-10-16 12:39:41 -07:00
9ad860babd
[Search] Rewrite search controller, tidy
...
Rewrite the search controller, making numerous changes and using prototypical
style.
First, the search controller immediately hides previous results when a new
search is started. Secondly, the search controller ensures that search results
displayed match the currently entered query, preventing race conditions. Finally,
the search controller uses a poor filtering option that means it may not display
all results.
2015-10-16 12:34:47 -07:00
87e317a6f5
[CI] Remove non-existent bundle from procfile
...
Remove the example/localstorage bundle from the procfile.
Fixes #153 .
2015-10-16 11:33:42 -07:00
14722a6ef5
Reset histories before fetching
2015-10-16 08:32:44 -07:00
9d17768327
Updated tutorial to reference app.js built in web server instead of http-server
2015-10-15 15:51:54 -07:00
688718cad0
Fixed jslint errors
2015-10-15 13:10:03 -07:00
efb7611f6e
Added Table of Contents generation
2015-10-15 12:35:38 -07:00
d3ff0a258e
Added links to architecture document from services
2015-10-14 19:18:27 -07:00
4f18663c71
Fixed title in tutorials
2015-10-14 17:14:00 -07:00
8c2a29e895
Modified file copy prcess to prevent encoding of png's as utf8
2015-10-14 17:11:08 -07:00
821a1a485c
[Production] Updated symbols font to v25
...
open #188
Added icon-dataset e611;
2015-10-14 16:45:55 -07:00
f08725b6a2
Fixed jshint errors
2015-10-14 16:22:11 -07:00
301b73c6c6
Banner notifications are not maximized if 'info' message
2015-10-14 16:22:10 -07:00
912e70d219
Fixed failing tests, and added stopPropagation to prevent maximizing of notifications on action click or dismiss
2015-10-14 16:22:10 -07:00
1d41939418
Fixed failing tests
2015-10-14 16:22:10 -07:00
ee382be38d
Added transitions and severity classes
2015-10-14 16:22:10 -07:00
34ea3ad9bb
[Frontend] Banner message animations; class renaming
...
open #163
open #170
Added transition animations to message banners;
Renamed $colorStatus* class names to map more
closely to severity constants;
2015-10-14 16:22:10 -07:00
2ba6f18c59
Making changes to implement display queue
2015-10-14 16:22:10 -07:00
b2a09599a0
Modified messages dialog launcher
2015-10-14 16:22:10 -07:00
11264759ec
Added highest severity calculation in NotifiationService
2015-10-14 16:22:10 -07:00
c0ff6de27b
Added notification indicator
2015-10-14 16:22:10 -07:00
60dda8a7a4
Updated
2015-10-14 16:21:54 -07:00
5b617295e9
Did review of tutorials
2015-10-13 13:54:24 -07:00
53a3a2f459
Additional editing
2015-10-13 13:54:24 -07:00
64fae21d16
Fixed code formatting error
2015-10-13 13:54:24 -07:00
87f48aac35
Fixed code formatting error
2015-10-13 13:54:24 -07:00
e43a788a6d
Fixed code formatting error
2015-10-13 13:54:24 -07:00
fa487e026e
Fixed code formatting error
2015-10-13 13:54:24 -07:00
3701fd75dd
Finished first pass of tutorials
2015-10-13 13:54:24 -07:00
d787e84fd4
Updated tutorials
2015-10-13 13:54:24 -07:00
1922e1e241
Finished developer guide
...
Fixed date of modification
2015-10-13 13:54:24 -07:00
e52f53b7ff
Fixed markdown
2015-10-13 13:54:24 -07:00
d1be256691
Reverted gendocs changes
2015-10-13 13:54:12 -07:00
0538d6e60f
Initial working version
2015-10-12 19:54:03 -07:00
1fcf900271
Added telemetry request ID prefix
2015-10-12 10:41:21 -07:00
183468fcbf
Trying to figure out why requests have no 'source' property
2015-10-10 12:17:30 -07:00
82ae9e72c1
Integrated notifications list
2015-10-09 14:17:55 -07:00
85300d3743
Refactored DialogService a little
2015-10-09 11:57:47 -07:00
fe3e3325e1
Merge branch 'open170' into open155
2015-10-09 11:00:09 -07:00
2b97d61d6c
Further integration work
2015-10-09 10:59:36 -07:00
954fdd5906
[Frontend] Sanding/positioning and Cancel button added to Messasges dialog
...
open #159
open #170
Added Cancel button to Messages dialog in DialogService.js;
Important tweaks to layout of messages to allow
bottom-bar to align to bottom in singleton dialog view;
Revised status colors in theme's constants files;
2015-10-08 19:10:26 -07:00
9b11d95437
shuttle
2015-10-08 16:04:14 -07:00
8267058487
Begun integration of Notifications framework with Charles' code
2015-10-08 15:08:26 -07:00
4a913376ac
Merge branch 'open170' into open155
2015-10-08 13:57:25 -07:00
5ff3c71523
Fixed the Banner Controller which was not returning reference to controller
2015-10-08 13:56:59 -07:00
ba614fe2d6
Trying to sort out error
2015-10-08 13:46:42 -07:00
5e713f279b
Moved some more vars
2015-10-08 13:18:47 -07:00
df590107cb
Moved some more vars
2015-10-08 13:17:12 -07:00
fc8630dbc6
Moved some vars
2015-10-08 13:15:31 -07:00
12a94f828a
Added some more semicolons
2015-10-08 13:14:30 -07:00
0e840ae003
[Frontend] Messages major work
...
open #159
open #170
CSS, markup and JS test files initially complete;
Templates renamed for consistency;
message-type icons styled;
Added severity constant "alert";
TO-DO: check refactored CSS against mobile,
see what's broken;
2015-10-08 13:09:41 -07:00
e1e5919f68
Added some semicolons
2015-10-08 13:08:43 -07:00
b2cd66bd5d
Merged in charles' changes
2015-10-08 11:26:31 -07:00
af1fa6e77a
added semicolons to test spec
2015-10-08 11:13:32 -07:00
5ff90f7254
Added more tests, some refactoring
2015-10-08 11:03:48 -07:00
0ca9e5c952
[Frontend] Message list initially working
...
open #159
open #170
Thank you @akhenry;
launchMessages function added to DialogLaunchController.js;
New message-list.html template;
message.html is now its own include;
blocking-message.html renamed to
overlay-blocking-message.html;
2015-10-08 09:37:43 -07:00
67d78772fa
Added providers, adapters, data dictionary
2015-10-08 08:46:44 -07:00
dbcad51325
[Frontend] Tiny mod to dialog-launch.html
...
open #159
open #170
2015-10-07 21:32:34 -07:00
8ee93d9603
[Frontend] Tweaks to dialog-launch; added ui-symbols
...
open #159
open #170
2015-10-07 18:26:11 -07:00
ac59df9595
[Frontend] Added type-icon to message dialogs
...
open #159
open #170
Percent complete added to progress-bar.html;
Refined overlay height;
2015-10-07 17:56:25 -07:00
182eff977c
[Frontend] Dialog and overlay layout/positioning mods
...
open #159
open #170
Restructured overlay size and positioning approach
for better flexibility;
Getting new dialogs and the overlay to
play nicely in mobile context;
2015-10-07 16:36:55 -07:00
3af23b7bc5
Added test cases for notification service
2015-10-07 14:30:19 -07:00
7f529eec68
[Frontend] Mods to OverlayService
...
open #159
open #170
OverlayService can now be passed typeClass,
which is added to the CSS class of the overlay's
mct-include tag - intent is to allow the overlay
to size itself based on the type of content to be
displayed;
2015-10-07 12:11:30 -07:00
ad4292f1e9
[Frontend] Mods to DialogService model and dialogs
...
open #159
open #170
Properly re-cast model.hint and added model.actionText;
Moved progressText into progress-bar.html;
Tweaks to dialog styles;
Tweaked styles for progress bar;
Normalized various dialog templates markup;
2015-10-07 11:45:08 -07:00
6840e596a5
[Frontend] Adding progress-bar.html template
...
open #159
open #170
2015-10-07 10:25:47 -07:00
bf41d82a78
[Entanglement] Restore missing specs
...
Restore specs which had been omitted from suite.json (but currently
succeed for the relevant scripts); done in the context of
nasa/openmctweb#147
2015-10-06 16:50:35 -07:00
a4944717a1
[Location] Test getOriginal method
2015-10-06 16:47:37 -07:00
70bbd3cf97
[Entanglement] Add test cases for Go To Original
2015-10-06 16:37:37 -07:00
e3afaf0842
[Entanglement] Add Go To Original
...
nasa/openmctweb#147
2015-10-06 16:26:08 -07:00
60f2f9fb6c
[Location] Add getOriginal method
...
Add a getOriginal method to the location capability, to simplify
loading of original versions of objects. nasa/openmctweb#147
2015-10-06 16:18:51 -07:00
30fd8c451e
[Frontend] Progress bar as include; progress dialog
...
open #163
open #170
Progress bar now mct-include;
Progress dialog sanded;
Dialog launcher modded;
2015-10-06 16:10:27 -07:00
bf0014f1b9
Temporary commit
2015-10-06 14:45:10 -07:00
2aeebff652
Merging in Andrew's work so far on progress and blocking dialogs
...
open #163
open #170
Squashed commit of the following:
commit ec7edb58ca
Author: Henry <akhenry@aitutaki.ndc.nasa.gov >
Date: Mon Oct 5 10:39:06 2015 -0700
Rename dialogSeverity to messageServity for reuse with notifications
commit d20abe01dd
Author: Henry <akhenry@aitutaki.ndc.nasa.gov >
Date: Fri Oct 2 16:40:29 2015 -0700
Fixed docs
commit 227da18498
Author: Henry <akhenry@aitutaki.ndc.nasa.gov >
Date: Fri Oct 2 16:27:41 2015 -0700
Added semicolon
commit 22d424f96e
Author: Henry <akhenry@aitutaki.ndc.nasa.gov >
Date: Fri Oct 2 16:26:29 2015 -0700
Fixed code errors
commit 2c77c3647c
Author: Henry <akhenry@aitutaki.ndc.nasa.gov >
Date: Fri Oct 2 16:24:01 2015 -0700
Initial commit of blocking dialog service with test code to demonstrate usage
2015-10-06 14:41:58 -07:00
471a25a625
[Frontend] Progress bar/ message banner markup and styling
...
open #170
Major work on progress bar;
2015-10-06 14:34:53 -07:00
d606ee421f
[Frontend] New template for message-banner
...
open #159
open #170
Added markup and beginning of styling;
Temporarily added mct-include elem to bottombar.html;
2015-10-02 18:37:01 -07:00
926aed72c3
[Frontend] Style and display changes to status block
...
open #159
open #170
Refined structure in status block markup and css;
Added status-related color constants to theme scss files;
2015-10-02 17:42:31 -07:00
7014808c13
[Frontend] Style and display changes to status block
...
open #159
open #170
Moved classes from _bottom-bar.scss into _layout.scss
and new file _messages.scss;
Removed _bottom-bar.scss;
Revised display behavior of .status.block to show label on
hover;
2015-10-02 15:41:02 -07:00
61a272b257
[API Redesign] Add note about Web Workers
...
Add note about RequireJS as a dependency injector
facilitating use from web workers, as noted in
comments to nasa/openmctweb#141
2015-09-30 13:59:53 -07:00
37dede568c
Added Capabilities
2015-09-29 15:30:12 -07:00
b3fb06ba3f
Up to page 52
2015-09-25 14:28:52 -07:00
b7a612127d
Added additional sections, up to Templates
2015-09-25 09:09:34 -07:00
2f4cf44229
Added additional pages to developer's guide MD version
2015-09-24 13:17:46 -07:00
73e959f95a
Incremental commit of developer's guide
2015-09-24 09:44:24 -07:00
b4c0de84d8
Intermediary commit; considering imperative plugins
2015-09-16 16:32:48 -07:00
8ce8080253
[Timelines] Begin removing namespacing
...
Begin de-namespacing timelines/activities for inclusion
in open source. WTD-1239
2015-09-15 08:34:15 -07:00
96f72b3765
[Clocks] Add license, change keys
...
Un-namespace keys in clock plugin, and add licensing
info for moment-duration-format. WTD-1239
2015-09-14 16:52:56 -07:00
c932e953bc
[Plugins] Bring over timeline, clock plugins
...
WTD-1239
2015-09-14 16:45:41 -07:00
c91e914c22
[API Redesign] Add proposal to improve fault tolerance
...
Related to #79
2015-09-11 12:26:45 -07:00
c2971fd485
[API] Propose telemetry API revisions
2015-09-04 09:30:09 -07:00
7d94e20c8f
[API] Add proposals for capability changes
...
WTD-1237
2015-09-01 09:36:04 -07:00
8f8dd6c11f
[API] Propose nomenclature change
...
WTD-1237
2015-08-27 16:01:47 -07:00
7f0f03e787
Fixed typo
2015-08-25 14:20:27 +03:00
553e226a5d
[API] Add proposal for removing delegation
2015-08-20 14:34:59 -07:00
dfacf08e45
[API] Propose registering instances
...
WTD-1237
2015-08-19 13:44:34 -07:00
e7fa0e9f21
[API] Add proposal w.r.t. third-party APIs
...
WTD-1237
2015-08-19 13:26:58 -07:00
ccfafb6f89
[API] Add more proposals
...
WTD-1237
2015-08-19 13:07:54 -07:00
097794d94f
[API] Smaller redesign notes
2015-08-18 17:55:15 -07:00
cd51c359eb
[API] Add notes on bundles to API redesign
2015-08-18 16:37:58 -07:00
2adf84b082
[API] Add proposal for wrapping Angular services
2015-08-18 16:14:14 -07:00
4c00d5d58f
[API] Propose view changes
2015-08-18 15:45:36 -07:00
844d608fb9
[API] Begin proposing changes
2015-08-18 14:02:30 -07:00
d46eea64e4
Merge remote-tracking branch 'github/api-redesign' into api-redesign
...
Conflicts:
docs/src/design/proposals/APIRedesign.md
2015-08-17 09:56:46 -07:00
4d4fe7f626
[API] Incorporate newer feedback
2015-08-17 09:49:34 -07:00
12760b63b9
[API] Add additional feedback
2015-08-17 09:38:30 -07:00
8fae298fde
[API] Fix heading depth
2015-08-14 12:32:51 -07:00
7ddaa4614b
[API] Fix markdown formatting
2015-08-14 12:23:11 -07:00
f1bc15bf4f
[API] Begin adding notes for API redesign
2015-08-14 12:18:53 -07:00