Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# SCM syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true

# Generated by utils/compare_pkg_completeness.py. Pinning to LF keeps a local
# run on Windows from rewriting every line against what CI generates on Linux.
docs/data/*.json text eol=lf linguist-generated=true
22 changes: 8 additions & 14 deletions .github/workflows/update-package-table.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ jobs:
- name: Checkout robostack.github.io
uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.10.0
# foxy and galactic are end-of-life; docs/data/{foxy,galactic}.json are
# committed snapshots and deliberately not regenerated here.
- name: Create table noetic
run: |
pixi run compare-completeness noetic robostack-noetic
# - name: Create table foxy
# run: |
# pixi run compare-completeness foxy robostack
# - name: Create table galactic
# run: |
# pixi run compare-completeness galactic robostack-experimental
- name: Create table humble
run: |
pixi run compare-completeness humble robostack-humble
Expand All @@ -42,14 +38,12 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add docs/noetic.md
git add docs/foxy.md
git add docs/galactic.md
git add docs/humble.md
git add docs/jazzy.md
git add docs/kilted.md
git add docs/rolling.md
git add docs/lyrical.md
git add docs/data/noetic.json
git add docs/data/humble.json
git add docs/data/jazzy.json
git add docs/data/kilted.json
git add docs/data/rolling.json
git add docs/data/lyrical.json
git commit -m "Update tables"
continue-on-error: true
- name: Push changes
Expand Down
1,151 changes: 1,151 additions & 0 deletions docs/data/foxy.json

Large diffs are not rendered by default.

1,010 changes: 1,010 additions & 0 deletions docs/data/galactic.json

Large diffs are not rendered by default.

2,299 changes: 2,299 additions & 0 deletions docs/data/humble.json

Large diffs are not rendered by default.

2,259 changes: 2,259 additions & 0 deletions docs/data/jazzy.json

Large diffs are not rendered by default.

1,757 changes: 1,757 additions & 0 deletions docs/data/kilted.json

Large diffs are not rendered by default.

1,786 changes: 1,786 additions & 0 deletions docs/data/lyrical.json

Large diffs are not rendered by default.

2,177 changes: 2,177 additions & 0 deletions docs/data/noetic.json

Large diffs are not rendered by default.

1,623 changes: 1,623 additions & 0 deletions docs/data/rolling.json

Large diffs are not rendered by default.

Loading