Enhance and fix up the setup experience in prepare-dev.py.
Review Request #11162 — Created Sept. 19, 2020 and submitted
This modernizes the way we request input and display output on
prepare-dev.py
, utilizing more of rb-site'sConsoleUI
. This is a
better, more consistent way of displaying information and prompting for
information.The text has been updated to be more user-friendly, to offer
guidance for when things go wrong, and to provide next steps when the
environment is prepared.
Ran through
prepare-dev.py
. Saw that I got all the nice text UI
enhancements and string changes.
Summary | ID |
---|---|
722f632584e23d8f9c0e37eab84ffc9ed730fb32 |
Description | From | Last Updated |
---|---|---|
F401 'django.utils.six' imported but unused |
reviewbot | |
F841 local variable 'page' is assigned to but never used |
reviewbot | |
There are two spaces between "in" and "the" |
david | |
Please use single quotes instead of double. |
david | |
Please put a blank line between the previous block and the next line. |
david | |
Missing a space at the end of the first line. |
david |
- Change Summary:
-
Fixed an unused variable and import.
- Commits:
-
Summary ID 327f3f0d091112eee133e3c38ff236afe09eed60 2f914bcbca1a6a075cd4350f5b0b80b1a644d83d - Diff:
-
Revision 2 (+134 -44)
Checks run (2 succeeded)
- Commits:
-
Summary ID 2f914bcbca1a6a075cd4350f5b0b80b1a644d83d 68f2fcb5eeeab76c2fc11080ca69bc568acf97dd - Diff:
-
Revision 3 (+132 -46)
Checks run (2 succeeded)
- Change Summary:
-
- Fixed some stylistic issues with blank lines.
- Fixed extra spaces in strings, and added missing spaces in others.
- Switched to single quotes from double quotes in a string.
- Commits:
-
Summary ID 68f2fcb5eeeab76c2fc11080ca69bc568acf97dd 722f632584e23d8f9c0e37eab84ffc9ed730fb32 - Diff:
-
Revision 4 (+134 -44)