home / github

Menu
  • GraphQL API

steps

Table actions
  • GraphQL API for steps

249 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
133242 1 test 26742 dogsheep-beta 197431109 actions/checkout@v2          
133243 2 test 26742 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133244 3 test 26742 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"}      
133245 4 test 26742 dogsheep-beta 197431109   Install dependencies   pip install -e '.[test]'    
133246 5 test 26742 dogsheep-beta 197431109   Run tests   pytest -v    
133247 1 deploy 26743 dogsheep-beta 197431109 actions/checkout@v2          
133248 2 deploy 26743 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python {"python-version": "3.8"}      
133249 3 deploy 26743 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"}      
133250 4 deploy 26743 dogsheep-beta 197431109   Install dependencies   pip install setuptools wheel twine    
133251 5 deploy 26743 dogsheep-beta 197431109   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
133252 1 test 26744 dogsheep-beta 197431109 actions/checkout@v2          
133253 2 test 26744 dogsheep-beta 197431109 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133254 3 test 26744 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"}      
133255 4 test 26744 dogsheep-beta 197431109   Install dependencies   pip install -e '.[test]'    
133256 5 test 26744 dogsheep-beta 197431109   Run tests   pytest -v    
133257 1 build 26745 dogsheep-photos 256834907 actions/checkout@v2          
133258 2 build 26745 dogsheep-photos 256834907 actions/setup-python@v1 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133259 3 build 26745 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"}      
133260 4 build 26745 dogsheep-photos 256834907   Install dependencies   python -m pip install --upgrade pip pip install -e .[test]    
133261 5 build 26745 dogsheep-photos 256834907   Test with pytest   pytest    
133262 1 test 26746 evernote-to-sqlite 303218369 actions/checkout@v2          
133263 2 test 26746 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133264 3 test 26746 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"}      
133265 4 test 26746 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
133266 5 test 26746 evernote-to-sqlite 303218369   Run tests   pytest    
133267 1 deploy 26747 evernote-to-sqlite 303218369 actions/checkout@v2          
133268 2 deploy 26747 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
133269 3 deploy 26747 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"}      
133270 4 deploy 26747 evernote-to-sqlite 303218369   Install dependencies   pip install setuptools wheel twine    
133271 5 deploy 26747 evernote-to-sqlite 303218369   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
133272 1 test 26748 evernote-to-sqlite 303218369 actions/checkout@v2          
133273 2 test 26748 evernote-to-sqlite 303218369 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133274 3 test 26748 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"}      
133275 4 test 26748 evernote-to-sqlite 303218369   Install dependencies   pip install -e '.[test]'    
133276 5 test 26748 evernote-to-sqlite 303218369   Run tests   pytest    
133277 1 scheduled 26749 github-to-sqlite 207052882 actions/checkout@v2 Check out repo        
133278 2 scheduled 26749 github-to-sqlite 207052882 actions/setup-python@v1 Set up Python {"python-version": "3.10"}      
133279 3 scheduled 26749 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"}      
133280 4 scheduled 26749 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    
133281 5 scheduled 26749 github-to-sqlite 207052882   Create auth.json   echo "{\"github_personal_token\": \"$GITHUB_ACCESS_TOKEN\"}" > auth.json {"GITHUB_ACCESS_TOKEN": "${{ secrets.GH_TOKEN }}"}  
133282 6 scheduled 26749 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')
133283 7 scheduled 26749 github-to-sqlite 207052882   Fetch the repos   github-to-sqlite repos github.db dogsheep sqlite-utils tables --counts github.db    
133284 8 scheduled 26749 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    
133285 9 scheduled 26749 github-to-sqlite 207052882 actions/upload-artifact@v2   {"path": "github.db"}      
133286 10 scheduled 26749 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 }}"}      
133287 11 scheduled 26749 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    
133288 1 test 26750 github-to-sqlite 207052882 actions/checkout@v2          
133289 2 test 26750 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133290 3 test 26750 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"}      
133291 4 test 26750 github-to-sqlite 207052882   Install dependencies   pip install -e '.[test]'    
133292 5 test 26750 github-to-sqlite 207052882   Run tests   pytest    
133293 1 deploy 26751 github-to-sqlite 207052882 actions/checkout@v2          
133294 2 deploy 26751 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
133295 3 deploy 26751 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"}      
133296 4 deploy 26751 github-to-sqlite 207052882   Install dependencies   pip install setuptools wheel twine    
133297 5 deploy 26751 github-to-sqlite 207052882   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
133298 1 build 26752 github-to-sqlite 207052882 actions/checkout@v2 Check out repo        
133299 2 build 26752 github-to-sqlite 207052882   Update TOC   npx markdown-toc README.md -i    
133300 3 build 26752 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    
133301 1 test 26753 github-to-sqlite 207052882 actions/checkout@v2          
133302 2 test 26753 github-to-sqlite 207052882 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133303 3 test 26753 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"}      
133304 4 test 26753 github-to-sqlite 207052882   Install dependencies   pip install -e '.[test]'    
133305 5 test 26753 github-to-sqlite 207052882   Run tests   pytest    
133306 1 test 26754 hacker-news-to-sqlite 248903544 actions/checkout@v2          
133307 2 test 26754 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133308 3 test 26754 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"}      
133309 4 test 26754 hacker-news-to-sqlite 248903544   Install dependencies   pip install -e '.[test]'    
133310 5 test 26754 hacker-news-to-sqlite 248903544   Run tests   pytest    
133311 1 deploy 26755 hacker-news-to-sqlite 248903544 actions/checkout@v2          
133312 2 deploy 26755 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
133313 3 deploy 26755 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"}      
133314 4 deploy 26755 hacker-news-to-sqlite 248903544   Install dependencies   pip install setuptools wheel twine    
133315 5 deploy 26755 hacker-news-to-sqlite 248903544   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
133316 1 test 26756 hacker-news-to-sqlite 248903544 actions/checkout@v2          
133317 2 test 26756 hacker-news-to-sqlite 248903544 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133318 3 test 26756 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"}      
133319 4 test 26756 hacker-news-to-sqlite 248903544   Install dependencies   pip install -e '.[test]'    
133320 5 test 26756 hacker-news-to-sqlite 248903544   Run tests   pytest    
133321 1 test 26757 healthkit-to-sqlite 197882382 actions/checkout@v2          
133322 2 test 26757 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133323 3 test 26757 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"}      
133324 4 test 26757 healthkit-to-sqlite 197882382   Install dependencies   pip install -e '.[test]'    
133325 5 test 26757 healthkit-to-sqlite 197882382   Run tests   pytest    
133326 1 deploy 26758 healthkit-to-sqlite 197882382 actions/checkout@v2          
133327 2 deploy 26758 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python {"python-version": "3.9"}      
133328 3 deploy 26758 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"}      
133329 4 deploy 26758 healthkit-to-sqlite 197882382   Install dependencies   pip install setuptools wheel twine    
133330 5 deploy 26758 healthkit-to-sqlite 197882382   Publish   python setup.py sdist bdist_wheel twine upload dist/* {"TWINE_USERNAME": "__token__", "TWINE_PASSWORD": "${{ secrets.PYPI_TOKEN }}"}  
133331 1 test 26759 healthkit-to-sqlite 197882382 actions/checkout@v2          
133332 2 test 26759 healthkit-to-sqlite 197882382 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133333 3 test 26759 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"}      
133334 4 test 26759 healthkit-to-sqlite 197882382   Install dependencies   pip install -e '.[test]'    
133335 5 test 26759 healthkit-to-sqlite 197882382   Run tests   pytest    
133336 1 test 26760 pocket-to-sqlite 213286752 actions/checkout@v2          
133337 2 test 26760 pocket-to-sqlite 213286752 actions/setup-python@v2 Set up Python ${{ matrix.python-version }} {"python-version": "${{ matrix.python-version }}"}      
133338 3 test 26760 pocket-to-sqlite 213286752 actions/cache@v2 Configure pip caching {"path": "~/.cache/pip", "key": "${{ runner.os }}-pip-${{ hashFiles('**/setup.py') }}", "restore-keys": "${{ runner.os }}-pip-\n"}      
133339 4 test 26760 pocket-to-sqlite 213286752   Install dependencies   pip install -e '.[test]'    
133340 5 test 26760 pocket-to-sqlite 213286752   Run tests   pytest    
133341 1 deploy 26761 pocket-to-sqlite 213286752 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 20.732ms · About: simonw/datasette-graphql