Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nightly scrape action #22

Merged
merged 47 commits into from
Dec 19, 2023
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
0000434
Add datasette metadata
Dec 1, 2023
274a01f
Add first scraping workflow
Dec 1, 2023
1003daa
Cleanup workflow
Dec 1, 2023
c2c5c7d
Add job for Heroku deploy
Dec 1, 2023
737bc6c
Temp change to run workflow
Dec 1, 2023
740ed8b
Fetch cases from releases
Dec 1, 2023
dfa8856
Fix workflow
Dec 1, 2023
7176f6d
Add debugger
Dec 1, 2023
e8da99f
Revert "Add debugger"
Dec 1, 2023
f6b5d0c
Download assets to folder
Dec 1, 2023
dc5d93e
Debug
Dec 1, 2023
63259f0
Revert "Download assets to folder"
Dec 1, 2023
6eb692d
Add quotes around pw
Dec 1, 2023
f52e0ec
Add heroku login
Dec 1, 2023
1b2f836
Fix workflow
Dec 1, 2023
98246da
Install heroku builds plugin
Dec 1, 2023
35ffe23
Add heroku org
Dec 1, 2023
f7dcc30
Hash datasette pw in workflow
Dec 1, 2023
db10f10
Install datasette plugins
Dec 1, 2023
4b71a82
Add quotes around hash
Dec 1, 2023
a80739e
Try single quotes
Dec 1, 2023
558d358
Revert "Temp change to run workflow"
Dec 1, 2023
5470df4
Add nightly scrape action
Dec 18, 2023
b31ab2b
Fix workflow
Dec 18, 2023
91567d4
Run on PR (for testing)
Dec 18, 2023
68787f6
Remove unnecessary package
Dec 18, 2023
5917293
Update reqs
Dec 18, 2023
834d9d9
Merge branch 'civil' into feature/nightly-action
antidipyramid Dec 18, 2023
81731d3
Try installing crypto packages
Dec 18, 2023
8c60d03
Update default year
Dec 18, 2023
9a20f44
Limit scraping for testing
Dec 18, 2023
37c3647
Test action
Dec 18, 2023
db01b3e
Try single quotes
Dec 18, 2023
9d5abcb
Revert "Try single quotes"
Dec 18, 2023
8d2ec9f
Debug with tmate
Dec 18, 2023
92d1e3f
Revert "Debug with tmate"
Dec 19, 2023
4ad3d7a
Remove quotes
Dec 19, 2023
a8e7f6a
Change comment
Dec 19, 2023
26df58a
Only get new chancery cases for now
Dec 19, 2023
f3888d5
Debug
Dec 19, 2023
64ac43b
Remove test session and fix workflow
Dec 19, 2023
0591b84
Remove test lines
Dec 19, 2023
af930e0
Don't run on cron schedule yet
Dec 19, 2023
a165ee3
Merge branch 'civil' into feature/nightly-action
Dec 19, 2023
2352d2c
Remove unnecessary file
Dec 19, 2023
d4202e1
Remove comments
Dec 19, 2023
318989d
Remove testing line
Dec 19, 2023
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
Prev Previous commit
Remove testing line
  • Loading branch information
msj committed Dec 19, 2023
commit 318989de88ec9c8644e8c3536871ed3950117272
1 change: 0 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Nightly case scrape

on:
workflow_dispatch:
pull_request:
# schedule:
# - cron: '15 4 * * *'

Expand Down