Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e477a0e
fix: postgresql skip unique constratints error and handle network con…
Ash-exp Apr 9, 2025
56ed13f
chore: dependency version updated to 'origin/fix-pg-query-matrices'
Ash-exp Apr 9, 2025
f65f6e2
Merge pull request #218 from devtron-labs/fix-pg-query-matrices
Ash-exp Apr 10, 2025
8004df2
fix: panic handling issues
Ash-exp Apr 10, 2025
290ca50
chore: dependency version updated to 'origin/fix-nil-pointer-handling'
Ash-exp Apr 10, 2025
1a2b1d8
Merge pull request #223 from devtron-labs/fix-nil-pointer-handling
Ash-exp Apr 11, 2025
634ac23
main sync develop
vikramdevtron Apr 14, 2025
a0ab9ce
vendor update
vikramdevtron Apr 14, 2025
6076f6f
Merge pull request #225 from devtron-labs/main-sync-develop-14apr
vikramdevtron Apr 14, 2025
ff12a8a
added support for http and scp based git host
Shivam-nagar23 Apr 15, 2025
01c688c
wip: adding anonymoys cert mode and fixes
iamayushm Apr 15, 2025
51f1587
wip
iamayushm Apr 15, 2025
661ce52
wip
iamayushm Apr 15, 2025
33e3930
wip: adding credential type
iamayushm Apr 15, 2025
4400f72
wip
iamayushm Apr 15, 2025
97512f2
wip
iamayushm Apr 15, 2025
c4b807d
develop sync
iamayushm Apr 16, 2025
28f9dd5
dep update
iamayushm Apr 16, 2025
cbbc0af
dep update
iamayushm Apr 16, 2025
1f3e729
dep update
iamayushm Apr 16, 2025
e8d68fb
anonymous handling
iamayushm Apr 16, 2025
8473f5e
Merge branch 'fix-oci-push' into fix-ng-changes
iamayushm Apr 16, 2025
8f7b509
moving anonymous constant
iamayushm Apr 16, 2025
a7fb107
common lib update
iamayushm Apr 16, 2025
9d08e74
async handling
iamayushm Apr 17, 2025
c7b75d2
dep update
iamayushm Apr 21, 2025
1fcc260
dep update
iamayushm Apr 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chart-sync/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.4
toolchain go1.22.6

replace (
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250411055655-be36c40e11ea
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250421050508-c7b75d20165c
helm.sh/helm/v3 v3.14.3 => github.com/devtron-labs/helm/v3 v3.14.1-0.20240401080259-90238cf69e42
)

Expand Down
4 changes: 2 additions & 2 deletions chart-sync/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250411055655-be36c40e11ea h1:76Q2QQCCU/2bwuW0uEEyJpQPlYnm0QqhYmgH7rA8AzU=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250411055655-be36c40e11ea/go.mod h1:ceFKgQ2qm40PR95g5Xp2EClq7nDBKFTcglJ0JdsgClA=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250421050508-c7b75d20165c h1:OfO2hSC6BAf7+7SURwCEMHf0NHOekYIK+Dn9NM68A1s=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250421050508-c7b75d20165c/go.mod h1:ceFKgQ2qm40PR95g5Xp2EClq7nDBKFTcglJ0JdsgClA=
github.com/devtron-labs/helm/v3 v3.14.1-0.20240401080259-90238cf69e42 h1:pJmK44QaSztOiZe0iQHNf0sdy5KwkAeceydyhOG4RaY=
github.com/devtron-labs/helm/v3 v3.14.1-0.20240401080259-90238cf69e42/go.mod h1:v6myVbyseSBJTzhmeE39UcPLNv6cQK6qss3dvgAySaE=
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ type DockerArtifactStore struct {
Cert string `sql:"cert" json:"cert,omitempty"`
Active bool `sql:"active,notnull" json:"active"`
RemoteConnectionConfigId int `sql:"remote_connection_config_id"`
CredentialsType string `sql:"credentials_type,notnull"`
OCIRegistryConfig []*OCIRegistryConfig
RemoteConnectionConfig *RemoteConnectionConfig
AuditLog
Expand Down
1 change: 1 addition & 0 deletions chart-sync/pkg/registry/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ func NewToRegistryConfig(store *sql.DockerArtifactStore) (*registry.Configuratio
RegistryType: string(store.RegistryType),
IsPublicRegistry: store.OCIRegistryConfig[0].IsPublic,
RemoteConnectionConfig: remoteConnectionConfig,
CredentialsType: store.CredentialsType,
}, nil
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading