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

chore: update console submodule version #3505

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manager/console
Submodule console updated 39 files
+11 −1 cypress/e2e/clusters/cluster.cy.ts
+4 −0 cypress/e2e/clusters/clusters.cy.ts
+13 −5 cypress/e2e/developer/tokens/tokens.cy.ts
+3 −3 cypress/e2e/job/preheats/create-preheat.cy.ts
+17 −6 cypress/e2e/job/preheats/preheat.cy.ts
+14 −9 cypress/e2e/job/preheats/preheats.cy.ts
+5 −0 cypress/e2e/schedulers/scheduler.cy.ts
+255 −8 cypress/e2e/schedulers/schedulers.cy.ts
+4 −0 cypress/e2e/seed-peers/seed-peer.cy.ts
+270 −244 cypress/e2e/seed-peers/seed-peers.cy.ts
+67 −30 cypress/e2e/users/users.cy.ts
+4 −4 cypress/fixtures/clusters/cluster/scheduler.json
+343 −0 cypress/fixtures/schedulers/update-scheduler-feature.json
+6 −0 public/icons/cluster/features-schedule.svg
+1 −0 public/icons/cluster/features.svg
+1 −0 public/icons/cluster/preheat.svg
+1 −0 public/icons/job/preheat/detail.svg
+1 −1 public/icons/user/detail.svg
+1 −1 public/icons/user/user-edit.svg
+5 −55 src/components/clusters/edit.tsx
+40 −11 src/components/clusters/index.tsx
+63 −40 src/components/clusters/information.tsx
+5 −56 src/components/clusters/new.tsx
+45 −0 src/components/clusters/show.module.css
+380 −256 src/components/clusters/show.tsx
+5 −58 src/components/developer/tokens/edit.tsx
+26 −67 src/components/developer/tokens/index.tsx
+12 −31 src/components/developer/tokens/new.tsx
+21 −66 src/components/insight/peers/index.tsx
+16 −9 src/components/job/preheats/index.tsx
+5 −58 src/components/job/preheats/new.tsx
+9 −10 src/components/job/preheats/show.tsx
+100 −0 src/components/loading-button.tsx
+11 −110 src/components/profile/index.tsx
+9 −5 src/components/schedulers/show.tsx
+9 −5 src/components/seed-peers/show.tsx
+13 −0 src/components/users/index.module.css
+122 −176 src/components/users/index.tsx
+21 −4 src/lib/api.ts
Loading