14332 Commits

Author SHA1 Message Date
kenjis
5101adf968
Prep for 4.2.10 release 2022-11-05 11:27:22 +09:00
John Paul E. Balandan, CPA
ce64c72c06
Add @group Others to all other tests (#6770) 2022-11-04 18:27:05 +08:00
kenjis
bf939d754f
Merge pull request #6813 from kenjis/fix-Model-comments
docs: fix typos in comments in Model
2022-11-04 11:41:02 +09:00
kenjis
7a1c70e824
docs: fix typos in comments 2022-11-04 11:03:10 +09:00
John Paul E. Balandan, CPA
30fd4826c2
Merge pull request #6802 from paulbalandan/check-version
Add a check for updated version before deployment
2022-11-04 10:02:04 +08:00
Abdul Malik Ikhsan
a031b9d537
Merge pull request #6810 from kenjis/fix-phpstan-190-erros
fix: variable types for PHPStan 1.9.0
2022-11-04 08:18:01 +07:00
kenjis
0e2a6a5355
fix: variable types
PHPStan 1.9.0 reported errors.
2022-11-04 08:55:58 +09:00
John Paul E. Balandan, CPA
9dd92e04ee
Merge pull request #6806 from paulbalandan/refactor-assert-headers
Refactor assertHeaderEmitted and assertHeaderNotEmitted
2022-11-02 19:30:38 +08:00
kenjis
b2b930d7a0
Merge pull request #6809 from kenjis/fix-toolbar-kint-output-0
fix: output "0" at the end of toolbar js when Kint::$enabled_mode is false
2022-11-02 20:10:41 +09:00
kenjis
6a70b1b7a3
fix: output "0" at the end of toolbar js when Kint::$enabled_mode is false 2022-11-02 16:15:53 +09:00
dependabot[bot]
9e47956149
chore: update friendsofphp/php-cs-fixer requirement from ~3.12.0 to ~3.13.0 (#6803) 2022-11-02 03:36:25 +00:00
John Paul E. Balandan, CPA
549e1ca81c
Refactor assertHeaderEmitted and assertHeaderNotEmitted 2022-11-02 10:42:59 +08:00
Abdul Malik Ikhsan
7b7db5ff6b
Merge pull request #6807 from kenjis/add-composer-suggest-xdebug
chore: add ext-xdebug to composer.json suggest
2022-11-02 09:31:07 +07:00
kenjis
b69cee36e3
chore: add ext-xdebug to composer.json 2022-11-02 06:56:39 +09:00
kenjis
32a5cccf53
Merge pull request #6804 from paulbalandan/deptrac
Fix deptrac requires ^8.1
2022-11-02 06:35:49 +09:00
John Paul E. Balandan, CPA
cda71ae7da
Fix deptrac requires ^8.1 2022-11-01 23:44:24 +08:00
John Paul E. Balandan, CPA
ebf7e66994
Update admin/RELEASE.md 2022-11-01 21:36:43 +08:00
John Paul E. Balandan, CPA
884a8e75e6
Rename to deploy-distributables.yml 2022-11-01 21:32:22 +08:00
John Paul E. Balandan, CPA
cd4bff31d1
Move contents of deploy-userguide to deploy-framework 2022-11-01 21:31:05 +08:00
John Paul E. Balandan, CPA
7f95f7d522
Add check-version job 2022-11-01 21:28:46 +08:00
John Paul E. Balandan, CPA
8274996b04
Merge pull request #6801 from paulbalandan/pr-template
Update PR template
2022-11-01 17:19:18 +08:00
John Paul E. Balandan, CPA
5e9d12fc8a
Merge pull request #6172 from paulbalandan/GHA-8.2
Add PHP 8.2 to Unit Tests GHA
2022-11-01 16:54:57 +08:00
John Paul E. Balandan, CPA
ccce899617
Update PR template 2022-11-01 14:17:09 +08:00
Abdul Malik Ikhsan
bec75ab0f3
Merge pull request #6798 from kenjis/fix-docs-missing-backslash
docs: add missing `\` for consistency
2022-11-01 07:29:56 +07:00
kenjis
bcae2a243f
docs: add missing \ for consistency 2022-11-01 09:15:23 +09:00
kenjis
a6fdf0e233
Merge pull request #6796 from kenjis/fix-phpdoc-Session
docs: fix PHPDoc types in Session
2022-10-31 20:17:53 +09:00
kenjis
a8a99dc862
Merge pull request #6751 from kenjis/fix-phpdoc-Factories
docs: fix PHPDoc types in Factories
2022-10-31 20:14:16 +09:00
kenjis
88474b649e
docs: fix @param and @return 2022-10-31 17:08:13 +09:00
kenjis
1423c7177b
Merge pull request #6795 from kenjis/docs-add-429-changelog
docs: add v4.2.9 changelog
2022-10-31 10:39:59 +09:00
kenjis
c788c7b87d
docs: add v4.2.9 changelog 2022-10-31 10:28:53 +09:00
MGatner
75bc4c762b
Merge branch 'master' into develop v4.2.9 2022-10-31 00:36:56 +00:00
MGatner
dbd82191fd
Merge pull request #6794 from codeigniter4/revert-6761-expeditable
Revert Tachycardia Expeditable
2022-10-30 20:35:45 -04:00
MGatner
e48a2e6c63
Revert "Leverage Tachycardia's Expeditable trait to obtain slim execution times" 2022-10-30 20:34:44 -04:00
MGatner
9aa6104c8c
Merge pull request #6793 from codeigniter4/develop
4.2.8 Ready code
v4.2.8
2022-10-30 20:21:09 -04:00
MGatner
0ff3835e30
Merge pull request #6792 from codeigniter4/release-4.2.8
Prep for 4.2.8 release
2022-10-30 20:17:53 -04:00
MGatner
8031d967f2
Prep for 4.2.8 release 2022-10-30 23:11:56 +00:00
John Paul E. Balandan, CPA
f355282eaa
Merge pull request #6788 from paulbalandan/preserve-global-state
Group `runInSeparateProcess` and `preserveGlobalState`
2022-10-30 21:20:41 +08:00
Abdul Malik Ikhsan
bb45109a18
Merge pull request #6787 from paulbalandan/faker-deprecations
Fix faker access deprecations
2022-10-30 18:29:48 +07:00
John Paul E. Balandan, CPA
72412cf77a
Trim whitespace in preserveGlobalState 2022-10-30 18:52:50 +08:00
John Paul E. Balandan, CPA
862f8832d5
Group runInSeparateProcess and preserveGlobalState 2022-10-30 18:50:07 +08:00
John Paul E. Balandan, CPA
f681d7b850
Fix faker access deprecations 2022-10-30 16:53:54 +08:00
John Paul E. Balandan, CPA
ff2a4e300e
Add PHP 8.2 to Unit Tests GHA 2022-10-30 16:27:50 +08:00
kenjis
4a652b5018
Merge pull request #6786 from kenjis/fix-docs-caching.rst
docs: fix sub section level in caching.rst
2022-10-30 17:18:46 +09:00
kenjis
ecc32cc29f
docs: fix sub section level 2022-10-30 09:12:28 +09:00
John Paul E. Balandan, CPA
ef6a516ae3
Delete admin/module directory (#6775) 2022-10-29 21:09:57 +08:00
Abdul Malik Ikhsan
caa3c9526c
Merge pull request #6781 from paulbalandan/deprecated-mocked-method
Remove testing of deprecated methods in CookieStore
2022-10-29 00:34:25 +07:00
John Paul E. Balandan, CPA
aebe5716fb
Merge pull request #6774 from totoprayogo1916/framework/gitattributes
Add .gitattributes to framework
2022-10-28 21:15:26 +08:00
Toto
60988a4d32
add .gitignore export-ignore 2022-10-28 19:09:52 +07:00
John Paul E. Balandan, CPA
bd34453a97
Remove testing of deprecated methods in CookieStore 2022-10-28 19:28:26 +08:00
Toto
73bad4709c
Add .gitattributes to framework 2022-10-28 14:26:45 +07:00