-
Notifications
You must be signed in to change notification settings - Fork 3
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
merge dev into main #149
Merged
Merged
merge dev into main #149
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: use presigned urls for s3
feat: multiple article ordering
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions. You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root. For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
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.
`<env>` tags have a lower precedence than system environment variables making it easier to overwrite PHPUnit configuration values in additional environments, such a CI. Review this blog post for more details on configuration precedence when testing Laravel: https://jasonmccreary.me/articles/laravel-testing-configuration-precedence/
Laravel 9.x Shift
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add npm dependencies * Update build scripts * Configure Vite * Remove `webpack.mix.js` * Use ES modules * Rename ENV variables * Add PostCSS configuration for Tailwind * Use new `@vite` Blade directive * Ignore build assets * feat: update node dependencies * fix: vite run * Fix inertia require * Fix: remove deprecated tilde in app.css imports * Fix: rename mix environment variable to use vite prefix * fix: vite env import * fix(vite build): css not found error --------- Co-authored-by: Shift <shift@laravelshift.com> Co-authored-by: Jan Pihl <jan96.pi@gmail.com> Co-authored-by: jpih <63748700+jpih@users.noreply.github.com>
* Slim `lang` files * Remove explicit call to register policies * Shift core files * Shift config files * 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. * Bump Composer dependencies * Prepare test suite for PHPUnit 10 * Rename `password_resets` table * Add type hints for Laravel 10 * Add type hints from DocBlocks * Remove redundant typing from DocBlocks * Shift cleanup * fix: type hint in PersonController caused application to run into error * update: composer.lock * build: update ci to php 8.1 * fix: wrong return type in cancleArticle * build: update ci to nodejs 20.x * build: update node dependencies * fix: add missing REDIS_URL env variable --------- Co-authored-by: Shift <shift@laravelshift.com> Co-authored-by: Jan Pihl <jan96.pi@gmail.com>
* Remove default `app` files * Shift core files * Streamline config files * Set new `ENV` variables * Default new `bootstrap/app.php` * Re-register HTTP middleware * Consolidate service providers * Re-register service providers * Re-register exception handling * Re-register routes * Remove unnecessary Console Kernel * Bump Composer dependencies * Convert `$casts` property to method * Mark base controller as `abstract` * Remove `CreatesApplication` testing trait * Shift cleanup * build: update ci to php 8.2 * build: update backend dependencies * build: remove unused backend dependency * fix: reenable date update on migration publish --------- Co-authored-by: Shift <shift@laravelshift.com> Co-authored-by: Jan Pihl <jan96.pi@gmail.com>
…ner-and-ci feat: use devcontainer and ci from portals
* feat: add APP_FORCE_HTTPS * feat: add APP_FORCE_HTTPS * feat: add APP_FORCE_HTTPS * feat: add article fassbrause * Fix migration issue when using sqlite --------- Co-authored-by: Jan Pihl <jan96.pi@gmail.com>
* Add: new courses in PortalsController * Change "else if" statement to "elseif" --------- Co-authored-by: Phil Pinsdorf <62160426+PhilPinsdorf@users.noreply.github.com>
jpih
approved these changes
Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.