-
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
Add role attribution to notebook entries and export #6793
Conversation
Current Playwright Test Results Summary✅ 13 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 07/13/2023 07:08:33pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 62f53e5 Started: 07/13/2023 07:04:40pm 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 |
14.71% (5)5 / 34 runsfailed over last 7 days |
70.59% (24)24 / 34 runsflaked over last 7 days |
📄 functional/plugins/displayLayout/displayLayout.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Display Layout When multiple plots are contained in a layout, we only ask for annotations once @couchdb
Retry 1 • Initial Attempt |
2.94% (1)1 / 34 runfailed over last 7 days |
11.76% (4)4 / 34 runsflaked over last 7 days |
Current Playwright Test Results Summary
✅ 123 Passing -
Run may still be in progress, this comment will be updated as current testing workflow or job completes...
(Last updated on 07/13/2023 07:08:33pm UTC)
⚠️ Flakes
📄 functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Example Imagery Object Can use Mouse Wheel to zoom in and out of latest image
Retry 1 • Initial Attempt |
1.72% (2)2 / 116 runsfailed over last 7 days |
77.59% (90)90 / 116 runsflaked over last 7 days |
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.
Nice work!
Codecov Report
@@ Coverage Diff @@
## master #6793 +/- ##
==========================================
+ Coverage 53.80% 53.93% +0.12%
==========================================
Files 624 624
Lines 24898 24907 +9
Branches 2498 2499 +1
==========================================
+ Hits 13397 13434 +37
+ Misses 10829 10802 -27
+ Partials 672 671 -1
*This pull request uses carry forward flags. Click here to find out more.
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Closes #6664
Dependent on #6706 for
openmct.user.getActiveRole
.Describe your changes:
Capture the active role at when an entry is modified and created. Altered the export as text action to include the additional values when available. Fixed a bug where modified username was not being exported only
Unknown
.All Submissions:
Author Checklist
Reviewer Checklist