-
Notifications
You must be signed in to change notification settings - Fork 10
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
Merge dev into main #84
Open
abarciauskas-bgse
wants to merge
38
commits into
main
Choose a base branch
from
dev
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
Conversation
This file contains 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
Update reader.py
…tetime Change time_slice to datetime
Fix local link to docs
Co-authored-by: Ciaran Sweet <[email protected]>
Fix install command order
…de-v2 add nodata dependency to enable nodata overriding
import factory and reader from newly released titiler.xarray package
Update pyproject.toml
* use uv for dependency management * run cdk synth in CI to check asset package size * update minimum python version to 3.9 * strip debug symbols from compiled C/C++ code in Lambda docker build
* move reader_role_arn to config rather than hard-coding * use uv run for cdk deploy * add option to provide a VPC ID * add region/account to config settings * upgrade to more recent version of aws-cdk
* chore: use deploy/action.yml in ci.yml * read variables from GitHub Actions environment
hrodmn
approved these changes
Feb 19, 2025
…secret in veda-deploy (#83) * separate stack and application settings * fix env vars in ci.yml
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merging dev into main so we can make main the default branch as we no longer need an additional dev branch since we are going to use tags to deploy to "production" (eg MCP prod)