Skip to content
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

Laravel 10 Upgrade #5168

Merged
merged 69 commits into from
Aug 29, 2023
Merged

Laravel 10 Upgrade #5168

merged 69 commits into from
Aug 29, 2023

Commits on Aug 8, 2023

  1. Apply code style

    laravel-shift committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    cc6ac98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbb8798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9574ad0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcdefd6 View commit details
    Browse the repository at this point in the history
  5. Shift core files

    laravel-shift committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d6d8955 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78b3dea View commit details
    Browse the repository at this point in the history
  7. Use Faker methods

    Accessing Faker properties was deprecated in Faker 1.14.
    laravel-shift committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bb50285 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    adfe498 View commit details
    Browse the repository at this point in the history
  9. Shift config files

    laravel-shift committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    39a2986 View commit details
    Browse the repository at this point in the history
  10. Default config files

    In an effort to make upgrading the constantly changing config files
    easier, Shift defaulted them and merged your true customizations -
    where ENV variables may not be used.
    laravel-shift committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    89f9e4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d2d9b3 View commit details
    Browse the repository at this point in the history
  12. Set return type of base TestCase methods

    From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:
    
    - `setUpBeforeClass()`
    - `setUp()`
    - `assertPreConditions()`
    - `assertPostConditions()`
    - `tearDown()`
    - `tearDownAfterClass()`
    - `onNotSuccessfulTest()`
    
    [1]: https://phpunit.de/announcements/phpunit-8.html
    laravel-shift committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    aefa3ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d47628c View commit details
    Browse the repository at this point in the history
  14. Shift cleanup

    laravel-shift committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d97bd1f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    005f043 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    da6ca18 View commit details
    Browse the repository at this point in the history
  2. Delete composer.json

    pmoskrojas committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7c80295 View commit details
    Browse the repository at this point in the history
  3. Update composer.json

    pmoskrojas committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    79908d3 View commit details
    Browse the repository at this point in the history
  4. Update package.json with new versions of Axios and Laravel Echo Serve…

    …r to solve vulnerabilities
    pmoskrojas committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2bb95f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Update composer lock

    nolanpro committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    136f465 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Put back package name

    nolanpro committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    49c5778 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    nolanpro committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9e32fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e13095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4782fd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Revert "Move resources/lang folder"

    This reverts commit cbb8798.
    nolanpro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    509e7a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef6c60f View commit details
    Browse the repository at this point in the history
  3. Use original package.json

    nolanpro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    91312b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70abb7d View commit details
    Browse the repository at this point in the history
  5. Use legacy output formatting

    nolanpro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3d5b3c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b5ad1f View commit details
    Browse the repository at this point in the history
  7. Update flysystem path getter

    nolanpro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    91a1952 View commit details
    Browse the repository at this point in the history
  8. Use original lang path

    nolanpro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a6d8fad View commit details
    Browse the repository at this point in the history
  9. Fix composer.lock

    nolanpro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    849693f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #5110 from ProcessMaker/shift-97359

    Laravel 9.x Shift
    nolanpro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9bfbfb8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    82f3a25 View commit details
    Browse the repository at this point in the history
  12. Convert deprecated methods

    Laravel 10 removed the following deprecated methods and functions:
    
    - `getQueryBase`
    - `dispatchNow` and `dispatch_now`
    - `assertTimesSent`
    - `Redirect::home()`
    laravel-shift committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    653a348 View commit details
    Browse the repository at this point in the history
  13. Shift core files

    laravel-shift committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f9eee78 View commit details
    Browse the repository at this point in the history
  14. Default config files

    In an effort to make upgrading the constantly changing config files
    easier, Shift defaulted them and merged your true customizations -
    where ENV variables may not be used.
    laravel-shift committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2613298 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b213cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    80452d4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fe8ff9c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6601801 View commit details
    Browse the repository at this point in the history
  19. Delete duplicate UserFactory

    nolanpro committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    740886c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    4c546ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d7c61 View commit details
    Browse the repository at this point in the history
  3. Remove unused file

    nolanpro committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1b29d78 View commit details
    Browse the repository at this point in the history
  4. Update lang path

    nolanpro committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6e058de View commit details
    Browse the repository at this point in the history
  5. Update default mail config

    nolanpro committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4ba303a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Update default connection

    nolanpro committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3233fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7b9bd View commit details
    Browse the repository at this point in the history
  3. Revert "Move resources/lang folder"

    This reverts commit 82f3a25.
    nolanpro committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    befb5e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    dd957f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6d0c0e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    48659b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99fc564 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    925b87e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b398dec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb66839 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1321f7e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Use php 8.2

    nolanpro committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9b656d1 View commit details
    Browse the repository at this point in the history
  2. Fix deprecated syntax

    nolanpro committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    0651664 View commit details
    Browse the repository at this point in the history
  3. Specify base image

    nolanpro committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    060aff7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fe799d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Use request->merge

    nolanpro committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    550ce86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5169 from ProcessMaker/shift-97938

    Laravel 10.x Shift
    nolanpro committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    144cb89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c03f23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11c0445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4bfa47 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    2e85220 View commit details
    Browse the repository at this point in the history