DEBUG: Test all RPC requests against PR #4451#110
Open
atodorov wants to merge 1 commit into
Open
Conversation
atodorov
force-pushed
the
debug-test-all-rpc-against-pr4451-v2
branch
2 times, most recently
from
July 16, 2026 20:20
0b7d41a to
0d2ed26
Compare
Clone Kiwi TCMS from migrate-django-modern-rpc-v2 branch with --depth=1, and build the Docker image using the standard 'make docker-image' target. Then tag it as kiwitcms/kiwi:latest so the existing Dockerfile.kiwitcms picks it up via 'FROM kiwitcms/kiwi'. This ensures the integration tests run against the new RPC decorator pattern to verify tcms-api compatibility. This is a DEBUG commit and should be reverted after verification.
atodorov
force-pushed
the
debug-test-all-rpc-against-pr4451-v2
branch
from
July 17, 2026 12:43
0d2ed26 to
b02a737
Compare
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 DEBUG commit modifies the Dockerfile to build Kiwi TCMS from PR #4451 (django-modern-rpc v2.1.0 migration) instead of the latest release.
The existing integration tests will now run against the new RPC decorator pattern to verify compatibility.
This is a DEBUG commit and should be reverted after verification.