Skip to content

Commit

Permalink
feat: pgstac v0.9 (#555)
Browse files Browse the repository at this point in the history
## Closes

- Closes #552 
- Closes #259
  • Loading branch information
gadomski authored Dec 5, 2024
1 parent 03b8070 commit 1f81e97
Show file tree
Hide file tree
Showing 10 changed files with 229 additions and 129 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,14 @@ jobs:
test-pgstac:
name: Test pgstac
runs-on: ubuntu-latest
strategy:
matrix:
pgstac_version:
- v0.8.6
- v0.9.1
services:
pgstac:
image: ghcr.io/stac-utils/pgstac:v0.8.6
image: ghcr.io/stac-utils/pgstac:${{ matrix.pgstac_version }}
env:
POSTGRES_USER: username
POSTGRES_PASSWORD: password
Expand Down
4 changes: 2 additions & 2 deletions crates/pgstac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tls = ["dep:rustls", "dep:tokio-postgres-rustls", "dep:webpki-roots"]
rustls = { workspace = true, features = ["ring", "std"], optional = true }
serde.workspace = true
serde_json.workspace = true
stac.workspace = true
stac-api.workspace = true
thiserror.workspace = true
tokio-postgres = { workspace = true, features = ["with-serde_json-1"] }
Expand All @@ -26,8 +27,7 @@ webpki-roots = { workspace = true, optional = true }

[dev-dependencies]
geojson.workspace = true
stac.workspace = true
pgstac-test = { path = "pgstac-test" }
rstest.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
tokio-test.workspace = true

Expand Down
1 change: 0 additions & 1 deletion crates/pgstac/pgstac-test/.gitignore

This file was deleted.

15 changes: 0 additions & 15 deletions crates/pgstac/pgstac-test/Cargo.toml

This file was deleted.

30 changes: 0 additions & 30 deletions crates/pgstac/pgstac-test/src/lib.rs

This file was deleted.

Loading

0 comments on commit 1f81e97

Please sign in to comment.