-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add warning about deploying devServer to prod environment #7203
Conversation
production environment
Current Playwright Test Results Summary✅ 14 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 11/06/2023 05:39:22pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 12b9276 Started: 11/06/2023 05:32:26pm UTC
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Notebook Tests with CouchDB @couchdb Inspect Notebook Entry Network Requests
Retry 1 • Initial Attempt |
0% (0)0 / 47 runsfailed over last 7 days |
6.38% (3)3 / 47 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 152 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 11/06/2023 05:39:22pm UTC)
⚠️ Flakes
📄 functional/plugins/telemetryTable/telemetryTable.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Telemetry Table unpauses and filters data when paused by button and user changes bounds
Retry 1 • Initial Attempt |
0% (0)0 / 106 runsfailed over last 7 days |
11.32% (12)12 / 106 runsflaked over last 7 days |
📄 functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Example Imagery in Display Layout View Large action leaves keeps realtime mode paused
Retry 1 • Initial Attempt |
0% (0)0 / 107 runsfailed over last 7 days |
3.74% (4)4 / 107 runsflaked over last 7 days |
📄 functional/plugins/plot/logPlot.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
0% (0)0 / 100 runsfailed over last 7 days |
46% (46)46 / 100 runsflaked over last 7 days |
📄 functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1 • Initial Attempt |
2.80% (3)3 / 107 runsfailed over last 7 days |
68.22% (73)73 / 107 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #7203 +/- ##
==========================================
- Coverage 56.01% 55.99% -0.02%
==========================================
Files 652 652
Lines 26187 26187
Branches 2524 2524
==========================================
- Hits 14669 14664 -5
- Misses 10820 10823 +3
- Partials 698 700 +2
*This pull request uses carry forward flags. Click here to find out more. see 11 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's update our warning about this to reference using nginx/apache. We should then use this to reference openmct-quickstart
as an example of a production deployment
Good call. Let's sync and figure out what we want to convery wrt nginx/apache/etc. Agree this is a great place to plug |
…od environment * docs: add warning about using dev server in production environment * docs: fix formatting
…od environment (#7237) * docs: add warning about using dev server in production environment * docs: fix formatting
Closes #7204
Describe your changes:
Adds a note in our docs to warn against deploying devServer to production as it can potentially expose vulnerabilities. Open MCT should be used as a dependency only and each consumers server should be configured accordingly.
All Submissions:
Author Checklist
Reviewer Checklist