Commit f5387c9
misc: Release candidate v0.19.0 (#5930)
* added config sql script (#5681)
* feat: CVE severity categorisation and scan result listing API enhancements (#5617)
* feat: add support for app and env sorting in scan list api and add medium, high and unknown severity support
* fix: query fix for appName sort or envName sort
* fix: sql script number change
* fix: minor changes
* fix: review fix
* fix: remove dml on cve_store and handle it in code handling this versioning
* fix: review comments
* fix: update script numbers
* fix: minor fix
* feat: casbin deny policy sql scripts (#5677)
* system controller scripts
* script additions
* sql cript update
* sql script number chnage
* feat: Config diff phase 2 oss (#5488)
* story(configDiffView) : open api spec
* story(configDiffView) : open api spec updated
* story(configDiffView) : open api spec updated for error state
* story(configDiffView) : WIP
* story(configDiffView) : WIP "some code changed"
* story(configDiffView) : support for names added
* story(configDiffView) : iota removed
* story(configDiffView) : pg no rows handled
* story(configDiffView) : spelling check
* story(configDiffView) : code review comment resolved
* story(configDiffView) : env id added
* story(configDiffView) : intersection added
* story(configDiffView) : comments removed
* story(configDiffView) : code review comment resolved
* story(configDiffView) : comment removed
* story(configDiffView) : CMCSNames DTO moved
* story(configDiffView) : null case handled
* story(configDiffView) : logger added
* story(configDiffView) : code refactored
* story(configDiffView) : code refactored v2
* story(configDiffView) : spec updated
* story(configDiffView) : code refactored
* story(configDiffView) : config names
* main sync
* overridden and global flag introduced in config diff autocomplete api
* ent sync
* get config data in resthandler
* new api for showing all config data in config/data :- Service func -> GetAllConfigData
* using a single key instead of global and overridden key in config/autocomplete api
* ConfigState made string instead of int
* not sending inheriting in case base config
* code review comment incorporation
* ent sync
* code review comment incorp -1
* code review comment incorp -2
* code review comment incorp -3
* small fix in plugin
* migration number changes (#5692)
* main sync
* minor fix
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* scipt number change
---------
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
* fix: Helm apps entries in Ea mode (#5652)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* executed make after merging with develop branch
* feat: refactoring deployment app name usage (#5702)
* removing hard coded deployment app name
* removing %s-%s usage
* wip: query change for enterprise
* wip
* wip
* wip
* adding release mode in deployment config
* wip: release changes
* left join on pco and artifact
* handling empty release mode - backward compatibility
* fixing panic
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* migration updated
* main merge and migration script updated
* wip
* review changes
* fix sql no
---------
Co-authored-by: Prakash <[email protected]>
* migration syn with ent (#5719)
* fix: group image vulnerabilities by base/os image (#5680)
* feat: add support for app and env sorting in scan list api and add medium, high and unknown severity support
* fix: query fix for appName sort or envName sort
* fix: sql script number change
* fix: minor changes
* fix: review fix
* fix: remove dml on cve_store and handle it in code handling this versioning
* fix: review comments
* feat: storing target,class and type values in imageScanExecutionResults
* feat: add sql script
* feat: add sql script
* fix: add new columns
* fix: update script numbers
* fix: correct down script
* fix: minor fix
* chore: script number update
* fix: remove sql script (#5727)
* Revert "fix: Helm apps entries in Ea mode (#5652)" (#5733)
This reverts commit f1aa1fca0624af32de5e620ceba4548488a07127.
* chore: custom argo-workflow dependency (#5731)
* bumped github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.10
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
* reverted main branch changes
* reverted main branch changes
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
* chore: fix go.sum file (#5734)
* misc: Main sync develop (#5737)
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
* chore: sql scripts sync (#5763)
* fix: Scan tool migration fix develop (#5773)
* scan tool active check removed
* query fix
* chore: Oss sync 2 sept 2024 oss (#5779)
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
* doc: Edit Deployment Chart Schema (#5735)
* Edit Deployment Chart Schema
* Fixes
* PM + CO Feedback Incorporated
* doc: Redirection of old entry in gitbook.yaml (#5738)
* Edit Deployment Chart Schema
* Fixes
* PM + CO Feedback Incorporated
* Redirected Old Entry
* docs: added Documentation for Air-Gapped Installation (#5360)
* added docs for air-gapped-installation
* added all the images in 7.0.0
* modified yq command in the docs
* added an entry in summary.md
* added installation commands
* modified statements
* modified variable name
* added steps to navigation
* added the latest oss chart images
* added a note for docker
* Added Intro + Proofreading + Structuring
* Other fixes
* Lang fix
* added docs for ea-mode only
* modified lang
* Update install-devtron-in-airgapped-environment.md
Changed h3 header to fit the ToC on the RHS
* added changes
* modified changes
---------
Co-authored-by: Badal Kumar Prusty <[email protected]>
Co-authored-by: ashokdevtron <[email protected]>
* feat: Env description handling (#5744)
* env description handling added
* license handling
* misc: Main sync rc - branch update (#5753)
* added config sql script (#5681)
* feat: CVE severity categorisation and scan result listing API enhancements (#5617)
* feat: add support for app and env sorting in scan list api and add medium, high and unknown severity support
* fix: query fix for appName sort or envName sort
* fix: sql script number change
* fix: minor changes
* fix: review fix
* fix: remove dml on cve_store and handle it in code handling this versioning
* fix: review comments
* fix: update script numbers
* fix: minor fix
* feat: casbin deny policy sql scripts (#5677)
* system controller scripts
* script additions
* sql cript update
* sql script number chnage
* feat: Config diff phase 2 oss (#5488)
* story(configDiffView) : open api spec
* story(configDiffView) : open api spec updated
* story(configDiffView) : open api spec updated for error state
* story(configDiffView) : WIP
* story(configDiffView) : WIP "some code changed"
* story(configDiffView) : support for names added
* story(configDiffView) : iota removed
* story(configDiffView) : pg no rows handled
* story(configDiffView) : spelling check
* story(configDiffView) : code review comment resolved
* story(configDiffView) : env id added
* story(configDiffView) : intersection added
* story(configDiffView) : comments removed
* story(configDiffView) : code review comment resolved
* story(configDiffView) : comment removed
* story(configDiffView) : CMCSNames DTO moved
* story(configDiffView) : null case handled
* story(configDiffView) : logger added
* story(configDiffView) : code refactored
* story(configDiffView) : code refactored v2
* story(configDiffView) : spec updated
* story(configDiffView) : code refactored
* story(configDiffView) : config names
* main sync
* overridden and global flag introduced in config diff autocomplete api
* ent sync
* get config data in resthandler
* new api for showing all config data in config/data :- Service func -> GetAllConfigData
* using a single key instead of global and overridden key in config/autocomplete api
* ConfigState made string instead of int
* not sending inheriting in case base config
* code review comment incorporation
* ent sync
* code review comment incorp -1
* code review comment incorp -2
* code review comment incorp -3
* small fix in plugin
* migration number changes (#5692)
* main sync
* minor fix
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* scipt number change
---------
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
* fix: Helm apps entries in Ea mode (#5652)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* executed make after merging with develop branch
* feat: refactoring deployment app name usage (#5702)
* removing hard coded deployment app name
* removing %s-%s usage
* wip: query change for enterprise
* wip
* wip
* wip
* adding release mode in deployment config
* wip: release changes
* left join on pco and artifact
* handling empty release mode - backward compatibility
* fixing panic
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* migration updated
* main merge and migration script updated
* wip
* review changes
* fix sql no
---------
Co-authored-by: Prakash <[email protected]>
* migration syn with ent (#5719)
* fix: group image vulnerabilities by base/os image (#5680)
* feat: add support for app and env sorting in scan list api and add medium, high and unknown severity support
* fix: query fix for appName sort or envName sort
* fix: sql script number change
* fix: minor changes
* fix: review fix
* fix: remove dml on cve_store and handle it in code handling this versioning
* fix: review comments
* feat: storing target,class and type values in imageScanExecutionResults
* feat: add sql script
* feat: add sql script
* fix: add new columns
* fix: update script numbers
* fix: correct down script
* fix: minor fix
* chore: script number update
* fix: remove sql script (#5727)
* Revert "fix: Helm apps entries in Ea mode (#5652)" (#5733)
This reverts commit f1aa1fca0624af32de5e620ceba4548488a07127.
* chore: custom argo-workflow dependency (#5731)
* bumped github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.10
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
* reverted main branch changes
* reverted main branch changes
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
* chore: fix go.sum file (#5734)
* misc: Main sync develop (#5737)
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
* fix: Validate config cm cs (#5750)
* validateConfigRequest before CMGlobalAddUpdate and CSGlobalAddUpdate
* checkIfConfigDataAlreadyExist
---------
Co-authored-by: ayu-devtron <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
Co-authored-by: Gireesh Naidu <[email protected]>
Co-authored-by: Shivam Nagar <[email protected]>
Co-authored-by: Prakash <[email protected]>
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: iamayushm <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
Co-authored-by: Asutosh Das <[email protected]>
Co-authored-by: Vikram <[email protected]>
Co-authored-by: Prakarsh <[email protected]>
* doc: Update prerequisites of code-scan (#5625)
* Update prerequisites of code-scan
* Hyperlinked the Vulnerability scanning doc
---------
Co-authored-by: ashokdevtron <[email protected]>
* fix: ci patch rbac for branch update (#5759)
* feat: Added basic auth support for servicemonitor (#5761)
* Added support for basic auth in servicemonitor
* Added support for namespace selector and custom matchLabels
* Fixed indentations
* fix: Bitnami chart repo tls issue (#5740)
* bitnami_chart_fix
* Rename 278_bitnami_chart_fix.down.sql to 282_bitnami_chart_fix.down.sql
* Rename 278_bitnami_chart_fix.up.sql to 282_bitnami_chart_fix.up.sql
---------
Co-authored-by: Pawan Mehta <[email protected]>
* doc: Cosign plugin doc (#5665)
* doc for cosign plugin
* edits in task name
* updates in intro and other fixes.
* Attached link to Cosign GitHub repo
* Hyperlink fixes
---------
Co-authored-by: ashokdevtron <[email protected]>
* fix: check rbac on env if envName is present (#5765)
* admin check fix in config draft
* minor fix
* doc: CraneCopy plugin doc (#5658)
* doc for
* edits in task name
* spelling correction
* Updated password
---------
Co-authored-by: ashokdevtron <[email protected]>
* doc: Devtron CD Trigger Plugin doc (#5747)
* devtron-cd-trigger plugin doc
* minor update
* Proofreading done
* Update devtron-cd-trigger.md
* Removed unwanted phrase
* Changed wording
* Changed plurality
* Updated devtron token
---------
Co-authored-by: ashokdevtron <[email protected]>
* doc: DockerSlim plugin doc (#5660)
* doc for DockerSlim plugin
* Updated Docker-Slim to DockerSlim
* Minor fixes
* url update
* Fixes in url
---------
Co-authored-by: ashokdevtron <[email protected]>
* doc: Devtron Job Trigger Plugin doc (#5742)
* devtron-job-trigger plugin doc
* summary updated
* Updated input variable description
* token value updated
---------
Co-authored-by: ashokdevtron <[email protected]>
* fix: scan tool active check removed (#5771)
* scan tool active check removed
* query fix
* feat: Docker pull env driven (#5767)
* useDockerApiToGetDigest menv driven flag to control pulling image either using docker pull or docker API
* UseAppDockerConfigForPrivateRegistries in workflow request
* revert
* revert
* fix: panic handlings and argocd app delete stuck in partial stage (#5770)
* fix: panic handlings
* fix: false positive matrics on gitOps failures
* fix: for GetConfigForHelmApps err: pg no row
* feat: plugin creation support (#5630)
* wip: new plugin creation api and min plugin api with only shared plugin list
* wip: create new plugin version code
* wip:plugin type SHARED by default
* wip:find plugin either by identifier or by id while creating a new version of existing plugin
* wip: create new plugin tag logic improved
* wip: optimize GetAllFilteredPluginParentMetadata query
* wip: create plugin tag new flow
* wip: minor fix
* wip: minor fix
* wip: minor fix
* wip: newTagsPresent -> areNewTagsPresent
* wip: icon is not mandatory code incorporated
* wip:minor refactoring
* wip: prevent duplicate version from being created and save tags relation only when
* wip: minor fix
* wip: details api, get all plugin data or non
* wip: code review incorp part -1
* wip: code review incorp part -2
* wip: code review incorp part -3
* wip: remove code duplication
* wip: hardcode isExposed to true
* wip: hardcode StepType= inline
* wip: set default VariableStepIndex= 1
* Revert "feat: plugin creation support (#5630)" (#5778)
This reverts commit 4296366ae288f3a67f87e547d2b946acbcd2dd65.
* script no. fix
---------
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
Co-authored-by: ashokdevtron <[email protected]>
Co-authored-by: Badal Kumar <[email protected]>
Co-authored-by: Badal Kumar Prusty <[email protected]>
Co-authored-by: kripanshdevtron <[email protected]>
Co-authored-by: kartik-579 <[email protected]>
Co-authored-by: ayu-devtron <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
Co-authored-by: Gireesh Naidu <[email protected]>
Co-authored-by: Shivam Nagar <[email protected]>
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: iamayushm <[email protected]>
Co-authored-by: Asutosh Das <[email protected]>
Co-authored-by: Vikram <[email protected]>
Co-authored-by: Prakarsh <[email protected]>
Co-authored-by: Bhushan Nemade <[email protected]>
Co-authored-by: Pawan Mehta <[email protected]>
Co-authored-by: akshatsinha007 <[email protected]>
* chore: plugin creation oss (#5780)
* wip: new plugin creation api and min plugin api with only shared plugin list
* wip: create new plugin version code
* wip:plugin type SHARED by default
* wip:find plugin either by identifier or by id while creating a new version of existing plugin
* wip: create new plugin tag logic improved
* wip: optimize GetAllFilteredPluginParentMetadata query
* wip: create plugin tag new flow
* wip: minor fix
* wip: minor fix
* wip: minor fix
* wip: newTagsPresent -> areNewTagsPresent
* wip: icon is not mandatory code incorporated
* wip:minor refactoring
* wip: prevent duplicate version from being created and save tags relation only when
* wip: minor fix
* wip: details api, get all plugin data or non
* wip: code review incorp part -1
* wip: code review incorp part -2
* wip: code review incorp part -3
* wip: remove code duplication
* wip: hardcode isExposed to true
* wip: hardcode StepType= inline
* wip: set default VariableStepIndex= 1
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
* doc: Edit Deployment Chart Schema (#5735)
* Edit Deployment Chart Schema
* Fixes
* PM + CO Feedback Incorporated
* doc: Redirection of old entry in gitbook.yaml (#5738)
* Edit Deployment Chart Schema
* Fixes
* PM + CO Feedback Incorporated
* Redirected Old Entry
* docs: added Documentation for Air-Gapped Installation (#5360)
* added docs for air-gapped-installation
* added all the images in 7.0.0
* modified yq command in the docs
* added an entry in summary.md
* added installation commands
* modified statements
* modified variable name
* added steps to navigation
* added the latest oss chart images
* added a note for docker
* Added Intro + Proofreading + Structuring
* Other fixes
* Lang fix
* added docs for ea-mode only
* modified lang
* Update install-devtron-in-airgapped-environment.md
Changed h3 header to fit the ToC on the RHS
* added changes
* modified changes
---------
Co-authored-by: Badal Kumar Prusty <[email protected]>
Co-authored-by: ashokdevtron <[email protected]>
* feat: Env description handling (#5744)
* env description handling added
* license handling
* misc: Main sync rc - branch update (#5753)
* added config sql script (#5681)
* feat: CVE severity categorisation and scan result listing API enhancements (#5617)
* feat: add support for app and env sorting in scan list api and add medium, high and unknown severity support
* fix: query fix for appName sort or envName sort
* fix: sql script number change
* fix: minor changes
* fix: review fix
* fix: remove dml on cve_store and handle it in code handling this versioning
* fix: review comments
* fix: update script numbers
* fix: minor fix
* feat: casbin deny policy sql scripts (#5677)
* system controller scripts
* script additions
* sql cript update
* sql script number chnage
* feat: Config diff phase 2 oss (#5488)
* story(configDiffView) : open api spec
* story(configDiffView) : open api spec updated
* story(configDiffView) : open api spec updated for error state
* story(configDiffView) : WIP
* story(configDiffView) : WIP "some code changed"
* story(configDiffView) : support for names added
* story(configDiffView) : iota removed
* story(configDiffView) : pg no rows handled
* story(configDiffView) : spelling check
* story(configDiffView) : code review comment resolved
* story(configDiffView) : env id added
* story(configDiffView) : intersection added
* story(configDiffView) : comments removed
* story(configDiffView) : code review comment resolved
* story(configDiffView) : comment removed
* story(configDiffView) : CMCSNames DTO moved
* story(configDiffView) : null case handled
* story(configDiffView) : logger added
* story(configDiffView) : code refactored
* story(configDiffView) : code refactored v2
* story(configDiffView) : spec updated
* story(configDiffView) : code refactored
* story(configDiffView) : config names
* main sync
* overridden and global flag introduced in config diff autocomplete api
* ent sync
* get config data in resthandler
* new api for showing all config data in config/data :- Service func -> GetAllConfigData
* using a single key instead of global and overridden key in config/autocomplete api
* ConfigState made string instead of int
* not sending inheriting in case base config
* code review comment incorporation
* ent sync
* code review comment incorp -1
* code review comment incorp -2
* code review comment incorp -3
* small fix in plugin
* migration number changes (#5692)
* main sync
* minor fix
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* scipt number change
---------
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
* fix: Helm apps entries in Ea mode (#5652)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* executed make after merging with develop branch
* feat: refactoring deployment app name usage (#5702)
* removing hard coded deployment app name
* removing %s-%s usage
* wip: query change for enterprise
* wip
* wip
* wip
* adding release mode in deployment config
* wip: release changes
* left join on pco and artifact
* handling empty release mode - backward compatibility
* fixing panic
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* migration updated
* main merge and migration script updated
* wip
* review changes
* fix sql no
---------
Co-authored-by: Prakash <[email protected]>
* migration syn with ent (#5719)
* fix: group image vulnerabilities by base/os image (#5680)
* feat: add support for app and env sorting in scan list api and add medium, high and unknown severity support
* fix: query fix for appName sort or envName sort
* fix: sql script number change
* fix: minor changes
* fix: review fix
* fix: remove dml on cve_store and handle it in code handling this versioning
* fix: review comments
* feat: storing target,class and type values in imageScanExecutionResults
* feat: add sql script
* feat: add sql script
* fix: add new columns
* fix: update script numbers
* fix: correct down script
* fix: minor fix
* chore: script number update
* fix: remove sql script (#5727)
* Revert "fix: Helm apps entries in Ea mode (#5652)" (#5733)
This reverts commit f1aa1fca0624af32de5e620ceba4548488a07127.
* chore: custom argo-workflow dependency (#5731)
* bumped github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.10
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
* reverted main branch changes
* reverted main branch changes
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
* chore: fix go.sum file (#5734)
* misc: Main sync develop (#5737)
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
* fix: Validate config cm cs (#5750)
* validateConfigRequest before CMGlobalAddUpdate and CSGlobalAddUpdate
* checkIfConfigDataAlreadyExist
---------
Co-authored-by: ayu-devtron <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
Co-authored-by: Gireesh Naidu <[email protected]>
Co-authored-by: Shivam Nagar <[email protected]>
Co-authored-by: Prakash <[email protected]>
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: iamayushm <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
Co-authored-by: Asutosh Das <[email protected]>
Co-authored-by: Vikram <[email protected]>
Co-authored-by: Prakarsh <[email protected]>
* doc: Update prerequisites of code-scan (#5625)
* Update prerequisites of code-scan
* Hyperlinked the Vulnerability scanning doc
---------
Co-authored-by: ashokdevtron <[email protected]>
* fix: ci patch rbac for branch update (#5759)
* feat: Added basic auth support for servicemonitor (#5761)
* Added support for basic auth in servicemonitor
* Added support for namespace selector and custom matchLabels
* Fixed indentations
* fix: Bitnami chart repo tls issue (#5740)
* bitnami_chart_fix
* Rename 278_bitnami_chart_fix.down.sql to 282_bitnami_chart_fix.down.sql
* Rename 278_bitnami_chart_fix.up.sql to 282_bitnami_chart_fix.up.sql
---------
Co-authored-by: Pawan Mehta <[email protected]>
* doc: Cosign plugin doc (#5665)
* doc for cosign plugin
* edits in task name
* updates in intro and other fixes.
* Attached link to Cosign GitHub repo
* Hyperlink fixes
---------
Co-authored-by: ashokdevtron <[email protected]>
* fix: check rbac on env if envName is present (#5765)
* admin check fix in config draft
* minor fix
* doc: CraneCopy plugin doc (#5658)
* doc for
* edits in task name
* spelling correction
* Updated password
---------
Co-authored-by: ashokdevtron <[email protected]>
* doc: Devtron CD Trigger Plugin doc (#5747)
* devtron-cd-trigger plugin doc
* minor update
* Proofreading done
* Update devtron-cd-trigger.md
* Removed unwanted phrase
* Changed wording
* Changed plurality
* Updated devtron token
---------
Co-authored-by: ashokdevtron <[email protected]>
* doc: DockerSlim plugin doc (#5660)
* doc for DockerSlim plugin
* Updated Docker-Slim to DockerSlim
* Minor fixes
* url update
* Fixes in url
---------
Co-authored-by: ashokdevtron <[email protected]>
* doc: Devtron Job Trigger Plugin doc (#5742)
* devtron-job-trigger plugin doc
* summary updated
* Updated input variable description
* token value updated
---------
Co-authored-by: ashokdevtron <[email protected]>
* fix: scan tool active check removed (#5771)
* scan tool active check removed
* query fix
* feat: Docker pull env driven (#5767)
* useDockerApiToGetDigest menv driven flag to control pulling image either using docker pull or docker API
* UseAppDockerConfigForPrivateRegistries in workflow request
* revert
* revert
* fix: panic handlings and argocd app delete stuck in partial stage (#5770)
* fix: panic handlings
* fix: false positive matrics on gitOps failures
* fix: for GetConfigForHelmApps err: pg no row
* feat: plugin creation support (#5630)
* wip: new plugin creation api and min plugin api with only shared plugin list
* wip: create new plugin version code
* wip:plugin type SHARED by default
* wip:find plugin either by identifier or by id while creating a new version of existing plugin
* wip: create new plugin tag logic improved
* wip: optimize GetAllFilteredPluginParentMetadata query
* wip: create plugin tag new flow
* wip: minor fix
* wip: minor fix
* wip: minor fix
* wip: newTagsPresent -> areNewTagsPresent
* wip: icon is not mandatory code incorporated
* wip:minor refactoring
* wip: prevent duplicate version from being created and save tags relation only when
* wip: minor fix
* wip: details api, get all plugin data or non
* wip: code review incorp part -1
* wip: code review incorp part -2
* wip: code review incorp part -3
* wip: remove code duplication
* wip: hardcode isExposed to true
* wip: hardcode StepType= inline
* wip: set default VariableStepIndex= 1
* Revert "feat: plugin creation support (#5630)" (#5778)
This reverts commit 4296366ae288f3a67f87e547d2b946acbcd2dd65.
---------
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
Co-authored-by: ashokdevtron <[email protected]>
Co-authored-by: Badal Kumar <[email protected]>
Co-authored-by: Badal Kumar Prusty <[email protected]>
Co-authored-by: kripanshdevtron <[email protected]>
Co-authored-by: kartik-579 <[email protected]>
Co-authored-by: ayu-devtron <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
Co-authored-by: Gireesh Naidu <[email protected]>
Co-authored-by: Shivam Nagar <[email protected]>
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: iamayushm <[email protected]>
Co-authored-by: Asutosh Das <[email protected]>
Co-authored-by: Vikram <[email protected]>
Co-authored-by: Prakarsh <[email protected]>
Co-authored-by: Bhushan Nemade <[email protected]>
Co-authored-by: Pawan Mehta <[email protected]>
Co-authored-by: akshatsinha007 <[email protected]>
* fix: Sql injection fix develop (#5785)
* sql injection fixes
* query param init fix
* feat: add support for tag name for external CI (#5689)
* remove validation that url exists in external artifact
* handle docker tag name regex validation
* sync with enterprise
* sync with enterprise
* added validation for external ci tag name
* fix log
* mark deployment aborted if validation fails
* digest validation added
* fix typo
* common lib update
---------
Co-authored-by: prakhar katiyar <[email protected]>
* argo-assets moved out (#5788)
* query param split (#5801) (#5803)
* feat: acr polling plugin support (#5724)
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* chore: polling plugin refactored
* chore: refactored method name
* update polling plugin response struct
* updated migration number
* updated polling plugin image
* updated polling plugin migration script
* fix: same digest for different image issue
* fix: plugin migration handling
* updated polling plugin migration script
* updated migration number
* fix: empty artifact issue
* chore: polling plugin migration prod-image updated
* updated common-lib version
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
* fix: build failed due to argo assets (#5805)
* handled the release not found case for app detail of external app (#5791)
Co-authored-by: Rajeev Ranjan<[email protected]>
* chore: Main develop sync bd5118 (#5817)
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
* doc: Edit Deployment Chart Schema (#5735)
* Edit Deployment Chart Schema
* Fixes
* PM + CO Feedback Incorporated
* doc: Redirection of old entry in gitbook.yaml (#5738)
* Edit Deployment Chart Schema
* Fixes
* PM + CO Feedback Incorporated
* Redirected Old Entry
* docs: added Documentation for Air-Gapped Installation (#5360)
* added docs for air-gapped-installation
* added all the images in 7.0.0
* modified yq command in the docs
* added an entry in summary.md
* added installation commands
* modified statements
* modified variable name
* added steps to navigation
* added the latest oss chart images
* added a note for docker
* Added Intro + Proofreading + Structuring
* Other fixes
* Lang fix
* added docs for ea-mode only
* modified lang
* Update install-devtron-in-airgapped-environment.md
Changed h3 header to fit the ToC on the RHS
* added changes
* modified changes
---------
Co-authored-by: Badal Kumar Prusty <[email protected]>
Co-authored-by: ashokdevtron <[email protected]>
* feat: Env description handling (#5744)
* env description handling added
* license handling
* misc: Main sync rc - branch update (#5753)
* added config sql script (#5681)
* feat: CVE severity categorisation and scan result listing API enhancements (#5617)
* feat: add support for app and env sorting in scan list api and add medium, high and unknown severity support
* fix: query fix for appName sort or envName sort
* fix: sql script number change
* fix: minor changes
* fix: review fix
* fix: remove dml on cve_store and handle it in code handling this versioning
* fix: review comments
* fix: update script numbers
* fix: minor fix
* feat: casbin deny policy sql scripts (#5677)
* system controller scripts
* script additions
* sql cript update
* sql script number chnage
* feat: Config diff phase 2 oss (#5488)
* story(configDiffView) : open api spec
* story(configDiffView) : open api spec updated
* story(configDiffView) : open api spec updated for error state
* story(configDiffView) : WIP
* story(configDiffView) : WIP "some code changed"
* story(configDiffView) : support for names added
* story(configDiffView) : iota removed
* story(configDiffView) : pg no rows handled
* story(configDiffView) : spelling check
* story(configDiffView) : code review comment resolved
* story(configDiffView) : env id added
* story(configDiffView) : intersection added
* story(configDiffView) : comments removed
* story(configDiffView) : code review comment resolved
* story(configDiffView) : comment removed
* story(configDiffView) : CMCSNames DTO moved
* story(configDiffView) : null case handled
* story(configDiffView) : logger added
* story(configDiffView) : code refactored
* story(configDiffView) : code refactored v2
* story(configDiffView) : spec updated
* story(configDiffView) : code refactored
* story(configDiffView) : config names
* main sync
* overridden and global flag introduced in config diff autocomplete api
* ent sync
* get config data in resthandler
* new api for showing all config data in config/data :- Service func -> GetAllConfigData
* using a single key instead of global and overridden key in config/autocomplete api
* ConfigState made string instead of int
* not sending inheriting in case base config
* code review comment incorporation
* ent sync
* code review comment incorp -1
* code review comment incorp -2
* code review comment incorp -3
* small fix in plugin
* migration number changes (#5692)
* main sync
* minor fix
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* scipt number change
---------
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
* fix: Helm apps entries in Ea mode (#5652)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* executed make after merging with develop branch
* feat: refactoring deployment app name usage (#5702)
* removing hard coded deployment app name
* removing %s-%s usage
* wip: query change for enterprise
* wip
* wip
* wip
* adding release mode in deployment config
* wip: release changes
* left join on pco and artifact
* handling empty release mode - backward compatibility
* fixing panic
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* migration updated
* main merge and migration script updated
* wip
* review changes
* fix sql no
---------
Co-authored-by: Prakash <[email protected]>
* migration syn with ent (#5719)
* fix: group image vulnerabilities by base/os image (#5680)
* feat: add support for app and env sorting in scan list api and add medium, high and unknown severity support
* fix: query fix for appName sort or envName sort
* fix: sql script number change
* fix: minor changes
* fix: review fix
* fix: remove dml on cve_store and handle it in code handling this versioning
* fix: review comments
* feat: storing target,class and type values in imageScanExecutionResults
* feat: add sql script
* feat: add sql script
* fix: add new columns
* fix: update script numbers
* fix: correct down script
* fix: minor fix
* chore: script number update
* fix: remove sql script (#5727)
* Revert "fix: Helm apps entries in Ea mode (#5652)" (#5733)
This reverts commit f1aa1fca0624af32de5e620ceba4548488a07127.
* chore: custom argo-workflow dependency (#5731)
* bumped github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.10
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
* reverted main branch changes
* reverted main branch changes
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
* chore: fix go.sum file (#5734)
* misc: Main sync develop (#5737)
* migration number changes (#5692)
* refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
* fix: Decode secret fix on add update oss (#5695)
* ValidateEncodedDataByDecoding in case add or update secret
* wire fix from main
* minor refactor
* comment
* saving pco concurrency case handled (#5688)
* fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
* script for pipelineStageStepVariable, making input value and default_value text from varchar255
* erro log fix
* fix: ea fixes for helm app (#5708)
* added the ea apps entry app table
* resolved the ea mode multiple rows error during configuration of app
* modified the ea dockerfile in ca-certificates cmd
* uncommented the code and left the ea helm app making way untouched
* remodified the dockerfile as previous state
* modified the docker file ea mode
* dockerfile exit code 100 due to ap install alternative in ea mode dockerfile
* execute make after main merge
* modified changes in dockerfile ea mode
* resolved comments after first level review
* Revert "fix: ea fixes for helm app (#5708)" (#5713)
This reverts commit 3e31f49f95d373f92b13afbe1806606ac4a39d85.
* fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
* SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation
* minor refactor
* minor refactor
* migration syn with ent (#5718)
---------
Co-authored-by: Prakash <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
* fix: Validate config cm cs (#5750)
* validateConfigRequest before CMGlobalAddUpdate and CSGlobalAddUpdate
* checkIfConfigDataAlreadyExist
---------
Co-authored-by: ayu-devtron <[email protected]>
Co-authored-by: Vikram Singh <[email protected]>
Co-authored-by: Gireesh Naidu <[email protected]>
Co-authored-by: Shivam Nagar <[email protected]>
Co-authored-by: Prakash <[email protected]>
Co-authored-by: adi6859 <[email protected]>
Co-authored-by: Rajeev Ranjan <[email protected]>
Co-authored-by: iamayushm <[email protected]>
Co-authored-by: prakhar katiyar <[email protected]>
Co-authored-by: Asutosh Das <[email protected]>
Co-authored-by: Vikram <[email protected]>
Co-authored-by: Prakarsh <[email protected]>
* doc: Update prerequisites of code-scan (#5625)
* Update prerequisites of code-scan
* Hyperlinked the Vulnerability scanning doc
---------
Co-authored-by: ashokdevtron <[email protected]>
* fix: ci patch rbac for branch update (#5759)
* feat: Added basic auth support for servicemonitor (#5761)
* Added support for basic auth in servicemonitor
* Added support for namespace selector and custom matchLabels
* Fixed indentations
* fix: Bitnami chart repo tls issue (#5740)
* bitnami_chart_fix
* Rename 278_bitnami_chart_fix.down.sql to 282_bitnami_chart_fix.down.sql
* Rename 278_bitnami_chart_fix.up.sql to 282_bitnami_chart_fix.up.sql
---------
Co-authored-by: Pawan Mehta <[email protected]>
* doc: Cosign plugin doc (#5665)
* doc for cosign plugin
* edits in task name
* updates in intro and other fixes.
* Atta…1 parent 19ec283 commit f5387c9
File tree
1,266 files changed
+122724
-76136
lines changed- api
- appStore/deployment
- auth/user
- helm-app
- gRPC
- service
- restHandler
- app/pipeline/configure
- cmd/external-app
- internal/sql/repository
- dockerRegistry
- pipelineConfig
- bean/cdWorkflow
- pkg
- apiToken
- appStore
- bean
- installedApp
- adapter
- repository
- service
- EAMode
- FullMode
- deployment
- app
- status
- auth/user
- bean
- repository
- bean
- cluster
- delete
- deployment
- gitOps/config
- trigger/devtronApps
- userDeploymentRequest/repository
- eventProcessor
- in
- out
- notifier
- beans
- pipeline
- history
- types
- resourceQualifiers
- security
- workflow
- cd
- bean
- dag
- status
- scripts
- casbin
- sql
- specs/helmApp
- util/rbac
- vendor
- github.com
- Microsoft/azure-devops-go-api/azuredevops
- core
- delegatedauthorization
- git
- identity
- operations
- policy
- system
- webapi
- argoproj/gitops-engine/pkg
- cache
- diff
- sync
- common
- resource
- utils
- io
- kube
- scheme
- devtron-labs/common-lib
- blob-storage
- constants
- middlewares
- pubsub-lib/metrics
- utils
- k8s
- distribution/reference
- docker/distribution
- digestset
- reference
- google
- gnostic-models
- compiler
- extensions
- jsonschema
- openapiv2
- openapiv3
- gnostic/openapiv3
- s2a-go
- internal
- handshaker/service
- record
- v2
- retry
- testdata
- mxk/go-flowrate
- flowrate
- sergi/go-diff/diffmatchpatch
- golang.org/x/net/html
- atom
- gopkg.in/evanphx/json-patch.v4
- k8s.io
- apiextensions-apiserver/pkg
- apis/apiextensions
- v1beta1
- v1
- features
- apimachinery/pkg
- apis/meta
- internalversion
- v1beta1
- v1
- unstructured
- validation
- api
- errors
- meta
- resource
- validation
- labels
- runtime
- schema
- serializer
- streaming
- versioning
- types
- util
- cache
- diff
- dump
- duration
- errors
- framer
- httpstream
- spdy
- intstr
- managedfields
- internal
- mergepatch
- net
- proxy
- remotecommand
- sets
- strategicpatch
- validation
- field
- version
- wait
- apiserver/pkg/features
- api
- admissionregistration
- v1alpha1
- v1beta1
- v1
- admission
- v1beta1
- v1
- apiserverinternal/v1alpha1
- apps
- v1beta1
- v1beta2
- v1
- authentication
- v1alpha1
- v1beta1
- v1
- authorization
- v1beta1
- v1
- autoscaling
- v1
- v2beta1
- v2beta2
- v2
- batch
- v1beta1
- v1
- certificates
- v1alpha1
- v1beta1
- v1
- coordination
- v1beta1
- v1
- core/v1
- discovery
- v1beta1
- v1
- events
- v1beta1
- v1
- extensions/v1beta1
- flowcontrol
- v1alpha1
- v1beta1
- v1beta2
- v1beta3
- v1
- imagepolicy/v1alpha1
- networking
- v1alpha1
- v1beta1
- v1
- node
- v1alpha1
- v1beta1
- v1
- policy
- v1beta1
- v1
- rbac
- v1alpha1
- v1beta1
- v1
- resource/v1alpha2
- scheduling
- v1alpha1
- v1beta1
- v1
- storage
- v1alpha1
- v1beta1
- v1
- cli-runtime/pkg
- genericclioptions
- genericiooptions
- printers
- resource
- client-go
- applyconfigurations
- admissionregistration
- v1alpha1
- v1beta1
- v1
- apiserverinternal/v1alpha1
- autoscaling/v2
- batch/v1
- certificates/v1alpha1
- core/v1
- extensions/v1beta1
- flowcontrol
- v1beta1
- v1beta2
- v1beta3
- v1
- internal
- meta/v1
- networking
- v1alpha1
- v1
- policy/v1beta1
- resource/v1alpha2
- storage/v1alpha1
- discovery
- cached
- disk
- memory
- dynamic/dynamicinformer
- informers
- admissionregistration/v1beta1
- certificates
- v1alpha1
- extensions/v1beta1
- flowcontrol
- v1
- networking/v1alpha1
- policy/v1beta1
- resource
- v1alpha2
- storage/v1alpha1
- kubernetes
- scheme
- typed
- admissionregistration
- v1alpha1
- v1beta1
- authentication
- v1beta1
- v1
- certificates/v1alpha1
- events/v1beta1
- extensions/v1beta1
- flowcontrol/v1
- networking
- v1alpha1
- v1
- policy/v1beta1
- resource
- v1alpha1
- v1alpha2
- storage/v1alpha1
- listers
- admissionregistration/v1beta1
- certificates/v1alpha1
- extensions/v1beta1
- flowcontrol/v1
- networking/v1alpha1
- policy/v1beta1
- resource
- v1alpha1
- v1alpha2
- storage/v1alpha1
- openapi3
- openapi
- pkg/version
- plugin/pkg/client/auth/exec
- restmapper
- rest
- tools
- cache
- synctrack
- clientcmd
- api
- metrics
- pager
- portforward
- remotecommand
- watch
- transport
- spdy
- websocket
- util
- cert
- jsonpath
- workqueue
- component-base
- metrics
- legacyregistry
- prometheus/feature
- version
- klog/v2
- internal/verbosity
- klogr
- textlogger
- kube-aggregator/pkg/apis/apiregistration
- v1beta1
- v1
- kube-openapi/pkg
- builder3/util
- cached
- common
- handler3
- internal
- handler
- third_party/go-json-experiment/json
- openapiconv
- schemaconv
- schemamutation
- spec3
- util/proto
- validation/spec
- kubectl/pkg
- cmd
- apiresources
- apply
- auth
- create
- delete
- get
- replace
- util
- editor
- wait
- describe
- polymorphichelpers
- rawhttp
- util
- completion
- deployment
- i18n
- translations
- kubectl
- default/LC_MESSAGES
- en_US/LC_MESSAGES
- it_IT/LC_MESSAGES
- zh_CN/LC_MESSAGES
- openapi
- podutils
- qos
- resource
- templates
- term
- validation
- kubernetes/pkg
- apis
- admissionregistration
- v1alpha1
- v1beta1
- v1
- apps
- v1beta1
- v1beta2
- v1
- authentication
- v1beta1
- v1
- autoscaling
- install
- batch
- v1beta1
- v1
- certificates
- install
- v1alpha1
- v1beta1
- coordination
- core
- install
- v1
- discovery
- extensions
- v1beta1
- flowcontrol
- install
- v1alpha1
- v1beta1
- v1beta2
- v1beta3
- v1
- networking
- install
- v1alpha1
- v1beta1
- v1
- node
- policy
- install
- v1beta1
- rbac
- v1alpha1
- v1beta1
- v1
- scheduling
- storage
- v1alpha1
- api/v1/service
- features
- util/parsers
- metrics/pkg
- apis/metrics
- client/clientset/versioned
- scheme
- sigs.k8s.io
- kustomize
- api
- filters
- imagetag
- nameref
- namespace
- patchjson6902
- replacement
- ifc
- internal
- accumulator
- builtins
- generators
- git
- image
- konfig/builtinpluginconsts
- loader
- plugins
- builtinconfig
- builtinhelpers
- execplugin
- fnplugin
- loader
- target
- utils
- krusty
- kv
- provenance
- resmap
- resource
- types
- kyaml
- errors
- filesys
- fn/runtime
- container
- exec
- runtimeutil
- starlark
- internal/forked/github.com/qri-io/starlib/util
- kio
- openapi
- kubernetesapi
- v1212
- v1_21_2
- kustomizationapi
- resid
- runfn
- sets
- utils
- yaml
- merge2
- walk
- yaml/goyaml.v3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,266 files changed
+122724
-76136
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
174 | | - | |
| 173 | + | |
175 | 174 | | |
176 | 175 | | |
177 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
246 | 247 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
| 248 | + | |
258 | 249 | | |
259 | 250 | | |
260 | 251 | | |
| |||
316 | 307 | | |
317 | 308 | | |
318 | 309 | | |
319 | | - | |
| 310 | + | |
320 | 311 | | |
321 | 312 | | |
322 | 313 | | |
| |||
387 | 378 | | |
388 | 379 | | |
389 | 380 | | |
390 | | - | |
| 381 | + | |
391 | 382 | | |
392 | 383 | | |
393 | 384 | | |
| |||
464 | 455 | | |
465 | 456 | | |
466 | 457 | | |
467 | | - | |
| 458 | + | |
468 | 459 | | |
469 | 460 | | |
470 | 461 | | |
| |||
474 | 465 | | |
475 | 466 | | |
476 | 467 | | |
477 | | - | |
| 468 | + | |
478 | 469 | | |
479 | 470 | | |
480 | 471 | | |
| |||
578 | 569 | | |
579 | 570 | | |
580 | 571 | | |
| 572 | + | |
581 | 573 | | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
| 574 | + | |
593 | 575 | | |
594 | 576 | | |
595 | 577 | | |
| |||
610 | 592 | | |
611 | 593 | | |
612 | 594 | | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
613 | 624 | | |
614 | 625 | | |
615 | 626 | | |
| |||
698 | 709 | | |
699 | 710 | | |
700 | 711 | | |
701 | | - | |
| 712 | + | |
702 | 713 | | |
703 | 714 | | |
704 | 715 | | |
| |||
749 | 760 | | |
750 | 761 | | |
751 | 762 | | |
752 | | - | |
| 763 | + | |
753 | 764 | | |
754 | 765 | | |
755 | 766 | | |
| |||
820 | 831 | | |
821 | 832 | | |
822 | 833 | | |
823 | | - | |
| 834 | + | |
824 | 835 | | |
825 | 836 | | |
826 | 837 | | |
| |||
908 | 919 | | |
909 | 920 | | |
910 | 921 | | |
911 | | - | |
| 922 | + | |
912 | 923 | | |
913 | 924 | | |
914 | 925 | | |
| |||
1038 | 1049 | | |
1039 | 1050 | | |
1040 | 1051 | | |
1041 | | - | |
| 1052 | + | |
1042 | 1053 | | |
1043 | 1054 | | |
1044 | 1055 | | |
| |||
1138 | 1149 | | |
1139 | 1150 | | |
1140 | 1151 | | |
1141 | | - | |
| 1152 | + | |
1142 | 1153 | | |
1143 | 1154 | | |
1144 | 1155 | | |
| |||
1167 | 1178 | | |
1168 | 1179 | | |
1169 | 1180 | | |
1170 | | - | |
| 1181 | + | |
1171 | 1182 | | |
1172 | 1183 | | |
1173 | 1184 | | |
| |||
1206 | 1217 | | |
1207 | 1218 | | |
1208 | 1219 | | |
1209 | | - | |
| 1220 | + | |
1210 | 1221 | | |
1211 | 1222 | | |
1212 | 1223 | | |
| |||
1225 | 1236 | | |
1226 | 1237 | | |
1227 | 1238 | | |
1228 | | - | |
| 1239 | + | |
1229 | 1240 | | |
1230 | 1241 | | |
1231 | 1242 | | |
| |||
1252 | 1263 | | |
1253 | 1264 | | |
1254 | 1265 | | |
1255 | | - | |
| 1266 | + | |
1256 | 1267 | | |
1257 | 1268 | | |
1258 | 1269 | | |
| |||
1263 | 1274 | | |
1264 | 1275 | | |
1265 | 1276 | | |
1266 | | - | |
1267 | | - | |
| 1277 | + | |
1268 | 1278 | | |
1269 | 1279 | | |
1270 | | - | |
| 1280 | + | |
1271 | 1281 | | |
1272 | 1282 | | |
1273 | 1283 | | |
| |||
1290 | 1300 | | |
1291 | 1301 | | |
1292 | 1302 | | |
1293 | | - | |
| 1303 | + | |
1294 | 1304 | | |
1295 | 1305 | | |
1296 | 1306 | | |
| |||
1309 | 1319 | | |
1310 | 1320 | | |
1311 | 1321 | | |
1312 | | - | |
| 1322 | + | |
1313 | 1323 | | |
1314 | 1324 | | |
1315 | 1325 | | |
1316 | 1326 | | |
1317 | 1327 | | |
1318 | 1328 | | |
1319 | 1329 | | |
1320 | | - | |
| 1330 | + | |
1321 | 1331 | | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
1322 | 1335 | | |
1323 | 1336 | | |
1324 | | - | |
1325 | | - | |
| 1337 | + | |
| 1338 | + | |
1326 | 1339 | | |
1327 | 1340 | | |
1328 | 1341 | | |
| |||
1338 | 1351 | | |
1339 | 1352 | | |
1340 | 1353 | | |
1341 | | - | |
| 1354 | + | |
1342 | 1355 | | |
1343 | 1356 | | |
1344 | 1357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments