mirror of
https://github.com/nasa/openmct.git
synced 2026-06-01 12:27:49 -05:00
* skeleton for comps
* more scaffolding
* more drafts
* worker ready
* telemetry is null for some reason
* can add two sin waves
* adding works
* exact values enabled
* subscriptions work
* slowing adding gui
* fix plots
* rudimentary expression editor
* correctly persist
* parameters
* can take arbitrary expressions
* styles and timing for loading worker
* ui works kinda
* need to figure out ranger
* works with time
* timesystem works
* get rid of batch for now
* gui still leaking data
* memory conserved
* styles
* fix initial load
* expression validator
* fix test data
* do not persist
* persist after adding
* fix editing issues
* mutate when parameters or expression changes
* implement output format
* implement output format
* be consistent with output key
* add icons and fix errant telemetry
* lint
* lint
* use key instead of name
* Style enhancements for Derived Telemetry object
- Closes #7823
- Font files updated - do not merge!
- New glyph and data URI background for object.
* Style enhancements for Derived Telemetry object
- Closes #7823
- Tweak to object description.
* Enhancements for Derived Telemetry object
- Closes #7823
- Added new `ObjectPathString.vue` UI component, based on `ObjectPath.vue`.
* Style enhancements for Derived Telemetry object
- Closes #7823
- Significant mods for style and CSS classing. Still WIP, more coming.
* Enhancements for Derived Telemetry object
- Closes #7823
- Code cleanup and tweaks.
* do not apply test data when edit mode changes to false
* Revert "do not apply test data when edit mode changes to false"
This reverts commit eac4676cad.
* trying this again without blowing away the very pretty styling
* clean up composition effects
* allow deleting of parameters
* can chain and plot derived data
* can delete properly
* Enhancements for Derived Telemetry object
- Closes #7823
- Updated Derived Telemetry glyph design.
- Set `CompsViewProvider.js` to use the correct icon.
* handle arrays and add skeleton tests
* Enhancements for Derived Telemetry object
- Closes #7823
- Final sanding and polishing.
- New discrete item style `c-output-featured` added to controls.scss
- Applied to 'Current Output' section of both Derived Telemetry and Condition Sets.
- TODOs:
- [ ] Check for low-risk regressions in Condition Sets browse and edit modes.
- [ ] New tests for ObjectPathString.vue component.
* add tests
* ensure output format propagates
* add output format test
* add some basic object path label tests
* good job code scanner. changing to or condition
* refactor aria labeling
* pass options on request to underlying collections
* ensure derived DERIVED telemetry loads in the proper order. also have telemetry collections prioritize request options over clock
* fix domains
* ensure we only ask for latest for comp editor
* improvement in loading
* fix slow loading errors
* more telemetry collection changes to acommodate bound changes
* more debug just in case
* stacked plots are overriding telemetry object configurations
* some changes
* add new flag to deal with plots asking for zoomed out data that should be ignoring clock
* works
* add sample size
* check if sample size greater than zero
* ensure number for sample size
* ensure we have a reference value before we slice
* can do derived derived accumulated comps now
* ensure we are checking for not equal
* add a few more awaits
* allow blank test values for arrays
* check for blank test values
* change to just value
* impute requested data properly
* fix output and add accumulation label
* update output when comp changes
* remove unused function
* add placeholder
* support lambda values
* reduce size
* widen size to accomodate sample size
* removing debug statements for PR review
* Closes #7823
- Markup/CSS sanding and shimming for derived telemetry front-end.
- Toggle switch CSS improved to use `gap` instead of left margin.
* Update package lock for new package versions
* Move composition policy to it's own file. Fix expression evaluation bug for truthy/falsy
* fix lint spelling
* Use the telemetry collection's timeKey for timestamps
* Revisit code to use bounds provided by options to telemetryCollections
* Refactor bounds handling to clarify intent. Remove TelemetryCollection.load() returning a promise and use event handlers instead.
* destroy and reload the telemetry collection on reload
* Update package-lock.json:
* Fix lint error
* Clean rebuild of package-lock.json
* Update e2e package lock as well
* Don't use method calls in vue templates
* fix linting issue
* Change plugin name to Derived Telemetry
* Install the derived telemetry plugin for tests before running them
* Tweaks to spacing to correct visual regression.
---------
Co-authored-by: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Co-authored-by: Scott Bell <scott@cynthia-macbook.fritz.box>
Co-authored-by: Andrew Henry <akhenry@gmail.com>
Co-authored-by: Shefali <simplyrender@gmail.com>
Co-authored-by: Andrew Henry <andrew.k.henry@nasa.gov>
Co-authored-by: Charles Hacskaylo <charlesh88@gmail.com>
162 lines
7.0 KiB
JSON
162 lines
7.0 KiB
JSON
{
|
|
"name": "openmct",
|
|
"version": "4.1.0-next",
|
|
"description": "The Open MCT core platform",
|
|
"module": "dist/openmct.js",
|
|
"main": "dist/openmct.js",
|
|
"types": "dist/types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/openmct.js",
|
|
"require": "./dist/openmct.js"
|
|
}
|
|
},
|
|
"workspaces": [
|
|
"e2e"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "7.23.3",
|
|
"@braintree/sanitize-url": "7.1.1",
|
|
"@types/d3-axis": "3.0.6",
|
|
"@types/d3-scale": "4.0.8",
|
|
"@types/d3-selection": "3.0.10",
|
|
"@types/d3-shape": "3.1.7",
|
|
"@types/eventemitter3": "1.2.0",
|
|
"@types/jasmine": "5.1.2",
|
|
"@types/lodash": "4.17.0",
|
|
"@vue/compiler-sfc": "3.4.3",
|
|
"babel-loader": "9.1.0",
|
|
"babel-plugin-istanbul": "7.0.0",
|
|
"comma-separated-values": "3.6.4",
|
|
"copy-webpack-plugin": "13.0.0",
|
|
"cspell": "7.3.8",
|
|
"css-loader": "6.10.0",
|
|
"d3-axis": "3.0.0",
|
|
"d3-scale": "4.0.2",
|
|
"d3-selection": "3.0.0",
|
|
"d3-shape": "3.2.0",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-compat": "4.2.0",
|
|
"eslint-plugin-no-unsanitized": "4.0.2",
|
|
"eslint-plugin-playwright": "1.5.2",
|
|
"eslint-plugin-prettier": "5.1.3",
|
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
"eslint-plugin-unicorn": "49.0.0",
|
|
"eslint-plugin-vue": "9.22.0",
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.13.0",
|
|
"eventemitter3": "5.0.1",
|
|
"file-saver": "2.0.5",
|
|
"flatbush": "4.2.0",
|
|
"git-rev-sync": "3.0.2",
|
|
"html2canvas": "1.4.1",
|
|
"imports-loader": "5.0.0",
|
|
"jasmine-core": "5.6.0",
|
|
"karma": "6.4.2",
|
|
"karma-chrome-launcher": "3.2.0",
|
|
"karma-cli": "2.0.0",
|
|
"karma-coverage": "2.2.0",
|
|
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
"karma-jasmine": "5.1.0",
|
|
"karma-junit-reporter": "2.0.1",
|
|
"karma-sourcemap-loader": "0.4.0",
|
|
"karma-spec-reporter": "0.0.36",
|
|
"karma-webpack": "5.0.1",
|
|
"location-bar": "3.0.1",
|
|
"lodash": "4.17.21",
|
|
"marked": "15.0.7",
|
|
"mathjs": "13.1.1",
|
|
"mini-css-extract-plugin": "2.9.2",
|
|
"moment": "2.30.1",
|
|
"moment-duration-format": "2.3.2",
|
|
"moment-timezone": "0.5.41",
|
|
"nano": "10.1.4",
|
|
"npm-run-all2": "7.0.2",
|
|
"nyc": "17.1.0",
|
|
"painterro": "1.2.87",
|
|
"plotly.js-basic-dist-min": "2.29.1",
|
|
"plotly.js-gl2d-dist-min": "2.20.0",
|
|
"prettier": "3.2.5",
|
|
"prettier-eslint": "16.3.0",
|
|
"printj": "1.3.1",
|
|
"resolve-url-loader": "5.0.0",
|
|
"sanitize-html": "2.15.0",
|
|
"sass": "1.71.1",
|
|
"sass-loader": "14.1.1",
|
|
"style-loader": "4.0.0",
|
|
"terser-webpack-plugin": "5.3.9",
|
|
"tiny-emitter": "2.1.0",
|
|
"typescript": "5.3.3",
|
|
"uuid": "11.1.0",
|
|
"vue": "3.4.24",
|
|
"vue-eslint-parser": "9.4.2",
|
|
"vue-loader": "16.8.3",
|
|
"webpack": "5.98.0",
|
|
"webpack-cli": "5.1.1",
|
|
"webpack-dev-server": "5.2.2",
|
|
"webpack-merge": "6.0.1"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf ./dist ./node_modules ./coverage ./html-test-results ./e2e/test-results ./.nyc_output ./e2e/.nyc_output",
|
|
"start": "npx webpack serve --config ./.webpack/webpack.dev.mjs",
|
|
"start:prod": "npx webpack serve --config ./.webpack/webpack.prod.mjs",
|
|
"start:coverage": "npx webpack serve --config ./.webpack/webpack.coverage.mjs",
|
|
"lint:js": "eslint \"example/**/*.js\" \"src/**/*.js\" \"e2e/**/*.js\" \"openmct.js\" --max-warnings=0",
|
|
"lint:vue": "eslint \"src/**/*.vue\"",
|
|
"lint:spelling": "cspell \"**/*.{js,md,vue}\" --show-context --gitignore --quiet",
|
|
"lint": "run-p \"lint:js -- {1}\" \"lint:vue -- {1}\" \"lint:spelling -- {1}\" --",
|
|
"lint:fix": "eslint example src e2e --ext .js,.vue openmct.js --fix",
|
|
"build:prod": "webpack --config ./.webpack/webpack.prod.mjs",
|
|
"build:dev": "webpack --config ./.webpack/webpack.dev.mjs",
|
|
"build:coverage": "webpack --config ./.webpack/webpack.coverage.mjs",
|
|
"build:watch": "webpack --config ./.webpack/webpack.dev.mjs --watch",
|
|
"info": "npx envinfo --system --browsers --npmPackages --binaries --languages --markdown",
|
|
"test": "karma start karma.conf.cjs",
|
|
"test:debug": "KARMA_DEBUG=true karma start karma.conf.cjs",
|
|
"test:e2e": "npm test --workspace e2e",
|
|
"test:e2e:a11y": "npm test --workspace e2e -- --config=playwright-visual-a11y.config.js --project=chrome --grep @a11y",
|
|
"test:e2e:mobile": "npm test --workspace e2e -- --config=playwright-mobile.config.js",
|
|
"test:e2e:couchdb": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep @couchdb --workers=1",
|
|
"test:e2e:ci": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep-invert \"@couchdb|@generatedata\"",
|
|
"test:e2e:local": "npm test --workspace e2e -- --config=playwright-local.config.js --project=chrome",
|
|
"test:e2e:generatedata": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep @generatedata",
|
|
"test:e2e:checksnapshots": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep @snapshot --retries=0",
|
|
"test:e2e:updatesnapshots": "npm test --workspace e2e -- --config=playwright-ci.config.js --project=chrome --grep @snapshot --update-snapshots",
|
|
"test:e2e:visual:ci": "npm run test:visual --workspace e2e -- --config .percy.ci.yml --partial -- npx playwright test --config=playwright-visual-a11y.config.js --project=chrome",
|
|
"test:e2e:visual:full": "npm run test:visual --workspace e2e -- --config .percy.nightly.yml -- npx playwright test --config=playwright-visual-a11y.config.js",
|
|
"test:e2e:full": "npm test --workspace e2e -- --config=playwright-ci.config.js --grep-invert @couchdb",
|
|
"test:e2e:watch": "npm test --workspace e2e -- --ui --config=playwright-watch.config.js",
|
|
"test:perf:contract": "npm test --workspace e2e -- --config=playwright-performance-dev.config.js",
|
|
"test:perf:localhost": "npm test --workspace e2e -- --config=playwright-performance-prod.config.js --project=chrome",
|
|
"test:perf:memory": "npm test --workspace e2e -- --config=playwright-performance-prod.config.js --project=chrome-memory",
|
|
"update-about-dialog-copyright": "perl -pi -e 's/20\\d\\d\\-202\\d/2014\\-2024/gm' ./src/ui/layout/AboutDialog.vue",
|
|
"update-copyright-date": "npm run update-about-dialog-copyright && grep -lr --null --include=*.{js,scss,vue,ts,sh,html,md,frag} 'Copyright (c) 20' . | xargs -r0 perl -pi -e 's/Copyright\\s\\(c\\)\\s20\\d\\d\\-20\\d\\d/Copyright \\(c\\)\\ 2014\\-2024/gm'",
|
|
"cov:e2e:report": "nyc report --reporter=lcovonly --report-dir=./coverage/e2e",
|
|
"prepare": "npm run build:prod && npx tsc"
|
|
},
|
|
"homepage": "https://nasa.github.io/openmct",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nasa/openmct.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.14.2 <23"
|
|
},
|
|
"browserslist": [
|
|
"Firefox ESR",
|
|
"not IE 11",
|
|
"last 2 Chrome versions",
|
|
"unreleased Chrome versions",
|
|
"ios_saf >= 16",
|
|
"Safari >= 16"
|
|
],
|
|
"author": {
|
|
"name": "National Aeronautics and Space Administration",
|
|
"url": "https://www.nasa.gov"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"nasa"
|
|
]
|
|
}
|