Skip to content
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

add README #2

Merged
merged 1 commit into from Oct 30, 2017
Merged

add README #2

merged 1 commit into from Oct 30, 2017

Conversation

ngtuna
Copy link
Contributor

@ngtuna ngtuna commented Oct 30, 2017

No description provided.

@ngtuna ngtuna merged commit 5331006 into vmware-tanzu:master Oct 30, 2017
arapulido pushed a commit to arapulido/kubeapps that referenced this pull request Feb 13, 2018
prydonius pushed a commit that referenced this pull request Feb 23, 2018
Add instructions for creating mongodb Secret
prydonius added a commit to prydonius/kubeapps that referenced this pull request Feb 28, 2018
prydonius added a commit to prydonius/kubeapps that referenced this pull request Mar 12, 2018
gfichtenholt referenced this pull request in gfichtenholt/kubeapps Jul 2, 2021
gfichtenholt added a commit that referenced this pull request Jul 8, 2021
* bump fluxv2 version for local dev env

* step 2

* step 3

* step 4

* step 5

* step 6

* step 7

* step 8

* step 9

* step 10

* step 11

* step 12

* step 13

* step 14

* undo un-intended changes from a messed up merge

* step 15

* step 15

* test cleanup

* Michael's feedback

* Michael's comments #2

* step 16

* step 17

* step 18

* revert unintended change

* step 19

* Michael's feedback #3

* Michael's feedback #4

* small change to force CI test run

* small change to add a name to AvailablePackageDetail response

* Michael's feedback #5

* add a couple of debug statements to help diagnose CI failures

* Add --set redis.auth.password=password in CI

* Fix chart deps version

Co-authored-by: Antonio Gamez Diaz <agamez@vmware.com>
gfichtenholt referenced this pull request in gfichtenholt/kubeapps Jul 15, 2021
gfichtenholt added a commit that referenced this pull request Jul 21, 2021
* step 1

* step 2

* step 3

* step 4

* step 5

* add pagination

* Michael's feedback

* Michael's feedback #2

* undo unwated change

* re-write cache to use RetryWatcher

* add unit test for HTTP 410 GONE and cache resync

* Michael's feedback
gfichtenholt referenced this pull request in gfichtenholt/kubeapps Aug 19, 2021
gfichtenholt added a commit that referenced this pull request Aug 19, 2021
* step 1

* step 2

* step 3

* Michael's feedback

* Michael's feedback #2
gfichtenholt referenced this pull request in gfichtenholt/kubeapps Sep 2, 2021
gfichtenholt added a commit that referenced this pull request Sep 2, 2021
…entation (#3337)

* add a check at bootstrap that flux is installed

* fix up .protos for CreateInstalledPackage API

* intermediate step

* intermediate step 2

* remove files from PR that I didn't modify

* michael's feedback #1

* michael's feedback #2
gfichtenholt referenced this pull request in gfichtenholt/kubeapps Sep 13, 2021
gfichtenholt added a commit that referenced this pull request Sep 13, 2021
…t for CreateInstalledPackage (#3390)

* introduce a new kind of test: one that runs on a local kind cluster

* step 2

* step 3: TestKindClusterCreateInstalledPackage passing

* step 4

* step 5

* step 6: get rid of dependency on flux CLI

* step 7: get rid of dependency on kubectl CLI

* step 8: added back unit tests for CreateInstalledPackage

* step 9

* step 10: support values

* step 11: eliminate dependency on github.io in integration test (1 of 2)

* Michael's feedback #1

* Michael's feedback #2
gfichtenholt referenced this pull request in gfichtenholt/kubeapps Oct 7, 2021
gfichtenholt added a commit that referenced this pull request Oct 7, 2021
* step 1

* step 2

* step 3

* update comment

* Michael's feedback

* MIchael's feedback #2

* Michael's feedback #3

* step 5
gfichtenholt referenced this pull request in gfichtenholt/kubeapps Jan 28, 2022
gfichtenholt added a commit that referenced this pull request Jan 31, 2022
…stead of unstructured #4112  (#4175)

* first step towards issue
  flux plugin: switch to using flux native data types instead of unstructured #4112

* fix merge issues

* minor fixes

* attempt to remove cmd/apprepository-controller/vendor/k8s.io/code-generator from my PR

* attempt #2

* fix go.sum

* still fixing go.mod and go.sum after merge from upstream main

* attempt to get the latest from cmd/apprepository-controller/vendor/k8s.io/code-generator

* revert last change: didn't work

* Antonio's feedback

* refactored clientgetter so that we can add more different client getters to it without breaking existing code
gfichtenholt added a commit that referenced this pull request Feb 2, 2022
* attempt #2

* fix for #4173
Cannot view newly created flux 2 package from UX
gfichtenholt added a commit that referenced this pull request Feb 3, 2022
…eld on CRs created by flux plugin #4189  (#4224)

* attempt #2

* fix for #4189
 Customer requests that kubeapps do not set TargetNamespace field on CRs created by flux plugin #4189
gfichtenholt added a commit that referenced this pull request Feb 3, 2022
…ng for beginning of value #4212  (#4227)

* attempt #2

* fix for  Creating flux package fails with: invalid character '#' looking for beginning of value #4212

* forgot to fix the 'update' use case
gfichtenholt added a commit that referenced this pull request Feb 9, 2022
…finish flux plugin: switch to using flux native data types instead of unstructured #4112  (#4238)

* attempt #2

* fix for  httpclient library SetClientTLS cleanup + unit tests #4119
plus a couple unrelated unit test clean up items in flux plugin

* remove most files from PR to see if passes CI end-2-end tests

* add files back into PR, as they seem to have no effect on CI

* remaining work for  flux plugin: switch to using flux native data types instead of unstructured #4112 (part 1)

* flux plugin: switch to using flux native data types instead of unstructured #4112 (part 2)

* flux plugin: switch to using flux native data types instead of unstructured #4112 (part 3)

* flux plugin: switch to using flux native data types instead of unstructured #4112 (part 5)

* flux plugin: switch to using flux native data types instead of unstructured #4112 part 5

* minor fixes
gfichtenholt added a commit that referenced this pull request Feb 15, 2022
…he cache in resync() scenario and regular case #4117  (#4276)

* attempt #2

* small DRYing in unit tests

* step 2

* step 3

* michael's feedback
gfichtenholt added a commit that referenced this pull request Feb 26, 2022
…similar core interface to packages API. #3496  (#4308)

* attempt #2

* just a first step of what needs to be done for repositories CRUD.
Not finished by any means.
Only wanted to push that before I am gone on PTO for a week

* forgot to run yarn prettier

* step 2

* fix buf lint errors

* Michael's feedback
gfichtenholt added a commit that referenced this pull request Mar 1, 2022
…milar core interface to packages API. #3496  (#4353)

* attempt #2

* step 1

* step 2

* forgot custom_detail

* Michael's feedback
gfichtenholt added a commit that referenced this pull request Mar 4, 2022
* attempt #2

* add TLS integration test for AddPackageRepository
re-organize integration tests by the functionality

* remove Chart.lock

* moved test-related files a bit so they don't all crowd testdata directory
gfichtenholt added a commit that referenced this pull request Mar 7, 2022
…art url fails on chart view #4381  (#4382)

* attempt #2

* fix for #4329 kubeapps-apis CrashLoopBackoff

* fix for  [fluxv2] non-FQDN chart url fails on chart view #4381

* forgot two files

* added integration test for flux helm release auto-update

* moved test index yamls into a separate subdirectory not to crowd testdata

* fixed chart_cache.go to be consistent with latest helm code

* introduce retries+exponential backoff into NewRedisClientFromEnv

* fix retries in NewRedisClientFromEnv
gfichtenholt referenced this pull request in gfichtenholt/kubeapps Mar 11, 2022
gfichtenholt added a commit that referenced this pull request Mar 11, 2022
…y logged in user when listing packages/repositories #4390  (#4401)

* attempt #2

* minor fixes

* first step toward fixing
[fluxv2] check RBAC settings of the currently logged in user when listing packages/repositories

* 2nd step

* Michael's feedback

* Michael's feedback #2 and more test scenarios
gfichtenholt added a commit that referenced this pull request Mar 16, 2022
…rrently logged in user when listing packages/repositories #4390 (#4423)

* attempt #2

* 2nd step

* 3rd step

* 4th step

* small formatting change

* small formatting change
gfichtenholt added a commit that referenced this pull request Mar 17, 2022
* attempt #2

* fix for [fluxv2] Add defaultUpgradePolicy in the Fluxv2 #4424
gfichtenholt added a commit that referenced this pull request Mar 22, 2022
… similar core interface to packages API. #3496  (#4476)

* attempt #2

* checkpoint #1

* 2nd checkpoint

* Michael's feedback
gfichtenholt added a commit that referenced this pull request Mar 29, 2022
… similar core interface to packages API. #3496  (#4514)

* attempt #2

* 1st checkin

* 2nd checkpoint

* attempt #2

* small fixes

* small fix
gfichtenholt added a commit that referenced this pull request Mar 30, 2022
* attempt #2

* attempt #2

* 1st checkpoint

* 2nd checkpoint
gfichtenholt added a commit that referenced this pull request Apr 11, 2022
…milar core interface to packages API. #3496  (#4573)

* attempt #2

* minor fixes

* minor clarification

* attempt #2

* attempt #2

* 2nd step

* +yarn prettier

* small clean up

* small fixes

* forgot a file

* small clean up before final push
gfichtenholt added a commit that referenced this pull request Apr 14, 2022
…milar core interface to packages API. #3496  (#4587)

* attempt #2

* step 1

* 2nd step
gfichtenholt added a commit that referenced this pull request Apr 23, 2022
…lar core interface to packages API. #3496  (#4594)

* attempt #2

* 1st checkin

* 2nd checkin

* 2nd checkin

* Michael's feedback
gfichtenholt added a commit that referenced this pull request Apr 27, 2022
…lar core interface to packages API. #3496  (#4618)

* attempt #2

* step 7 for  Investigate and propose package repositories API with similar core interface to packages API. #3496

* 2nd checkin

* attempt #2

* fixed some errors and improved handling in integration tests
gfichtenholt added a commit that referenced this pull request Apr 29, 2022
…ubeapps-managed secrets environment (#4630)

* attempt #2

* added logic to DeletePackageRepository() to auto-delete secrets for kubeapps-managed secrets environment

*
1. added some validation code when dealing with secrets
2. removed all support for DockerCredentials secrets (flux doesn't support it)

* Michael's feedback: set ownerReferences on secrets created by kubeapps
gfichtenholt added a commit that referenced this pull request May 5, 2022
…ory with kubeapps managed secrets (#4652)

* attempt #2

* hide sensitive data (passwords/certs) for GetPackageRepoDetail and UpdatePackageRepository/

* Michael's feedback and DRYing up integration test code
gfichtenholt added a commit that referenced this pull request May 16, 2022
* attempt #2

* remove unneeded .../plugin/... from URL paths in flux2.proto

* removed unneeded file from PR

* removed un-needed files from PR

* removed un-needed files

* remove un-needed files

* remove unneeded files

* an attempt to get rid of unneeded code in code-generator module

* changed openapi.yaml per Antonio's advice

* attempt to revert the changes to submodule
gfichtenholt added a commit that referenced this pull request Aug 31, 2022
gfichtenholt added a commit that referenced this pull request Sep 6, 2022
… accounts #5219  (#5305)

* incremental

* incremental

* incremental

* incremental

* Antonio's feedback

* Antonio's feedback #2
gfichtenholt added a commit that referenced this pull request Sep 23, 2022
…use case with GCP workload identity (#5368)

* incremental

* incremental

* incremental

* incremental

* incremental

* incremental

* incremental

* fix lint warning

* go mod tidy

* incremental

* incremental

* incremental

* incremental

* incremental

* try to fix code QL error

* try to fix code QL #2
gfichtenholt added a commit that referenced this pull request Oct 18, 2022
…2881  (#5410)

* integration test intermittent failures

* incremental

* add flux e2e test

* incremental

* incremental

* clean up log.Info

* bump flux version

* fix merge error

* fix merge error #2

* fix merge #3

* fix merge #4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant