Commit graph

315 commits

Author SHA1 Message Date
Hugh Rundle a7ab8d399a Update update-topo-on-info-pr.yml
remove `head_ref` reference from actions/checkout to resolve error (see https://github.com/actions/checkout/issues/275)
2021-02-02 18:10:48 +11:00
sallybaker 4dbe9f0da2 update winton and weipa loan period 2021-02-02 08:48:40 +10:00
hughrun f1e73bfd0a update contributors 2021-02-01 21:35:08 +00:00
Hugh Rundle 2d67e1f047
Merge pull request #101 from sallybaker/master
fix typos in contributing.md
2021-02-02 08:34:39 +11:00
sallybaker 39bd2aab4b add loan periods for QLD libraries 2021-02-01 22:33:37 +10:00
sallybaker d3433df682 fix typos in contributing.md 2021-02-01 21:18:07 +10:00
Hugh Rundle fb0c352f24
Merge pull request #99 from hughrun/geo-to-topo
Update TopoJSON boundaries
2021-02-01 20:06:13 +11:00
Library Map Bot b58ee81a67 Update TopoJSON boundaries 2021-02-01 09:01:21 +00:00
Hugh Rundle 9070588026
Merge pull request #98 from hughrun/auto-commit-fix
Auto commit & ACT regression fixes
2021-02-01 20:00:24 +11:00
Hugh Rundle 766d6b2bfe fix ACT in GeoJSON
ACT was listed as "Act": regression from 100f314743

Fixes #97
2021-02-01 19:56:26 +11:00
Hugh Rundle 65b3d2a70b fix commiter name on topo update action 2021-02-01 19:47:36 +11:00
hughrun 7619f02733 update contributors 2021-02-01 05:28:49 +00:00
Hugh Rundle eaea51a1d7 Merge branch 'master' of github.com:hughrun/public_library_map
align local and remote
2021-02-01 16:27:47 +11:00
Hugh Rundle cf06a819cc exclude hughrun from contributors 2021-02-01 16:27:14 +11:00
Hugh Rundle e24380ee63
Merge pull request #96 from hughrun/campbell-typo
fix typo in campbelltown nsw name
2021-02-01 16:14:43 +11:00
hughrun 018e26205e merge csv data to topo 2021-02-01 05:14:28 +00:00
Hugh Rundle 5ae9920a67 fix typo in campbelltown nsw name 2021-02-01 16:13:31 +11:00
Hugh Rundle d05f7ba683
Merge pull request #94 from hughrun/geo-to-topo
Update TopoJSON boundaries
2021-02-01 16:07:06 +11:00
hughrun 339280186a Update TopoJSON boundaries 2021-02-01 05:02:05 +00:00
hughrun a7411ef335 update contributors 2021-02-01 05:01:40 +00:00
Hugh Rundle 5733d19e02
Merge pull request #93 from hughrun/campbelltown
Campbelltown
2021-02-01 16:01:13 +11:00
hughrun f22c8bd151 merge csv data to topo 2021-02-01 04:59:55 +00:00
Hugh Rundle 100f314743 disambiguate campbelltown
- Campbelltowns are now Campbelltown (SA) and Campbelltown (NSW)
- Inverell is now fine free!
2021-02-01 15:54:19 +11:00
Hugh Rundle 3033443688 updated gitignore 2021-02-01 14:30:35 +11:00
hughrun 8e9e058dd0 update contributors 2021-01-31 10:29:27 +00:00
Hugh Rundle 946e71fc65
Merge pull request #92 from hughrun/contributors
Contributors
2021-01-31 21:29:04 +11:00
Hugh Rundle ac2e9022ca add contributors action
adds GitHub Action to update the list of contributors when a new author pushes a change.
2021-01-31 21:22:24 +11:00
Hugh Rundle f37280f651 update docs & website
In preparation for new Action to add contributors on each push, this updates various pages in the docs and the website.

Also updates .gitignore to ignore node_modules

Also updates to website to account for the geojson file now being in the repository.
2021-01-31 21:20:34 +11:00
Hugh Rundle 5ae1bf0221
Merge pull request #91 from lissertations/master 2021-01-30 21:03:01 +11:00
Alissa M 85e7fd3434 Update public_library_locations.csv
edits as per code review
2021-01-30 20:53:43 +11:00
Alissa M f9342e7a3c Update public_library_locations.csv
rectify capitalisation errors introduced in #74, remove GCCC library admin expressly marked in source data as 'not open to public'
2021-01-30 20:25:28 +11:00
Hugh Rundle 9af9c8cbe6
Merge pull request #89 from hughrun/bathurst
add bathurst website
2021-01-29 21:38:00 +11:00
hughrun 0ec33775f1 merge csv data to topo 2021-01-29 10:37:02 +00:00
Hugh Rundle 88c0177512 add bathurst website 2021-01-29 21:33:25 +11:00
Hugh Rundle 7a2b83a97c rationalise workflows
- csv-to-topo updater now only works for PRs : csv shouldn't be directly updated in a push to master
- csv-to-topo can now be manually triggered if needed
- clearer formatting for actions
2021-01-29 21:10:39 +11:00
Hugh Rundle 5e643b4ee3
Merge pull request #88 from hughrun/ashburton
update ashburton website
2021-01-29 20:57:22 +11:00
hughrun 5a5fc82722 merge csv data to topo 2021-01-29 09:50:46 +00:00
Hugh Rundle 76619ef6d2 update ashburton website 2021-01-29 20:49:54 +11:00
hughrun bbba77b523 merge csv data to topo 2021-01-29 09:29:25 +00:00
Hugh Rundle 96bd9bc926 add big sky website 2021-01-29 20:27:06 +11:00
Hugh Rundle b4eb897c94 fix action name clash 2021-01-29 20:25:07 +11:00
Hugh Rundle bee5f4aa4d fix action logic to avoid recursion
ignore changes to 'boundaries.topo.json' on PUSH actions to avoid triggering the push action when PRs are merged, since they already got updated at the PR stage.
2021-01-29 20:19:20 +11:00
Hugh Rundle 4f3ef6963c update all actions
- replaces the topo-updater with 2 separate actions: one for direct pushes and one for PRs
- updates tag names
2021-01-29 20:12:08 +11:00
Hugh Rundle d1192d1420 Merge branch 'master' of github.com:hughrun/public_library_map 2021-01-29 19:49:23 +11:00
Hugh Rundle eeba7c9ce0 add armadale website 2021-01-29 19:49:09 +11:00
Hugh Rundle 5ad9504e67
Merge pull request #84 from hughrun/test
add bega website
2021-01-29 19:46:21 +11:00
Hugh Rundle ea3fcaf012
Merge pull request #83 from hughrun/albury
add albury website
2021-01-29 19:46:06 +11:00
hughrun fc8938d3d7 merge csv into topo 2021-01-29 08:41:37 +00:00
Hugh Rundle fe32e0fb20 add bega website 2021-01-29 19:40:09 +11:00
Hugh Rundle 83bbc6c12e add token to workflow 2021-01-29 19:37:20 +11:00