Vladimir Razuvaev
aed406eade
Merge pull request #360 from bytorsten/expand-extension
...
Add missing extensionASTNodes
2018-10-02 15:08:26 +02:00
Torsten Blindert
5f5c7d89be
TASK: Code style #4
2018-10-02 09:58:44 +02:00
Torsten Blindert
5a1caf0549
TASK: Code style #2
2018-10-02 09:34:29 +02:00
Torsten Blindert
a3d050ff6b
TASK: Code style
2018-10-02 09:09:12 +02:00
Torsten Blindert
0262f59a3f
BUGFIX: Directives args have to be FieldArguments, not FieldDefinitions
2018-10-01 20:28:05 +02:00
Torsten Blindert
b65aa4e657
TASK: Change KnownDirectives rule to match reference
...
https://github.com/graphql/graphql-js/blob/master/src/validation/rules/KnownDirectives.js
2018-10-01 19:48:56 +02:00
Torsten Blindert
b1cd086177
TASK: Allow Schema extensions
2018-10-01 19:46:36 +02:00
Torsten Blindert
0c33cfa88f
TASK: Allow UnionType extensions
2018-10-01 19:45:48 +02:00
Torsten Blindert
1dc2b939cb
TASK: Allow ScalarType extensions
2018-10-01 19:45:36 +02:00
Torsten Blindert
b0ee36feb4
TASK: Allow InputObjectType extensions
2018-10-01 19:45:20 +02:00
Torsten Blindert
1d15ae7f3e
TASK: Allow EnumType extensions
2018-10-01 19:44:55 +02:00
Simon Podlipsky
68bfde953d
PHPBench
2018-09-26 11:18:14 +02:00
Simon Podlipsky
c4e06ba528
Use self:: in tests where appropriate
2018-09-19 20:50:32 +02:00
Vladimir Razuvaev
4d4282b60f
Merge pull request #351 from simPod/fix-typo
...
Fix typo and cleanup
2018-09-10 14:21:33 +07:00
Simon Podlipsky
450a1932e5
Fix typo and cleanup
2018-09-09 17:32:53 +02:00
Vladimir Razuvaev
6bdead3fe3
Merge pull request #337 from spawnia/patch-1
...
Add Debug::RETHROW_UNSAFE_EXCEPTIONS flag
2018-09-06 12:09:05 +07:00
Vladimir Razuvaev
85f4c774a6
Merge pull request #349 from simPod/improve-stan-config
...
Improve PHPStan Configuration
2018-09-06 12:08:06 +07:00
Simon Podlipsky
e2e6d70ea8
Improve PHPStan Configuration
2018-09-05 00:09:22 +02:00
spawnia
0ddb7519bb
More coding style -.-
...
Can this be done automatically?
2018-09-03 22:46:14 +02:00
spawnia
1ec4927f69
Add namespace to class
2018-09-03 22:13:05 +02:00
spawnia
c4fe304efe
Fix coding style
2018-09-03 21:43:02 +02:00
Benedikt Franke
e7513e356a
Merge branch 'master' into patch-1
2018-09-03 21:25:36 +02:00
spawnia
326e0b4719
Add Debug::RETHROW_UNSAFE_EXCEPTIONS flag
...
This allows for a more granular default for which Exceptions are thrown, taking
the settings made through the ClientAware interface into account.
- Add docs
- Add a test case
- Differentiate clearly from other test
2018-09-03 21:18:04 +02:00
Vladimir Razuvaev
86503e2e35
Merge pull request #333 from mcg-web/static_analysis
...
Static analysis
2018-09-02 23:53:29 +07:00
Jeremiah VALERIE
a400f27dce
Ignore phpcs cache file
2018-09-02 18:26:35 +02:00
Jeremiah VALERIE
48c6f56640
Use php 7.1 build instead of 7.2
2018-09-02 18:26:35 +02:00
Jeremiah VALERIE
eed9cc7f1b
Give some love to PHP CS
2018-09-02 18:26:35 +02:00
Jeremiah VALERIE
2f63387864
Add CODING_STANDARD env var
2018-09-02 17:39:09 +02:00
Jeremiah VALERIE
be12d6f273
Sort gitignore alphabetic
2018-09-02 17:20:38 +02:00
Jeremiah VALERIE
21a7611820
fix script path
2018-09-02 17:20:38 +02:00
Jeremiah VALERIE
ff0733d013
Use .dist extension
2018-09-02 17:20:38 +02:00
Jeremiah VALERIE
7428cb8a31
Fix namespaces
2018-09-02 17:20:38 +02:00
Jeremiah VALERIE
62de403f27
Use right assert method
2018-09-02 17:20:38 +02:00
Jeremiah VALERIE
eb7ff7048d
Removed unused use for anonymous functions
2018-09-02 17:20:38 +02:00
Jeremiah VALERIE
b5b27c95b1
Also check tests folder
2018-09-02 17:20:38 +02:00
Jeremiah VALERIE
6a4c815b6d
Cleanup composer script
2018-09-02 17:19:54 +02:00
Jeremiah VALERIE
da70134c38
Fix travis globale install
2018-09-02 17:19:54 +02:00
Jeremiah VALERIE
6866779d26
Remove bin custom path
2018-09-02 17:19:53 +02:00
Jeremiah VALERIE
18954ea655
Fix typehint
2018-09-02 17:19:16 +02:00
Jeremiah VALERIE
05dbc0fb96
Fix sprintf call
2018-09-02 17:19:16 +02:00
Jeremiah VALERIE
31601d710b
Add default config file
2018-09-02 17:19:16 +02:00
Jeremiah VALERIE
d8f41e854f
Add static analysis tool
2018-09-02 17:19:15 +02:00
Vladimir Razuvaev
6c40fec35a
Merge pull request #341 from adactio/patch-1
...
Remove the word "simply"
2018-09-02 22:05:51 +07:00
Vladimir Razuvaev
c7d8cf4ea2
Merge pull request #348 from simPod/check-cs
...
Check CS in the whole project
2018-09-02 22:05:12 +07:00
Simon Podlipsky
7dbd72cebf
Check CS in the whole project
...
Closes #284
2018-09-02 16:46:58 +02:00
Vladimir Razuvaev
a4edb34deb
Merge pull request #343 from simPod/update-contibuting
...
Add it() explanation to Contribution guidelines
2018-09-02 21:36:59 +07:00
Vladimir Razuvaev
bfff27ef34
Merge pull request #347 from simPod/fix-cs-test
...
Fix CS in tests
2018-09-02 21:30:04 +07:00
Vladimir Razuvaev
ec43a2e01a
Merge pull request #346 from simPod/fix-cs-tests-validator
...
Fix CS in tests/Validator
2018-09-02 21:29:33 +07:00
Vladimir Razuvaev
d70c8e87e5
Merge pull request #345 from simPod/fix-cs-test-utils
...
Fix CS in tests/Utils
2018-09-02 21:27:39 +07:00
Vladimir Razuvaev
4e43a2cbcd
Merge pull request #344 from simPod/fix-cs-test-type
...
Fix CS in tests/Type
2018-09-02 21:26:11 +07:00