GitLab Bot
68d5cc2d9d
Add latest changes from gitlab-org/gitlab@master
2022-06-01 18:09:44 +00:00
GitLab Bot
37066217ce
Add latest changes from gitlab-org/gitlab@master
2021-10-29 15:11:56 +00:00
GitLab Bot
f986ce9ffa
Add latest changes from gitlab-org/gitlab@master
2021-03-23 18:09:05 +00:00
GitLab Bot
22dc7bdafc
Add latest changes from gitlab-org/gitlab@master
2021-02-24 18:11:28 +00:00
GitLab Bot
d8714cf67c
Add latest changes from gitlab-org/gitlab@master
2021-02-02 00:09:14 +00:00
GitLab Bot
895563036a
Add latest changes from gitlab-org/gitlab@master
2020-10-02 03:08:28 +00:00
GitLab Bot
a0b26c6df5
Add latest changes from gitlab-org/gitlab@master
2020-06-29 12:09:20 +00:00
GitLab Bot
c59765a50a
Add latest changes from gitlab-org/gitlab@master
2020-06-24 18:09:03 +00:00
charlie ablett
699532232c
Apply reviewer feedback
...
- Comply doc with guidelines
- Improve tests for readability and completeness
- Separate out phases visually with newlines
- Add `format_message` test
- test readability
- code and test structure/styling
- static query analyzers
- call `as_json` on `provided_variables`
- add exception handling
2019-05-31 19:57:02 +12:00
charlieablett
5f0c230a18
Move complexity/depth to `final_value`
...
Tidy tests according to reviewer comments.
Move complexity and depth calls from `initial_value` to `final_value`
Log variables as json
2019-05-30 18:27:42 +12:00
charlieablett
184a5120dc
Call analyzers from LoggerAnalyzer
...
- Add changelog file
- Fix failing tests
2019-05-30 18:27:28 +12:00
charlieablett
b94a17e00e
Add GraphQL logging feature flag
2019-05-30 18:27:28 +12:00
charlieablett
2a10064167
Restructure complexity analyzer
...
Remove instance variables for class re-use, test individual methods,
use `monotonic_time`
2019-05-30 18:27:28 +12:00
charlieablett
2c011cb5b4
Implement logger analyzer
...
- Modify GraphqlLogger to subclass JsonLogger
- Replace the single-line analyser with one that can log all the GraphQL
query related information in one place.
- Implement analyzer behavior with spec
2019-05-30 18:27:28 +12:00