22020 Commits

Author SHA1 Message Date
dependabot[bot]
dbaeea24ca
chore(deps-dev): update rector/rector requirement from 1.1.0 to 1.1.1
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](https://github.com/rectorphp/rector/compare/1.1.0...1.1.1)

---
updated-dependencies:
- dependency-name: rector/rector
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-21 15:59:43 +00:00
kenjis
53bfdef9f2
Merge pull request #8978 from kenjis/fix-docs-nesting-group-filter
docs: fix incorrect description for route group filter
2024-06-21 09:56:46 +09:00
kenjis
b9afd482c3
docs: fix incorrect description for route group filter 2024-06-20 18:11:33 +09:00
kenjis
d6d1434e93
Merge pull request #8970 from kenjis/refactor-orderBy
refactor: BaseBuilder::orderBy()
2024-06-20 08:57:41 +09:00
kenjis
cd46db1f5f
Merge pull request #8974 from kenjis/fix-spark-routes-BadRequestException
fix: `spark routes` may show BadRequestException when a route has a regexp
2024-06-20 08:57:05 +09:00
kenjis
c8b8995a06
Merge pull request #8964 from ddevsr/phpstan-commands
docs: fix `PHPStan` in `Commands`
2024-06-20 08:55:53 +09:00
Denny Septian Panggabean
b0c6c668d2
fix: remove @used-by PHPDocs 2024-06-19 17:32:37 +07:00
Denny Septian Panggabean
c2e843f303
Update system/Commands/Database/ShowTableInfo.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-06-19 17:28:58 +07:00
Denny Septian Panggabean
ea30aaf9f2
Update system/Commands/Database/ShowTableInfo.php
Co-authored-by: kenjis <kenji.uui@gmail.com>
2024-06-19 17:28:58 +07:00
Denny Septian Panggabean
b51df1c9b6
docs: fix PHPStan in Commands 2024-06-19 17:28:44 +07:00
kenjis
4ad4bd35e6
docs: add PHPDoc tags 2024-06-19 12:38:20 +09:00
kenjis
adbc2910e4
fix: spark routes may show BadRequestException when regexp is in route
E.g.,
CodeIgniter\HTTP\Exceptions\BadRequestException: The URI you submitted has disallowed characters: "(. )"
2024-06-19 12:31:29 +09:00
kenjis
6107a60591
test: add spark routes test for route with regexp 2024-06-19 12:29:48 +09:00
kenjis
19d5755cbc
Merge pull request #8963 from kenjis/appstarter-autoload-Config-ns
chore: add `Config` namespace to appstarter autoload.psr4
2024-06-19 11:16:14 +09:00
kenjis
2fae945ff5
Merge pull request #8959 from kenjis/fix-if_exist-with-array
fix: [Validation] `if_exist` does not work with array data
2024-06-19 11:15:31 +09:00
kenjis
ad73071cc1
Merge pull request #8971 from kenjis/test-fix-CommandTest-phpstan-errors
test: fix PHPStan errors in CommandTest
2024-06-19 11:14:46 +09:00
kenjis
71dc065f80
Merge pull request #8968 from paulbalandan/script-check
chore: add checks for RELEASE and VERSION variables
2024-06-19 11:13:58 +09:00
kenjis
099ce7d8c5
test: fix PHPStan errors 2024-06-18 11:44:00 +09:00
kenjis
e6b59311e2
test: add test 2024-06-18 11:39:42 +09:00
kenjis
a0e35bac89
fix: change to give priority to first command discoverd
Now you can replace CI4's commands with your commands in app/Commands/.
2024-06-18 10:05:59 +09:00
kenjis
4c0149939f
refactor: simplify if condition 2024-06-18 10:00:26 +09:00
kenjis
8a616886b0
refactor: remove unneeded initialization 2024-06-18 09:58:20 +09:00
kenjis
24a76731e0
Merge pull request #8958 from kenjis/fix-migrate-rollback-batch
fix: `migrate:rollback -b` does not work due to TypeError
2024-06-18 07:54:51 +09:00
kenjis
7aced76161
Merge pull request #8957 from kenjis/fix-RouteCollection-TypeError
fix: TypeError in DefinedRouteCollector::collect()
2024-06-18 07:54:13 +09:00
kenjis
3e2aefbbee
Merge pull request #8969 from kenjis/fix-deploy-apidocs.yml
chore: workaround for phpDocumentor error
2024-06-18 07:52:45 +09:00
kenjis
8360ffb672
chore: workaround for phpDocumentor error
Run php tools/phpDocumentor run --ansi --verbose

In ArgvInput.php line 196:

  [Symfony\Component\Console\Exception\RuntimeException]
  No arguments expected, got "run".
2024-06-17 18:08:49 +09:00
kenjis
5bac584766
Merge pull request #8967 from paulbalandan/cs
style: fix cs
2024-06-17 11:13:40 +09:00
John Paul E. Balandan, CPA
bab239106a
chore: add checks for RELEASE and VERSION variables 2024-06-17 00:14:08 +08:00
John Paul E. Balandan, CPA
a12d45cead
style: fix cs 2024-06-16 23:58:04 +08:00
kenjis
6c7144b47c
Merge pull request #8962 from kenjis/update-composer-exclude-from-classmap
chore: add autoload.exclude-from-classmap to suppress Composer 2.7.7 warnings
2024-06-15 10:32:30 +09:00
kenjis
b6c668c911
Merge pull request #8952 from paulbalandan/redis-delete-matching-prefix
fix: `RedisHandler::deleteMatching()` not deleting matching keys if cache prefix is used
2024-06-14 09:37:24 +09:00
kenjis
eee496c02c
docs: add note 2024-06-13 18:38:29 +09:00
kenjis
2cb6220d5d
chore: add Config namespace to appstarter composer.json
To suppress warning like this:
Class Config\Email located in ./app/Config/Email.php does not comply with psr-4 autoloading standard (rule: App\ => ./app). Skipping.
2024-06-13 18:36:37 +09:00
kenjis
04c4d4be9e
chore: add autoload.exclude-from-classmap to suppress warnings
E.g.,
Class Laminas\Escaper\Escaper located in ./system/ThirdParty/Escaper/Escaper.php does not comply with psr-4 autoloading standard (rule: CodeIgniter\ => ./system). Skipping.
2024-06-13 08:31:19 +09:00
kenjis
a13f54d194
Merge pull request #8961 from obozdag/patch-17
docs: Small typos in extending/events.rst
2024-06-13 08:16:27 +09:00
kenjis
cdec7d0b39
fix: revert rule alpha 2024-06-13 08:04:39 +09:00
kenjis
1ca24da3d4
fix: if_exist does not work with array data 2024-06-13 07:55:58 +09:00
kenjis
33477f8d4e
test: add test for if_exist and array data 2024-06-13 07:55:57 +09:00
obozdag
c647c473e8
docs: Small typos in extending/events.rst
Small typos in extending/events.rst
2024-06-12 13:49:44 +02:00
John Paul E. Balandan, CPA
cb23bdb1cf
Remove space 2024-06-12 15:51:58 +08:00
John Paul E. Balandan, CPA
766df8c511
Add comments to each data 2024-06-12 15:46:04 +08:00
kenjis
cf0e87d56e
Merge pull request #8557 from kenjis/docs-concepts-goals.rst
docs: restore goals.rst from 3.0 user guide
2024-06-12 10:37:53 +09:00
kenjis
3cfb940551
fix: "migration:rollback -b" does not work due to TypeError 2024-06-12 09:46:56 +09:00
kenjis
d2e50affec
test: add tests for "migrate:rollback -b" 2024-06-12 09:46:08 +09:00
kenjis
4e35d38b33
fix: TypeError in DefinedRouteCollector::collect() 2024-06-12 09:13:32 +09:00
kenjis
042525c67f
test: add test cases for routes with integer 2024-06-12 09:12:28 +09:00
John Paul E. Balandan, CPA
3d5b97d582
refactor RedisHandler::deleteMatching() 2024-06-10 21:55:21 +08:00
John Paul E. Balandan, CPA
9099e20cae
Validate pattern against prefix 2024-06-10 21:52:47 +08:00
John Paul E. Balandan, CPA
e86b75a5fc
Fix rector transform 2024-06-10 21:51:20 +08:00
John Paul E. Balandan, CPA
3b7046a0f6
Add failing test for cache prefix 2024-06-10 21:40:26 +08:00