-
Notifications
You must be signed in to change notification settings - Fork 16.3k
feat: add app.getRecentDocuments()
#45839
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
Conversation
5b3d8f7
to
9f59744
Compare
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.
minor lint failures:
api/app.md
770:28: Extra semicolon.
772:41: Extra semicolon.
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.
Cool feature!
9f59744
to
b2b171b
Compare
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.
API LGTM
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.
API LGTM
The CI failures seem to be related to the new feature:
|
@ckerr yeah i was struggling a little to get the tests to be properly idempotent 😅 will tackle next week! |
25bf638
to
6aaf99f
Compare
6aaf99f
to
5871adb
Compare
5871adb
to
260f615
Compare
260f615
to
c760df0
Compare
macOS test runner froze and the frozen test shard isn't the one that has the newly added tests - they are all passing on arm64! |
Release Notes Persisted
|
I have automatically backported this PR to "37-x-y", please check out #47923 |
I have automatically backported this PR to "38-x-y", please check out #47924 |
I have automatically backported this PR to "36-x-y", please check out #47925 |
Description of Change
As in title - allows getting recent documents. Also allows testing other recent document functionality.
Checklist
npm test
passesRelease Notes
Notes: Added support for
app.getRecentDocuments()
on Windows and macOS.