Commit Graph

64 Commits

Author SHA1 Message Date
Feek
1db37bec61 feature: abort_if support 2020-07-24 08:29:54 -07:00
Matt Brown
29e1fee5f5 Add Taint Analysis test 2020-06-21 18:15:07 -04:00
Feek
0ca2d9eeb0 feature: support for morphToMany 2020-06-09 23:50:37 -07:00
Feek
da0415a2c6 feature: support for polymorphic relations 2020-06-09 10:16:21 -07:00
Feek
d4eb8d58e5 fix: provide mixed for lower laravel versions 2020-06-07 00:26:26 -07:00
Feek
aa05c14a5b fix: relations should also be able to call query builder methods 2020-06-06 23:44:37 -07:00
Feek
f996f4d559 fix: defensive safety against nulls 2020-06-06 22:02:15 -07:00
Feek
3c837c25e3 fix: relations return themselves instead of builders 2020-06-06 21:55:33 -07:00
Feek
377d1a1d98 feature: add type support for eloquent relations 2020-06-06 19:55:08 -07:00
Feek
db44a11bfc chore: make test models and load them so we can test ide helper things 2020-06-06 19:32:22 -07:00
Feek
a81b4cd990 refactor: extract logic to methods 2020-06-06 13:56:50 -07:00
Feek
b4f9ee6ffc feature: support for response helper 2020-05-24 00:34:43 -07:00
Feek
616f9305d1 fix: correct typehint for builder find 2020-05-22 23:25:27 -07:00
Feek
fd7e5c99b0 feature: factory support 2020-05-22 22:23:05 -07:00
Feek
b5432cf999 fix: remove Eloquent mixin because our plugin does a better job at the likes of find or fail 2020-05-22 21:05:14 -07:00
Feek
c2e30af74a feature: eloquent support 2020-05-21 00:18:36 -07:00
Feek
6a48722ab7 fix: get the actual class of the app depending on if its lumen vs. laravel 2020-05-08 18:40:39 -07:00
Feek
1010f65905 refactor: extract get app from boot app 2020-05-08 18:39:35 -07:00
Feek
6bd139a4ea refactor: move app resolving into its own helper 2020-05-08 16:59:51 -07:00
Feek
82255b351d fix: keep psalm exception handler 2020-05-08 16:48:01 -07:00
Feek
ae2cd3f299 feature: add return type info for url helper 2020-04-20 00:30:20 -07:00
Matthew Brown
8552baf29f
Merge pull request #44 from mr-feek/fix-tests
Fix tests
2020-04-18 17:56:03 -04:00
Feek
92342e9f74 change file extension of ide helper files so phpstorm doesnt analyze them 2020-04-18 13:16:19 -07:00
Feek
a28fe5025a return a type of the class string provided 2020-04-18 00:24:13 -07:00
Feek
d6cb6eb6da fix: lost you in a bad merge conflict 2020-04-18 00:18:48 -07:00
Matthew Brown
a603f224db
Merge pull request #34 from mr-feek/consolidate-plugin
Consolidate plugin files
2020-04-14 00:37:27 -04:00
Feek
2ad0043f12 fix: return class instance of type 2020-04-13 21:30:47 -07:00
Feek
c15f1f770e refactor: simplify logic for booting the app by stubbing the lumen application file 2020-04-13 21:16:12 -07:00
Feek
94005e5f92 refactor: consolidate classes instead of inheritance 2020-04-13 21:16:07 -07:00
Matthew Brown
ea1d89b452
Merge pull request #41 from mr-feek/patch-2
Fix: we should be able to call class_exists
2020-04-14 00:08:46 -04:00
feek
badc00e962
Update FakeMetaCommand.php 2020-04-13 21:04:13 -07:00
Matthew Brown
a14701e915
Merge pull request #39 from mr-feek/container-types
feature: add types to container
2020-04-14 00:01:28 -04:00
feek
bab6652261
Update FakeMetaCommand.php 2020-04-13 20:57:49 -07:00
Feek
783b014150 fix: stub out enumerable since it doesnt exist in 5.5 2020-04-12 21:13:57 -07:00
Feek
65569e9df5 feature: add types to container 2020-04-12 19:14:44 -07:00
Matthew Brown
e5188d14fc
Fix generated types
Cc @mr-feek
2020-04-12 15:52:21 -04:00
Matthew Brown
a89fe23e72
Merge branch 'master' into template-collection 2020-04-12 15:44:44 -04:00
Matthew Brown
eb19d47d9c
Merge pull request #31 from mr-feek/fix-schema-aggregator
fix: strtolower
2020-04-12 15:38:33 -04:00
Feek
36e16b87b6 chore: lint 2020-04-12 12:01:20 -07:00
Feek
b1497c252f feature: generic collections 2020-04-11 15:30:37 -07:00
Feek
bde49c4516 fix: strtolower 2020-04-11 13:02:39 -07:00
Feek
8ef4d611ed introduce testing 2020-04-08 00:47:02 -07:00
Feek
6c0b792d9a feature: redirect return types 2020-04-08 00:22:28 -07:00
Matthew Brown
77e1b8a321 Fix some Psalm errors and bump version 2020-01-08 00:10:08 -05:00
Matthew Brown
f9d530f17a Fix null arg 2020-01-05 22:52:27 -05:00
Matthew Brown
3b6b635128 Add separate set type for bool 2020-01-05 22:40:57 -05:00
Matthew Brown
f11cfff931 Improve bool type 2020-01-05 22:07:30 -05:00
Matthew Brown
084742d798 Fix getModels 2020-01-05 18:51:16 -05:00
Matthew Brown
406eda6bf4 Add model property provider 2020-01-05 18:46:59 -05:00
Matthew Brown
4265b7d00b Add new ideas 2020-01-05 15:51:49 -05:00