Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]> * fix (#5074) * gitops validation in api (#5082) * condition fix (#5088) * handled namespace case if deleted by kubectl (#5081) Co-authored-by: Shivam Nagar <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: iamayushm <[email protected]> Co-authored-by: Shashwat Dadhich <[email protected]> Co-authored-by: Shivam Nagar <[email protected]> Co-authored-by: satya_prakash <[email protected]> Co-authored-by: jatin-jangir-0220 <[email protected]> Co-authored-by: Prakash <[email protected]> Co-authored-by: shaileshmehta16 <[email protected]> Co-authored-by: Prakarsh <[email protected]> Co-authored-by: ayushmaheshwari <[email protected]> Co-authored-by: Kiran <[email protected]> Co-authored-by: subhashish-devtron <[email protected]> Co-authored-by: Laeeq Ahmad <[email protected]> Co-authored-by: kartik-579 <[email protected]> Co-authored-by: Shivam-nagar23 <[email protected]> Co-authored-by: ShashwatDadhich <[email protected]>
- Loading branch information