-
Notifications
You must be signed in to change notification settings - Fork 550
feat: build edit v1beta2 #6694
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
Merged
Merged
feat: build edit v1beta2 #6694
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
d936815
feat: build edit v2 refactoring
Ash-exp 7913950
Merge remote-tracking branch 'origin/develop' into feat/bulk-edit-v1b…
Ash-exp 1841839
feat: added migration support for build edit v2 new table
Ash-exp 4a3a809
Merge branch 'develop' into feat/bulk-edit-v1beta2
Ash-exp 243220f
chore: updated method names
Ash-exp 1111cc9
chore: common refactoring for bulk edit v2
Ash-exp bac664b
feat: added dryrun bulk edit v1beta2
Ash-exp 13360bf
chore: oss ent refactorings
Ash-exp a4ae89b
chore: code restructurings
Ash-exp 9325b2f
Merge remote-tracking branch 'origin/develop' into feat/bulk-edit-v1b…
Ash-exp 4fe2e84
feat: add JSONPathVersion and enhance optional pointer handling in te…
Ash-exp 56faf8e
feat: implement GetLatestEnvironmentProperties method in ChartService…
Ash-exp b392a66
updated migration script
Ash-exp 04ec183
updated migration script
Ash-exp 19bb1a0
feat: update schema and SQL migration for batch API versioning and ki…
Ash-exp fedeef8
feat: enhance bulk edit functionality for v1beta2 with improved selec…
Ash-exp 45f135f
feat: feat: refine bulk edit documentation for v1beta2 by improving f…
Ash-exp 998c591
Merge remote-tracking branch 'origin/develop' into feat/bulk-edit-v1b…
Ash-exp 1078d3f
feat: refactor bulk edit SQL migration for improved structure and cla…
Ash-exp 3b3dba8
feat: fix error handling in bulk update response and utility function
Ash-exp 04c03ab
fix: JSON schema for selectors
Ash-exp 84650b3
chore: review comments incorporated
Ash-exp 8d97acc
chore: review comments incorporated
Ash-exp 006d7bf
feat: update receiver type for EnvConfigOverrideReadServiceImpl metho…
Ash-exp b0a3cfd
Merge branch 'develop' into feat/bulk-edit-v1beta2
Ash-exp 19faed1
feat: enhance bulk edit script for v1beta2 with detailed introduction…
Ash-exp 12c1281
Merge remote-tracking branch 'origin/develop' into feat/bulk-edit-v1b…
Ash-exp 343373f
chore: rename bulk edit SQL migration files for consistency
Ash-exp 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* | ||
* Copyright (c) 2024. Devtron Inc. | ||
*/ | ||
|
||
package restHandler | ||
|
||
import ( | ||
"net/http" | ||
) | ||
|
||
type BulkEditV1Beta2RestHandlerEnt interface { | ||
} | ||
|
||
func (handler BulkUpdateRestHandlerImpl) BulkHibernateV1(w http.ResponseWriter, r *http.Request) { | ||
handler.BulkHibernate(w, r) // For backward compatibility, redirect to the new handler | ||
} |
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.
Uh oh!
There was an error while loading. Please reload this page.