Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
934ff28
Bump idna from 3.4 to 3.7
dependabot[bot] Nov 1, 2024
3231382
Bump orjson from 3.8.7 to 3.9.15
dependabot[bot] Nov 1, 2024
3090aa9
Bump check-jsonschema from 0.22.0 to 0.30.0
dependabot[bot] Dec 2, 2024
cdbbd7c
openapi.json: fix wrong $ref values
mrshll1001 Feb 10, 2026
9e226e7
Postgresql Database Schema changed by automatic generation
Feb 10, 2026
56964c4
docs: added changelog for bugfix
mrshll1001 Feb 10, 2026
47d6a4e
Merge branch 'bugfix-3.2-openapi-ref-errors' of github.com:openreferr…
mrshll1001 Feb 10, 2026
1f8516b
Postgresql Database Schema changed by automatic generation
Feb 10, 2026
b8c5ba5
github: updated PR template
mrshll1001 Feb 10, 2026
3fb9dca
Postgresql Database Schema changed by automatic generation
Feb 10, 2026
152c0ba
chore: remove generated database specs and action
mrshll1001 Feb 13, 2026
8d6517f
python: remove utils.py
mrshll1001 Feb 13, 2026
0188673
Merge pull request #580 from openreferral/bugfix-3.2-openapi-ref-errors
mrshll1001 Feb 20, 2026
23c5416
github: updated PR template
mrshll1001 Feb 10, 2026
129a9c9
Merge branch 'update-merge-checklist' of github.com:openreferral/spec…
mrshll1001 Feb 20, 2026
69d705c
Postgresql Database Schema changed by automatic generation
Feb 20, 2026
7152408
Merge pull request #583 from openreferral/update-merge-checklist
mrshll1001 Feb 20, 2026
01ac647
Bump orjson from 3.8.7 to 3.9.15
dependabot[bot] Nov 1, 2024
bbcd9d9
Merge branch 'dependabot/pip/orjson-3.9.15' of github.com:openreferra…
mrshll1001 Feb 20, 2026
fec5043
Postgresql Database Schema changed by automatic generation
Feb 20, 2026
c117315
Merge pull request #520 from openreferral/dependabot/pip/orjson-3.9.15
mrshll1001 Feb 20, 2026
5f0affb
Bump check-jsonschema from 0.22.0 to 0.30.0
dependabot[bot] Dec 2, 2024
d530ae9
Merge branch 'dependabot/pip/check-jsonschema-0.30.0' of github.com:o…
mrshll1001 Feb 20, 2026
d17655a
Postgresql Database Schema changed by automatic generation
Feb 20, 2026
6d5cc1a
Merge pull request #527 from openreferral/dependabot/pip/check-jsonsc…
mrshll1001 Feb 20, 2026
94bb062
Bump idna from 3.4 to 3.7
dependabot[bot] Nov 1, 2024
ca1d152
Merge branch 'dependabot/pip/idna-3.7' of github.com:openreferral/spe…
mrshll1001 Feb 20, 2026
48e7b06
Postgresql Database Schema changed by automatic generation
Feb 20, 2026
c8bb329
Merge pull request #518 from openreferral/dependabot/pip/idna-3.7
mrshll1001 Feb 20, 2026
b2c5901
chore: remove generated database specs and action
mrshll1001 Feb 13, 2026
7dca014
python: remove utils.py
mrshll1001 Feb 13, 2026
236e671
Merge branch 'chore/remove-generated-database-specs' of github.com:op…
mrshll1001 Feb 20, 2026
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
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
If you have edited any schema files:

- [ ] Run `hsds_schema.py` to update `datapackage.json` and example files

If you are working towards a new MINOR release:

- [ ] Update any `$id` values in schema files where appropriate
- [ ] Update the `$ref` values in `openapi.json`
104 changes: 0 additions & 104 deletions .github/workflows/build_database.yml

This file was deleted.

50 changes: 0 additions & 50 deletions build_database_mysql.sh

This file was deleted.

49 changes: 0 additions & 49 deletions build_database_postgresql.sh

This file was deleted.

Loading