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

Integrate fmtm-splitter and remove splitting code in fmtm #1037

Merged
merged 30 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b16d502
refactor: move xml.etree import to top of file, linting
spwoodcock Dec 5, 2023
1cacd14
build: remove unused qrcode & xmltodict deps
spwoodcock Dec 5, 2023
b3bbf5d
build: remove all >= pins, use == for specific deps
spwoodcock Dec 5, 2023
17a4e01
build: update pdm-pep517 version
spwoodcock Dec 5, 2023
15de462
build: remove upper bounds python pin (bad practice)
spwoodcock Dec 5, 2023
fe70dee
build: == pin test and docs dep groups
spwoodcock Dec 5, 2023
0c151b9
build: update latest osm-fieldwork, rawdata, splitter
spwoodcock Dec 5, 2023
f98a15f
build: lock group deps to latest
spwoodcock Dec 5, 2023
b90e55d
build: lock all dependency groups
spwoodcock Dec 5, 2023
99a487d
refactor: migrate postgis splitting code to fmtm-splitter
spwoodcock Dec 6, 2023
cb985e0
build: bump fmtm-splitter 0.2.2 --> 0.2.3
spwoodcock Dec 6, 2023
501ea73
build: remove fmtm-splitter db tables from base schema
spwoodcock Dec 7, 2023
2da7b50
refactor: separate migration reversal scripts to dir
spwoodcock Dec 7, 2023
1ce0632
feat: add migration to remove fmtm-splitter db tables
spwoodcock Dec 7, 2023
5ae5cba
refactor: remove fmtm-splitter tables from db_models
spwoodcock Dec 7, 2023
767ccc1
build: add optional fmtm-splitter & osm-rawdata mounts to dev
spwoodcock Dec 7, 2023
acdde59
fix: more flexible json parsing for check_crs
spwoodcock Dec 7, 2023
4b0cc90
refactor: use geojson.dump over json module
spwoodcock Dec 7, 2023
d709f5e
docs: add missing osm_id col from revert migration
spwoodcock Dec 7, 2023
a606afe
feat: include split_by_square from fmtm-splitter, rename endpoint
spwoodcock Dec 7, 2023
59c6340
refactor: remove create_task_grid unused func
spwoodcock Dec 7, 2023
e11b8a0
feat: use fmtm-splitter split_by_sql for task splitting
spwoodcock Dec 7, 2023
f2fd644
refactor(frontend): replace isCustomDataExtract --> dataExtractFile
spwoodcock Dec 7, 2023
5127b73
build: removed migration to delete fmtm-splitter tables
spwoodcock Dec 7, 2023
b126e73
build: upgrade fmtm-splitter 0.2.3 --> 0.2.4 (drop_all fix)
spwoodcock Dec 7, 2023
9cd61aa
build: use cp/rm over mv for ci img build
spwoodcock Dec 7, 2023
3a84138
fix: do not delete project on boundary update fail
spwoodcock Dec 11, 2023
683643e
refactor: tasks_list --> task_list rename
spwoodcock Dec 11, 2023
6a44083
refactor: get_tasks_list --> get_task_id_list rename
spwoodcock Dec 11, 2023
b270bb6
test: fix tests using run_in_threadpool
spwoodcock Dec 11, 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

This file was deleted.

30 changes: 0 additions & 30 deletions contrib/scripts/postgis_snippets/Examples_and_tests/centroids.sql

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions contrib/scripts/postgis_snippets/Examples_and_tests/clustering.sql

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions contrib/scripts/postgis_snippets/Examples_and_tests/polygonize.sql

This file was deleted.

Loading