Commit 4b0e44d
fix: apps and jobs permission (#5110)
* issue has been on code level
* added the changes
* changes made to fix the bug is done
* Delete go.sum
* Delete go.mod
* fix: grpc error handling for TemplateChart req (#4980)
* grpc error handling
* fix
* fix: terminate sync if in progress (#4946)
* terminate operation before sync
* using method for checking manual sync
* terminating only in case of error
* handling termination error
* updating sync function
* fix: Kubelink Requests getting Failed for gRPC method GetAppDetails (#5012)
* fixed
* code review comments
* fix: deleted api token can be reused if created again with same name (#4978)
* introuddced api token versioning
* fix
* reverted wire_gen
* migration udpated and minor refactor
* refactor
* moved const from apiToken pkg to user
* reverted wire_gen
* refactor
* reverted wire_gen
* concurrency case handled
* fix
* commented wherever necessary
* refactor
* fix
* refactor
* refactor
* wip
* refactor
* added comments and minor refactor
* refactor
* refactoring
* fix
* added comments around cyclic import
* added few more comments
* sql script no updated
* feat: Introduction to feasibility in Deployment (#4862)
* introduction to feasibility
* moved feasibility in trigger/devtronApps
* feasibility refactorings
* refactoring and feasibility manager
* removing vulnerability changes
* vulnerability checks retract
* dry run removed
* dry run checks removed
* refactoring
* removing unnecessary code
* comments
* trigger request
* doc: Changes made in the doc according to the newer version (#5024)
* Changes made in the doc according to the newer version
* Revert "Changes made in the doc according to the newer version"
This reverts commit 1f4d806.
* created a doc for the newer version of the plugin
* added the pass/fail condition
* corrected mistakes
* added failed workflow in ISLastReleaseStopType method (#5005)
* fix: Dockerfile ubuntu version (#5022)
* Update DockerfileEA
* Update Dockerfile
* doc: Added new doc in the index (#5029)
* Changes made in the doc according to the newer version
* Revert "Changes made in the doc according to the newer version"
This reverts commit 1f4d806.
* created a doc for the newer version of the plugin
* added the pass/fail condition
* corrected mistakes
* added the new doc in the index file
* fix: handle for wrong format of k8s version in semvercompare func in cronjob template charts (#5016)
* handle for wrong format of k8s version in semvercompare func in cronjob template charts
* TestStripPrereleaseFromK8sVersion UT's added
* constants added
* incorporated code review changes
* merge main
* feat: CD Trigger Plugin (#4810)
* Add files via upload
CD plugin
* Update 238_devtron_CD_trigger_v1.0.0.up.sql
* Rename 231_devtron_CD_trigger_v1.0.0.down.sql to 238_devtron_CD_trigger_v1.0.0.down.sql
* Rename 231_devtron_CD_trigger_v1.0.0.up.sql to 238_devtron_CD_trigger_v1.0.0.up.sql
* Update 238_devtron_CD_trigger_v1.0.0.up.sql
* Update 238_devtron_CD_trigger_v1.0.0.up.sql
* Update 238_devtron_CD_trigger_v1.0.0.up.sql
* Rename 238_devtron_CD_trigger_v1.0.0.down.sql to 240_devtron_CD_trigger_v1.0.0.down.sql
* Rename 238_devtron_CD_trigger_v1.0.0.up.sql to 240_devtron_CD_trigger_v1.0.0.up.sql
---------
Co-authored-by: Prakarsh <71125043+prakarsh-dt@users.noreply.github.com>
* fix: terminal stuck in connecting state (#4989)
* closing channel after write operation
* removing close
* using buffered channel
* wip: making done channel bufferred
* terminal racecondition and deadlock fix
* wire run
* removing done send call
* updating bound channel send function
* panic handled (#5036)
* fix: git material saved in transaction (#5040)
* git material flow added in transaction
* wire refactored
* code review comments incorporated
* code review comments incorporated
* code review comments incorporated
* fix: App create api validations (#5019)
* wip
* error handling done
* fix
---------
Co-authored-by: ayushmaheshwari <ayush@devtron.ai>
* gitops update updated (#5055)
* feat: Plugin to trigger Devtron Job (#5053)
* feat: Plugin to trigger Devtron Job (#5052)
* Update 241_devtronJobTrigger.up.sql
* fix: handle 5xx in fetch resource tree api and cd-trigger (#5050)
* handle context cancelled and deadline exceeded in fetch resource tree api
* handle context cancelled and deadline exceeded error for resource tree fetch api for acd deployment
* handle context cancelled and deadline exceeded error sync argo app with normal refresh
* revert TIMEOUT_IN_SECONDS
* revert bean TimeoutSlow param
* fix
* feat: resource scan (#4977)
* cherry-pick
* incorporating feedbacks
* sync with main
* misc: uniform GitHub action (#5069)
* Update azure-devops-issue-sync.yml
* Update chart-sync.yaml
* Update create-release.yml
* Update enterprise-repo-sync.yaml
* Update pager-duty-issue-escalate.yaml
* Update update-release-notes.yml
* Update chart-sync.yaml
* Update create-release.yml
* Update enterprise-repo-sync.yaml
* Update update-release-notes.yml
* Update enterprise-repo-sync.yaml
---------
Co-authored-by: Prakarsh <71125043+prakarsh-dt@users.noreply.github.com>
* fix (#5074)
* gitops validation in api (#5082)
* condition fix (#5088)
* handled namespace case if deleted by kubectl (#5081)
Co-authored-by: Shivam Nagar <124123645+Shivam-nagar23@users.noreply.github.com>
* resolved PR review comments also remove check for virtual cluster (#5095)
* feat: added sql for release and release channels (#4898)
* added sql for relese feat
* updated sql script no
* renamed sql files
* updated schema for release & release track
* fixes in schema
* updated schema
* made changes in old schemas
* enum correction
* minor change in script
* sql script update
* updated script
* updated sql script no
* exposed release resource
* updated sql script no
* updated release catalog data
* added rescind status change policy handling
* renaming policy json field
* updated schema ordering
* updated global policy version
* updated policy json
* prod bug fix
* updated policy lock status
* added action check policy release
* wip
* updated policy for release status
* updated down sql
* updated sql script no.
* fixed autocorrect issues
* added first released on key for release
* updated task run migration
* Added task run down migration
* sql script change
* updated policy for action check - instruction patch
* fixed schema merge conflict
---------
Co-authored-by: Shivam-nagar23 <shivam@devtron.ai>
* sync with main
* final fixes done
* final code ready fo the pr
* changes suggested are incorporated
* missed changes in a file from above commit are added and committing now
* changes done for adding a if condition for apps
---------
Co-authored-by: ashishdevtron <141303172+ashishdevtron@users.noreply.github.com>
Co-authored-by: iamayushm <32041961+iamayushm@users.noreply.github.com>
Co-authored-by: Shashwat Dadhich <92629050+ShashwatDadhich@users.noreply.github.com>
Co-authored-by: Shivam Nagar <124123645+Shivam-nagar23@users.noreply.github.com>
Co-authored-by: satya_prakash <155617493+SATYAsasini@users.noreply.github.com>
Co-authored-by: jatin-jangir-0220 <122791251+jatin-jangir-0220@users.noreply.github.com>
Co-authored-by: Prakash <prakash.kumar@devtron.ai>
Co-authored-by: shaileshmehta16 <159411935+shaileshmehta16@users.noreply.github.com>
Co-authored-by: Prakarsh <71125043+prakarsh-dt@users.noreply.github.com>
Co-authored-by: ayushmaheshwari <ayush@devtron.ai>
Co-authored-by: Kiran <155609672+kirandevtn@users.noreply.github.com>
Co-authored-by: subhashish-devtron <129164905+subhashish-devtron@users.noreply.github.com>
Co-authored-by: Laeeq Ahmad <155711991+Laeeqdev@users.noreply.github.com>
Co-authored-by: kartik-579 <84493919+kartik-579@users.noreply.github.com>
Co-authored-by: Shivam-nagar23 <shivam@devtron.ai>
Co-authored-by: ShashwatDadhich <dadhichshashwat1808@gmail.com>1 parent b703beb commit 4b0e44d
File tree
12 files changed
+136
-114
lines changed- api/restHandler
- app
- appInfo
- appList
- pipeline
- configure
- workflow
- scopedVariable
- util/rbac
12 files changed
+136
-114
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
151 | | - | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
| 191 | + | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
| 228 | + | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | | - | |
| 271 | + | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
| 318 | + | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
| 355 | + | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
393 | | - | |
| 392 | + | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
434 | | - | |
| 433 | + | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
473 | | - | |
| 472 | + | |
| 473 | + | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
514 | | - | |
| 513 | + | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
560 | | - | |
561 | | - | |
| 560 | + | |
| 561 | + | |
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
610 | | - | |
| 609 | + | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
657 | | - | |
| 656 | + | |
| 657 | + | |
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
706 | | - | |
| 705 | + | |
| 706 | + | |
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
| |||
749 | 749 | | |
750 | 750 | | |
751 | 751 | | |
752 | | - | |
753 | | - | |
| 752 | + | |
| 753 | + | |
754 | 754 | | |
755 | 755 | | |
756 | 756 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
374 | | - | |
| 373 | + | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | | - | |
| 698 | + | |
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | | - | |
| 772 | + | |
773 | 773 | | |
774 | 774 | | |
775 | 775 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments