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

Developers can view jobs and their details in the CC console for dedicated and serverless clusters #71324

Closed
kevin-v-ngo opened this issue Oct 8, 2021 · 2 comments
Assignees
Labels
A-sql-console-general SQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud Console C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@kevin-v-ngo
Copy link

kevin-v-ngo commented Oct 8, 2021

This issue tracks surfacing the Jobs page we have in the DB console for CC.

Here is the link to the Figma mockups. cc @Annebirzin

Jira issue: CRDB-10512

@kevin-v-ngo kevin-v-ngo added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-console-general SQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud Console labels Oct 8, 2021
@maryliag
Copy link
Contributor

Note: when the page is added to CC Console, make sure the values for sort and filters (status, type and show) are using the cache value from CC Console

craig bot pushed a commit that referenced this issue Jun 23, 2022
82351: sql: add evalgen instructions r=mgartner a=mgartner

This commit adds some comments that explain how to generate code with
`evalgen`.

Release note: None

82909: ui: move jobs pages to cluster-ui r=ericharmeling a=ericharmeling

This PR moves the Jobs page and the Jobs Details page to the `cluster-ui` package.

Related to #71324.

Release note: None

Co-authored-by: Marcus Gartner <[email protected]>
Co-authored-by: Eric Harmeling <[email protected]>
craig bot pushed a commit that referenced this issue Jul 11, 2022
83901: ui: add connected component for jobs pages r=ericharmeling a=ericharmeling

This PR adds "connected" components for the jobs pages. These components can be imported from the `cluster-ui` package into the `managed-service` repo and used on the CC console **for Dedicated clusters** (serverless clusters do not support the admin server that handles job requests).

Related to #71324.

Release note: None

Co-authored-by: Eric Harmeling <[email protected]>
@ericharmeling
Copy link
Contributor

We now have jobs pages in the CC dedicated console: https://github.com/cockroachlabs/managed-service/pull/9260

Currently, tenant clusters do not support most of the admin server endpoints. After #84620 is merged, we can add the jobs pages to the serverless nav.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-console-general SQL Observability issues on the DB console spanning multiple areas. Includes Cockroach Cloud Console C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

3 participants