argo-cd/pkg/apis/application/v1alpha1
May Zhang 7fbf51c346
fix: jwtTokens are reset when applying AppProjects (#3791)
* jwtTokens are reset when applying AppProjects

* fix unit tests in server_test.go
checking in generated.pb.go

* fix unit tests in rbackpolicy_test.go

* fix yarnl lint errors

* fix delete token in both spec and status

* add tests

* fixing failed test

* fixing failed test

* retry 3 times during update

* renamed CRD fields.
Updated nomalize method.

* fixed UI

* fixing merge conflicts

* fixing merge conflicts

* removed unused variables in UI
renamed a CRD field
updated combineToken logic using map

* Only update project which needs normalize token.

* Changed logging.

* check for nil

* Fix UI

* added project role get tests

* rename variables

* clean up

* fixing failed tests

* fixing failed tests

* fixing error handling for remove token

* log err when we have retried 3 times

* sort tokens

* sort tokens
2020-06-25 15:11:24 -07:00
..
doc.go Add application CRD definition. Implement CRD install CLI command (#1) 2018-02-16 12:58:02 -08:00
generated.pb.go fix: jwtTokens are reset when applying AppProjects (#3791) 2020-06-25 15:11:24 -07:00
generated.proto fix: jwtTokens are reset when applying AppProjects (#3791) 2020-06-25 15:11:24 -07:00
hack.go Handle case where upsert could be nil. Use proper error codes. More RESTful endpoints 2018-05-31 17:54:27 -07:00
openapi_generated.go fix: jwtTokens are reset when applying AppProjects (#3791) 2020-06-25 15:11:24 -07:00
register.go Issue #295 - add project CRD, basic API and CLI implementation (#299) 2018-06-20 14:48:31 -07:00
types.go fix: jwtTokens are reset when applying AppProjects (#3791) 2020-06-25 15:11:24 -07:00
types_test.go fix: jwtTokens are reset when applying AppProjects (#3791) 2020-06-25 15:11:24 -07:00
zz_generated.deepcopy.go fix: jwtTokens are reset when applying AppProjects (#3791) 2020-06-25 15:11:24 -07:00