⚗️ Adds code analysis to Laravel improving developer productivity and code quality.
Build a custom admin interface for your Eloquent models, using Laravel 5.2 to 5.7
Hey there! Was wondering if there was anything left for me to do that can help getting this reviewed and/or merged?
Thanks for checking this @mloiseleur! I've been confused by this behavior of Helm as well; https://medium.com/@kcatstack/understand-helm-upgrade-flags-reset-values-reuse-values-6e58ac8f127e explains it quite nicely IMO.
Still an issue on mcr.microsoft.com/dotnet/sdk:7.0.202-alpine3.17
[9.x] Add assertUnsupportedMediaType method for assertion Unsupported Media Type (#46418)
Co-authored-by: Shamimul Alam bd.shawon1991@gmail.com
Revert "[9.x] Add assertUnsupportedMediaType method for assertion Unsupported Media Type (#46418)" (#46420)
This reverts commit 46199b6f297fd6c3371da9acc3f589a2df0eea40.
Merge branch '9.x' into 10.x
[10x] Allow calling getControllerClass on closure-based routes (#46411)
Allow getting Route controller class safely, regardless of route type
Add test for getting controller class on Route
WIP: try to make this work
Follow-up to https://github.com/laravel/framework/discussions/46332.
Currently isControllerAction
is a protected
method on the \Illuminate\Routing\Route
class. This makes distinguishing between controller- and closure-based routes difficult and slightly cumbersome, as can be seen here:
https://github.com/laravel/framework/blob/38342ab7d7a4e52fe78109d37a145d8309641da1/src/Illuminate/Routing/RouteCollection.php#L86-L93
This PR makes this method public, to allow for more consistent checks on controller- vs. closure-based routes, both within the framework and in all applications using it.
I'm gonna lay this off for now, appearently my assumptions about the isControllerAction
method were a bit too optimistic.
Follow-up to https://github.com/laravel/framework/discussions/46332.
Currently isControllerAction
is a protected
method on the \Illuminate\Routing\Route
class. This makes distinguishing between controller- and closure-based routes difficult and slightly cumbersome, as can be seen here:
https://github.com/laravel/framework/blob/38342ab7d7a4e52fe78109d37a145d8309641da1/src/Illuminate/Routing/RouteCollection.php#L86-L93
This PR makes this method public, to allow for more consistent checks on controller- vs. closure-based routes, both within the framework and in all applications using it.
Follow-up to https://github.com/laravel/framework/discussions/46332.
Currently calling getControllerClass
on any Route
is allowed, but throws an exception TypeError: str_contains(): Argument #1 ($haystack) must be of type string, Closure given
whenever the route is closure based. This makes checking a route collection for routes using a specific controller quite hard.
This PR adds a fallback value of null
for these cases, which is much easier to handle than the exception.
[10.x] Remove autoload dumping from make:migration (#46215)
Removes composer autoload generation from make:migration commands
wip
wip
Deprecates composer property
Fake fixes (#46257)
facade fake fix
make property public
change variable
patch
Adding Conditionable to Logger (#46259)
Adding Conditionable to Logger
Fixing styling
Importing the class
Update facade docblocks
[10.x] Add "dot" method to Illuminate\Support\Collection class (#46265)
feat: add dot method in collection
formatting
Co-authored-by: Taylor Otwell taylor@laravel.com
[10.x] Add a "channel:list" command (#46248)
Added a "channel:list" command.
formatting
Co-authored-by: Taylor Otwell taylor@laravel.com
Update facade docblocks
add type
[10.x] Generate default command name based on class name (#46256)
[10.x] Generate default command name based on class name
formatting
formatting
Co-authored-by: Taylor Otwell taylor@laravel.com
[10.x] Added JobPopping and JobPopped events (#46220)
Added JobPopping and JobPopped events
pr-46220 styleci
formatting
Update Worker.php
Co-authored-by: Taylor Otwell taylor@laravel.com
Do not mutate underlying values on redirect (#46281)
[9.x] Update CHANGELOG.md
Update facade docblocks
Update CHANGELOG
[9.x] Update CHANGELOG.md
Merge remote-tracking branch 'origin/9.x' into 9.x
Update CHANGELOG
[10.x] Update CHANGELOG.md
Merge remote-tracking branch 'origin/10.x' into 10.x
[9.x] Update CHANGELOG.md
Update facade docblocks
[9.x] Update CHANGELOG.md
Merge remote-tracking branch 'origin/9.x' into 9.x
Revert "[10.x] Fix custom themes not reseting on Markdown renderer (#46200)" (#46328)
This reverts commit c06dfacc1bf34e485be39a5fe185b0ea5100642e.
Remove obsolete function_exists('enum_exists') calls (#46319)
Fix typo in function name (#46326)
[10.x] Tests for Str and Stringable isMatch method (#46324)
Cast json decoded failed_job_ids to array (#46329)
version
[10.x] Use fallback when previous URL is the same as the current (#46234)
fallback when previous URL is the same as the current
do not check fallback
[10.x] Adding Pipeline Facade (#46271)
feat: added in pipeline facade, added singleton binding
Changed singleton to simple bind
chore: disabled caching of instance on pipeline facade, added in docblocks
formatting
Update facade docblocks
Co-authored-by: jaetooledev jaetooledev@gmail.com Co-authored-by: Taylor Otwell taylor@laravel.com Co-authored-by: taylorotwell taylorotwell@users.noreply.github.com
use isMatch for test
implement theme fix
[10.x] Add Support for SaveQuietly and Upsert with UUID/ULID Primary Keys (#46161)
Improve how UUID/ULID is set when perform an Insert
Add UUID/ULID support when Upsert
formatting
Co-authored-by: Taylor Otwell taylor@laravel.com
update property
change closures function to arrow function in registerBaseBindings
(#46351)
[10.x] Add string capability to withTrashed
method (#46356)
add string ability to method of withTrashed
method
add ImplicitController for testing withTrashed
method
add testSoftDeletedModelsCanBeRetrievedUsingWithTrashedMethodWithSpecificFunction
fix styleci
Revert "[10.x] Add string capability to withTrashed
method (#46356)" (#46360)
This reverts commit 9a0aa695cd3c51027f6ce970500bf1a34965e339.
[10.x] Add charAt method to both Str and Stringable (#46349)
[10.x] Add charAt method to both Str and Stringable
Update Str.php
Update Stringable.php
Co-authored-by: Taylor Otwell taylor@laravel.com
What I mean with "backwards compatible" in this case, is that this proposed change is incompatible for those who are already overriding the image.name
value. I think this group will be very limited, as I think the main usecase where someone would do that is if they would actually want to override the registry, which this change allows in an easier way.
So it basically boils down to: do you want to have an easier way to do this in the future, but requires manual intervention now once (though only for those already overriding the image name), or do you want to keep the old behavior and just update the default value to be docker.io/traefik
instead of traefik
.
I think the main pros of using two separate values are:
I've also seen this pattern used commonly in quite a few other Helm charts; though there are plenty that just use the image name to set this as well.
On the other side, I don't have a strong preference either, so just updating the default value and not adding a new one sounds fine as well. That also is a bit more backwards compatible.
Update 8.2-rc to 8.2.2RC1
Update 8.1-rc to 8.1.15RC1
Update 8.2 to 8.2.2
Update 8.2-rc
Update 8.1 to 8.1.15
Update 8.1-rc
Update 8.0 to 8.0.28
Update 8.2 to 8.2.3
Update 8.1 to 8.1.16
Rebuild PHP 8.1.16
Resolves docker-library/php#1371
Update 8.1
Merge pull request #1372 from TimWolla/php8.1.16
Rebuild PHP 8.1.16
Add context to comment on php-fpm log-output
See docker-library#358 (comment).
Merge pull request #1154 from jaylinski/patch-1
Add context to comment on php-fpm log-output
Update 8.2-rc to 8.2.4RC1
Update 8.1-rc to 8.1.17RC1
Image column to support private bucket
Fix logic of previous commit.
change parameter to 'temporary'
Add expiration parameter
Update parameter
update test matrix, use L10 and PHP 8.2 for coverage
test v10 compatibility
v10
Bump sass from 1.56.1 to 1.58.0
Bumps sass from 1.56.1 to 1.58.0.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
fix version for composer 2
Merge branch 'main' into image-column-support-private-bucket
Update README.md
Merge pull request #4924 from Laravel-Backpack/fix-version-command-for-different-composer-versions
Fix php artisan backpack:version
command for composer2 installations
Merge pull request #4926 from Laravel-Backpack/follow-laravel-schedule
Follow Laravel release schedule
fix db raw
Merge branch 'main' into laravel-v10
exclude L10 and dbal 2.5 from testing matrix
update readme
refactor has enum fields
graciosly fail when trying to install devtools on L10