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
David 'Epper' Marshall
63fabe576c
[Code cleanup] Remove legacy about dialog #4038 ( #4368 )
...
* WIP plan icon
* MCT 4038
* removed other changes
* added remvoed line
* Update _constants.scss
Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
2021-12-06 11:29:08 -08:00
Victor Woeltjen
5d3adc6a7f
[Documentation] Add security guide ( #1900 )
...
* [Documentation] Add initial security overview content
Fixes #1833
* [Documentation] Outline security guide
* [Documentation] Retitle Security Guide
* [Documentation] Reformat security procedures
* [Documentation] Flesh out security notes
* [Documentation] Add references to Security Guide
* [Documentation] Note role of static analysis
https://github.com/nasa/openmct/pull/1900#pullrequestreview-93769470
2018-02-02 14:23:08 -08:00
Even Stensberg
d34e36831c
prepare -> prepublish
2018-01-04 10:47:14 -08:00
Charles Hacskaylo
9ca8975baf
[Documentation] Add number input
...
Fixes #1628
numberfield added to .md files;
2017-06-23 14:32:21 -07:00
Henry
4e457f1cf0
Fixed failing tests, and added new tests
2017-03-27 11:15:27 -07:00
Pete Richards
65325b90fd
Composition policy takes child instance
...
The composition policy now takes a child instance instead
of the child type, as in all cases we have access to the child
object.
This allows new-style objects to be contained by old-style objects.
Updated all composition policies to use standardized argument names
instead of `context` and `candidate`; this makes it easier to
understand.
Updated AddActionProvider to hardcode the object types supported.
2017-02-21 12:32:49 -08:00
Pete Richards
49560698f6
[Reorg] Make timeline-specific chart directive
...
Make a separate chart directive for drawing resource graphs in timelines. This
is in preparation for a new plot bundle which will make a large number of
changes to the drawing API to support newly requested features. By separating
code, there will be no impact to the timeline when the new plot features are
added.
2017-01-17 09:59:00 -08:00
Pete Richards
daa71c4f69
[Navigation] remove mct-before-unload
...
Remove mct-before-unload, and move the functionality to the navigation
service. The navigation service considers "unload" to be a navigation
event and prompts in much the same way as it would before any other
navigation event.
https://github.com/nasa/openmct/issues/1360
2016-12-20 16:43:23 -08:00
Alex M
37cf56a2b3
[Documentation] Add extra controls
2016-09-13 00:53:50 +03:00
Dhrubomoy Das Gupta
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
Victor Woeltjen
431b836568
[Branding] Change name in docs hierarchy
...
...from Open MCT Web to plain-old Open MCT.
2016-05-04 10:13:09 -07:00
Andrew Henry
6bf1ef5bcc
Revert "Revert "[Tables] Fix to correct sorting in realtime tables""
2016-04-22 09:44:34 -07:00
Andrew Henry
8b390e7fb9
Revert "[Tables] Fix to correct sorting in realtime tables"
2016-04-20 19:31:54 -07:00
Henry
20672ad028
[Tables] #801 Documented MctTable directive
2016-04-11 12:55:56 -07:00
Victor Woeltjen
8581547a9c
[Templates] Allow only template property for containers
...
...to work around difficulties with transclusion using
templateLinker.
2016-02-26 14:49:55 -08:00
Victor Woeltjen
ad767d0db9
[Build] Update build instructions in documentation
2016-02-03 17:11:10 -08:00
Victor Woeltjen
ed63e326fe
[API Refactor] Update documentation
...
...to reflect new manner in which tests are run.
2016-01-08 14:55:37 -08:00
Victor Woeltjen
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
Victor Woeltjen
02050fa3ef
[Time Conductor] Document ng-blur on mct-control
2015-11-27 14:02:16 -08:00
Victor Woeltjen
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
Victor Woeltjen
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
akhenry
573e5608fc
Merge pull request #319 from nasa/open-status-tracking
...
[Status] Add status tracking
2015-11-20 13:18:09 -08:00
Victor Woeltjen
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
Victor Woeltjen
ef5a26dfcc
[Documentation] Specify default value
...
...for shared property of workers.
2015-11-16 16:16:22 -08:00
Victor Woeltjen
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
Victor Woeltjen
647a1403d0
[Persistence] Update developer guide
...
Replay changes to developer guide regarding identifier syntax
and persistence spaces.
2015-11-10 13:01:32 -08:00
Henry
05f8739952
Diffs
2015-11-09 13:46:27 -08:00
Henry
78004ebf37
Fixed broken linkes
2015-11-06 17:40:43 -08:00
Victor Woeltjen
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
Andrew Henry
cc97408433
Removed inserted TOC
2015-10-20 21:16:54 -07:00
Andrew Henry
efb7611f6e
Added Table of Contents generation
2015-10-15 12:35:38 -07:00
Andrew Henry
d3ff0a258e
Added links to architecture document from services
2015-10-14 19:18:27 -07:00
Andrew Henry
1922e1e241
Finished developer guide
...
Fixed date of modification
2015-10-13 13:54:24 -07:00
Andrew Henry
e52f53b7ff
Fixed markdown
2015-10-13 13:54:24 -07:00
Andrew Henry
d1be256691
Reverted gendocs changes
2015-10-13 13:54:12 -07:00
Andrew Henry
37dede568c
Added Capabilities
2015-09-29 15:30:12 -07:00
Andrew Henry
b3fb06ba3f
Up to page 52
2015-09-25 14:28:52 -07:00
Andrew Henry
b7a612127d
Added additional sections, up to Templates
2015-09-25 09:09:34 -07:00
Andrew Henry
2f4cf44229
Added additional pages to developer's guide MD version
2015-09-24 13:17:46 -07:00
Andrew Henry
73e959f95a
Incremental commit of developer's guide
2015-09-24 09:44:24 -07:00
Victor Woeltjen
633c00f161
[Documentation] Minor cleanup
...
Minor cleanup around placeholder sections of
documentation, MissionControl/vista#21
2015-08-06 11:53:04 -07:00
Victor Woeltjen
ff5e7486bc
[Documentation] Move doc sources
...
Move doc sources to docs/src MissionControl/vista#21
2015-08-03 12:46:47 -07:00