Skip to content

ui: don't show login indicator unless login is enabled#25816

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
couchand:fix/disable-login-entirely
May 23, 2018
Merged

ui: don't show login indicator unless login is enabled#25816
craig[bot] merged 1 commit intocockroachdb:masterfrom
couchand:fix/disable-login-entirely

Conversation

@couchand
Copy link
Copy Markdown
Contributor

@couchand couchand commented May 22, 2018

In #25005 I accidentally let the login indicator leak even if the environment
variable wasn't set. This corrects that issue.

Release note: None
Fixes: #25843

@couchand couchand requested review from a team and vilterp May 22, 2018 19:43
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

@vilterp
Copy link
Copy Markdown
Contributor

vilterp commented May 22, 2018

LGTM, but TestServeIndexHTML is failing. I can add a commit with a fix.

@vilterp
Copy link
Copy Markdown
Contributor

vilterp commented May 22, 2018

Couldn't push the fix to your branch so I made this: couchand#4

Just grab the commit and squash it I guess.

@couchand couchand force-pushed the fix/disable-login-entirely branch 2 times, most recently from fcbdcfc to 514c860 Compare May 23, 2018 15:50
In cockroachdb#25005 I accidentally let the login indicator leak even if the environment
variable wasn't set.  This corrects that issue.

Release note: None

Fixes: cockroachdb#25843
Co-authored-by: Pete Vilter <vilterp@cockroachlabs.com>
@couchand couchand force-pushed the fix/disable-login-entirely branch from 514c860 to 3ad1955 Compare May 23, 2018 15:51
@couchand
Copy link
Copy Markdown
Contributor Author

bors r+

craig bot pushed a commit that referenced this pull request May 23, 2018
25676: storage: Fix flaky TestReplicaNotLeaseHolderError r=a-robinson a=a-robinson

Caused by the proactive renewal of expiration-based leases (see #25322
and #25625 for more detail).

Fixes #25731

Release note: None

I'm not sure how many more of these flakes to expect over the next couple weeks. I'm currently running `stressrace` on all of `pkg/storage` on a gceworker to try and ferret them out if there are any more, but there's no guarantee that'll find all of them.

25816: ui: don't show login indicator unless login is enabled r=couchand a=couchand

In #25005 I accidentally let the login indicator leak even if the environment
variable wasn't set.  This corrects that issue.

Release note: None
Fixes: #25843

25853: dep: Bump grpc-go to include perf improvements and data race fix r=a-robinson a=a-robinson

Un-reverts #24883 to include grpc/grpc-go#2074

This also removed hdrhistogram-writer because it apparently isn't used
anymore.

Release note: None

Maybe we want to wait until they put this into a more formal release SHA, though.

Co-authored-by: Alex Robinson <alexdwanerobinson@gmail.com>
Co-authored-by: Andrew Couch <andrew@cockroachlabs.com>
@craig
Copy link
Copy Markdown
Contributor

craig bot commented May 23, 2018

Build succeeded

@craig craig bot merged commit 3ad1955 into cockroachdb:master May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants