Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: feeds operations API function #838
feat: feeds operations API function #838
Changes from 35 commits
2ab431f
7fec9f3
0d32e82
0c99b8d
6614855
662b3b4
c016098
4ad0194
78dfb30
ab808f7
510099e
35941ed
88c2c63
8afc2df
53d54a2
7c4935f
8b1660c
2c89a5b
5bed790
5656197
3fd13f4
a28edc7
d125ddd
dbb0221
f308820
fef4bcd
3a45595
a2cb3f9
b440494
839f1e5
6a49786
3ffaeae
eeb2c7b
6db8ae4
6d9094f
d0ee801
0c17397
9ce3f6c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This logic gave access to
wip
feeds torestricted
users.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.
The request_context is actually a dictionary rather than a RequestContext class. FYI, the request_context is storage per request.
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.
This test just needs more time to be fixed, so I'm creating an issue for it and de-scoping it from this PR. Follow up issue, #849