-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
opt: 21.2 release checklist #62552
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-queries
SQL Queries Team
Comments
RaduBerinde
added
the
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
label
Mar 24, 2021
ajwerner
added a commit
to ajwerner/cockroach
that referenced
this issue
Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits. Relates to cockroachdb#62552. Release note: None
ajwerner
added a commit
to ajwerner/cockroach
that referenced
this issue
Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits. Relates to cockroachdb#62552. Release note: None
ajwerner
added a commit
to ajwerner/cockroach
that referenced
this issue
Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits. Relates to cockroachdb#62552. Release note: None
ajwerner
added a commit
to ajwerner/cockroach
that referenced
this issue
Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits. Relates to cockroachdb#62552. Release note: None
ajwerner
added a commit
to ajwerner/cockroach
that referenced
this issue
Sep 29, 2021
Adds a shell script to find `TODO`s that have been added between two commits. Relates to cockroachdb#62552. Release note: None
craig bot
pushed a commit
that referenced
this issue
Sep 29, 2021
70282: ui/cluster-ui: add 'Interval Start Time' column to stmts/txns tables r=maryliag a=xinhaoz Resolves #69648, #70545 This commit adds the `Interval Start Time (UTC)` column to stmt and txn tables. Statements and transactions are now both grouped by their `aggregated_ts` field in addition to the stmt / fingerprint id. On the statement details page, the 'Interval Start Time' has also been added to the details panel. To support viewing of statements grouped by aggregation interval start time, a new query parameter has been added to statement details pages. If `aggregated_ts` is set, it will display the statement details for statements aggregated at that interval, using data from combined statements API response. If unset, we will show data aggregated over the current date range. Release note (ui change): A new column, 'Interval Start Time (UTC)', has been added to both statement and transaction tables. The column represents the start time in UTC of the stats aggregation interval for a statement. By default, the aggregation interval is 1 hour. 'Interval Start Time' has been added to the statement details page under 'Statement Details'. A new query parameter has been added to statement details pages. If the search param `aggregated_ts` is set, it will display the statement details for statements aggregated at that interval. If unset, we will display the statement details for the statement aggregated over the current date range. -------------------------------------- Statements Table: ![image](https://user-images.githubusercontent.com/20136951/133510793-b8d3ad12-f1f1-442c-9f03-d19e1ba73739.png) Transactions Table: ![image](https://user-images.githubusercontent.com/20136951/133510849-b8578f2c-165c-486f-a685-55a4c4b549d7.png) details page: ![image](https://user-images.githubusercontent.com/20136951/134553530-7d9d1985-60b9-4d1b-80fa-c33e9654fe92.png) 70871: scripts: add todo_diff.sh r=ajwerner a=ajwerner Adds a shell script to find `TODO`s that have been added between two commits. Relates to #62552. Release note: None Co-authored-by: Xin Hao Zhang <[email protected]> Co-authored-by: Andrew Werner <[email protected]>
The 21.2 release is out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-queries
SQL Queries Team
This issue captures a series of tests and steps that we need to run when 21.2 is getting close to being finalized.
TAGS=fast_int_set_small
andTAGS=fast_int_set_large
The text was updated successfully, but these errors were encountered: