Commit fcfa897
fix: Bulk deploy panic and docker tag handling (#5949)
* 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]>1 parent f6092df commit fcfa897
35 files changed
Lines changed: 419 additions & 386 deletions
File tree
- CHANGELOG
- api/restHandler/app/pipeline/configure
- assets
- charts/devtron
- client/telemetry
- cmd/external-app
- internal/sql/repository
- app
- manifests
- install
- yamls
- pkg
- app
- dbMigration
- bulkAction
- deployment/trigger/devtronApps
- eventProcessor/celEvaluator
- pipeline
- scripts/sql
- util
- rbac
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
1005 | 1006 | | |
1006 | 1007 | | |
1007 | 1008 | | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1008 | 1012 | | |
1009 | 1013 | | |
1010 | 1014 | | |
Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1337 | 1337 | | |
1338 | 1338 | | |
1339 | 1339 | | |
1340 | | - | |
1341 | | - | |
1342 | | - | |
1343 | | - | |
1344 | | - | |
1345 | | - | |
1346 | | - | |
1347 | | - | |
1348 | | - | |
1349 | | - | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
1350 | 1344 | | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
| 1349 | + | |
1351 | 1350 | | |
1352 | 1351 | | |
1353 | 1352 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
604 | 608 | | |
605 | 609 | | |
606 | 610 | | |
| |||
667 | 671 | | |
668 | 672 | | |
669 | 673 | | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
670 | 678 | | |
671 | 679 | | |
672 | 680 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
256 | 260 | | |
257 | 261 | | |
258 | 262 | | |
0 commit comments