-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature/deseng 444: Engagement Metadata API #2362
Merged
+1,962
−402
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
52c7f1a
DESENG-444: Engagement Metadata API
NatSquared b6973b2
Remove "test role claims" config option
NatSquared ca37ccd
You can't change the past
NatSquared 938bd2c
Properly stub ActionContext methods.
NatSquared dde766c
Remove some print statements
NatSquared bf2d630
Remove commented-out code
NatSquared ef83728
Change names of constants for required roles
NatSquared 645a1b9
Add db-side validation to protect primary and foreign keys
NatSquared 3a1b1c5
[sonarcloud] Fix unused f-strings and assignment
NatSquared 91133e7
[sonarcloud] Change content-type literals to use constant enums; remo…
NatSquared 37715ab
[sonarcloud] Replace repeated strings with constants; remove unused a…
NatSquared 7726ee4
Fix reference to recently undefined variable
NatSquared 6e5b023
Clean up and repair tests reenabled by 91133e7; add missing test
NatSquared a90cfd9
Use @require_role instead of my own decorator
NatSquared 2780b93
Merge branch 'main' into feature/deseng-444-engagement-metadata-api
NatSquared 17879a2
Merge branch 'main' into feature/deseng-444-engagement-metadata-api
NatSquared 918b29a
Fixing everything Pylint tells me to
NatSquared 8743332
Fix final errors before merge
NatSquared b8e73cf
fix list subscript error
NatSquared File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove some print statements
commit dde766c035da5231f857c29ede9fe0793c6bd0ec
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Love to see line-by-line comments for more complicated operations