Merged
Conversation
…g from remote servers
…loading Feature/improve provider loading
Fix/remote process timeout
Fix/not authorized
…uthorized Fix/insert failure when authorized
using setting UMP_KEYCLOAK_CLIENT_ID instead of hard-coded "ump-client"
StefanSchuhart
approved these changes
Aug 6, 2025
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
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.
This pull request introduces significant updates to the Urban Model Platform (UMP) project, focusing on version management, configuration improvements, Helm chart updates, and Kubernetes resource cleanup. The changes aim to enhance error handling, improve server responses, simplify configurations, and ensure compatibility with Kubernetes environments.
Version Management and Configuration Updates:
.bumpversion.toml: Added configuration for automated version bumping acrosspyproject.tomland.envfiles, enabling easier version management..env.example: Introduced new environment variablesUMP_SERVER_TIMEOUTandUMP_API_SERVER_URL_PREFIXfor controlling server timeout and API path prefix.Dockerfile: AddedARG IMAGE_TAGfor dynamically setting the image version during Docker builds.Helm Chart Enhancements:
charts/urban-model-platform/Chart.yaml: Updated chart version to0.9.5and app version to2.1.0for semantic versioning consistency.charts/.bumpversion.toml: Added version bumping configuration for Helm chart files.charts/urban-model-platform/templates/configmap-settings.yaml: Revamped ConfigMap to include new UMP-specific environment variables for better configurability.Kubernetes Resource Cleanup:
job-settings ConfigMap,db-migrate Job,role-job-reader Role, androlebinding-job.yaml, simplifying deployment configurations. [1] [2] [3] [4]Development and Debugging Improvements:
.vscode/launch.json: Enhanced debugging configurations with new profiles for running the UMP app and database migrations..vscode/settings.json: Switched default Python formatter tocharliermarsh.ruffand enabled basic type checking for improved code quality. [1] [2]Makefile Enhancements:
Makefile: Added targets for bumping app and chart versions (bump-app-version,set-app-version,bump-chart-version) to streamline version updates.These updates collectively improve the maintainability, configurability, and deployment processes of the Urban Model Platform project.