Skip to content

Conversation

@andrasbacsai
Copy link
Member

Changes

  • Added fixed UUIDs to all development seeders for programmatic API access
  • Server: localhost
  • Project: project (with auto-created environment: production)
  • Applications: docker-compose, nodejs, dockerfile, dockerfile-pure, crashloop
  • StandaloneDocker: docker
  • StandalonePostgresql: postgresql
  • S3Storage: minio
  • PrivateKeys: ssh, github-key
  • GithubApps: github-public, github-app
  • GitlabApp: gitlab-public

Seeders now have human-readable, deterministic UUIDs that enable programmatic API testing and development workflows.

Note: This is a breaking change for existing development databases - developers will need to re-seed after pulling this change.

Add fixed UUIDs to all development seeders for programmatic API access:
- Server: localhost
- Project: project
- Applications: docker-compose, nodejs, dockerfile, dockerfile-pure
- StandaloneDocker: docker
- StandalonePostgresql: postgresql
- S3Storage: minio
- PrivateKeys: ssh, github-key
- GithubApps: github-public, github-app
- GitlabApp: gitlab-public
- LocalPersistentVolume: volume

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 11, 2025

Warning

Rate limit exceeded

@andrasbacsai has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 17 minutes and 32 seconds before requesting another review.

⌛ 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.

📥 Commits

Reviewing files that changed from the base of the PR and between 18675c8 and 2f721c6.

📒 Files selected for processing (10)
  • database/seeders/ApplicationSeeder.php (5 hunks)
  • database/seeders/GithubAppSeeder.php (2 hunks)
  • database/seeders/GitlabAppSeeder.php (1 hunks)
  • database/seeders/PrivateKeySeeder.php (2 hunks)
  • database/seeders/ProjectSeeder.php (1 hunks)
  • database/seeders/S3StorageSeeder.php (1 hunks)
  • database/seeders/ServerSeeder.php (1 hunks)
  • database/seeders/StandaloneDockerSeeder.php (1 hunks)
  • database/seeders/StandalonePostgresqlSeeder.php (1 hunks)
  • openapi.yaml (4 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch deterministic-dev-seeders

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

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

@andrasbacsai andrasbacsai merged commit 5b20b49 into next Dec 11, 2025
4 checks passed
@andrasbacsai andrasbacsai deleted the deterministic-dev-seeders branch December 11, 2025 08:58
@andrasbacsai andrasbacsai mentioned this pull request Dec 11, 2025
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