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

All laravel upgrades #1080

Merged
merged 54 commits into from
Aug 5, 2020
Merged

All laravel upgrades #1080

merged 54 commits into from
Aug 5, 2020

Conversation

weerd
Copy link
Contributor

@weerd weerd commented Jul 30, 2020

What's this PR do?

This pull request finalizes the full Rogue updates, collecting and wrapping up the changes from Laravel 5.8 to 6.0. 🎉

How should this be reviewed?

Already been reviewed in the #1071 and #1081

Any background context you want to provide?

🌵

Relevant tickets

References Pivotal #172383643.

Checklist

  • This PR has been added to the relevant Pivotal card.
  • Documentation added for new features/changed endpoints.
  • Added appropriate feature/unit tests.

weerd added 16 commits August 3, 2020 16:55
* 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.
* Removing CustomGate now that framework supports Guest User Gates.

* Updating support.

* Rebase fixes.

* Rebase fixes.

* 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.

* Miscellaneous updates.

* Updating miscellaneous.

* Composer dependency updates.

* Updating configuration.

* Updating PHPUnit and fixing test with previously deprecated method.

* Updating composer dependencies.

* Reordering.

* Cleanup.

* Prefixing the SQS Env vars with AWS_ for consistency.

* Post rebase cleanup

* Fixing straggling merge conflicts.

* Cleanup.

* Updating url and endpoint settings.
@weerd weerd marked this pull request as ready for review August 5, 2020 21:20
@weerd weerd requested a review from a team as a code owner August 5, 2020 21:20
@weerd weerd requested review from Dinnall and DFurnes and removed request for a team and Dinnall August 5, 2020 21:20
Copy link
Contributor

@DFurnes DFurnes left a comment

Choose a reason for hiding this comment

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

@weerd weerd merged commit cee3103 into master Aug 5, 2020
@weerd weerd deleted the all-laravel-upgrades branch August 5, 2020 21:24
@aaronschachter aaronschachter mentioned this pull request Aug 6, 2020
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants