-
Notifications
You must be signed in to change notification settings - Fork 51
Background Prep for v0.10.0 work #427
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
Open
bitner
wants to merge
22
commits into
main
Choose a base branch
from
chore/foundation-scripts-docker-ci
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
013aa4e
chore: ignore planning artifacts, env files, and Rust build output
bitner c617b93
refactor(scripts): move in-container scripts to scripts/container-scr…
bitner 52088e1
feat(scripts): expand script UX with --help, --build-policy, and env-…
bitner 38b88e0
build(docker): trixie base, pg_tle, BuildKit caches, remove PL/Rust
bitner 4596442
ci: PG 16/17/18 matrix, daily scheduled build, action updates, Depend…
bitner 5c67d34
chore(dev): replace flake8/black/mypy with ruff+ty; update pre-commit…
bitner 9beb92f
fix(loader): use timezone-aware MIN/MAX_DATETIME_UTC sentinel values
bitner b5ec3ce
docs: update contributor docs and agent instructions for new script l…
bitner ab87fdc
chore: add [Unreleased] section to CHANGELOG for v0.10 foundation cha…
bitner 6a2d1d5
ci: change scheduled image build run to weekly
bitner 977e4fd
chore(pypgstac): modernize python and unify ruff+ty checks
bitner 3cd6649
chore(migrations): stage unreleased migration artifacts
bitner ed4a9be
docs(changelog): refresh Unreleased notes for foundation updates
bitner 47c1cbd
update changelog
bitner 08aa08e
chore: harden pypgstac tooling and typing cleanup
bitner 610df99
ci: fallback to generic postgres client when matrix version unavailable
Copilot 15bf5c1
update dependency versions to get ci to pass
bitner d2b573e
Merge origin/main and resolve CI workflow conflict
Copilot 9d6e3ea
fix(ci): make container test script detect checkout layout
Copilot 3f55b51
fix(ci): make type checks compatible with lowest-direct deps
Copilot d796596
Update src/pypgstac/src/pypgstac/load.py
bitner f87bfce
Update src/pypgstac/src/pypgstac/load.py
bitner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| POSTGRES_USER=username | ||
| POSTGRES_PASSWORD=password | ||
| POSTGRES_DB=postgis | ||
|
|
||
| PGUSER=username | ||
| PGPASSWORD=password | ||
| PGDATABASE=postgis | ||
| PGHOST=localhost | ||
| PGPORT=5439 | ||
|
|
||
| DOCKER_BUILDKIT=1 | ||
| BUILDKIT_INLINE_CACHE=1 | ||
|
|
||
| # Host-script defaults. | ||
| PGSTAC_BUILD_POLICY=always | ||
| PGSTAC_FAST=0 | ||
| PGSTAC_WATCH=0 | ||
| PGSTAC_STRICT=1 | ||
|
|
||
| # Migration helper defaults. | ||
| # PGSTAC_VERSION=0.9.11 | ||
| # PGSTAC_FROM_VERSION=0.9.10 | ||
| # PGSTAC_TO_VERSION=0.9.11 | ||
| # PGSTAC_OVERWRITE=0 | ||
| # PGSTAC_DEBUG=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will we need to update this list with new dependencies as they get added to pyproject.toml?