DX-319: build: replace AIO with microservices docker-compose#1258
Merged
jaceksan merged 6 commits intogooddata:masterfrom Dec 16, 2025
Merged
DX-319: build: replace AIO with microservices docker-compose#1258jaceksan merged 6 commits intogooddata:masterfrom
jaceksan merged 6 commits intogooddata:masterfrom
Conversation
added 5 commits
December 16, 2025 15:51
jira: DX-319 risk: low
Replace single gooddata-cn-ce container with full microservices architecture for Python SDK testing. Includes postgres, redis, pulsar, metadata-api, auth-service, calcique, and 15+ other services. jira: DX-319 risk: low
- Update data source to use Docker internal networking (postgres:5432/tiger) - Add feature flags enabling via PATCH request (preserves identity provider) - Add data source permissions verification with retry logic jira: DX-319 risk: low
Update generated api-client model files and SDK organization service along with corresponding test files and expected outputs. jira: DX-319 risk: low
Regenerate all VCR cassettes after switching to microservices docker-compose. Updates HTTP response headers, trace IDs, and execution result identifiers. jira: DX-319 risk: low
- Replace AIO/GD.CN terminology with GoodData throughout - Add detailed docker-compose setup instructions to CONTRIBUTING.md - Update test overview and comments to reflect new architecture - Fix license key instructions (use build/license file) jira: DX-319 risk: low
jaceksan
approved these changes
Dec 16, 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.
Replaced
gooddata-cn-ceAIO container with individual microservices (~20 services) matching gdc-nas architecture.Changes:
docker-compose.yaml- microservices stack (postgres, redis, pulsar, metadata-api, auth-service, calcique, etc.)Usage:
jira: DX-319
risk: low