Skip to content

Commit

Permalink
Support managing PAT at console
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored and JohnNiang committed Sep 22, 2023
1 parent f9ebe53 commit 1e1285e
Show file tree
Hide file tree
Showing 22 changed files with 2,466 additions and 328 deletions.
5 changes: 3 additions & 2 deletions console/packages/api-client/src/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ api/api-console-halo-run-v1alpha1-system-api.ts
api/api-console-halo-run-v1alpha1-theme-api.ts
api/api-console-halo-run-v1alpha1-user-api.ts
api/api-console-migration-halo-run-v1alpha1-migration-api.ts
api/api-console-security-halo-run-v1alpha1-personal-access-token-api.ts
api/api-content-halo-run-v1alpha1-category-api.ts
api/api-content-halo-run-v1alpha1-post-api.ts
api/api-content-halo-run-v1alpha1-single-page-api.ts
Expand Down Expand Up @@ -42,6 +43,7 @@ api/plugin-halo-run-v1alpha1-extension-point-definition-api.ts
api/plugin-halo-run-v1alpha1-plugin-api.ts
api/plugin-halo-run-v1alpha1-reverse-proxy-api.ts
api/plugin-halo-run-v1alpha1-search-engine-api.ts
api/security-halo-run-v1alpha1-personal-access-token-api.ts
api/storage-halo-run-v1alpha1-attachment-api.ts
api/storage-halo-run-v1alpha1-group-api.ts
api/storage-halo-run-v1alpha1-policy-api.ts
Expand All @@ -52,7 +54,6 @@ api/v1alpha1-cache-api.ts
api/v1alpha1-config-map-api.ts
api/v1alpha1-menu-api.ts
api/v1alpha1-menu-item-api.ts
api/v1alpha1-personal-access-token-api.ts
api/v1alpha1-role-api.ts
api/v1alpha1-role-binding-api.ts
api/v1alpha1-secret-api.ts
Expand Down Expand Up @@ -157,8 +158,8 @@ models/menu.ts
models/metadata.ts
models/navigation-post-vo.ts
models/owner-info.ts
models/pat-spec.ts
models/personal-access-token-list.ts
models/personal-access-token-spec.ts
models/personal-access-token.ts
models/plugin-author.ts
models/plugin-list.ts
Expand Down
3 changes: 2 additions & 1 deletion console/packages/api-client/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export * from "./api/api-console-halo-run-v1alpha1-system-api";
export * from "./api/api-console-halo-run-v1alpha1-theme-api";
export * from "./api/api-console-halo-run-v1alpha1-user-api";
export * from "./api/api-console-migration-halo-run-v1alpha1-migration-api";
export * from "./api/api-console-security-halo-run-v1alpha1-personal-access-token-api";
export * from "./api/api-content-halo-run-v1alpha1-category-api";
export * from "./api/api-content-halo-run-v1alpha1-post-api";
export * from "./api/api-content-halo-run-v1alpha1-single-page-api";
Expand Down Expand Up @@ -53,6 +54,7 @@ export * from "./api/plugin-halo-run-v1alpha1-extension-point-definition-api";
export * from "./api/plugin-halo-run-v1alpha1-plugin-api";
export * from "./api/plugin-halo-run-v1alpha1-reverse-proxy-api";
export * from "./api/plugin-halo-run-v1alpha1-search-engine-api";
export * from "./api/security-halo-run-v1alpha1-personal-access-token-api";
export * from "./api/storage-halo-run-v1alpha1-attachment-api";
export * from "./api/storage-halo-run-v1alpha1-group-api";
export * from "./api/storage-halo-run-v1alpha1-policy-api";
Expand All @@ -63,7 +65,6 @@ export * from "./api/v1alpha1-cache-api";
export * from "./api/v1alpha1-config-map-api";
export * from "./api/v1alpha1-menu-api";
export * from "./api/v1alpha1-menu-item-api";
export * from "./api/v1alpha1-personal-access-token-api";
export * from "./api/v1alpha1-role-api";
export * from "./api/v1alpha1-role-binding-api";
export * from "./api/v1alpha1-secret-api";
Expand Down
Loading

0 comments on commit 1e1285e

Please sign in to comment.