-
Notifications
You must be signed in to change notification settings - Fork 483
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
misc: renaming docker-lint plugin sql file #5937
Merged
prakarsh-dt
merged 1 commit into
devtron-labs:main
from
kamal-devtron:docker-lint-renaming
Oct 1, 2024
Merged
misc: renaming docker-lint plugin sql file #5937
prakarsh-dt
merged 1 commit into
devtron-labs:main
from
kamal-devtron:docker-lint-renaming
Oct 1, 2024
Conversation
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
kamal-devtron
requested review from
prakarsh-dt,
vikramdevtron and
nishant-d
as code owners
October 1, 2024 13:30
pawan-mehta-dt
approved these changes
Oct 1, 2024
Quality Gate passedIssues Measures |
kamal-devtron
changed the title
enhancement: renaming docker-lint plugin sql file
fix: renaming docker-lint plugin sql file
Oct 1, 2024
prakarsh-dt
approved these changes
Oct 1, 2024
prakarsh-dt
changed the title
fix: renaming docker-lint plugin sql file
misc: renaming docker-lint plugin sql file
Oct 1, 2024
iamayushm
added a commit
that referenced
this pull request
Oct 3, 2024
* removing fetchArtifacts V1 usage and abstracting tag extraction logic * docker tag and repo method in util * modifying image tag logic in release override * wip: adding empty path check * review changes * fix: app update migration (#5903) * wip: adding app name check * wip * wip * wip * moving migration to code * wip: adding app name in log * wip: moving sql logic to code * pg no rows handling * adding db migration call * fixing fetch app query * wip: adding pg multiple rows handling * audit log update * fix: nil ptr fix in copying extraEnvVars * feat: Docker lint plugin (#5694) * added up script for docker linit plugin * rename of script file * docker lint down script * changes in docker lint * hadolint image * change in name of plugin * changes in down script * chnages in docker lint * chnages in down script * change in hadolint image * rename down script file * renaming sql script * feat: Added Devtron CI Trigger v1.1.0 (#5934) * Create 028901_019_devtron_ci_trigger_v1_1.down.sql * Create 028901_019_devtron_ci_trigger_v1_1.up.sql * Update 028901_019_devtron_ci_trigger_v1_1.up.sql --------- Co-authored-by: Prakarsh <[email protected]> * renaming docker lint script file (#5937) * fix: err handling for configmap access * release: PR for v0.7.3 (#5942) * Update Chart.yaml * Update devtron-bom.yaml * Update values.yaml * Update devtron-installer.yaml * Update installation-script * Update version.txt * Update devtron.yaml * Update releasenotes.md * Update devtron-bom.yaml * Update values.yaml * Update releasenotes.md * Update releasenotes.md * Updated release-notes files * Update releasenotes.md * Update release.txt * Updated release-notes files * Update release-notes-v0.7.2.md --------- Co-authored-by: ReleaseBot <[email protected]> * wip: modifying tags function * sync --------- Co-authored-by: Gireesh Naidu <[email protected]> Co-authored-by: Gireesh Naidu <[email protected]> Co-authored-by: kamal-devtron <[email protected]> Co-authored-by: Kiran <[email protected]> Co-authored-by: Prakarsh <[email protected]> Co-authored-by: Pawan Mehta <[email protected]> Co-authored-by: ReleaseBot <[email protected]>
vikramdevtron
added a commit
that referenced
this pull request
Oct 3, 2024
* fix: app update migration (#5903) * wip: adding app name check * wip * wip * wip * moving migration to code * wip: adding app name in log * wip: moving sql logic to code * pg no rows handling * adding db migration call * fixing fetch app query * wip: adding pg multiple rows handling * audit log update * fix: nil ptr fix in copying extraEnvVars * feat: Docker lint plugin (#5694) * added up script for docker linit plugin * rename of script file * docker lint down script * changes in docker lint * hadolint image * change in name of plugin * changes in down script * chnages in docker lint * chnages in down script * change in hadolint image * rename down script file * renaming sql script * feat: Added Devtron CI Trigger v1.1.0 (#5934) * Create 028901_019_devtron_ci_trigger_v1_1.down.sql * Create 028901_019_devtron_ci_trigger_v1_1.up.sql * Update 028901_019_devtron_ci_trigger_v1_1.up.sql --------- Co-authored-by: Prakarsh <[email protected]> * renaming docker lint script file (#5937) * fix: err handling for configmap access * release: PR for v0.7.3 (#5942) * Update Chart.yaml * Update devtron-bom.yaml * Update values.yaml * Update devtron-installer.yaml * Update installation-script * Update version.txt * Update devtron.yaml * Update releasenotes.md * Update devtron-bom.yaml * Update values.yaml * Update releasenotes.md * Update releasenotes.md * Updated release-notes files * Update releasenotes.md * Update release.txt * Updated release-notes files * Update release-notes-v0.7.2.md --------- Co-authored-by: ReleaseBot <[email protected]> --------- Co-authored-by: iamayushm <[email protected]> Co-authored-by: Gireesh Naidu <[email protected]> Co-authored-by: Gireesh Naidu <[email protected]> Co-authored-by: kamal-devtron <[email protected]> Co-authored-by: Kiran <[email protected]> Co-authored-by: Prakarsh <[email protected]> Co-authored-by: Pawan Mehta <[email protected]> Co-authored-by: ReleaseBot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Fixes #5931
Checklist:
Does this PR introduce a user-facing change?