Skip to content

Conversation

pjcdawkins
Copy link
Collaborator

No description provided.

pjcdawkins and others added 30 commits March 12, 2025 19:43
Increase the default limits for finding activities
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove "deploy" alias from env:deploy command
…ot allowed (#1553)

* Changing instance count on services where autoscaling is enabled is not allowed

* Move instance count autoscaling validation earlier

---------

Co-authored-by: Ricardo Kirkner <[email protected]>
Co-authored-by: Patrick Dawkins <[email protected]>
Avoid writing to stdout when opening a URL
(This method is not yet used, but it will be used by a pending PR)
pjcdawkins and others added 20 commits September 10, 2025 16:42
…-activate

Fix "This environment is inactive" during activation if the deployment cannot be fetched
* Add support for organization types to the `orgs` command

* Add support for organization types to the `org:create` command

* Pass the type on creation

* Allow org types to be disabled in the environment

* Display the org type in the project:list (projects) command

* Re-title project:list columns and display the org label by default, for neater layout

* Preserve organization name as the default column

* Fix current test expectations

* Add unit tests covering org types

* Add an --org-type filter to the project list command

* Fix golangci-lint in Actions

* Update help_test.go
Set --fail-with-body by default in curl commands
- Add array type annotations to method parameters and return types
- Fix QuestionHelper::choose() parameter types in AutoscalingSettingsSetCommand
- Change config->get() to config->getInt() for cache TTL parameter
- Add missing use statements to ResourcesCommandBase
- Make formatCPUType() defensive for optional cpu_type field
@pjcdawkins
Copy link
Collaborator Author

Port Verification Analysis (by Claude)

I've systematically examined the differences between the main branch (since v4.22.0) and this port-4.x-5.x branch.

Result: All 71 commits from v4.22.0..main are successfully reflected in this branch.

Commit Distribution

  • Main branch (v4.22.0 to v4.27.0): 71 commits total

    • 29 commits: v4.22.0 to v4.23.0 (tests, CI, Valkey, console rename, auth refresh, etc.)
    • 42 commits: v4.23.0 to v4.27.0 (deploy commands, autoscaling, guaranteed resources, etc.)
  • Port branch structure:

    • Based on 5.x at commit dbe0dec (which already included the 29 older commits)
    • Merged main (v4.27.0) with commit 874e82b
    • Added 8 commits for 5.x adaptation with proper dependency injection and PHP 8+ features

Key Features Verified Present

Architecture Adaptations

The porting commits show proper adaptation to 5.x architecture:

  • Reduced code complexity through better service abstractions
  • Proper use of Symfony dependency injection
  • PHP 8 type declarations throughout
  • Symfony 7 compatibility

Conclusion: The port is complete and comprehensive. All functionality from main has been successfully ported and adapted to the 5.x architecture.

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.

8 participants