-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pinned dependencies for repos, infer GH matrix
- Loading branch information
Showing
64 changed files
with
1,035 additions
and
42 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -e -u -o pipefail | ||
|
||
cd projects | ||
|
||
for d in */; do ( | ||
d="${d%/}" | ||
cd "$d" | ||
printf "%s -> " "$d" >/dev/stderr | ||
if [[ ! -f 'url.txt' ]]; then | ||
repo="https://github.com/${d//--//}" | ||
branch="$(git remote show "$repo" | grep -oP 'HEAD branch: \K.+')" | ||
echo "$repo/raw/$branch/mkdocs.yml" >url.txt | ||
fi | ||
cat url.txt >/dev/stderr | ||
if [[ ! -f 'requirements.in' ]]; then | ||
curl -f -L -- $(cat url.txt) | (mkdocs get-deps -f - || true) | grep . >requirements.in | ||
fi | ||
); done | ||
|
||
echo */requirements.in | xargs -t -n1 -P4 pip-compile -q --no-annotate -U |
11 changes: 11 additions & 0 deletions
11
projects/ManticoreGamesInc--platform-documentation/requirements.in
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
markdown-full-yaml-metadata | ||
mkdocs | ||
mkdocs-ezlinks-plugin | ||
mkdocs-git-revision-date-localized-plugin | ||
mkdocs-glightbox | ||
mkdocs-material | ||
mkdocs-meta-descriptions-plugin | ||
mkdocs-minify-plugin | ||
mkdocs-redirects | ||
mkdocs-static-i18n <1.0 | ||
pymdown-extensions |
52 changes: 52 additions & 0 deletions
52
projects/ManticoreGamesInc--platform-documentation/requirements.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --no-annotate ManticoreGamesInc--platform-documentation/requirements.in | ||
# | ||
babel==2.12.1 | ||
beautifulsoup4==4.12.2 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.2.0 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
csscompressor==0.9.5 | ||
ghp-import==2.1.0 | ||
gitdb==4.0.10 | ||
gitpython==3.1.36 | ||
htmlmin2==0.1.13 | ||
idna==3.4 | ||
jinja2==3.1.2 | ||
jsmin==3.0.1 | ||
markdown==3.4.4 | ||
markdown-full-yaml-metadata==2.2.1 | ||
markupsafe==2.1.3 | ||
mergedeep==1.3.4 | ||
mkdocs==1.5.2 | ||
mkdocs-ezlinks-plugin==0.1.14 | ||
mkdocs-git-revision-date-localized-plugin==1.2.0 | ||
mkdocs-glightbox==0.3.4 | ||
mkdocs-material==9.3.1 | ||
mkdocs-material-extensions==1.1.1 | ||
mkdocs-meta-descriptions-plugin==2.3.0 | ||
mkdocs-minify-plugin==0.7.1 | ||
mkdocs-redirects==1.2.1 | ||
mkdocs-static-i18n==0.56 | ||
packaging==23.1 | ||
paginate==0.5.6 | ||
pathspec==0.11.2 | ||
platformdirs==3.10.0 | ||
pygments==2.16.1 | ||
pygtrie==2.5.0 | ||
pymdown-extensions==10.3 | ||
python-dateutil==2.8.2 | ||
pytz==2023.3.post1 | ||
pyyaml==6.0.1 | ||
pyyaml-env-tag==0.1 | ||
regex==2023.8.8 | ||
requests==2.31.0 | ||
six==1.16.0 | ||
smmap==5.0.0 | ||
soupsieve==2.5 | ||
urllib3==2.0.4 | ||
watchdog==3.0.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/ManticoreGamesInc/platform-documentation/raw/development/mkdocs.yml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
mike | ||
mkdocs | ||
mkdocs-git-revision-date-plugin | ||
mkdocs-img2fig-plugin | ||
mkdocs-material | ||
mkdocs-minify-plugin | ||
mkdocs-video | ||
pymdown-extensions |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --no-annotate Noovolari--leapp/requirements.in | ||
# | ||
babel==2.12.1 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.2.0 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
csscompressor==0.9.5 | ||
ghp-import==2.1.0 | ||
gitdb==4.0.10 | ||
gitpython==3.1.36 | ||
htmlmin2==0.1.13 | ||
idna==3.4 | ||
jinja2==3.1.2 | ||
jsmin==3.0.1 | ||
lxml==4.9.3 | ||
markdown==3.4.4 | ||
markupsafe==2.1.3 | ||
mergedeep==1.3.4 | ||
mike==1.1.2 | ||
mkdocs==1.5.2 | ||
mkdocs-git-revision-date-plugin==0.3.2 | ||
mkdocs-img2fig-plugin==0.9.3 | ||
mkdocs-material==9.3.1 | ||
mkdocs-material-extensions==1.1.1 | ||
mkdocs-minify-plugin==0.7.1 | ||
mkdocs-video==1.5.0 | ||
packaging==23.1 | ||
paginate==0.5.6 | ||
pathspec==0.11.2 | ||
platformdirs==3.10.0 | ||
pygments==2.16.1 | ||
pymdown-extensions==10.3 | ||
python-dateutil==2.8.2 | ||
pyyaml==6.0.1 | ||
pyyaml-env-tag==0.1 | ||
regex==2023.8.8 | ||
requests==2.31.0 | ||
six==1.16.0 | ||
smmap==5.0.0 | ||
urllib3==2.0.4 | ||
verspec==0.1.0 | ||
watchdog==3.0.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/Noovolari/leapp/raw/master/mkdocs.yml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
mkdocs | ||
mkdocs-awesome-pages-plugin | ||
mkdocs-macros-plugin | ||
mkdocs-material | ||
mkdocs-monorepo-plugin | ||
pymdown-extensions |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --no-annotate Rat-Rig--V-core-3/requirements.in | ||
# | ||
babel==2.12.1 | ||
bracex==2.4 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.2.0 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
ghp-import==2.1.0 | ||
idna==3.4 | ||
jinja2==3.1.2 | ||
markdown==3.4.4 | ||
markupsafe==2.1.3 | ||
mergedeep==1.3.4 | ||
mkdocs==1.5.2 | ||
mkdocs-awesome-pages-plugin==2.9.2 | ||
mkdocs-macros-plugin==1.0.4 | ||
mkdocs-material==9.3.1 | ||
mkdocs-material-extensions==1.1.1 | ||
mkdocs-monorepo-plugin==1.0.5 | ||
natsort==8.4.0 | ||
packaging==23.1 | ||
paginate==0.5.6 | ||
pathspec==0.11.2 | ||
platformdirs==3.10.0 | ||
pygments==2.16.1 | ||
pymdown-extensions==10.3 | ||
python-dateutil==2.8.2 | ||
python-slugify==8.0.1 | ||
pyyaml==6.0.1 | ||
pyyaml-env-tag==0.1 | ||
regex==2023.8.8 | ||
requests==2.31.0 | ||
six==1.16.0 | ||
termcolor==2.3.0 | ||
text-unidecode==1.3 | ||
urllib3==2.0.4 | ||
watchdog==3.0.0 | ||
wcmatch==8.5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/Rat-Rig/V-core-3/raw/main/mkdocs.yml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
markdown-callouts | ||
mkdocs | ||
mkdocs-code-validator | ||
mkdocs-literate-nav | ||
mkdocs-material | ||
mkdocs-redirects | ||
mkdocs-section-index | ||
mkdocs-simple-hooks | ||
pymdown-extensions |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --no-annotate crystal-lang--crystal-book/requirements.in | ||
# | ||
babel==2.12.1 | ||
certifi==2023.7.22 | ||
charset-normalizer==3.2.0 | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
ghp-import==2.1.0 | ||
idna==3.4 | ||
jinja2==3.1.2 | ||
markdown==3.4.4 | ||
markdown-callouts==0.3.0 | ||
markupsafe==2.1.3 | ||
mergedeep==1.3.4 | ||
mkdocs==1.5.2 | ||
mkdocs-code-validator==0.1.3 | ||
mkdocs-literate-nav==0.6.1 | ||
mkdocs-material==9.3.1 | ||
mkdocs-material-extensions==1.1.1 | ||
mkdocs-redirects==1.2.1 | ||
mkdocs-section-index==0.3.7 | ||
mkdocs-simple-hooks==0.1.5 | ||
packaging==23.1 | ||
paginate==0.5.6 | ||
pathspec==0.11.2 | ||
platformdirs==3.10.0 | ||
pygments==2.16.1 | ||
pymdown-extensions==10.3 | ||
python-dateutil==2.8.2 | ||
pyyaml==6.0.1 | ||
pyyaml-env-tag==0.1 | ||
regex==2023.8.8 | ||
requests==2.31.0 | ||
six==1.16.0 | ||
urllib3==2.0.4 | ||
watchdog==3.0.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/crystal-lang/crystal-book/raw/master/mkdocs.yml |
Oops, something went wrong.