-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
update table visuals of job page #70149
Comments
We're missing the tooltip texts for the Jobs table columns, I'm creating them (very basic and straightforward). Description: Description of the job |
If @ianjevans agrees, I think it could make sense to use the descriptions and links provided in docs here Also agree it would probably make sense to update to cc @kevin-v-ngo |
I agree, though I guess we should alter Status to say: "Current job status or completion progress, and the total time the job took to complete." |
Sounds good to me too. +1 making 'Users' singular |
for the description, I don't think is "SQL statement that created the job", because we don't show the statement there, is indeed just a description of the job. Or maybe is a mix? If the job has a description, it shows that otherwise we should the statement? |
This commit updates the style of the table on the Jobs page and adds tooltips to its columns. Resolves cockroachdb#70149 Release note (ui change): Updating job table style to match all other tables on the console and also update column name from `Users` to `User`.
+1 to adding the fingerprint If the job doesn't have a description, as otherwise how would the user know what that job does? |
I used the tooltip suggested by Ian, which include both options: "The description of the job, if set, or the SQL statement if there is no job description." |
Hi @celiala, please add branch-* labels to identify which branch(es) this release-blocker affects. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
(apologies for the noise for this and other SQL Observability issues - updating blocker from release to GA, as noted in triage meeting, thanks!) |
70325: vendor: Add dependency on prometheus r=dhartunian a=rimadeodhar This PR adds an external dependency on prometheus. We need the promql library in order to enforce validity of promql expressions which will be contained in upcoming alerting and aggregation rules. These rule implementations are upcoming as a part of the new metrics upgrade. Resolves #69796 Release note: None 70347: pgcode: use XC instead of CDB r=knz a=otan Release note (sql change): Change the pgerror code XC instead of CD for CockroachDB specific errors. This is because the "C" class is reserved for the SQL standard. The pgcode `CDB00` used for unsatisfiable bounded staleness is now `XCUBS`. 70374: ui: updates the jobs table styling r=maryliag a=maryliag This commit updates the style of the table on the Jobs page and adds tooltips to its columns. Resolves #70149 Before <img width="924" alt="Screen Shot 2021-09-17 at 3 35 04 PM" src="https://user-images.githubusercontent.com/1017486/133844066-3168bec7-db52-4194-9f97-c7b10628d98e.png"> After <img width="880" alt="Screen Shot 2021-09-17 at 3 35 52 PM" src="https://user-images.githubusercontent.com/1017486/133844146-86e94611-ca99-4764-a97e-c8ca4e09f269.png"> Release note (ui change): Updating job table style to match all other tables on the console. 70432: Revert "kv,migration: rm code handling legacy raft truncated state" r=irfansharif a=irfansharif This reverts commit 6464de2. That PR broke few of our roachtests since we haven't release the 21.2 beta yet. For our roachtests that exercised the upgrade path, we were effectively upgrading from 21.1 to 22.1 code (as of that PR) that asserted on the completion of the long running migration removing the legacy raft truncated state -- something that would only happen when going through 21.2. Given that, we temporarily revert #69887 while our beta gets prepared. #69887 (or rather, the revert of _this_ commit) will be re-introduced to master once #69826 lands. Fixes #70244. Fixes #70252. Fixes #70253. Fixes #70283. Fixes #70350. Fixes #70390. Release note: None 70436: spanconfig: fix an erroneous usage of timeutil.Timer r=irfansharif a=irfansharif The contract for timeutil.Timer indicates that we should only be setting .Read when reading from the timer channel, not unconditionally before a call to .Reset(). Release note: None Co-authored-by: rimadeodhar <[email protected]> Co-authored-by: Oliver Tan <[email protected]> Co-authored-by: Marylia Gutierrez <[email protected]> Co-authored-by: irfan sharif <[email protected]>
This commit updates the style of the table on the Jobs page and adds tooltips to its columns. Resolves #70149 Release note (ui change): Updating job table style to match all other tables on the console and also update column name from `Users` to `User`.
update the table on Jobs page so it uses the same style of all other pages on the console
The text was updated successfully, but these errors were encountered: