Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.13
cache: "pip"
# Some mapfiles are generated by scripts, but also committed to the repo.
# Check for mismatches between committed files and script output.
- name: Regenerate mapfiles and check for equality
Expand All @@ -44,18 +43,6 @@ jobs:
echo CONNECTIONTYPE postgis > connection/$c.inc
done
python3 tools/make_indexjson.py *.map | jq . > /dev/null
- name: Authorization checks
run: |
python3 -m pip install -r tools/requirements.txt
# adresseerbare_objecten and bgt_inrichtingselementen can't be parsed
# due to limitations in mappyfile.
# The other excluded maps should be fixed. They have workarounds in
# place to prevent access to restricted fields.
python3 tools/auth_check.py -e \
adresseerbare_objecten bgt_inrichtingselementen \
bomen brk2 ondergrond ziektenplagenexotengroen \
meldingen_huidige_jaar meldingen_vorige_jaar meldingen_indicatoren \
monumenten hr handelsregister hr_kvk eigendommen_v2 erfpacht_v2

# Regression test. Asserts that we don't suffer from the MapServer 7.x
# bounding box bug https://github.com/MapServer/MapServer/issues/6478.
Expand Down
248 changes: 0 additions & 248 deletions tools/auth_check.py

This file was deleted.

Loading