259 Commits

Author SHA1 Message Date
kenjis
b5355a40b3
chore: skip AssertPropertyExistsRector 2023-02-04 10:46:42 +09:00
Abdul Malik Ikhsan
fdb72579f1
[Rector] Apply Rector to app/Views 2023-01-25 09:30:15 +07:00
Abdul Malik Ikhsan
ee9abc7408
[Rector] Enable AddDefaultValueForUndefinedVariableRector 2023-01-12 17:25:16 +07:00
Abdul Malik Ikhsan
4b78a2ea0a
add trailing comma 2022-12-28 10:58:51 +07:00
Abdul Malik Ikhsan
f0700a5356
[Rector] Enable skipped RemoveUselessReturnTagRector
`RemoveUselessReturnTagRector` already cover `@return true`
2022-12-28 10:53:46 +07:00
kenjis
75e2e3bb1a
fix: remove TypedPropertyFromAssignsRector in skip
I don't know why it is not removed. Did I mistake on merging?
2022-12-15 10:44:39 +09:00
kenjis
01aefc4178
fix: add missing use
I forgot to add it when merging.
2022-12-15 10:27:51 +09:00
kenjis
621ae629e8
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	composer.json
	rector.php
2022-12-15 10:21:52 +09:00
Abdul Malik Ikhsan
0049b35e3a
[Rector] Update to Rector 0.15.1 and re-enable TypedPropertyFromAssignsRector 2022-12-14 23:22:49 +07:00
kenjis
0f3dd6fb30
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-12-08 09:03:52 +09:00
Abdul Malik Ikhsan
9e8ce856c2
[Rector] Enable skipped StringClassNameToClassConstantRector on namespaced string 2022-12-07 22:48:15 +07:00
kenjis
b40ddb58b2
chore: remove @noRector 2022-12-06 20:59:02 +09:00
kenjis
69d2d81685
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	composer.json
	tests/system/CLI/CLITest.php
	tests/system/CLI/CommandRunnerTest.php
	tests/system/CLI/ConsoleTest.php
	tests/system/Commands/ClearCacheTest.php
	tests/system/Commands/ClearDebugbarTest.php
	tests/system/Commands/ClearLogsTest.php
	tests/system/Commands/CommandGeneratorTest.php
	tests/system/Commands/CommandTest.php
	tests/system/Commands/ConfigGeneratorTest.php
	tests/system/Commands/ConfigurableSortImportsTest.php
	tests/system/Commands/ControllerGeneratorTest.php
	tests/system/Commands/CreateDatabaseTest.php
	tests/system/Commands/Database/MigrateStatusTest.php
	tests/system/Commands/Database/ShowTableInfoTest.php
	tests/system/Commands/DatabaseCommandsTest.php
	tests/system/Commands/EntityGeneratorTest.php
	tests/system/Commands/EnvironmentCommandTest.php
	tests/system/Commands/FilterGeneratorTest.php
	tests/system/Commands/GenerateKeyTest.php
	tests/system/Commands/GeneratorsTest.php
	tests/system/Commands/HelpCommandTest.php
	tests/system/Commands/InfoCacheTest.php
	tests/system/Commands/MigrationGeneratorTest.php
	tests/system/Commands/MigrationIntegrationTest.php
	tests/system/Commands/ModelGeneratorTest.php
	tests/system/Commands/PublishCommandTest.php
	tests/system/Commands/RoutesTest.php
	tests/system/Commands/ScaffoldGeneratorTest.php
	tests/system/Commands/SeederGeneratorTest.php
	tests/system/Commands/ValidationGeneratorTest.php
	tests/system/Debug/Toolbar/Collectors/HistoryTest.php
	tests/system/Test/TestCaseTest.php
2022-12-06 19:08:55 +09:00
Abdul Malik Ikhsan
457bee3059
skip TypedPropertyFromAssignsRector 2022-12-06 13:52:47 +07:00
Abdul Malik Ikhsan
e9167e9cb4
only Controller and null on ControllerTest 2022-12-06 12:08:41 +07:00
Abdul Malik Ikhsan
12a97dcb3a
revert ConnectTest mixed union change 2022-12-06 11:55:51 +07:00
Abdul Malik Ikhsan
a54f9848b7
TestResponseTest Response docblock fix 2022-12-06 11:53:33 +07:00
Abdul Malik Ikhsan
778a091bce
comment skip TypedPropertyFromAssignsRector 2022-12-06 11:51:26 +07:00
Abdul Malik Ikhsan
21052eac4e
skip TypedPropertyFromAssignsRector in various location 2022-12-05 22:43:46 +07:00
kenjis
3bb20c97cf
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	composer.json
	tests/system/Commands/Database/ShowTableInfoTest.php
2022-11-15 10:42:27 +09:00
Abdul Malik Ikhsan
3884e5908d
enable parallel with update timeout, num process, and job size config 2022-11-14 22:09:35 +07:00
kenjis
9c35391035
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	system/Database/Config.php
	system/Database/OCI8/PreparedQuery.php
2022-10-25 06:10:55 +09:00
John Paul E. Balandan, CPA
a653cb001f
Disable rector parallel 2022-10-24 21:39:04 +08:00
kenjis
d3bbf60ffc
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	composer.json
2022-09-30 07:52:52 +09:00
Abdul Malik Ikhsan
b62efec19e
no need to define skip short names on StringClassNameToClassConstantRector 2022-09-29 02:41:44 +07:00
kenjis
e222d32b4f
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	composer.json
	user_guide_src/source/installation/upgrading.rst
2022-09-08 07:30:48 +09:00
Abdul Malik Ikhsan
3dcc7ad96b
cleaned up rector skip config for pre-slashed string class name and re-run rector 2022-09-06 09:56:36 +07:00
kenjis
94de4bd284
Merge remote-tracking branch 'upstream/develop' into 4.3
Conflicts:
	rector.php
	user_guide_src/source/installation/upgrading.rst
2022-08-25 15:51:16 +09:00
Abdul Malik Ikhsan
fb042fc934
[Rector] Clean up skip UnwrapFutureCompatibleIfPhpVersionRector 2022-08-25 02:50:07 +07:00
kenjis
7108333080
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-08-21 10:47:16 +09:00
Abdul Malik Ikhsan
ab10446623
clean up skip RemoveAlwaysTrueIfConditionRector on trait 2022-08-20 08:55:54 +07:00
MGatner
d94e054929
Merge branch 'develop' into 4.3 2022-08-05 14:44:11 +00:00
Abdul Malik Ikhsan
0e598d1cc3
re-run rector with enable RemoveAlwaysTrueIfConditionRector with skip only in trait 2022-08-03 22:53:38 +07:00
Abdul Malik Ikhsan
c638e0f2b0
re-run rector with enable RemoveDeadZeroAndOneOperationRector 2022-08-03 22:45:18 +07:00
kenjis
4d5ca25163
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-07-29 17:26:43 +09:00
Abdul Malik Ikhsan
3d71f97522
skip on RemoveDeadZeroAndOneOperationRector 2022-07-26 19:45:19 +07:00
Abdul Malik Ikhsan
f45cce00ed
skip RemoveAlwaysTrueIfConditionRector 2022-07-26 19:41:17 +07:00
Abdul Malik Ikhsan
ff677bab02
set phpstan config 2022-07-26 19:28:02 +07:00
kenjis
8833d221a6
Merge remote-tracking branch 'upstream/develop' into 4.3 2022-07-08 10:52:32 +09:00
kenjis
a393873803
Merge pull request #6193 from kenjis/fix-Autoloader-sanitizeFilename
feat: Autoloader::sanitizeFilename() throws Exception
2022-07-03 16:32:45 +09:00
Abdul Malik Ikhsan
728499822f
[Rector] Apply Rector run on utils/ directory 2022-07-03 11:35:07 +07:00
kenjis
d9c4d8cc3c
chore: skip UnwrapFutureCompatibleIfPhpVersionRector 2022-07-01 16:54:55 +09:00
kenjis
8fc648dccc
chore: skip GetMockBuilderGetMockToCreateMockRector 2022-07-01 15:33:56 +09:00
kenjis
22eba0488a
chore: add CompleteDynamicPropertiesRector 2022-06-27 18:24:07 +09:00
Abdul Malik Ikhsan
ffe1ad44b7
clean up config, re-run rector, and set alias to Config\ClassName when lastname is exists in use statements 2022-05-30 22:48:39 +07:00
Abdul Malik Ikhsan
dd187f3079
[Rector] Apply PHPUnitSetList::REMOVE_MOCKS 2022-05-26 14:38:38 +07:00
Abdul Malik Ikhsan
9c062a73c7
[Rector] Update Rector to 0.12.23, clean up parallel timeout setting 2022-05-02 15:00:34 +07:00
Abdul Malik Ikhsan
49e124f91a
increse timeout seconds to avoid error like in develop branch 2022-04-29 01:57:59 +07:00
Abdul Malik Ikhsan
4fef2bc5af
[Rector] Apply PrivatizeFinalClassPropertyRector 2022-04-29 01:32:05 +07:00
Abdul Malik Ikhsan
4a92f5b898
fix RouteCollectionTest 2022-04-29 00:25:10 +07:00