Skip to content

Commit f6b6f5c

Browse files
committed
Merge branch 'main' into provider-management
2 parents 0cac10e + 9fcd0e8 commit f6b6f5c

File tree

104 files changed

+2304
-1548
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+2304
-1548
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Clippy
7878
run: cargo clippy --all-targets --locked -- -D warnings
7979
- name: SQLFluff
80-
run: pipx run sqlfluff==3.3.1 lint
80+
run: pipx run sqlfluff==3.4.1 lint
8181

8282
build:
8383
runs-on: ubuntu-24.04

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ services/test_upload/
2222
**/*.gpkg-shm
2323
**/*.gpkg-wal
2424
geo_engine_*.log
25+
geo_engine.*.log
2526
**/**.aux.xml
2627
test_data/netcdf4d/overviews/*

0 commit comments

Comments
 (0)