-
Notifications
You must be signed in to change notification settings - Fork 337
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
[wiki] Move update utils into main repo #831
Merged
nerdvegas
merged 11 commits into
AcademySoftwareFoundation:master
from
wwfxuk:wiki-merge-utils
Aug 11, 2020
Merged
[wiki] Move update utils into main repo #831
nerdvegas
merged 11 commits into
AcademySoftwareFoundation:master
from
wwfxuk:wiki-merge-utils
Aug 11, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nice one Joe, will be getting to this soon and have been looking over it recently. |
j0yu
force-pushed
the
wiki-merge-utils
branch
3 times, most recently
from
January 21, 2020 16:41
308981d
to
43a0229
Compare
j0yu
force-pushed
the
wiki-merge-utils
branch
from
February 23, 2020 22:46
c7dd79d
to
f61dfee
Compare
j0yu
force-pushed
the
wiki-merge-utils
branch
2 times, most recently
from
April 20, 2020 16:02
5a4d592
to
af76811
Compare
j0yu
force-pushed
the
wiki-merge-utils
branch
2 times, most recently
from
July 14, 2020 12:37
27764fd
to
336fb05
Compare
This Wiki update is awesome ! What's the status of this PR ? |
- Removed old Command Line Tools and update-wiki.sh - Split cli._main.run into new setup_parser function - New update-wiki.py that deprecates wiki repo's utils/*, generates Command-Line-Tools automatically
I'm keen to get this in, I'd expect it in the next few weeks.
I've recently been assigned 20% of my time to do pure rez dev work so
expect stuff like this to start coming off the backlog and getting merged
to master.
Cheers
A
…On Wed, Aug 5, 2020 at 9:29 PM David Lai ***@***.***> wrote:
This Wiki update is awesome ! What's the status of this PR ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#831 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMOUSVGQWCSTPD3F36SMB3R7E7ALANCNFSM4KEK753A>
.
|
Merged, but @j0yu please be aware that the |
Thanks for the merge! I'll open up a separate issue and PR for it 👨💻 |
This was referenced Aug 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rez/cli/_main.py:setup_parser()
function to return rez CLI'sLazyArgumentParser
rez/cli/_main.py:run()
functionrez/cli/_main.py:run()
uses/calls this newrez/cli/_main.py:setup_parser()
update.py
combineswiki/update.sh
and wiki repository'sutils/*
scriptsupdate.py
In addition to combining the many update scripts into 1, these changes were also added:
Generate
Command-Line-Tools.md
from rez CLI'sLazyArgumentParser
New arguments parser:
python wiki/update-wiki.py --help
Optimised
create_contributors_md()
Switched to use
from __future__
statementsprocess_markdown_files()
, now performs substitutions for Footer, Sidebar and Command-Line-Tools. These are also added tono_toc
list.process.py:if __name__ == '__main__'
from wiki repositoryprocess_markdown_files.do_raplace()
function now takes a mapping of substitutions rather than a single substitution pairMinor variable names, formatting cleanup
Wiki Changes
Mostly visual, see https://github.com/wwfxuk/rez/wiki
Here is also a quick look at the new auto-generated command line tools page.
It's not fully in markdown but it's a passable start.