Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dominicqi
/
argo-cd
Public
forked from
argoproj/argo-cd
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
argo-cd
util
db
on
stable
User selector
All users
All time
Commit history
Commits on May 27, 2020
chore: Spelling (#3647)
Show description for a724574
jsoref
authored
a724574
View commit details
Copy full SHA for a724574
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
fix: Better handling of K8s secrets for repository credentials & templates (#3016 #3028) (#3029)
Show description for 9790a5d
jannfis
authored and
Alexander Matyushentsev
committed
9790a5d
View commit details
Copy full SHA for 9790a5d
View code at this point
Browse repository at this point
Commits on Jan 4, 2020
fix: property retry clusters secret watch (#2940)
Alexander Matyushentsev
authored
3cbe348
View commit details
Copy full SHA for 3cbe348
View code at this point
Browse repository at this point
Commits on Dec 17, 2019
feat: namespace isolation (#2176) (#2839)
Show description for e9ae87a
Alexander Matyushentsev
authored
e9ae87a
View commit details
Copy full SHA for e9ae87a
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Issue #2721 Optimize helm repo querying (#2816)
Alexander Matyushentsev
authored and
alexec
committed
89a5bc8
View commit details
Copy full SHA for 89a5bc8
View code at this point
Browse repository at this point
Commits on Dec 4, 2019
Issue #2721 - cache parsed repositories, repo credentials to avoid unnecessary yaml parsing (#2809)
Alexander Matyushentsev
authored and
alexec
committed
91b0cd0
View commit details
Copy full SHA for 91b0cd0
View code at this point
Browse repository at this point
Commits on Oct 22, 2019
Tidies up naming of variables in code. See #2389 (#2541)
alexec
authored
99426ce
View commit details
Copy full SHA for 99426ce
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Add repository credential management API and CLI (addresses #2136) (#2207)
jannfis
authored and
alexec
committed
37641cf
View commit details
Copy full SHA for 37641cf
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
Issue #2316 - support deprecated 'helm.repositories' config (#2405)
Show description for 16e645b
Alexander Matyushentsev
authored
16e645b
View commit details
Copy full SHA for 16e645b
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
Use configured certificate to access helm repository (#2385)
Alexander Matyushentsev
authored
96764c4
View commit details
Copy full SHA for 96764c4
View code at this point
Browse repository at this point
Commits on Sep 19, 2019
Auto-detect Helm repos + support Helm basic auth + fix bugs (#2309)
alexec
authored
1e5c78e
View commit details
Copy full SHA for 1e5c78e
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
Issue #2290 - Fix nil pointer dereference in application controller (#2291)
Alexander Matyushentsev
authored
5516316
View commit details
Copy full SHA for 5516316
View code at this point
Browse repository at this point
Commits on Sep 6, 2019
Adds support for Helm 1st-class. Closes #1145 (#1865)
alexec
authored
4e9772e
View commit details
Copy full SHA for 4e9772e
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
codegen (#2244)
alexec
authored
75cc094
View commit details
Copy full SHA for 75cc094
View code at this point
Browse repository at this point
Commits on Aug 8, 2019
Allow adding certs for hostnames ending on a dot (fixes #2116) (#2120)
jannfis
authored and
alexec
committed
d2e98df
View commit details
Copy full SHA for d2e98df
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Fix and enhance end-to-end testing for SSH repositories (#2101)
Show description for de4fbcd
jannfis
authored and
Alexander Matyushentsev
committed
de4fbcd
View commit details
Copy full SHA for de4fbcd
View code at this point
Browse repository at this point
Commits on Aug 1, 2019
Bugfix: Ensure we have a valid hostname when adding certificates (#2064)
jannfis
authored and
alexec
committed
2742ead
View commit details
Copy full SHA for 2742ead
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
Move repo certificate info generation to server side (#2044)
jannfis
authored and
alexec
committed
4257031
View commit details
Copy full SHA for 4257031
View code at this point
Browse repository at this point
Commits on Jul 25, 2019
Add support for connecting repositories using TLS client certs (fixes #1945) (#1960)
jannfis
authored and
alexec
committed
5953080
View commit details
Copy full SHA for 5953080
View code at this point
Browse repository at this point
Commits on Jul 18, 2019
Add support for Git LFS enabled repositories (fixes #1853) (#1941)
Show description for 8f3a604
jannfis
authored and
Alexander Matyushentsev
committed
8f3a604
View commit details
Copy full SHA for 8f3a604
View code at this point
Browse repository at this point
Commits on Jul 12, 2019
Adress some change requests remaining from #1807 (#1931)
jannfis
authored and
alexec
committed
22dfc7e
View commit details
Copy full SHA for 22dfc7e
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
Simplify server certificate and known hosts management (#1807)
jannfis
authored and
alexec
committed
9cf744f
View commit details
Copy full SHA for 9cf744f
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
Enables unparam linter and fixes linting issues (#1872)
alexec
authored
4296a87
View commit details
Copy full SHA for 4296a87
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
Issue #1676 - Move remove Repositories, RepositoryCredentials, HelmCredentials settings from ArgoCDSettings structure (#1829)
Show description for 00134d2
Alexander Matyushentsev
authored
00134d2
View commit details
Copy full SHA for 00134d2
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
Adds support for SSH keys with Kustomize remote bases WIP (#1733)
alexec
authored
fbf2e9e
View commit details
Copy full SHA for fbf2e9e
View code at this point
Browse repository at this point
Commits on May 23, 2019
Public git creds (#1633)
alexec
authored
5515b8c
View commit details
Copy full SHA for 5515b8c
View code at this point
Browse repository at this point
Commits on Apr 25, 2019
Adds support for configuring repo creds at a domain/org level. Closes… (#1496)
alexec
authored
7beae2b
View commit details
Copy full SHA for 7beae2b
View code at this point
Browse repository at this point
Commits on Mar 30, 2019
Issue #1218 - Allow using any name for secrets which store cluster credentials (#1336)
alexmt
authored
59837cb
View commit details
Copy full SHA for 59837cb
View code at this point
Browse repository at this point
Commits on Mar 28, 2019
Enables default lint checks, fixes lint and bugs (#1330)
alexec
authored
cd25c4b
View commit details
Copy full SHA for cd25c4b
View code at this point
Browse repository at this point
Commits on Mar 15, 2019
Git cloning via SSH was not verifying host public key (#1276)
jessesuen
authored
5210c67
View commit details
Copy full SHA for 5210c67
View code at this point
Browse repository at this point
Commits on Mar 9, 2019
Migrates from gometalinter to golangci-lint. Closes #1225 (#1226)
alexec
authored
5e7b48c
View commit details
Copy full SHA for 5e7b48c
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Lints local imports. Closes #1197 (#1198)
alexec
authored
31e8014
View commit details
Copy full SHA for 31e8014
View code at this point
Browse repository at this point
Commits on Jan 8, 2019
Use informers to load ArgoCD settings (#989)
Show description for fa4b761
alexmt
authored
fa4b761
View commit details
Copy full SHA for fa4b761
View code at this point
Browse repository at this point
Commits on Dec 24, 2018
Make injected application instance label configurable from default (#944)
Show description for 04564ad
jessesuen
authored and
alexmt
committed
04564ad
View commit details
Copy full SHA for 04564ad
View code at this point
Browse repository at this point
Commits on Dec 5, 2018
Issue #874 - Helm repositories config missing username/password (#882)
alexmt
authored
974ab11
View commit details
Copy full SHA for 974ab11
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.