-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: application set handler #241
Merged
Merged
Commits on Jul 15, 2024
-
1. added appset watcher 2. change: cluster role (applicationset permisssion), ability to read/get/list secrets 3. change: updated the helm chart version 4. change: tiltfile for appset, Tile will no longer install appset yaml to the local k8s, instead, copies the template appsets yaml with replaced repo_url. Terraform will copy the file to the appropriate repo. 5. new: kubernetes client for EKS. 6. new: in EKS Client, STS authentication is automated with a custom http transport (to auto refresh token) 7. new: extended the cobra flag, and serverConfig to handle kubernetes-type (e.g. eks, local), kubernetes-clusterid, kubernetes-cluster-region 8. change: moved appwatcher's kubeclient init to container and instead pass the rest.Config as parameter to appwatcher. 9. new: forked generator code from argo-cd (excluding pull_request generator as it is not compatible with go-gitlab v0.105)
Configuration menu - View commit details
-
Copy full SHA for fadc045 - Browse repository at this point
Copy the full SHA fadc045View commit details -
Merge branch 'main' into appset-support
Signed-off-by: James Hong <greyeye@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6bf6b35 - Browse repository at this point
Copy the full SHA 6bf6b35View commit details -
1. lint fix 2. remove commented code from app_directory 3. app and appset watcher to check kubeCfg is not nil 4. add comment to the docs
Configuration menu - View commit details
-
Copy full SHA for 18cbf67 - Browse repository at this point
Copy the full SHA 18cbf67View commit details -
role based access control chart
1. add new helm chart to help install role/rolebinding to grant access to the kubernetes cluster remotely.
Configuration menu - View commit details
-
Copy full SHA for 22361ab - Browse repository at this point
Copy the full SHA 22361abView commit details -
1. remove .gitrepo, tiltfile will use mkdir -p to create the target folder. 2. app_directory, FindAppsBasedOnChangeList() will not longer use git.repo 3, remove stack from debug msgs in check.go, as it is not a correct use. 4. extended VcsToArgoMap interface
Configuration menu - View commit details
-
Copy full SHA for 6fd63b2 - Browse repository at this point
Copy the full SHA 6fd63b2View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c532174 - Browse repository at this point
Copy the full SHA c532174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ccec80 - Browse repository at this point
Copy the full SHA 8ccec80View commit details -
1. change kube client type from localhost to local 2. appset_directory unit test
Configuration menu - View commit details
-
Copy full SHA for 9304b0b - Browse repository at this point
Copy the full SHA 9304b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for aed9764 - Browse repository at this point
Copy the full SHA aed9764View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0b78d1 - Browse repository at this point
Copy the full SHA e0b78d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c46ca - Browse repository at this point
Copy the full SHA c6c46caView commit details
Commits on Jul 29, 2024
-
1. kubecheacks-rbac chart change 2. pkg/kubernetes EKS client will not longer require regions 3. fix some error msgs.
Configuration menu - View commit details
-
Copy full SHA for 8e7aac2 - Browse repository at this point
Copy the full SHA 8e7aac2View commit details -
Merge branch 'main' into appset-support
Signed-off-by: James Hong <greyeye@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cf73588 - Browse repository at this point
Copy the full SHA cf73588View commit details -
1. update the chart unit test with the correct test
Configuration menu - View commit details
-
Copy full SHA for 6813cdd - Browse repository at this point
Copy the full SHA 6813cddView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30cbdb6 - Browse repository at this point
Copy the full SHA 30cbdb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70fac5a - Browse repository at this point
Copy the full SHA 70fac5aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.