Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Upgrading Laravel framework from 5.8 to 6.0 #1081

Merged
merged 18 commits into from
Aug 5, 2020

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    277f723 View commit details
    Browse the repository at this point in the history
  2. Updating support.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    6d46368 View commit details
    Browse the repository at this point in the history
  3. Rebase fixes.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    f65b474 View commit details
    Browse the repository at this point in the history
  4. Rebase fixes.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ee949a7 View commit details
    Browse the repository at this point in the history
  5. Upgrading Laravel Framework (#1071)

    * Updating composer packages.
    
    * Updating dependencies.
    
    * Removing unused files and updating index.php
    
    * Updating .htaccess.
    
    * Removing bootstrap/autoload call.
    
    * Updating TrustedProxy settings.
    
    * Removing mentions of Dusk in project since no longer used.
    
    * Upadating Hashing config.
    
    * Updating Logging.
    
    * Updating logger method name.
    
    * Bringing rest of files up to date and in sync with 5.6 framework files.
    
    * Reverting web routes file I was using for debugging.
    
    * Figuring out issues with running tests.
    
    * Updating composer.
    
    * StyleCI fix.
    
    * Updating dependencies for 5.7.
    
    * Updating assets.
    
    * Updating authorization.
    
    * Updating cache.
    
    * Updating tests.
    
    * Removing overridden mock() method since the signature changed and Laravel provides same method.
    
    * Removing unused imported class.
    
    * Removing CustomGate now that framework supports Guest User Gates.
    
    * Fixing up broken tests.
    
    * Composer lock update.
    
    * Wrapping up miscellaneous updates from 5.6 to 5.7.
    
    * Some miscellaneous updates from 5.7 to 5.8.
    
    * Updating dependencies and fixing API routes.
    
    * Updating testing.
    
    * Updating notifications.
    
    * Updating support.
    
    * Updating support with env() changes.
    
    * Updating env example vars.
    
    * Updates to env vars used and simplifying redis env settings.
    
    * Fixing up Tag tests and errors with notifications.
    
    * Updating cache config.
    
    * Removing deleted_at from  array since automatically converted after upgrades.
    
    * Changing tag so it does not trigger notification, if not point of test.
    
    * Cleanup.
    
    * Fixing StyleCI issue.
    
    * StyleCI fixes.
    
    * StyleCI fixes.
    
    * Updating Trusted Proxies based on Heroku docs.
    
    * Type-hinting the Authenticateable class works.
    
    * Updating redis options.
    
    * Updating filesystems config and reivew app config.
    
    * Adding note regarding a potential future update.
    
    * Restoring the Good Submission tag and setting empty string var for slack webhook in PHPUnit settings.
    
    * Restoring old approach now that tests do not trigger notifications.
    
    * Updaing AWS_* env variables.
    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    8ca58fa View commit details
    Browse the repository at this point in the history
  6. Miscellaneous updates.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    31f481c View commit details
    Browse the repository at this point in the history
  7. Updating miscellaneous.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ec553f0 View commit details
    Browse the repository at this point in the history
  8. Composer dependency updates.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    1699dc9 View commit details
    Browse the repository at this point in the history
  9. Updating configuration.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    c0f7a36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    acf3c59 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea09462 View commit details
    Browse the repository at this point in the history
  12. Reordering.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    fd8d39f View commit details
    Browse the repository at this point in the history
  13. Cleanup.

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    915eb8e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    144a725 View commit details
    Browse the repository at this point in the history
  15. Post rebase cleanup

    weerd committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    24fd8a7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fae306d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Cleanup.

    weerd committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    612f946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b614f View commit details
    Browse the repository at this point in the history