Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

bump admin-ui-components to 0.1.16 #38

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Conversation

dhartunian
Copy link
Contributor

No description provided.

craig bot pushed a commit to cockroachdb/cockroach that referenced this pull request Sep 24, 2020
54261: ui: add transactions page to Admin UI r=dhartunian a=elkmaster

This commit adds the new Transactions Page to the Admin UI.

This page is much like the Statements Page but differs in that
it shows Transaction-level statistics in tabular and detail form.

Every Transaction is able to display its contained Statements
for more detailed analysis.

The page and its components are imported from the
`admin-ui-components` library.

Depends on: cockroachdb/yarn-vendored#38

Release justification: low-risk high impact addition to Admin UI

Release note (admin ui change): add Transactions and Transactions
details pages. These pages allow for viewing stats at the
transaction level.

54749: cli/demo: provision an initial non-`root` "demo" user  r=irfansharif a=knz

Fixes #54557.
Requested by @jseldess 

First 2 commits from   #54741 (can be ignored during review)

Release note (cli change): `cockroach demo` now pre-creates a `demo`
user account with a random password, instead of letting (and
encouraging) the user to use the `root` account directly.
The `demo` account is currently granted the `admin` role.

54755: sql: fix bug whereby backfiller would drop spans on txn restart r=ajwerner a=ajwerner

This bug was caught by testing with #54695. Before that change, it would fail
almost immediately, now it does not fail under stress. I'm open to suggestions
on how to more generally test this.

Release note (bug fix): Fixed a rare bug which can lead to index backfills
failing in the face of transaction restarts.

Co-authored-by: Vlad <[email protected]>
Co-authored-by: Raphael 'kena' Poss <[email protected]>
Co-authored-by: Andrew Werner <[email protected]>
@koorosh koorosh merged commit d99c8a9 into master Sep 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants