steps
263 rows
This data as json, CSV (advanced)
Suggested facets: seq, repo, uses, with, env, if
id ▼ | seq | job | repo | uses | name | with | run | env | if |
---|---|---|---|---|---|---|---|---|---|
133396 | 1 | mirror 26772 | datasette 107914493 | zofrex/mirror-branch@ea152f124954fa4eb26eea3fe0dbe313a3a08d94 | Mirror to "master" | { "target-branch": "master", "force": false } |
|||
133397 | 2 | mirror 26772 | datasette 107914493 | zofrex/mirror-branch@ea152f124954fa4eb26eea3fe0dbe313a3a08d94 | Mirror to "main" | { "target-branch": "main", "force": false } |
|||
135773 | 1 | test 27245 | apple-notes-to-sqlite 611552758 | actions/checkout@v3 | |||||
135774 | 2 | test 27245 | apple-notes-to-sqlite 611552758 | actions/setup-python@v4 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}", "cache": "pip", "cache-dependency-path": "setup.py" } |
|||
135775 | 3 | test 27245 | apple-notes-to-sqlite 611552758 | Install dependencies | pip install '.[test]' | ||||
135776 | 4 | test 27245 | apple-notes-to-sqlite 611552758 | Run tests | pytest | ||||
135777 | 1 | deploy 27246 | apple-notes-to-sqlite 611552758 | actions/checkout@v3 | |||||
135778 | 2 | deploy 27246 | apple-notes-to-sqlite 611552758 | actions/setup-python@v4 | Set up Python | { "python-version": "3.11", "cache": "pip", "cache-dependency-path": "setup.py" } |
|||
135779 | 3 | deploy 27246 | apple-notes-to-sqlite 611552758 | Install dependencies | pip install setuptools wheel twine build | ||||
135780 | 4 | deploy 27246 | apple-notes-to-sqlite 611552758 | Publish | python -m build twine upload dist/* | { "TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}" } |
|||
135781 | 1 | test 27247 | apple-notes-to-sqlite 611552758 | actions/checkout@v3 | |||||
135782 | 2 | test 27247 | apple-notes-to-sqlite 611552758 | actions/setup-python@v4 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}", "cache": "pip", "cache-dependency-path": "setup.py" } |
|||
135783 | 3 | test 27247 | apple-notes-to-sqlite 611552758 | Install dependencies | pip install '.[test]' | ||||
135784 | 4 | test 27247 | apple-notes-to-sqlite 611552758 | Run tests | pytest | ||||
135785 | 5 | test 27247 | apple-notes-to-sqlite 611552758 | Check if README is up-to-date | cog --check README.md | ||||
135786 | 1 | test 27248 | dogsheep-beta 197431109 | actions/checkout@v2 | |||||
135787 | 2 | test 27248 | dogsheep-beta 197431109 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135788 | 3 | test 27248 | dogsheep-beta 197431109 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135789 | 4 | test 27248 | dogsheep-beta 197431109 | Install dependencies | pip install -e '.[test]' | ||||
135790 | 5 | test 27248 | dogsheep-beta 197431109 | Run tests | pytest -v | ||||
135791 | 1 | deploy 27249 | dogsheep-beta 197431109 | actions/checkout@v2 | |||||
135792 | 2 | deploy 27249 | dogsheep-beta 197431109 | actions/setup-python@v2 | Set up Python | { "python-version": "3.8" } |
|||
135793 | 3 | deploy 27249 | dogsheep-beta 197431109 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n" } |
|||
135794 | 4 | deploy 27249 | dogsheep-beta 197431109 | Install dependencies | pip install setuptools wheel twine | ||||
135795 | 5 | deploy 27249 | dogsheep-beta 197431109 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | { "TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}" } |
|||
135796 | 1 | test 27250 | dogsheep-beta 197431109 | actions/checkout@v2 | |||||
135797 | 2 | test 27250 | dogsheep-beta 197431109 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135798 | 3 | test 27250 | dogsheep-beta 197431109 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135799 | 4 | test 27250 | dogsheep-beta 197431109 | Install dependencies | pip install -e '.[test]' | ||||
135800 | 5 | test 27250 | dogsheep-beta 197431109 | Run tests | pytest -v | ||||
135801 | 1 | build 27251 | dogsheep-photos 256834907 | actions/checkout@v2 | |||||
135802 | 2 | build 27251 | dogsheep-photos 256834907 | actions/setup-python@v1 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135803 | 3 | build 27251 | dogsheep-photos 256834907 | actions/cache@v1 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135804 | 4 | build 27251 | dogsheep-photos 256834907 | Install dependencies | python -m pip install --upgrade pip pip install -e .[test] | ||||
135805 | 5 | build 27251 | dogsheep-photos 256834907 | Test with pytest | pytest | ||||
135806 | 1 | test 27252 | evernote-to-sqlite 303218369 | actions/checkout@v2 | |||||
135807 | 2 | test 27252 | evernote-to-sqlite 303218369 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135808 | 3 | test 27252 | evernote-to-sqlite 303218369 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135809 | 4 | test 27252 | evernote-to-sqlite 303218369 | Install dependencies | pip install -e '.[test]' | ||||
135810 | 5 | test 27252 | evernote-to-sqlite 303218369 | Run tests | pytest | ||||
135811 | 1 | deploy 27253 | evernote-to-sqlite 303218369 | actions/checkout@v2 | |||||
135812 | 2 | deploy 27253 | evernote-to-sqlite 303218369 | actions/setup-python@v2 | Set up Python | { "python-version": "3.9" } |
|||
135813 | 3 | deploy 27253 | evernote-to-sqlite 303218369 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n" } |
|||
135814 | 4 | deploy 27253 | evernote-to-sqlite 303218369 | Install dependencies | pip install setuptools wheel twine | ||||
135815 | 5 | deploy 27253 | evernote-to-sqlite 303218369 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | { "TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}" } |
|||
135816 | 1 | test 27254 | evernote-to-sqlite 303218369 | actions/checkout@v2 | |||||
135817 | 2 | test 27254 | evernote-to-sqlite 303218369 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135818 | 3 | test 27254 | evernote-to-sqlite 303218369 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135819 | 4 | test 27254 | evernote-to-sqlite 303218369 | Install dependencies | pip install -e '.[test]' | ||||
135820 | 5 | test 27254 | evernote-to-sqlite 303218369 | Run tests | pytest | ||||
135821 | 1 | scheduled 27255 | github-to-sqlite 207052882 | actions/checkout@v2 | Check out repo | ||||
135822 | 2 | scheduled 27255 | github-to-sqlite 207052882 | actions/setup-python@v1 | Set up Python | { "python-version": "3.9" } |
|||
135823 | 3 | scheduled 27255 | github-to-sqlite 207052882 | actions/cache@v1 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135824 | 4 | scheduled 27255 | github-to-sqlite 207052882 | Install Python dependencies | python -m pip install --upgrade pip pip install sqlite-utils>=3.1 sqlite-utils --version pip install -e . pip install datasette pip install bs4 | ||||
135825 | 5 | scheduled 27255 | github-to-sqlite 207052882 | Create auth.json | echo "{\"github_personal_token\": \"$GITHUB_ACCESS_TOKEN\"}" > auth.json | { "GITHUB_ACCESS_TOKEN": "${{ secrets.GH_TOKEN }}" } |
|||
135826 | 6 | scheduled 27255 | github-to-sqlite 207052882 | Fetch previous copy of database | # So we can keep track of when we first saw each dependent repo wget https://github-to-sqlite.dogsheep.net/github.db | !contains(github.event.head_commit.message, 'REFRESH_DB') | |||
135827 | 7 | scheduled 27255 | github-to-sqlite 207052882 | Fetch the repos | github-to-sqlite repos github.db dogsheep sqlite-utils tables --counts github.db | ||||
135828 | 8 | scheduled 27255 | github-to-sqlite 207052882 | Fetch releases, commits, issues, contributors | sqlite-utils github.db "select full_name from repos where owner = 53015001 union select 'simonw/datasette' as full_name union select 'simonw/sqlite-utils' as full_name" \ --csv --no-headers | while read repo; do github-to-sqlite releases \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite commits \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite tags \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite contributors \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite issues \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite pull-requests \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite issue-comments \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite stargazers \ github.db $(echo $repo | tr -d '\r'); sleep 10; github-to-sqlite workflows \ github.db $(echo $repo | tr -d '\r'); sleep 10; done; # Scrape dependents github-to-sqlite scrape-dependents github.db simonw/datasette simonw/sqlite-utils -v sqlite-utils tables --counts github.db # Delete email addresses from raw_authors sqlite-utils github.db "update raw_authors set email = ''" # Fetch emojis github-to-sqlite emojis github.db --fetch # Rebuild FTS tables sqlite-utils rebuild-fts github.db # Populate _analyze_tables_ table sqlite-utils analyze-tables github.db --save | ||||
135829 | 9 | scheduled 27255 | github-to-sqlite 207052882 | actions/upload-artifact@v2 | { "path": "github.db" } |
||||
135830 | 10 | scheduled 27255 | github-to-sqlite 207052882 | google-github-actions/setup-gcloud@v0 | Set up Cloud Run | { "version": "318.0.0", "service_account_email": "${{ secrets.GCP_SA_EMAIL }}", "service_account_key": "${{ secrets.GCP_SA_KEY }}" } |
|||
135831 | 11 | scheduled 27255 | github-to-sqlite 207052882 | Deploy to Cloud Run | gcloud config set run/region us-central1 gcloud config set project datasette-222320 datasette publish cloudrun github.db \ -m demo-metadata.json \ --service github-to-sqlite \ --branch=main \ --install=datasette-search-all>=0.3 \ --install=datasette-render-markdown>=1.1.2 \ --install=datasette-pretty-json>=0.2.2 \ --install=datasette-json-html \ --install=datasette-vega \ --install=datasette-render-images \ --install=datasette-graphql \ --install=datasette-atom | ||||
135832 | 1 | test 27256 | github-to-sqlite 207052882 | actions/checkout@v2 | |||||
135833 | 2 | test 27256 | github-to-sqlite 207052882 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135834 | 3 | test 27256 | github-to-sqlite 207052882 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135835 | 4 | test 27256 | github-to-sqlite 207052882 | Install dependencies | pip install -e '.[test]' | ||||
135836 | 5 | test 27256 | github-to-sqlite 207052882 | Run tests | pytest | ||||
135837 | 1 | deploy 27257 | github-to-sqlite 207052882 | actions/checkout@v2 | |||||
135838 | 2 | deploy 27257 | github-to-sqlite 207052882 | actions/setup-python@v2 | Set up Python | { "python-version": "3.11" } |
|||
135839 | 3 | deploy 27257 | github-to-sqlite 207052882 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n" } |
|||
135840 | 4 | deploy 27257 | github-to-sqlite 207052882 | Install dependencies | pip install setuptools wheel twine | ||||
135841 | 5 | deploy 27257 | github-to-sqlite 207052882 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | { "TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}" } |
|||
135842 | 1 | build 27258 | github-to-sqlite 207052882 | actions/checkout@v2 | Check out repo | ||||
135843 | 2 | build 27258 | github-to-sqlite 207052882 | Update TOC | npx markdown-toc README.md -i | ||||
135844 | 3 | build 27258 | github-to-sqlite 207052882 | Commit and push if README changed | git diff git config --global user.email "readme-bot@example.com" git config --global user.name "README-bot" git diff --quiet || (git add README.md && git commit -m "Updated README") git push | ||||
135845 | 1 | test 27259 | github-to-sqlite 207052882 | actions/checkout@v2 | |||||
135846 | 2 | test 27259 | github-to-sqlite 207052882 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135847 | 3 | test 27259 | github-to-sqlite 207052882 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135848 | 4 | test 27259 | github-to-sqlite 207052882 | Install dependencies | pip install -e '.[test]' | ||||
135849 | 5 | test 27259 | github-to-sqlite 207052882 | Run tests | pytest | ||||
135850 | 1 | test 27260 | hacker-news-to-sqlite 248903544 | actions/checkout@v2 | |||||
135851 | 2 | test 27260 | hacker-news-to-sqlite 248903544 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135852 | 3 | test 27260 | hacker-news-to-sqlite 248903544 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135853 | 4 | test 27260 | hacker-news-to-sqlite 248903544 | Install dependencies | pip install -e '.[test]' | ||||
135854 | 5 | test 27260 | hacker-news-to-sqlite 248903544 | Run tests | pytest | ||||
135855 | 1 | deploy 27261 | hacker-news-to-sqlite 248903544 | actions/checkout@v2 | |||||
135856 | 2 | deploy 27261 | hacker-news-to-sqlite 248903544 | actions/setup-python@v2 | Set up Python | { "python-version": "3.9" } |
|||
135857 | 3 | deploy 27261 | hacker-news-to-sqlite 248903544 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-publish-pip-\n" } |
|||
135858 | 4 | deploy 27261 | hacker-news-to-sqlite 248903544 | Install dependencies | pip install setuptools wheel twine | ||||
135859 | 5 | deploy 27261 | hacker-news-to-sqlite 248903544 | Publish | python setup.py sdist bdist_wheel twine upload dist/* | { "TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}" } |
|||
135860 | 1 | test 27262 | hacker-news-to-sqlite 248903544 | actions/checkout@v2 | |||||
135861 | 2 | test 27262 | hacker-news-to-sqlite 248903544 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135862 | 3 | test 27262 | hacker-news-to-sqlite 248903544 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135863 | 4 | test 27262 | hacker-news-to-sqlite 248903544 | Install dependencies | pip install -e '.[test]' | ||||
135864 | 5 | test 27262 | hacker-news-to-sqlite 248903544 | Run tests | pytest | ||||
135865 | 1 | test 27263 | healthkit-to-sqlite 197882382 | actions/checkout@v2 | |||||
135866 | 2 | test 27263 | healthkit-to-sqlite 197882382 | actions/setup-python@v2 | Set up Python ${{ matrix.python-version }} | { "python-version": "${{ matrix.python-version }}" } |
|||
135867 | 3 | test 27263 | healthkit-to-sqlite 197882382 | actions/cache@v2 | Configure pip caching | { "path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n" } |
|||
135868 | 4 | test 27263 | healthkit-to-sqlite 197882382 | Install dependencies | pip install -e '.[test]' | ||||
135869 | 5 | test 27263 | healthkit-to-sqlite 197882382 | Run tests | pytest | ||||
135870 | 1 | deploy 27264 | healthkit-to-sqlite 197882382 | actions/checkout@v2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [steps] ( [id] INTEGER PRIMARY KEY, [seq] INTEGER, [job] INTEGER REFERENCES [jobs]([id]), [repo] INTEGER REFERENCES [repos]([id]), [uses] TEXT, [name] TEXT, [with] TEXT, [run] TEXT , [env] TEXT, [if] TEXT); CREATE INDEX [idx_steps_repo] ON [steps] ([repo]); CREATE INDEX [idx_steps_job] ON [steps] ([job]);