Skip to content

Conversation

@hwbrzzl
Copy link
Contributor

@hwbrzzl hwbrzzl commented Oct 31, 2025

πŸ“‘ Description

Merge v1.16.5

βœ… Checks

  • Added test cases for my code

hwbrzzl and others added 5 commits September 9, 2025 23:21
* chore: Upgrade framework to v1.16.3 (auto)

* upgrade postgres v1.4.1

* optimize
* upgrade: v1.16.4

* upgrade: v1.16.4

* update mod
* fix: [#807] queue.Shutdown doesn't stop the queue as expected

* upgrade: v1.16.5
@hwbrzzl hwbrzzl requested a review from a team as a code owner October 31, 2025 07:38
Copilot AI review requested due to automatic review settings October 31, 2025 07:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes support for Cloudinary as a filesystem driver, updates package versions from @master to @v1.4.x, improves the queue worker lifecycle management, and restructures validation requests. The changes include:

  • Removal of Cloudinary filesystem driver integration
  • Update of package installation/uninstallation test commands to use versioned packages
  • Addition of worker shutdown handling in the main application
  • Separation of validation concerns by creating a dedicated ValidationCreate request
  • Enhancement of the User model with JSON field support for tags

Reviewed Changes

Copilot reviewed 13 out of 15 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tests/feature/filesystem_test.go Removed Cloudinary driver test setup
package_test.go Updated package versions from @master to @v1.4.x for all driver tests
main.go Added worker shutdown handling in graceful shutdown flow
go.sum Updated dependency checksums for various packages
go.mod Removed Cloudinary dependency, updated package versions and toolchain
database/migrations/20210101000001_create_users_table.go Added JSON tags field to users table
config/filesystems.go Removed Cloudinary filesystem configuration
config/app.go Removed Cloudinary service provider registration
app/models/user.go Added Tags field with custom JSON serialization methods
app/http/requests/validation_create.go New validation request with comprehensive validation rules
app/http/requests/user_create.go Simplified user creation request focused on user fields
app/http/controllers/validation_controller.go Updated to use new ValidationCreate request
app/http/controllers/user_controller.go Added validation logic and expanded user creation
.github/workflows/test.yml Removed Cloudinary environment variables
goravel SQLite database file (binary, should be ignored)

πŸ’‘ Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@hwbrzzl hwbrzzl merged commit a4cc932 into master Nov 9, 2025
4 checks passed
@hwbrzzl hwbrzzl deleted the bowen/merge-v1.16.5 branch November 9, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants