-
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
Have annotations work with domain objects that have dots #7065
Have annotations work with domain objects that have dots #7065
Conversation
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 09/21/2023 08:59:26am UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 287e019 Started: 09/21/2023 08:57:30am UTC Current Playwright Test Results Summary✅ 139 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 09/21/2023 08:59:26am UTC)
|
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 |
6.09% (7)7 / 115 runsfailed over last 7 days |
27.83% (32)32 / 115 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
0% (0)0 / 115 runsfailed over last 7 days |
45.22% (52)52 / 115 runsflaked over last 7 days |
📄 functional/planning/timelist.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
1.36% (2)2 / 147 runsfailed over last 7 days |
50.34% (74)74 / 147 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 |
1.61% (1)1 / 62 runfailed over last 7 days |
80.65% (50)50 / 62 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #7065 +/- ##
==========================================
+ Coverage 55.22% 55.29% +0.07%
==========================================
Files 649 649
Lines 26041 26055 +14
Branches 2547 2547
==========================================
+ Hits 14381 14407 +26
+ Misses 10970 10956 -14
- Partials 690 692 +2
*This pull request uses carry forward flags. Click here to find out more.
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…ects-that-have-dots-1
@ozyx I think we'll need to change map annotations too - both the way they do selections and the way we create annotations as target related stuff are now arrays of objects with a |
…ects-that-have-dots-1
…ects-that-have-dots-1
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.
Looks great, thanks!
…ve dots * migrating to new structure - wip * notebooks work, now to plots and images * resolve conflicts * fix search * add to readme * spelling * fix unit test * add search by view for big search speedup * spelling * fix out of order search * improve reliability of plot tagging tests
…ve dots * migrating to new structure - wip * notebooks work, now to plots and images * resolve conflicts * fix search * add to readme * spelling * fix unit test * add search by view for big search speedup * spelling * fix out of order search * improve reliability of plot tagging tests
#7078) cherry-pick(#7065): Have annotations work with domain objects that have dots * migrating to new structure - wip * notebooks work, now to plots and images * resolve conflicts * fix search * add to readme * spelling * fix unit test * add search by view for big search speedup * spelling * fix out of order search * improve reliability of plot tagging tests
Closes #7063
Describe your changes:
targets
in the annotation object to an array to allow CouchDB to search it properly when.
are in the keyString.All Submissions:
Author Checklist
Reviewer Checklist