-
Notifications
You must be signed in to change notification settings - Fork 128
Merge/port recent changes from main into 5.x #1573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 5.x
Are you sure you want to change the base?
Conversation
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]>
…g is not available (#1558) Co-authored-by: Ricardo Kirkner <[email protected]>
Avoid writing to stdout when opening a URL
Co-authored-by: Patrick Dawkins <[email protected]>
(This method is not yet used, but it will be used by a pending PR)
…t cannot be fetched
…-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
Co-authored-by: Ricardo Kirkner <[email protected]>
- 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
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
Key Features Verified Present
Architecture AdaptationsThe porting commits show proper adaptation to 5.x architecture:
Conclusion: The port is complete and comprehensive. All functionality from main has been successfully ported and adapted to the 5.x architecture. |
No description provided.