home / github

Menu
  • Search all tables
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

230 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: seq, repo, uses, with, env, if

id ▼ seq job repo uses name with run env if
107658 1 test 21628 dogsheep-beta 197431109 actions/checkout@v2          
107659 2 test 21628 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107660 3 test 21628 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"
}
     
107661 4 test 21628 dogsheep-beta 197431109   Install dependencies   pip install -e '.[test]'    
107662 5 test 21628 dogsheep-beta 197431109   Run tests   pytest -v    
107663 1 deploy 21629 dogsheep-beta 197431109 actions/checkout@v2          
107664 2 deploy 21629 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python
{
    "python-version": "3.8"
}
     
107665 3 deploy 21629 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"
}
     
107666 4 deploy 21629 dogsheep-beta 197431109   Install dependencies   pip install setuptools wheel twine    
107667 5 deploy 21629 dogsheep-beta 197431109   Publish   python setup.py sdist bdist_wheel twine upload dist/*
{
    "TWINE_USERNAME": "__token__",
    "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"
}
 
107668 1 test 21630 dogsheep-beta 197431109 actions/checkout@v2          
107669 2 test 21630 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107670 3 test 21630 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"
}
     
107671 4 test 21630 dogsheep-beta 197431109   Install dependencies   pip install -e '.[test]'    
107672 5 test 21630 dogsheep-beta 197431109   Run tests   pytest -v    
107673 1 build 21631 dogsheep-photos 256834907 actions/checkout@v2          
107674 2 build 21631 dogsheep-photos 256834907 actions/setup-python@v1 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107675 3 build 21631 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"
}
     
107676 4 build 21631 dogsheep-photos 256834907   Install dependencies   python -m pip install --upgrade pip pip install -e .[test]    
107677 5 build 21631 dogsheep-photos 256834907   Test with pytest   pytest    
107678 1 test 21632 evernote-to-sqlite 303218369 actions/checkout@v2          
107679 2 test 21632 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107680 3 test 21632 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"
}
     
107681 4 test 21632 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
107682 5 test 21632 evernote-to-sqlite 303218369   Run tests   pytest    
107683 1 deploy 21633 evernote-to-sqlite 303218369 actions/checkout@v2          
107684 2 deploy 21633 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python
{
    "python-version": "3.9"
}
     
107685 3 deploy 21633 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"
}
     
107686 4 deploy 21633 evernote-to-sqlite 303218369   Install dependencies   pip install setuptools wheel twine    
107687 5 deploy 21633 evernote-to-sqlite 303218369   Publish   python setup.py sdist bdist_wheel twine upload dist/*
{
    "TWINE_USERNAME": "__token__",
    "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"
}
 
107688 1 test 21634 evernote-to-sqlite 303218369 actions/checkout@v2          
107689 2 test 21634 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107690 3 test 21634 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"
}
     
107691 4 test 21634 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
107692 5 test 21634 evernote-to-sqlite 303218369   Run tests   pytest    
107693 1 scheduled 21635 github-to-sqlite 207052882 actions/checkout@v2 Check out repo        
107694 2 scheduled 21635 github-to-sqlite 207052882 actions/setup-python@v1 Set up Python
{
    "python-version": 3.8
}
     
107695 3 scheduled 21635 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"
}
     
107696 4 scheduled 21635 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    
107697 5 scheduled 21635 github-to-sqlite 207052882   Create auth.json   echo "{\"github_personal_token\": \"$GITHUB_ACCESS_TOKEN\"}" > auth.json
{
    "GITHUB_ACCESS_TOKEN": "${{ secrets.GH_TOKEN }}"
}
 
107698 6 scheduled 21635 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')
107699 7 scheduled 21635 github-to-sqlite 207052882   Fetch the repos   github-to-sqlite repos github.db dogsheep sqlite-utils tables --counts github.db    
107700 8 scheduled 21635 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    
107701 9 scheduled 21635 github-to-sqlite 207052882 actions/upload-artifact@v2  
{
    "path": "github.db"
}
     
107702 10 scheduled 21635 github-to-sqlite 207052882 google-github-actions/setup-gcloud@v0 Set up Cloud Run
{
    "version": "275.0.0",
    "service_account_email": "${{ secrets.GCP_SA_EMAIL }}",
    "service_account_key": "${{ secrets.GCP_SA_KEY }}"
}
     
107703 11 scheduled 21635 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=py-gfm \ --install=datasette-search-all>=0.3 \ --install=datasette-render-markdown>=1.1.2 \ --install=datasette-pretty-json \ --install=datasette-json-html \ --install=datasette-vega \ --install=datasette-render-images \ --install=datasette-graphql \ --install=datasette-atom    
107704 1 test 21636 github-to-sqlite 207052882 actions/checkout@v2          
107705 2 test 21636 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107706 3 test 21636 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"
}
     
107707 4 test 21636 github-to-sqlite 207052882   Install dependencies   pip install -e '.[test]'    
107708 5 test 21636 github-to-sqlite 207052882   Run tests   pytest    
107709 1 deploy 21637 github-to-sqlite 207052882 actions/checkout@v2          
107710 2 deploy 21637 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python
{
    "python-version": "3.9"
}
     
107711 3 deploy 21637 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"
}
     
107712 4 deploy 21637 github-to-sqlite 207052882   Install dependencies   pip install setuptools wheel twine    
107713 5 deploy 21637 github-to-sqlite 207052882   Publish   python setup.py sdist bdist_wheel twine upload dist/*
{
    "TWINE_USERNAME": "__token__",
    "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"
}
 
107714 1 build 21638 github-to-sqlite 207052882 actions/checkout@v2 Check out repo        
107715 2 build 21638 github-to-sqlite 207052882   Update TOC   npx markdown-toc README.md -i    
107716 3 build 21638 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    
107717 1 test 21639 github-to-sqlite 207052882 actions/checkout@v2          
107718 2 test 21639 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107719 3 test 21639 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"
}
     
107720 4 test 21639 github-to-sqlite 207052882   Install dependencies   pip install -e '.[test]'    
107721 5 test 21639 github-to-sqlite 207052882   Run tests   pytest    
107722 1 test 21640 hacker-news-to-sqlite 248903544 actions/checkout@v2          
107723 2 test 21640 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107724 3 test 21640 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"
}
     
107725 4 test 21640 hacker-news-to-sqlite 248903544   Install dependencies   pip install -e '.[test]'    
107726 5 test 21640 hacker-news-to-sqlite 248903544   Run tests   pytest    
107727 1 deploy 21641 hacker-news-to-sqlite 248903544 actions/checkout@v2          
107728 2 deploy 21641 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python
{
    "python-version": "3.9"
}
     
107729 3 deploy 21641 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"
}
     
107730 4 deploy 21641 hacker-news-to-sqlite 248903544   Install dependencies   pip install setuptools wheel twine    
107731 5 deploy 21641 hacker-news-to-sqlite 248903544   Publish   python setup.py sdist bdist_wheel twine upload dist/*
{
    "TWINE_USERNAME": "__token__",
    "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"
}
 
107732 1 test 21642 hacker-news-to-sqlite 248903544 actions/checkout@v2          
107733 2 test 21642 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107734 3 test 21642 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"
}
     
107735 4 test 21642 hacker-news-to-sqlite 248903544   Install dependencies   pip install -e '.[test]'    
107736 5 test 21642 hacker-news-to-sqlite 248903544   Run tests   pytest    
107737 1 test 21643 healthkit-to-sqlite 197882382 actions/checkout@v2          
107738 2 test 21643 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107739 3 test 21643 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"
}
     
107740 4 test 21643 healthkit-to-sqlite 197882382   Install dependencies   pip install -e '.[test]'    
107741 5 test 21643 healthkit-to-sqlite 197882382   Run tests   pytest    
107742 1 deploy 21644 healthkit-to-sqlite 197882382 actions/checkout@v2          
107743 2 deploy 21644 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python
{
    "python-version": "3.9"
}
     
107744 3 deploy 21644 healthkit-to-sqlite 197882382 actions/cache@v2 Configure pip caching
{
    "path": "~/.cache/pip",
    "key": "${{ runner.os }}-publish-pip-${{ hashFiles('**/setup.py') }}",
    "restore-keys": "${{ runner.os }}-publish-pip-\n"
}
     
107745 4 deploy 21644 healthkit-to-sqlite 197882382   Install dependencies   pip install setuptools wheel twine    
107746 5 deploy 21644 healthkit-to-sqlite 197882382   Publish   python setup.py sdist bdist_wheel twine upload dist/*
{
    "TWINE_USERNAME": "__token__",
    "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"
}
 
107747 1 test 21645 healthkit-to-sqlite 197882382 actions/checkout@v2          
107748 2 test 21645 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107749 3 test 21645 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"
}
     
107750 4 test 21645 healthkit-to-sqlite 197882382   Install dependencies   pip install -e '.[test]'    
107751 5 test 21645 healthkit-to-sqlite 197882382   Run tests   pytest    
107752 1 test 21646 swarm-to-sqlite 205429375 actions/checkout@v2          
107753 2 test 21646 swarm-to-sqlite 205429375 actions/setup-python@v2 Set up Python ${{ matrix.python-version }}
{
    "python-version": "${{ matrix.python-version }}"
}
     
107754 3 test 21646 swarm-to-sqlite 205429375 actions/cache@v2 Configure pip caching
{
    "path": "~/.cache/pip",
    "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}",
    "restore-keys": "${{ runner.os }}-pip-\n"
}
     
107755 4 test 21646 swarm-to-sqlite 205429375   Install dependencies   pip install -e '.[test]'    
107756 5 test 21646 swarm-to-sqlite 205429375   Run tests   pytest    
107757 1 deploy 21647 swarm-to-sqlite 205429375 actions/checkout@v2          

Next page

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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]);
Powered by Datasette · Queries took 22.762ms · About: github-to-sqlite