John Hill
0413e77d8a
test(e2e): Major refactor and stabilization of e2e tests ( #7581 )
...
* fix: update broken locator
* update eslint package
* first pass of lint fixes
* update package
* change ruleset
* update component tests to match linting rules
* driveby
* start to factor out bad locators
* update gauge component
* update notebook snapshot drop area
* Update plot aria
* add draggable true to tree items
* update package
* driveby to remove dead code
* unneeded
* unneeded
* tells a screenreader that this is a row and a cell
* adds an id for dragondrops
* this should be a button
* first pass at fixing tooltip selectors
* review comments
* Updating more tests
* update to remove expect expect given our use of check functions
* add expand component
* move role around
* update more locators
* force
* new local storage
* remove choochoo steps
* test: do `lint:fix` and also add back accidentally removed code
* test: add back more removed code
* test: remove `unstable` annotation from tests which are not unstable
* test: remove invalid test-- the "new" time conductor doesn't allow for millisecond changes in fixed time
* test: fix unstable gauge test
* test: remove useless asserts-- this was secretly non-functional. now that we've fixed it, it makes no sense and just fails
* test: add back accidentally removed changes
* test: revert changes that break test
* test: more fixes
* Remove all notion of the unstable/stable e2e tests
* test: eviscerate the flake with FACTS and LOGIC
* test: fix anotha one
* lint fixes
* test: no need to wait for save dialog
* test: fix more tests
* lint: fix more warnings
* test: fix anotha one
* test: use `toHaveLength` instead of `.length).toBe()`
* test: stabilize tabs view example imagery test
* fix: more tests be fixed
* test: more `toHaveCount()`s please
* test: revert more accidentally removed fixes
* test: fix selector
* test: fix anotha one
* update lint rules to clean up bad locators in shared fixtures
* update and remove bad appActions
* test: fix some restricted notebook tests
* test: mass find/replace to enforce `toHaveCount()` instead of `.count()).toBe()`
* Remove some bad appActions and update text
* test: fix da tree tests
* test: await not await await
* test: fix upload plan appAction and add a11y
* Updating externalFixtures with best practice locators and add missing appAction framework tests
* test: fix test
* test: fix appAction test for plans
* test: yum yum fix'em up and get rid of some dragon drops
* fix: alas, a `.only()` got my hopes up that i was done fixing tests
* test: add `setTimeConductorMode` test "suite" which covers most TC related appActions
* test: fix arg
* test(couchdb): fix some network tests via expect polling
* Stabalize visual test
* getCanasPixels
* test: stabilize tooltip telemetry table test, better a11y for tooltips
* chore: update to use `docker compose` instead of `docker-compose`
* New rules, new tests, new me
* fix sort order
* test: add `waitForPlotsToRender` framework test, passthru timeout override
* test: remove `clockOptions` test as we have `page.clock` now
* test: refactor out `overrideClock`
* test: use `clock.install` instead
* test: use `clock.install` instead
* time clock fix
* test: fix timer tests
* remove ever reference to old base fixture
* test: stabilize restricted notebook test
* lint fixes
* test: use clock.install
* update timelist
* test: update visual tests to use `page.clock()`, update snapshots
* test: stabilize tree renaming/reordering test
* a11y: add aria-label and role=region to object view
* refactor: use `dragTo`
* refactor: use `dragTo`, other small fixes
* test: use `page.clock()` to stabilize tooltip telemetry table test
* test: use web-first assertion to stabilize staleness test
* test: knock out a few more `page.click`s
* test: destroy all `page.click()`s
* refactor: consistently use `'Ok'` instead of `'OK'` and `'Ok'` mixed
* test: remove gauge aria label
* test: more test fixes
* test: more fixes and refactors
* docs: add comment
* test: refactor all instances of `dragAndDrop`
* test: remove redundant test (covered in previous test steps)
* test: stabilize imagery operations tests for display layout
* chore: remove bad unicorn rule
* chore(lint): remove unused disable directives
---------
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2024-08-07 21:36:14 +00:00
Jesse Mazzella
4ee68cccd6
docs: better docs and types for the API ( #7796 )
...
* docs: fix type imports in openmct.js
* docs: fix type imports
* docs: fix types for eventHelpers
* docs: types for TypeRegistry
* docs: types for StatusAPI
* docs: fix ObjectAPI types and docs
* docs: more types
* docs: improved types for main entry
* docs: improved types
* fix: unbreak the linting
* chore: remove EventEmitter webpack alias as it hide types
* fix: return type
* fix: parameter type
* fix: types for composables
* chore: add webpack consts to eslintrc
* fix: remove usage of deprecated timeAPI methods and add a ton of docs and types
* docs: update README.md
* lint: clean up API.md
* chore: upgrade eventemitter to v5.0.2
* refactor: update imports for EventEmitter to remove alias
* format: lint
* docs: update types for Views and ViewProviders
* docs: expose common types at the base import level
* docs(types): remove unnecessary tsconfig options
* docs: ActionAPI
* docs: AnnotationAPI
* docs: import common types from the same origin
* docs: FormsAPI & TelemetryAPI types
* docs: FormController, IndicatorAPI
* docs: MenuAPI, ActionsAPI
* docs: `@memberof` is not supported by `tsc` and JSDoc generation so remove it
* docs: RootRegistry and RootObjectProvider
* docs: Transaction + Overlay
* lint: words for the word god
* fix: review comments
2024-07-31 10:46:16 -07:00
Andrew Henry
7f95325816
Add CodeQL badge to readme ( #6803 )
...
Because we're passing and we should be proud of that!
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2023-12-14 07:31:31 -08:00
John Hill
2cc00271b1
[CI] Add CI Troubleshooting doc ( #6988 )
...
* document how to bust cache
* Update TESTING.md
Co-authored-by: David 'Epper' Marshall <epper.marshall@gmail.com>
* add approapriate link
* Update missing troublehshooting doc and combine code-cov docs
* comments
---------
Co-authored-by: David 'Epper' Marshall <epper.marshall@gmail.com>
2023-11-09 08:04:52 -08:00
Jesse Mazzella
d44e06d598
docs: add related repos section to README.md ( #7111 )
...
* docs: add related repos section to README.md
* docs: update related repos section
2023-11-06 16:10:37 -08:00
Even Stensberg
f9db6433a1
docs(readme): indent correctly ( #6996 )
...
* fix(readme): indent correctly
* fix(readme): review
* fix(readme): review
* chore(docs): revise
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
* docs: tidy up a bit
---------
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
Co-authored-by: Jesse Mazzella <jesse.d.mazzella@nasa.gov>
2023-08-28 19:59:25 +00:00
Even Stensberg
cbac2c1c82
docs(readme): note sections ( #6997 )
...
* fix(readme): note sections
* fix: notes
* fix: notes
* fix(readme): better markdown
---------
Co-authored-by: Jesse Mazzella <ozyx@users.noreply.github.com>
2023-08-28 19:50:20 +00:00
Even Stensberg
a52577e729
feat(tooling): adds nvm ( #6938 )
...
* feat(tooling): adds nvm
* fix(ci): nodev16 -> nodev18
* chore(node): dont modify ci config
* feat(nvm): add lts
* docs(readme): add section on nvm
* fix(docs): revise section
---------
Co-authored-by: John Hill <john.c.hill@nasa.gov>
2023-08-19 13:16:26 -07:00
Jesse Mazzella
10f3e13e4d
chore: modify cspell config and fix all typos ( #6908 )
2023-08-10 16:20:16 +00:00
Simon Waldherr
ceffee9f22
docs: Remove LGTM badge from README ( #6072 )
...
Update README.md
remove LGTM-Badge - Sadly, LGTM.com is no longer available
2023-02-22 23:09:31 +00:00
Andrew Henry
be73b0158a
Remove link to retired live demo ( #6008 )
...
* Remove link to retired live demo
Closes https://github.com/nasa/openmct/issues/6006
Remove link to retired live demo
* Added screenshot
2022-11-28 17:06:55 +00:00
Michael Rogers
026eb86f5f
4417 fix codeql issues ( #5793 )
...
* Add release to codeql and queries to match lgtm
* Add lgtm config file
* Custom codeQL config to ignore app.js
* Custom config for lgtm
* Remove query filter for lgtm
* Updated the security test docs
* Remove lgtm.yml and delete app.js references
* Update codeql-config.yml
Co-authored-by: Alize Nguyen <alizenguyen@gmail.com>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2022-10-07 16:30:09 +00:00
Scott Bell
2bdac56505
Replace app.js with webpack-dev-server ( #5797 )
2022-09-30 08:17:02 -07:00
Jesse Mazzella
f493f031df
[e2e] Refactor and document our extension of existing Playwright API and RFE features ( #5537 )
2022-07-27 14:31:18 -07:00
John Hill
7b2ff8fa15
[Docs] add browserlist and linting capability ( #4811 )
...
* add browserlist to package.json
* add browserlist linting
* add eslint compat package
* Add blurb about browser support
* add ios safari
* remove node
* add comment and simple disable
Co-authored-by: unlikelyzero <jchill2@gmail.com>
Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
Co-authored-by: Scott Bell <scott@traclabs.com>
2022-03-21 20:27:18 +01:00
Andrew Henry
058259278c
Remove legacy codebase ( #4844 )
...
* Remove legacy codebase
* Remove legacy docs
* Fixed memory leak in timer spec
* Remove Angular dependency
* Removed adapter layer
* Removed legacy support plugin from main Open MCT repo
* Restored TelemetryAPI.js which had been inexplicably deleted?
* Fix linting error
* Drop line coverage threshold due to removed code
* Added a section on Open MCT 2.0.0 to the readme
2022-02-11 11:09:58 -08:00
John Hill
324318793d
Include note about node version support in the intro install guide ( #4732 )
2022-01-19 11:45:57 -08:00
John Hill
86e5d10fc1
Add npm badge for the lazy ( #4619 )
...
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2022-01-04 11:41:19 -08:00
John Hill
02c2fb5655
Implement e2e functional smoke testing and visual regression testing with playwright ( #4456 )
...
* First example of playwright
* Move config
* set junit output
* fix config and update version
* staged changes
* new files
* update to remote dir
* remove remote
* smoke
* Update smoke.spec.js
* Add eslint for playwright
* Add dependabot rule for playwright
* Add adhoc GHA for playwright
* Update tests and fix eslint
* move playwright eslint config to e2e dir
* Add to circle config
* store artifacts
* wrong location for storing artifacts
* slash?
* build before start
* increase timeouts in circle
* remove duplicate build step
* timeout values
* add retries
* reduce retries
* add percy emblem
* added percy
* Adds GHA for adhoc trigger and baseline visual
* Bump and Rev dependabot separte from karma
* update e2e label for additional pr logic
* Ignore playwright changes for codeql
* Update documentation
* Add ability to run all tests on pr label
* eof
* yamlamlaml
* issue instead of pull api
* archive results and include a link in the PR comment
* log context and attempt string concat
* concat fix
* add success/failure options
* add alure reporting
* lock playwright image
Co-authored-by: unlikelyzero <jchill2@gmail.com>
2021-11-29 16:34:47 -08:00
John Hill
bf7b672957
[CI] Disable html unit test reporting to increase CI Speed ( #4416 )
...
* [CI] Disable html unit test reporting to increase CI Speed
* remove package
* Remove istanbul html reports
* clean up errors
* Update README.md
2021-11-01 09:02:32 -07:00
Jamie V
2a1e322230
adding link to discussions in readme to encourage users to showcase their use of Open MCT ( #3933 )
...
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
2021-06-22 09:34:36 -07:00
Andrew Henry
c946609d13
Added LGTM code quality badge ( #3960 )
...
We score an A, we should flaunt it! (We should also aim for A+).
2021-06-22 09:10:08 -07:00
Shefali Joshi
ac015c3e45
Updates to the sprint cycle and end of sprint release process ( #3878 )
...
* Updates to the sprint cycle and end of sprint release process
* Adds reviewer checklist item for labelling an issue as a bug
* Update Cycle doc with test process changes.
* Update static.md references, add Issue templates
* Updated criticality definition
Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
Co-authored-by: John Hill <jchill2.spam@gmail.com>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
2021-05-28 12:24:14 -07:00
Andrew Henry
23781fa686
Correct release number ( #2575 )
2019-12-11 14:16:24 -08:00
Andrew Henry
8ec1b9965a
Updates to README in topic-core-refactor ( #2573 )
...
* Updates to README in topic-core-refactor
In preparation for merge into Master
* Added section on v1.0.0 and link to Migration Guide
* Minor wording change
* More minor wording changes
2019-12-11 10:28:47 -08:00
Pete Richards
0d53898af9
Build refactor to webpack ( #2139 )
...
* Move to webpack build
* Use webpack for building openmct. Move SCSS to one folder and load
all core css up front. Remove bower, begin removing gulp in favor
of npm run.
* Uses eslint instead of jshint and jscs. Merge style checking rules
into .eshintrc.js, carrying over core parts of crockford style and
our adaptations. Current code base fails to pass the linter, want
to separate linter changes from fixes to linting rules.
* Support for Vue SFC with example
* Remove outdated examples
* Use HTML loader for html (supports relative imports of resources e.g.
images) and raw-loader for when javascript must be loaded as text.
2018-08-07 14:47:50 -07:00
Even Stensberg
d34e36831c
prepare -> prepublish
2018-01-04 10:47:14 -08:00
Pete Richards
3dea30b1e1
[README] Remove reference to protractor
...
Since protractor was removed, remove references in readme.
2017-05-18 15:56:43 -07:00
Pete Richards
2a7e6c1173
[Docs] Link to correct tutorial
...
Link to correct tutorial in readme.
Fixes https://github.com/nasa/openmct/issues/1535
2017-04-24 16:29:41 -07:00
Josh Baldwin
9f9d28deef
adding MCT name to README
2017-01-21 11:27:20 -05:00
Victor Woeltjen
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
Andrew Henry
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
Victor Woeltjen
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
Victor Woeltjen
f0064fd91f
[README] Warn about root installation issues
...
Mitigates #1151 .
2016-08-29 10:58:02 -07:00
Andrew Henry
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
Andrew Henry
cd21575546
[Documentation] Minor punctuation change, and added links
2016-07-13 08:57:52 -07:00
Andrew Henry
f9d6b9fe5d
Merge pull request #1044 from pacozaa/master
...
[Documentation] Improve README.md in Build section
2016-07-13 08:50:29 -07:00
pacozaa
407766774d
[Documentation] Add Building and Running Open MCT Locally Section from #1044 comment
2016-07-13 15:05:11 +07:00
pacozaa
12b5544959
[Documentation] Edit as Reqeust in #1044 comment
2016-07-09 20:49:05 +07:00
pacozaa
eef08ccb0b
[Documentation]Add convince messages
2016-06-28 13:05:28 +07:00
pacozaa
8a9edd3705
[Documentation] Add Official site
2016-06-28 12:51:12 +07:00
Sarin
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
Sarin
b57fc2a0e3
[Documentation] Add getting started section
2016-06-27 16:51:55 +07:00
Andrew Henry
ce87ad2564
Merge pull request #916 from ev1stensberg/patch-2
...
[Branding] Added Apache license to README.md
2016-06-23 11:43:16 -07:00
Sarin
bfc6ed4604
modified README.md for better documentation
2016-06-21 17:09:09 +07:00
Sarin
9cb26b73b5
modified document
2016-06-21 17:02:40 +07:00
mockingjamie
1144f818cf
Proofread readme.md
...
Made minor grammatical corrections.
2016-06-13 21:27:28 -04:00
Even Stensberg
0564759481
Swapped order of license
...
Swaped license order with name
2016-05-10 21:48:24 +02:00
Even Stensberg
24e391edf7
[Branding] Added Apache license to README.md
...
Added Apache license
2016-05-10 21:44:10 +02:00
pacozaa
bcd5f1ee24
add shortcut for see the app quickly
2016-05-09 03:05:21 +07:00