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

cli/demo: label the URLs consistently with 'start' #62307

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

knz
Copy link
Contributor

@knz knz commented Mar 20, 2021

Fixes #47977.

Before:

Connection parameters:
  (console) http://127.0.0.1:8080/demologin?password=demo63578&username=demo
  (sql)     postgres://demo:demo63578@?host=%2Ftmp%2Fdemo916006859&port=26257
  (sql/tcp) postgres://demo:[email protected]:26257?sslmode=require

After:

Connection parameters:
  (webui)    http://127.0.0.1:8080/demologin?password=demo66299&username=demo
  (sql)      postgres://demo:[email protected]:26257?sslmode=require
  (sql/unix) postgres://demo:demo66299@?host=%2Ftmp%2Fdemo869742428&port=26257

Release note (cli change): The prefixes displayed before connection
URLs when cockroach demo starts up have been updated to better align
with the output of cockroach start.

Before:

```
Connection parameters:
  (console) http://127.0.0.1:8080/demologin?password=demo63578&username=demo
  (sql)     postgres://demo:demo63578@?host=%2Ftmp%2Fdemo916006859&port=26257
  (sql/tcp) postgres://demo:[email protected]:26257?sslmode=require
```

After:

```
Connection parameters:
  (webui)    http://127.0.0.1:8080/demologin?password=demo66299&username=demo
  (sql)      postgres://demo:[email protected]:26257?sslmode=require
  (sql/unix) postgres://demo:demo66299@?host=%2Ftmp%2Fdemo869742428&port=26257
```

Release note (cli change): The prefixes displayed before connection
URLs when `cockroach demo` starts up have been updated to better align
with the output of `cockroach start`.
@knz knz requested a review from otan March 20, 2021 14:30
@knz knz requested a review from a team as a code owner March 20, 2021 14:30
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@knz
Copy link
Contributor Author

knz commented Mar 22, 2021

TFYR!

bors r=otan

@craig
Copy link
Contributor

craig bot commented Mar 22, 2021

Build succeeded:

@craig craig bot merged commit 553942e into cockroachdb:master Mar 22, 2021
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.

cli: cockroach demo and cockroach start use inconsistent terminology
3 participants