7365 Commits

Author SHA1 Message Date
Markus Staab
d5edcde1cd
Added phpunit problem matcher 2020-01-25 12:58:02 +01:00
Tomas Votruba
8185f6b999
Merge pull request #2752 from rectorphp/find-collector
Decouple repository find calls to collector
2020-01-23 13:36:32 +01:00
TomasVotruba
e71e0c1cdb decopule Find list and threaded methdo call manipulator 2020-01-23 13:32:03 +01:00
TomasVotruba
aa22fcb3dc decopule FindCount methdo call manipulator 2020-01-23 12:38:13 +01:00
TomasVotruba
3212b81d9a decopule FindAll methdo call manipulator 2020-01-23 12:33:18 +01:00
TomasVotruba
a9261d9357 fix cs 2020-01-23 12:26:44 +01:00
Tomas Votruba
52cf54696d
move non-Rectors out of Rector namespace (#2750)
move non-Rectors out of Rector namespace
2020-01-23 12:25:59 +01:00
TomasVotruba
1284be8389 move non-Rectors out of Rector namespace 2020-01-23 12:25:27 +01:00
Tomas Votruba
262e8d8ef2
[CakePHPToSymfony] Add list to CakePHPModelToDoctrineRepository… (#2747)
[CakePHPToSymfony] Add list to CakePHPModelToDoctrineRepositoryRector
2020-01-23 01:06:23 +01:00
TomasVotruba
3c2683f13c cover list with multiple arguments 2020-01-23 01:00:49 +01:00
TomasVotruba
7c5b6c2f27 add list 2020-01-23 00:47:57 +01:00
Tomas Votruba
9120039ca4
Merge pull request #2745 from rectorphp/cakephp-threaded
[CakePHPToSymfony] add threaded find, count
2020-01-23 00:16:32 +01:00
TomasVotruba
d5bf9bd183 add count, add data provider 2020-01-23 00:12:39 +01:00
TomasVotruba
80dd29a8d3 add threaded find 2020-01-22 23:31:34 +01:00
Tomas Votruba
eeed2f9114
[CakePHPToSymfony] Add CakePHPModelToDoctrineRepositoryRector (#2744)
[CakePHPToSymfony] Add CakePHPModelToDoctrineRepositoryRector
2020-01-22 22:56:57 +01:00
TomasVotruba
a63038b95c [CakePHPToSymfony] Add CakePHPModelToDoctrineRepositoryRector 2020-01-22 22:52:27 +01:00
TomasVotruba
4d5b203242 rebuild 2020-01-22 15:10:43 +01:00
Tomas Votruba
6c885c6def
Merge pull request #2737 from rectorphp/docker-security
Docker build secured image for online demo
2020-01-22 09:01:06 +01:00
Tomas Votruba
a9596f2195
Merge pull request #2741 from rectorphp/fix-inter
fix IntersectionTypeMapper
2020-01-22 01:53:56 +01:00
TomasVotruba
e21d7c7030 fix IntersectionTypeMapper 2020-01-22 01:49:12 +01:00
Tomas Votruba
e49574cea6
split workflows, badge is above repository (#2739)
split workflows, badge is above repository
2020-01-22 01:44:15 +01:00
TomasVotruba
468abb5c2c split workflows, badge is above repository 2020-01-22 01:11:05 +01:00
Jan Mikeš
9ce628073e
Added github workflow to publish docker images 2020-01-22 00:48:40 +01:00
Tomas Votruba
7e0bf17920
Merge pull request #2736 from rectorphp/generator-core
move RectorGenerator to core code
2020-01-22 00:33:32 +01:00
Jan Mikeš
e5b092d97c
Added secured docker image 2020-01-22 00:29:34 +01:00
TomasVotruba
934bfb691a fix function autoload and exclude duplicated fixture from create command 2020-01-22 00:26:29 +01:00
TomasVotruba
4fce5091ae move RectorGenerator to core code 2020-01-21 23:55:58 +01:00
TomasVotruba
0e46944b8f workflow: hide progress to declutter ci 2020-01-21 23:37:53 +01:00
TomasVotruba
02ac09fc29 remove autoload, already in composer.json 2020-01-21 19:39:39 +01:00
TomasVotruba
768b94d996 box: include helpers 2020-01-21 19:36:32 +01:00
Tomas Votruba
6547a65676
[DX] add rd() function mapping to tracy (#2735)
[DX] add rd() function mapping to tracy
2020-01-21 18:43:43 +01:00
TomasVotruba
305fcfdb7f add rd() function mapping to tracy 2020-01-21 18:37:46 +01:00
TomasVotruba
1b052ca9b8 fix unloaded Rector utils 2020-01-21 18:30:02 +01:00
Tomas Votruba
d0a2b47587
Merge pull request #2731 from rectorphp/cake-many
[CakePHPToSymfony] Add model migration for ManyToOne, OneToOne, ManyToMany
2020-01-21 17:11:15 +01:00
TomasVotruba
812942e52c add oneToOne 2020-01-21 16:46:59 +01:00
TomasVotruba
1da8409b61 add OneToMany support 2020-01-21 16:46:59 +01:00
TomasVotruba
2f1e204364 misc 2020-01-21 16:46:59 +01:00
TomasVotruba
146ddafea4 add ManyToMany support 2020-01-21 16:34:09 +01:00
TomasVotruba
bb3ade5d41 decopule RelationPropertyFactory 2020-01-21 16:34:09 +01:00
Tomas Votruba
5c6c1e5f9d
Add SetcookieRector (#2711)
Add SetcookieRector
2020-01-21 16:32:19 +01:00
USAMI Kenta
ba0180e537 Fix style and annotation 2020-01-22 00:13:47 +09:00
USAMI Kenta
d6effd60d4 Add SetcookieRector 2020-01-21 23:59:27 +09:00
USAMI Kenta
b5a6f1955b Add support for setrawcookie() 2020-01-21 23:59:27 +09:00
USAMI Kenta
6b0fbad9ae Remove same content 2020-01-21 23:59:27 +09:00
USAMI Kenta
b7888bc171 Impl SetcookieRector 2020-01-21 23:59:27 +09:00
USAMI Kenta
b69bae2a3e Add SetcookieRector skeleton 2020-01-21 23:59:27 +09:00
Tomas Votruba
8d4d8071d4
[CakePHPToSymfony] Add CakePHPModelToDoctrineEntityRector (#2726)
[CakePHPToSymfony] Add CakePHPModelToDoctrineEntityRector
2020-01-21 14:52:06 +01:00
TomasVotruba
c1369d1e01 disable rector_phar workflow 2020-01-21 14:46:17 +01:00
TomasVotruba
ed37a79209 [CakePHPToSymfony] Add CakePHPModelToDoctrineEntityRector 2020-01-21 14:32:51 +01:00
TomasVotruba
c6ebc0270a GA: do not run rector_phar workflow, conflicts Travis 2020-01-21 14:08:54 +01:00