3138 Commits

Author SHA1 Message Date
Tomas Votruba
7667c5230a render configuratoin to configurabe rectors as well 2018-08-01 21:31:01 +02:00
Tomas Votruba
9c060dfd15 add minimenu 2018-08-01 21:31:01 +02:00
Tomas Votruba
a079a29f6b rename DescribeCommand to GenerateRectorOverviewCommand 2018-08-01 16:30:42 +02:00
Tomas Votruba
e627166174 cleanup DescribeCommand to provide only markdown output 2018-08-01 16:27:55 +02:00
Tomas Votruba
b3188d3a32 show-diffs by default 2018-08-01 16:27:55 +02:00
Tomas Votruba
ccb09d1aed add ConfiguredCodeSample and CodeSampleInterface 2018-08-01 16:27:55 +02:00
Tomas Votruba
56b1bec61a decouple PhpRectorInterface 2018-08-01 16:27:55 +02:00
Tomas Votruba
2f5392ef38 add menu 2018-07-31 23:58:00 +02:00
Tomas Votruba
221113a712 Add --all optino to DescribeCommand instead of fake and invalid config 2018-07-31 23:42:45 +02:00
Tomas Votruba
722f8e9b88 update docs 2018-07-31 19:03:50 +02:00
Tomas Votruba
3c95af05f3 Add dynamic Rectors to DescribeCommand [closes #451] 2018-07-31 14:48:28 +02:00
Tomas Votruba
10cdca6f95 add RectorGuard 2018-07-31 14:04:41 +02:00
Tomas Votruba
ff9a31ef28 README: hide unused coverage for now 2018-07-31 13:43:45 +02:00
Tomas Votruba
d0dac50aef publish prefixed 2018-07-31 13:41:05 +02:00
Tomáš Votruba
c9bfebaab7
Merge pull request #543 from rectorphp/constant-visibility
[Rector] Add ChangeConstantVisibilityRector
2018-07-31 13:36:18 +02:00
Tomas Votruba
1f58b96f05 decopule resolveNewVisibilityForNode() method 2018-07-31 13:29:44 +02:00
Tomas Votruba
1cc094845d [Rector] Add ChangeConstantVisibilityRector 2018-07-31 13:29:44 +02:00
Tomáš Votruba
0ee1b7186f
Merge pull request #542 from rectorphp/method-visibility
[Rector] Add ChangeMethodVisibilityRector
2018-07-31 13:28:47 +02:00
Tomas Votruba
f45d3047dc [Rector] Add ChangeMethodVisibilityRector 2018-07-31 13:24:57 +02:00
Tomáš Votruba
b643805ade
Merge pull request #540 from rectorphp/change-parent-property-visibility-rector
[Rector] Add ChangePropertyVisibilityRector
2018-07-31 13:23:22 +02:00
Tomas Votruba
98a56c47f2 Add support for other modifiers 2018-07-31 10:57:43 +02:00
Tomas Votruba
c13a279bf1 Add ChangePropertyVisibilityRector 2018-07-31 10:09:36 +02:00
Tomas Votruba
e89f1fd2f1 cleanup config 2018-07-31 09:23:25 +02:00
Tomáš Votruba
5d8fd39406
Merge pull request #538 from rectorphp/trait-many
Add multi-trait support to ParentClassToTraitRector [closes #536]
2018-07-31 08:56:50 +02:00
Tomas Votruba
f7cd31bd26 update docs 2018-07-31 08:38:48 +02:00
Tomas Votruba
cc02ecb046 phpstan - fix known value 2018-07-31 08:38:25 +02:00
Tomas Votruba
a02de9c549 make test case use of Silvestripe case 2018-07-31 08:31:56 +02:00
Tomas Votruba
2e6a7d43e6 keep the order the way it is in config 2018-07-31 08:31:56 +02:00
Tomas Votruba
6fdb711b02 complete multiple traits test 2018-07-31 08:31:56 +02:00
Tomas Votruba
7916a692fa Add multiple cases support to ParentClassToTraitsRector 2018-07-31 08:31:56 +02:00
Tomas Votruba
c217a7e1f1 Add multi-trait support to ParentClassToTraitRector [closes #536] 2018-07-31 08:16:29 +02:00
Tomas Votruba
979f702a85 composer: add build-rector-prefixed command 2018-07-31 08:08:42 +02:00
Tomas Votruba
4d986842c6 README: add link to rector-prefixed repo 2018-07-29 12:41:48 +02:00
Tomáš Votruba
85f0767103
Merge pull request #531 from rectorphp/prefix-readme
Prefixed Rector - Add README and .travis.yml
2018-07-29 09:25:54 +02:00
Tomas Votruba
0b7fc209ea travis: fix missing dir 2018-07-27 19:51:06 +02:00
Tomas Votruba
3c137d0ff6 fix path 2018-07-27 19:50:18 +02:00
Tomas Votruba
8f4ccf96fb add tutorial to buil to prefixed README 2018-07-27 19:49:34 +02:00
Tomas Votruba
dff3fd4ef3 YAML uppercase 2018-07-27 19:44:24 +02:00
Tomas Votruba
f55356eeab split - add README and .travis.yml 2018-07-27 19:41:19 +02:00
Tomas Votruba
b6127155bf README: polish naming 2018-07-27 19:30:17 +02:00
Tomáš Votruba
e482f63b66
Merge pull request #530 from rectorphp/yaml-newline-split
[YamlRector] Process replace by newline split
2018-07-27 17:09:21 +02:00
Tomas Votruba
ade074ae69 note [skip ci] 2018-07-27 17:03:22 +02:00
Tomas Votruba
deb3439873 [YamlRector] process content main line one by one 2018-07-27 17:03:22 +02:00
Tomas Votruba
41464dd908 composer: remove forgotten Nette 2018-07-27 17:03:22 +02:00
Tomáš Votruba
82f2a0ad27
Merge pull request #528 from rectorphp/coverage
Improve test-suite run
2018-07-27 17:02:23 +02:00
Tomas Votruba
2aaa83374a travis: disable coverage for now 2018-07-27 12:52:22 +02:00
Tomáš Votruba
71859f7ab1
Merge pull request #529 from rectorphp/default-autowire
Enable autowire by default
2018-07-26 15:57:15 +02:00
Tomas Votruba
9129adea69 cleanup configs with autowire: true 2018-07-26 15:39:00 +02:00
Tomas Votruba
58d8775221 add AutowireDefaultCompilerPass 2018-07-26 15:31:58 +02:00
Tomas Votruba
565ee890ea fix covers class references 2018-07-25 17:53:08 +02:00