-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat(seer): Add new bulk+single project Seer settings endpoints #114899
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
Closed
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
878d082
add update_seer_project_settings helper, tests, and constants prep
srest2021 8829ef6
add bulk and single-project Seer settings endpoints
srest2021 dbaab6f
:hammer_and_wrench: Sync API Urls to TypeScript
getsantry[bot] 4e3acca
cleaning up
srest2021 3499981
cleaning up
srest2021 7aad2cb
Merge branch 'srest2021/CW-1285-utils-prep' into srest2021/CW-1285
srest2021 b30614a
use CODING_AGENT_ALIAS_TO_HANDOFF_TARGET from constants in organizati…
srest2021 5df803c
Merge branch 'srest2021/CW-1285-utils-prep' into srest2021/CW-1285
srest2021 d661040
remove unnecessary delete
srest2021 b77074e
fix test
srest2021 486991f
Merge branch 'srest2021/CW-1285-utils-prep' into srest2021/CW-1285
srest2021 1e3b611
address review comment; dont clear auto_create_pr if stopping point off
srest2021 8f1ccc2
fix missing alias types
srest2021 18562b2
fix typing
srest2021 3a2290f
Merge branch 'srest2021/CW-1285-utils-prep' into srest2021/CW-1285
srest2021 7922e49
add alias enum
srest2021 aff51bc
add project lock
srest2021 5b0413e
Merge branch 'srest2021/CW-1285-utils-prep' into srest2021/CW-1285
srest2021 28acf0f
sort by stopping point
srest2021 372f4a1
use coding agent enum and remove dict
srest2021 10e8c4d
Merge branch 'srest2021/CW-1285-utils-prep' into srest2021/CW-1285
srest2021 696039d
remove alias conversion
srest2021 8e1043e
move to utils and use codingagentprovidertype
srest2021 b22f7ed
minimize diff
srest2021 e2aa4e4
minimize diff
srest2021 b6291e5
Merge branch 'srest2021/CW-1285-utils-prep' into srest2021/CW-1285
srest2021 e7fc0b6
update enum name and throw invalidsearchquery if op not supported
srest2021 0572992
resolve merge conflicts
srest2021 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
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
this didn't exist before?
Uh oh!
There was an error while loading. Please reload this page.
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.
It's not part of the
SeerProjectPreferencemodel (I wrote this list so I could use it in the original SeerProjectRepository read/write helpers which useSeerProjectPreference), but since it's an autofix-specific setting I figured I'd add it to try and centralize all of our Seer settings into one place.