-
- Downloads
Add revoked status to cluster agent tokens
Changelog: added
parent
f8495767
No related branches found
No related tags found
Showing
- app/graphql/types/clusters/agent_token_type.rb 5 additions, 0 deletionsapp/graphql/types/clusters/agent_token_type.rb
- app/models/clusters/agent.rb 2 additions, 2 deletionsapp/models/clusters/agent.rb
- app/models/clusters/agent_token.rb 6 additions, 1 deletionapp/models/clusters/agent_token.rb
- db/migrate/20211209230042_add_status_to_cluster_agent_tokens.rb 7 additions, 0 deletions...rate/20211209230042_add_status_to_cluster_agent_tokens.rb
- db/schema_migrations/20211209230042 1 addition, 0 deletionsdb/schema_migrations/20211209230042
- db/structure.sql 1 addition, 0 deletionsdb/structure.sql
- doc/api/graphql/reference/index.md 1 addition, 0 deletionsdoc/api/graphql/reference/index.md
- lib/gitlab/auth/auth_finders.rb 1 addition, 1 deletionlib/gitlab/auth/auth_finders.rb
- spec/graphql/types/clusters/agent_token_type_spec.rb 1 addition, 1 deletionspec/graphql/types/clusters/agent_token_type_spec.rb
- spec/lib/gitlab/auth/auth_finders_spec.rb 15 additions, 15 deletionsspec/lib/gitlab/auth/auth_finders_spec.rb
- spec/models/clusters/agent_spec.rb 10 additions, 2 deletionsspec/models/clusters/agent_spec.rb
- spec/models/clusters/agent_token_spec.rb 6 additions, 4 deletionsspec/models/clusters/agent_token_spec.rb
db/schema_migrations/20211209230042
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!562 (merged)
Please register or sign in to comment