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

merge dev into main #149

Merged
merged 45 commits into from
Oct 29, 2024
Merged

merge dev into main #149

merged 45 commits into from
Oct 29, 2024

Conversation

simonostendorf
Copy link
Contributor

No description provided.

simonostendorf and others added 30 commits August 22, 2024 20:21
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/
simonostendorf and others added 15 commits September 21, 2024 13:49
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>
@simonostendorf simonostendorf self-assigned this Oct 29, 2024
@simonostendorf simonostendorf added this to the 3.0.0 milestone Oct 29, 2024
@simonostendorf simonostendorf merged commit 53bc5ab into main Oct 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants