Skip to content

Update review-ready changes#4

Open
syntaxwanderer wants to merge 3 commits intomasterfrom
develop
Open

Update review-ready changes#4
syntaxwanderer wants to merge 3 commits intomasterfrom
develop

Conversation

@syntaxwanderer
Copy link
Copy Markdown
Member

@syntaxwanderer syntaxwanderer commented Apr 30, 2026

Summary

  • Review-ready branch develop targeting master
  • 7 commit(s) ahead, 114 changed file(s)

Changes

  • Document README.md
  • Refactor Application, Attribute, and related areas
  • Fix review follow-ups in update gating and tests
  • Refactor README.md, composer.json, and related areas
  • Refactor update commands into command namespace
  • docs: clarify update command list
  • Add package license and README

Checks

  • No repo-defined automated checks were found

What to Review

  • LICENSE
  • README.md
  • composer.json
  • resources/auto-deploy
  • resources/remote-deploy
  • src/Application
  • src/Attribute
  • src/Console

What to Verify

  • Smoke-check the main behavior changed by this branch
  • Watch logs or console output for regressions in touched paths

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

Warning

Rate limit exceeded

@syntaxwanderer has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 58 minutes and 48 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 555d5f52-40e9-4a49-969a-abf201c9b7c9

📥 Commits

Reviewing files that changed from the base of the PR and between 1d3f3ba and 106cc91.

📒 Files selected for processing (79)
  • README.md
  • src/Application/Console/Command/UpdateCommand.php
  • src/Application/Console/Command/UpdateLintPatchesCommand.php
  • src/Application/Console/Command/UpdatePackagesAutoCommand.php
  • src/Application/Console/Command/UpdatePackagesBootstrapRemoteCommand.php
  • src/Application/Console/Command/UpdatePackagesCheckCommand.php
  • src/Application/Console/Command/UpdatePackagesMaterializeCommand.php
  • src/Application/Console/Command/UpdatePlanCommand.php
  • src/Application/Console/Command/UpdateStatusCommand.php
  • src/Application/Service/DagBuilder.php
  • src/Application/Service/DefaultOrmMigrationGateway.php
  • src/Application/Service/JournalRepository.php
  • src/Application/Service/LiveSchemaInspector.php
  • src/Application/Service/Packaging/Releases/Service/FrameworkDeploymentExecutor.php
  • src/Application/Service/Packaging/Releases/Service/FrameworkDeploymentPlanner.php
  • src/Application/Service/Packaging/Releases/Source/ComposerVcsTagReleaseSource.php
  • src/Application/Service/Packaging/Releases/Source/PackagistReleaseSource.php
  • src/Application/Service/Packaging/Releases/Source/PrivateGitTagSource.php
  • src/Application/Service/Packaging/Releases/Support/DeploymentLogWriter.php
  • src/Application/Service/Packaging/Releases/Support/InstalledSemitexaPackageReader.php
  • src/Application/Service/Packaging/Releases/Support/ProjectDeploymentConfigLoader.php
  • src/Application/Service/Packaging/Releases/Support/ReleaseComposerManifestBuilder.php
  • src/Application/Service/Packaging/Releases/Support/SemitexaReleaseVersion.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/LocalPrerequisiteChecker.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteArtifactBuilder.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteBootstrapLogWriter.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteDeployConfigLoader.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteDeployEnvBuilder.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteDeployEnvWriter.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteDeployTargetParser.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteOsReleaseParser.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemotePathInspector.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteScenarioResolver.php
  • src/Application/Service/Packaging/RemoteBootstrap/Support/RemoteSshClient.php
  • src/Application/Service/SchemaCompatibilityChecker.php
  • src/Application/Service/UpdateOrchestrator.php
  • src/Application/Service/UpdateRunner.php
  • src/Application/Service/UpdateRunnerFactory.php
  • src/Attribute/AsDataPatch.php
  • src/Discovery/DataPatchDiscovery.php
  • src/Discovery/DiscoveredPatch.php
  • src/Domain/Contract/DataPatchInterface.php
  • src/Domain/Contract/OrmMigrationGatewayInterface.php
  • src/Domain/Enum/PatchStatus.php
  • src/Domain/Enum/UpdatePhase.php
  • src/Domain/Model/CompatibilityResult.php
  • src/Domain/Model/DeploymentConfig.php
  • src/Domain/Model/DeploymentPlan.php
  • src/Domain/Model/JournalEntry.php
  • src/Domain/Model/OrchestratorPlanReport.php
  • src/Domain/Model/OrchestratorStage.php
  • src/Domain/Model/PackageUpdate.php
  • src/Domain/Model/Plan.php
  • src/Domain/Model/RemoteDeployArtifact.php
  • src/Domain/Model/RemoteDeployConfig.php
  • src/Domain/Model/RemoteDeployTarget.php
  • src/Domain/Model/RemoteOsInfo.php
  • src/Domain/Model/RemotePathState.php
  • src/Domain/Model/RunReport.php
  • src/Domain/Model/SchemaSyncResult.php
  • src/Domain/Model/SchemaSyncStatus.php
  • src/Domain/Model/SkippedPatch.php
  • src/Domain/Model/SshCommandResult.php
  • tests/Unit/OwnershipBoundaryTest.php
  • tests/Unit/Packaging/Releases/ComposerVcsTagReleaseSourceTest.php
  • tests/Unit/Packaging/Releases/InstalledSemitexaPackageReaderTest.php
  • tests/Unit/Packaging/Releases/PrivateGitTagSourceTest.php
  • tests/Unit/Packaging/Releases/ProjectDeploymentConfigLoaderTest.php
  • tests/Unit/Packaging/Releases/ReleaseComposerManifestBuilderTest.php
  • tests/Unit/Packaging/Releases/SemitexaReleaseVersionTest.php
  • tests/Unit/Packaging/RemoteBootstrap/RemoteArtifactBuilderTest.php
  • tests/Unit/Packaging/RemoteBootstrap/RemoteBootstrapLogWriterTest.php
  • tests/Unit/Packaging/RemoteBootstrap/RemoteDeployConfigLoaderTest.php
  • tests/Unit/Packaging/RemoteBootstrap/RemoteDeployEnvBuilderTest.php
  • tests/Unit/Packaging/RemoteBootstrap/RemoteDeployTargetParserTest.php
  • tests/Unit/Packaging/RemoteBootstrap/RemoteOsReleaseParserTest.php
  • tests/Unit/Packaging/RemoteBootstrap/RemoteScenarioResolverTest.php
  • tests/Unit/Runner/SchemaGateRegressionTest.php
  • tools/run-remote-bootstrap-smoke.php
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 58 minutes and 48 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 60e0a1d821

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

declare(strict_types=1);

namespace Semitexa\Update\Contract;
namespace Semitexa\Update\Domain\Contract;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve old patch contract namespace for compatibility

Moving DataPatchInterface to Semitexa\Update\Domain\Contract without keeping a compatibility alias/file for Semitexa\Update\Contract\DataPatchInterface is a breaking runtime change for existing projects: previously valid patch classes that implement/import the old interface will fail discovery/loading after upgrade, and DataPatchDiscovery now validates against only the new symbol. Please keep the legacy namespace as a shim (or equivalent alias) so installed patches continue to run.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant