-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase on latest #1
base: master
Are you sure you want to change the base?
Commits on Apr 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2deb657 - Browse repository at this point
Copy the full SHA 2deb657View commit details
Commits on May 27, 2021
-
Stop validator mutating the provided *Schema
The `VariablesInAllowedPosition` rule mutates the provided *ast.Value which causes future validation to fails as well as altering the result of the introspect query in gqlgen.
Configuration menu - View commit details
-
Copy full SHA for 2bc0a95 - Browse repository at this point
Copy the full SHA 2bc0a95View commit details
Commits on Aug 26, 2021
-
Reproduce error for update by reference
"VariablesInAllowedPosition" rule updates "value.ExpectedType.NonNull = false", resulting in "ProvidedRequiredArguments" rule to have "argDef.Type.NonNull" changed on the next call.
Configuration menu - View commit details
-
Copy full SHA for dcb2357 - Browse repository at this point
Copy the full SHA dcb2357View commit details -
Fix update ast.Type by reference
Both ast.Value.ExpectedType and ast.VariableDefinition.Type are the pointers, and it is easy to update values by accidence. Therefore creating a copy, so changes in one validation rule (E.g. VariablesInAllowedPosition) would not affect the behavior of the other rule (ProvidedRequiredArguments). Not doing deep copy, so change should not have a big impact for memory or CPU even for large GraphQL applications. Testing private methods, to not be confused by complex golang syntax. (those are pure functions, so in case testing package is changed – refactoring should not be hard)
Configuration menu - View commit details
-
Copy full SHA for bc6d7b3 - Browse repository at this point
Copy the full SHA bc6d7b3View commit details
Commits on Sep 7, 2021
-
Merge pull request #155 from danielnovograd/update-prelude-deprecated
Update prelude to match graphql_spec for @deprecated directive
Configuration menu - View commit details
-
Copy full SHA for 1b64d83 - Browse repository at this point
Copy the full SHA 1b64d83View commit details -
Merge pull request #158 from xzyfer/fix-schema-mutation
Stop validator mutating the provided *Schema
Configuration menu - View commit details
-
Copy full SHA for 2a3d320 - Browse repository at this point
Copy the full SHA 2a3d320View commit details
Commits on Sep 10, 2021
-
Merge remote-tracking branch 'upstream/master' into by-reference
Conflicts: validator/validator_test.go - include both tests
Configuration menu - View commit details
-
Copy full SHA for 9630df1 - Browse repository at this point
Copy the full SHA 9630df1View commit details -
Leaving only tests as already fixed in VariablesInAllowedPosition
It was possible to fix the single cause, or to prevent accidental changes in future functions. Assuming tests would cover future changes, so removing additional check (that could in theory impact performance).
Configuration menu - View commit details
-
Copy full SHA for 76372a2 - Browse repository at this point
Copy the full SHA 76372a2View commit details
Commits on Nov 11, 2021
-
Add @SpecifiedBy directive declaration
Also include specifiedBy in __Type
Configuration menu - View commit details
-
Copy full SHA for ea323e3 - Browse repository at this point
Copy the full SHA ea323e3View commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 24aed27 - Browse repository at this point
Copy the full SHA 24aed27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb3111 - Browse repository at this point
Copy the full SHA 1cb3111View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a3d57 - Browse repository at this point
Copy the full SHA b1a3d57View commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dca6b8b - Browse repository at this point
Copy the full SHA dca6b8bView commit details
Commits on Jan 26, 2022
-
Merge pull request #174 from enisdenjo/patch-1
docs: Fix a few typos in the README
Configuration menu - View commit details
-
Copy full SHA for c55e33b - Browse repository at this point
Copy the full SHA c55e33bView commit details -
Merge pull request #172 from PentoHQ/master
feat: do not mark __typename field as unknown in the schema validation
Configuration menu - View commit details
-
Copy full SHA for 994c7e4 - Browse repository at this point
Copy the full SHA 994c7e4View commit details -
Merge pull request #170 from jufemaiz/bugfix/164/argument-slice-compa…
…rison Fix: argument comparison between two sets of args
Configuration menu - View commit details
-
Copy full SHA for 8d86355 - Browse repository at this point
Copy the full SHA 8d86355View commit details -
Merge pull request #168 from wilhelmeek/specified-by
Add @SpecifiedBy directive declaration
Configuration menu - View commit details
-
Copy full SHA for 5b9828d - Browse repository at this point
Copy the full SHA 5b9828dView commit details -
Merge pull request #161 from aurelijusbanelis/by-reference
Fix for update by reference of default variable values
Configuration menu - View commit details
-
Copy full SHA for 25e3630 - Browse repository at this point
Copy the full SHA 25e3630View commit details -
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69d7afa - Browse repository at this point
Copy the full SHA 69d7afaView commit details -
Merge pull request #175 from vektah/release_script
Add release script
Configuration menu - View commit details
-
Copy full SHA for f2612cc - Browse repository at this point
Copy the full SHA f2612ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2753ad4 - Browse repository at this point
Copy the full SHA 2753ad4View commit details -
Merge pull request #176 from vektah/revert-168-specified-by
Revert "Add @SpecifiedBy directive declaration"
Configuration menu - View commit details
-
Copy full SHA for 2776c98 - Browse repository at this point
Copy the full SHA 2776c98View commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 51abe83 - Browse repository at this point
Copy the full SHA 51abe83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1709928 - Browse repository at this point
Copy the full SHA 1709928View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0157360 - Browse repository at this point
Copy the full SHA 0157360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0e4a7 - Browse repository at this point
Copy the full SHA 9b0e4a7View commit details -
Merge pull request #169 from wilhelmeek/intermediate-interfaces
Support intermediate interfaces
Configuration menu - View commit details
-
Copy full SHA for 3e7886d - Browse repository at this point
Copy the full SHA 3e7886dView commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9213f26 - Browse repository at this point
Copy the full SHA 9213f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4892f65 - Browse repository at this point
Copy the full SHA 4892f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e389b2 - Browse repository at this point
Copy the full SHA 3e389b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdaf60e - Browse repository at this point
Copy the full SHA fdaf60eView commit details
Commits on Feb 25, 2022
-
Merge pull request #182 from Code-Hex/fix/prelude-october-2021
fixed prelude.graphql to be correct in the latest spec
Configuration menu - View commit details
-
Copy full SHA for 7336035 - Browse repository at this point
Copy the full SHA 7336035View commit details -
Merge pull request #183 from Code-Hex/fix/schema-description
supported schema description for introspection
Configuration menu - View commit details
-
Copy full SHA for 25dc9ba - Browse repository at this point
Copy the full SHA 25dc9baView commit details
Commits on Feb 28, 2022
-
* update Node.js harness * update environments * regenerate test specs * Fix Rule suffix These should match the strings passed into AddRule() * Update metadata for interface implements so covariance check works * Adjust quoting and verbiage to match new test suite expectations Signed-off-by: Steve Coffman <[email protected]> * fixed to be starting indent from line 1 * regenerate test specs * fixed UniqueVariableNames validator rule to add the same error only once * fixed ValuesOfCorrectTypeRule test for #181 * fixed UniqueArgumentNames test for #181 * fixed SingleFieldSubscriptions tests for #181 * fixed deviations to ignore NoDeprecatedCustomRule because optional * fixed deviations to ignore NoSchemaIntrospectionCustomRule because optional * fixed KnownDirectives validation for #181 * fixed deviations.yml * fixed FieldsOnCorrectType for #181 * fixed OverlappingFieldsCanBeMergedRule for #181 * fixed ProvidedRequiredArguments for #181 * fixed UniqueVariableNames validator rule to add the same error only once * fixed UniqueArgumentNames test for #181 * fixed SingleFieldSubscriptions tests for #181 * fixed KnownDirectives validation for #181 * fixed FieldsOnCorrectType for #181 * fixed OverlappingFieldsCanBeMergedRule for #181 * fixed ProvidedRequiredArguments for #181 * fixed walk logic for directive * fixed UniqueDirectivesPerLocation for repeatable * fixed KnownTypeNames for #181 * fixed NoUndefinedVariables for #181 * upgrade go version * fixed modules * added interfaces.graphql for 14aecc0 Co-authored-by: vvakame <[email protected]> Co-authored-by: Adam Scarr <[email protected]> Co-authored-by: Kei Kamikawa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f952228 - Browse repository at this point
Copy the full SHA f952228View commit details -
Configuration menu - View commit details
-
Copy full SHA for a188593 - Browse repository at this point
Copy the full SHA a188593View commit details -
Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8 (#199)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.4 to 2.2.8. - [Release notes](https://github.com/go-yaml/yaml/releases) - [Commits](go-yaml/yaml@v2.2.4...v2.2.8) --- updated-dependencies: - dependency-name: gopkg.in/yaml.v2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b1c22a - Browse repository at this point
Copy the full SHA 0b1c22aView commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b894abf - Browse repository at this point
Copy the full SHA b894abfView commit details -
added validateTypeImplementsAncestors to validate implemented types (#…
…202) * added validateTypeImplementsAncestors to validate implemented types * added period * fixed to make key slices
Configuration menu - View commit details
-
Copy full SHA for 4fa60dc - Browse repository at this point
Copy the full SHA 4fa60dcView commit details
Commits on Mar 11, 2022
-
Report definition name in validateDefinition errors (#206)
* Report definition name in validateDefinition errors * Fix error report
Configuration menu - View commit details
-
Copy full SHA for c535e0b - Browse repository at this point
Copy the full SHA c535e0bView commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 931cd76 - Browse repository at this point
Copy the full SHA 931cd76View commit details
Commits on Mar 26, 2022
-
formatter: support setting space indent (#208)
* formatter: support setting space indent * fix: change SpaceIndent to Indent
Configuration menu - View commit details
-
Copy full SHA for 2c7bcc9 - Browse repository at this point
Copy the full SHA 2c7bcc9View commit details -
fix: only write newline in the description if needs (#209)
* fix: only write newline in the description if needs * chore: update tests
Configuration menu - View commit details
-
Copy full SHA for 14b8f03 - Browse repository at this point
Copy the full SHA 14b8f03View commit details
Commits on Apr 1, 2022
-
Bump minimist from 1.2.5 to 1.2.6 in /validator/imported (#210)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 082e287 - Browse repository at this point
Copy the full SHA 082e287View commit details
Commits on Apr 5, 2022
-
formatter fix: include argument directives (#213)
Co-authored-by: Jason Leasure <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0c2729 - Browse repository at this point
Copy the full SHA c0c2729View commit details
Commits on Apr 6, 2022
-
* use file embedding (Go 1.16) to embed prelude.graphql rather than using a long (and redundant) string literal * Remove inliner.go and its //go:generate use in schema.go. This is no longer necessary with use of //go:embed prelude.graphql
Configuration menu - View commit details
-
Copy full SHA for 1f5572c - Browse repository at this point
Copy the full SHA 1f5572cView commit details
Commits on Apr 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for db38a01 - Browse repository at this point
Copy the full SHA db38a01View commit details -
fix bug and delete String of Int and Float (#205)
* fix bug and delete String of Int and Float * fix bug and delete String of Int and Float * add string * add changes * change module name * change all module name * Add helper functions and short circuit to avoid performance regression Signed-off-by: Steve Coffman <[email protected]> Co-authored-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 815d602 - Browse repository at this point
Copy the full SHA 815d602View commit details -
fix issue #160: validateVarType parsing numbers (#216)
* fix issue #160: validateVarType parsing numbers * Fix typo Signed-off-by: Steve Coffman <[email protected]> Co-authored-by: scboffspring <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5bb131d - Browse repository at this point
Copy the full SHA 5bb131dView commit details
Commits on May 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d3d9eb0 - Browse repository at this point
Copy the full SHA d3d9eb0View commit details
Commits on May 26, 2022
-
Report error about null value for any type that cannot be null, not f…
…or only built-in (#222) * Report error for null values that cannot be null * fix tests pass Co-authored-by: Roman A. Grigorovich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6519773 - Browse repository at this point
Copy the full SHA 6519773View commit details
Commits on Jun 6, 2022
-
Allow doubly-defined builtin directives (#226)
Normally we don't want to let you define a directive twice.* But if the directive is builtin, and one copy of it is from your schema while the other is from the prelude, then we have to, because the spec only says that such directives "may" be excluded from SDL. (This happens in practice when you generate a schema from introspection, which does define all builtins, and your generator doesn't filter them out.) So now we allow it, only for builtin directives. *Fun fact: technically the spec doesn't say we shouldn't. But I think that's an error in the spec, and it's reasonable and correct to check. In general I think the schema validation portions of the spec are pretty incomplete :| .
Configuration menu - View commit details
-
Copy full SHA for 6eec772 - Browse repository at this point
Copy the full SHA 6eec772View commit details -
Validate that the operation's root type is valid (#225)
Turns out neither we (nor anyone else) were validating this, because the spec didn't say explicitly to validate it. So you could do `mutation { bogus }` even if the schema has no mutation types, or worse, any syntactically valid query if the schema is totally empty. In graphql/graphql-spec#955 I'm adding it to the spec, and in graphql/graphql-js#3592 someone else is adding it to graphql-js. So we should too, once those land! At that point we should also likely reimport the relevant tests, instead of the ones I wrote here, but I figured I'd put the PR up now so folks can review the non-test parts if you like. Fixes #221.
Configuration menu - View commit details
-
Copy full SHA for 0e3e4c2 - Browse repository at this point
Copy the full SHA 0e3e4c2View commit details
Commits on Jun 25, 2022
-
Check for non-enum values on validation (#227)
* check for non enum values on validation * add newline to end of schema_test.yml
Configuration menu - View commit details
-
Copy full SHA for 48f5a86 - Browse repository at this point
Copy the full SHA 48f5a86View commit details
Commits on Jun 26, 2022
-
Replace deprecated ioutil pkg with os & io (#228)
As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. So replacing all usage of ioutil pkg with io & os.
Configuration menu - View commit details
-
Copy full SHA for 6498086 - Browse repository at this point
Copy the full SHA 6498086View commit details
Commits on Jul 20, 2022
-
* account for newline characters in block str * fix test and simplify block string line increment logic, fixes #229 * place block str test in correct section Co-authored-by: Ahmad Moudani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d5506b - Browse repository at this point
Copy the full SHA 6d5506bView commit details
Commits on Aug 18, 2022
-
Add UnmarshalJSON implementations. (#232)
This commit adds custom UnmarshalJSON implementations around the SelectionSet type, so that it is now possible to directly deserialize an appropriately-formed JSON object into an AST document struct. Signed-off-by: Philip Conrad <[email protected]> Signed-off-by: Philip Conrad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d97050 - Browse repository at this point
Copy the full SHA 6d97050View commit details
Commits on Aug 26, 2022
-
fix : returning error instead of *gqlError.Error (#234)
Co-authored-by: Suraj Chafle <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe91596 - Browse repository at this point
Copy the full SHA fe91596View commit details -
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59941a9 - Browse repository at this point
Copy the full SHA 59941a9View commit details -
Fix release notes link. again. better.
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88d9590 - Browse repository at this point
Copy the full SHA 88d9590View commit details
Commits on Sep 9, 2022
-
Fixes #231: Parsing a field type with a bang should not increase the …
…line number (#236) Co-authored-by: Ahmad Moudani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eae2341 - Browse repository at this point
Copy the full SHA eae2341View commit details
Commits on Sep 14, 2022
-
Add github actions to lint and test (#241)
Signed-off-by: Steve Coffman <[email protected]> Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 372cb17 - Browse repository at this point
Copy the full SHA 372cb17View commit details -
GH Actions CI Additions + Linter fixups (#242)
* Add basic PR CI/CD checks. This commit adds two manual Github Actions workflows, and one automated workflow that runs both jobs on every PR commit. The workflows include: - Automated linting with golangci-lint - Automated `go test ./...` Signed-off-by: Philip Conrad <[email protected]> * Linter ignores for dot imports. Signed-off-by: Philip Conrad <[email protected]> * Fix linter issues with changes + ignores. Signed-off-by: Philip Conrad <[email protected]> * Fix prealloc linter suggestions. Signed-off-by: Philip Conrad <[email protected]> * Switch to `ubuntu-latest` + use GH Action for golangci-lint. Signed-off-by: Philip Conrad <[email protected]> * Disable MacOS tests. Signed-off-by: Philip Conrad <[email protected]> Signed-off-by: Philip Conrad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3be96f - Browse repository at this point
Copy the full SHA b3be96fView commit details
Commits on Sep 23, 2022
-
Prefer to wrap third party errors (#243)
Signed-off-by: Steve Coffman <[email protected]> Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbe8d04 - Browse repository at this point
Copy the full SHA bbe8d04View commit details
Commits on Sep 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aed070f - Browse repository at this point
Copy the full SHA aed070fView commit details
Commits on Dec 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d21cfca - Browse repository at this point
Copy the full SHA d21cfcaView commit details
Commits on Jan 9, 2023
-
Bump json5 from 2.2.0 to 2.2.3 in /validator/imported (#251)
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3596b2e - Browse repository at this point
Copy the full SHA 3596b2eView commit details
Commits on Apr 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 25e09f9 - Browse repository at this point
Copy the full SHA 25e09f9View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e084d7b - Browse repository at this point
Copy the full SHA e084d7bView commit details
Commits on Jun 10, 2023
-
Validate directive arguments during schema parsing (#258)
* Validate directive arguments * nits clean * Check for pass in null explicitly
Configuration menu - View commit details
-
Copy full SHA for 761b8f0 - Browse repository at this point
Copy the full SHA 761b8f0View commit details -
Validate enum values directive are legit (#257)
* validate enum values directive is legit * Add tests
Configuration menu - View commit details
-
Copy full SHA for b74a952 - Browse repository at this point
Copy the full SHA b74a952View commit details -
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9c7581 - Browse repository at this point
Copy the full SHA d9c7581View commit details
Commits on Jun 23, 2023
-
feat(lexer): comment token support (#261)
* feat(lexer): return comment tokens * fix(testrunner): fix error comparison in testrunner * test(lexer): add position test for comments * test(parser): add position tests * feat(parser): skip comments in parsing
Configuration menu - View commit details
-
Copy full SHA for 5e5180f - Browse repository at this point
Copy the full SHA 5e5180fView commit details
Commits on Jun 24, 2023
-
feat: format with comments (#263)
* feat(ast): add comment fields * feat(formatter): implement getComment * feat(parser): store comments in parser * feat(ast): add Comment field for Definition * feat(ast): implement Dumper interface for CommentGroup * feat(parser): add comment support for schema parsing * fix(parser): add comments to schema extensions * test(formatter): add comments for schema test * fix(ast,parser): treat multiline comments * feat(formatter): format schema comments * test(formatter): update golden * feat(parser): implement comment parsing * test(formatter): add query comment tests * refactor(formatter): remove unused function * refactor(parser): use dot import * refactor(ast): remove unused methods * fix: support comments before and after description * test(parser): add test case with comments and descriptions * fix: fix lost of comments after desription * test(formatter): add description to scalar test case * fix(parser): remove empty line
Configuration menu - View commit details
-
Copy full SHA for 98e9b07 - Browse repository at this point
Copy the full SHA 98e9b07View commit details
Commits on Jun 25, 2023
-
feat: support end of definition comment and end of file comment (#264)
* fix: treat end of definition comments * feat(formatter): emit end of definition comments * feat(parser): treat end of file comment * feat: add EndOfDefinitionComment to SchemaDefinition * fix(formatter): treat schema description and comments * feat(formatter): support end of file comments
Configuration menu - View commit details
-
Copy full SHA for fd040d1 - Browse repository at this point
Copy the full SHA fd040d1View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35199fc - Browse repository at this point
Copy the full SHA 35199fcView commit details
Commits on Jul 5, 2023
-
fix: validator/imported/package.json & validator/imported/package-loc…
…k.json to reduce vulnerabilities (#267) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 Co-authored-by: snyk-bot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8ec355 - Browse repository at this point
Copy the full SHA b8ec355View commit details
Commits on Jul 12, 2023
-
Bump semver from 5.7.1 to 5.7.2 in /validator/imported (#268)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b44f9b - Browse repository at this point
Copy the full SHA 4b44f9bView commit details
Commits on Jul 15, 2023
-
Allow ommitting Directive arguments that are non-null if they have de…
…faults (#270) Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fb1c32 - Browse repository at this point
Copy the full SHA 9fb1c32View commit details
Commits on Jul 17, 2023
-
Put comments behind an option in formatter (#271)
* Put comments behind an option in formatter In #263, we introduced parsing of comments, as well as support for them in the formatter. In some cases this is surely useful, but in others it's just bloat. (And as I describe in Khan/genqlient#282, it may even be a problem in some cases which depended on the fact that formatting the query didn't include comments.) In this commit I introduce an option to control whether comments are formatted. I set the default to false (i.e. restoring the previous behavior if no options are set), because adding this felt to me like a breaking change, and because it seems to me like the more common usage. `WithComments()` restores the behavior added in #263. If others disagree I'm happy to keep the changed default, and instead provide `WithoutComments()`. I also added tests both ways (and for the existing `WithIndent()` option), and checked that the `comments` tests match the existing ones, and the `default` tests match those from `v2.6.3` (except for the addition of a few descriptions whose omission seem to have been a bug). Comments are still parsed in any case, as adding new struct fields is no problem; and they are still included in `Dump` since that seems obviously parallel to struct fields and is more of a debugging thing. * docs
Configuration menu - View commit details
-
Copy full SHA for 8d1bedc - Browse repository at this point
Copy the full SHA 8d1bedcView commit details
Commits on Sep 7, 2023
-
Convenience to avoid wrapping nil (#274)
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2159f67 - Browse repository at this point
Copy the full SHA 2159f67View commit details -
Add WrapIfUnwrapped and other Lint fixes (#275)
* Add WrapIfUnwrapped Signed-off-by: Steve Coffman <[email protected]> * Lint fixes Signed-off-by: Steve Coffman <[email protected]> --------- Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 450a0ee - Browse repository at this point
Copy the full SHA 450a0eeView commit details -
* More lint Signed-off-by: Steve Coffman <[email protected]> * Update versions Signed-off-by: Steve Coffman <[email protected]> --------- Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77ba251 - Browse repository at this point
Copy the full SHA 77ba251View commit details -
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7d0f67 - Browse repository at this point
Copy the full SHA a7d0f67View commit details -
Make all fields of *gqlerror.Error public (#273)
* make *gqlerror.Error err public * Update error.go
Configuration menu - View commit details
-
Copy full SHA for c0a44fb - Browse repository at this point
Copy the full SHA c0a44fbView commit details -
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2809bd - Browse repository at this point
Copy the full SHA f2809bdView commit details
Commits on Sep 8, 2023
-
Adjust lexer to return gqlerror where it does not break tests (#279)
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d734cf8 - Browse repository at this point
Copy the full SHA d734cf8View commit details
Commits on Sep 15, 2023
-
Co-authored-by: Jan Zombik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb1d657 - Browse repository at this point
Copy the full SHA cb1d657View commit details -
Format the error file from #282 (#283)
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88e2f8c - Browse repository at this point
Copy the full SHA 88e2f8cView commit details
Commits on Sep 27, 2023
-
Bump get-func-name from 2.0.0 to 2.0.2 in /validator/imported (#284)
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/chaijs/get-func-name/releases) - [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2) --- updated-dependencies: - dependency-name: get-func-name dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e5a1b67 - Browse repository at this point
Copy the full SHA e5a1b67View commit details
Commits on Oct 19, 2023
-
Bump @babel/traverse from 7.22.6 to 7.23.2 in /validator/imported (#285)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.6 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf1736a - Browse repository at this point
Copy the full SHA bf1736aView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a942954 - Browse repository at this point
Copy the full SHA a942954View commit details
Commits on Jan 10, 2024
-
gqlerror: implement List.Unwrap (#290)
Go 1.20 has added a new Unwrap method for error values holding multiple errors. Implement this method as that errors.Is/As work as expected.
Configuration menu - View commit details
-
Copy full SHA for 591c98b - Browse repository at this point
Copy the full SHA 591c98bView commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59e3c3a - Browse repository at this point
Copy the full SHA 59e3c3aView commit details
Commits on May 16, 2024
-
WithBuiltin FormatterOption added (#294)
Co-authored-by: Roman A. Grigorovich <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c0d3ac - Browse repository at this point
Copy the full SHA 3c0d3acView commit details -
* Redo github actions Signed-off-by: Steve Coffman <[email protected]> * Update golangci-lint to match gqlgen Signed-off-by: Steve Coffman <[email protected]> * Linter fixes Signed-off-by: Steve Coffman <[email protected]> --------- Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d16c05 - Browse repository at this point
Copy the full SHA 6d16c05View commit details -
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55ebe37 - Browse repository at this point
Copy the full SHA 55ebe37View commit details -
Bump github.com/stretchr/testify in the actions-deps group (#296)
Bumps the actions-deps group with 1 update: [github.com/stretchr/testify](https://github.com/stretchr/testify). Updates `github.com/stretchr/testify` from 1.4.0 to 1.9.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.4.0...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9638a21 - Browse repository at this point
Copy the full SHA 9638a21View commit details -
Bump the actions-deps group in /validator/imported with 8 updates (#297)
Bumps the actions-deps group in /validator/imported with 8 updates: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.16.8` | `7.24.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.16.12` | `7.24.5` | | [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) | `7.16.8` | `7.23.9` | | [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) | `7.16.8` | `7.24.5` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.22.6` | `7.24.5` | | [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) | `7.16.7` | `7.24.1` | | [chai](https://github.com/chaijs/chai) | `4.3.6` | `5.1.1` | | [prettier](https://github.com/prettier/prettier) | `2.5.1` | `3.2.5` | Updates `@babel/cli` from 7.16.8 to 7.24.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-cli) Updates `@babel/core` from 7.16.12 to 7.24.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-core) Updates `@babel/node` from 7.16.8 to 7.23.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-node) Updates `@babel/plugin-transform-typescript` from 7.16.8 to 7.24.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-plugin-transform-typescript) Updates `@babel/preset-env` from 7.22.6 to 7.24.5 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env) Updates `@babel/preset-flow` from 7.16.7 to 7.24.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-preset-flow) Updates `chai` from 4.3.6 to 5.1.1 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v4.3.6...v5.1.1) Updates `prettier` from 2.5.1 to 3.2.5 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.5.1...3.2.5) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/plugin-transform-typescript" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/preset-flow" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: chai dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 00fd36f - Browse repository at this point
Copy the full SHA 00fd36fView commit details
Commits on May 27, 2024
-
Bump the actions-deps group in /validator/imported with 6 updates (#298)
Bumps the actions-deps group in /validator/imported with 6 updates: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.5` | `7.24.6` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.5` | `7.24.6` | | [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) | `7.23.9` | `7.24.6` | | [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) | `7.24.5` | `7.24.6` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.5` | `7.24.6` | | [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) | `7.24.1` | `7.24.6` | Updates `@babel/cli` from 7.24.5 to 7.24.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-cli) Updates `@babel/core` from 7.24.5 to 7.24.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-core) Updates `@babel/node` from 7.23.9 to 7.24.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-node) Updates `@babel/plugin-transform-typescript` from 7.24.5 to 7.24.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-plugin-transform-typescript) Updates `@babel/preset-env` from 7.24.5 to 7.24.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-preset-env) Updates `@babel/preset-flow` from 7.24.1 to 7.24.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-preset-flow) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/plugin-transform-typescript" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-flow" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0ed4973 - Browse repository at this point
Copy the full SHA 0ed4973View commit details
Commits on Jun 3, 2024
-
Bump prettier in /validator/imported in the actions-deps group (#299)
Bumps the actions-deps group in /validator/imported with 1 update: [prettier](https://github.com/prettier/prettier). Updates `prettier` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c770f6 - Browse repository at this point
Copy the full SHA 7c770f6View commit details
Commits on Jun 10, 2024
-
Bump the actions-deps group in /validator/imported with 7 updates (#301)
Bumps the actions-deps group in /validator/imported with 7 updates: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.6` | `7.24.7` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.6` | `7.24.7` | | [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) | `7.24.6` | `7.24.7` | | [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) | `7.24.6` | `7.24.7` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.6` | `7.24.7` | | [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) | `7.24.6` | `7.24.7` | | [prettier](https://github.com/prettier/prettier) | `3.3.0` | `3.3.1` | Updates `@babel/cli` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-cli) Updates `@babel/core` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-core) Updates `@babel/node` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-node) Updates `@babel/plugin-transform-typescript` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-plugin-transform-typescript) Updates `@babel/preset-env` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-env) Updates `@babel/preset-flow` from 7.24.6 to 7.24.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-flow) Updates `prettier` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.0...3.3.1) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/plugin-transform-typescript" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-flow" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3900414 - Browse repository at this point
Copy the full SHA 3900414View commit details -
Bump braces from 3.0.2 to 3.0.3 in /validator/imported (#302)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](micromatch/braces@3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6db1bd3 - Browse repository at this point
Copy the full SHA 6db1bd3View commit details
Commits on Jun 11, 2024
-
Token limit fix CVE-2023-49559 (#291)
* Add directive limit to prevent overloading * Added token limit to parser for query and schema parsing, removed my previous directive limit * Added token limit to parser for query and schema parsing, removed my previous directive limit * Update parser/parser.go * Update parser/parser.go * Update parser/query.go * Fix lint Signed-off-by: Steve Coffman <[email protected]> --------- Signed-off-by: Steve Coffman <[email protected]> Co-authored-by: Yuval Moravchick <[email protected]> Co-authored-by: Steve Coffman <[email protected]> Co-authored-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d457fc0 - Browse repository at this point
Copy the full SHA d457fc0View commit details
Commits on Jun 12, 2024
-
Add ParseQueryWithLimit (#304)
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36a3658 - Browse repository at this point
Copy the full SHA 36a3658View commit details -
Revert ParseSchema default token limit of 1500, add ParseSchemaWithLi…
…mit, ParseSchemasWithLimit (#306) Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55a3c47 - Browse repository at this point
Copy the full SHA 55a3c47View commit details -
Retract buggy v2.5.13 and v2.5.14
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bb54d3 - Browse repository at this point
Copy the full SHA 8bb54d3View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 832be16 - Browse repository at this point
Copy the full SHA 832be16View commit details
Commits on Jun 18, 2024
-
Bump prettier in /validator/imported in the actions-deps group (#308)
Bumps the actions-deps group in /validator/imported with 1 update: [prettier](https://github.com/prettier/prettier). Updates `prettier` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.1...3.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 162c9a4 - Browse repository at this point
Copy the full SHA 162c9a4View commit details
Commits on Jul 15, 2024
-
Bump the actions-deps group in /validator/imported with 6 updates (#310)
Bumps the actions-deps group in /validator/imported with 6 updates: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.7` | `7.24.8` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.24.9` | | [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) | `7.24.7` | `7.24.8` | | [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) | `7.24.7` | `7.24.8` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.7` | `7.24.8` | | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` | Updates `@babel/cli` from 7.24.7 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-cli) Updates `@babel/core` from 7.24.7 to 7.24.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.9/packages/babel-core) Updates `@babel/node` from 7.24.7 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-node) Updates `@babel/plugin-transform-typescript` from 7.24.7 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-plugin-transform-typescript) Updates `@babel/preset-env` from 7.24.7 to 7.24.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-preset-env) Updates `prettier` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.3.2...3.3.3) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/plugin-transform-typescript" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for da27ce6 - Browse repository at this point
Copy the full SHA da27ce6View commit details
Commits on Aug 6, 2024
-
Bump golangci/golangci-lint-action in the actions-deps group (#313)
Bumps the actions-deps group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.0.1...v6.1.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5bcc3d - Browse repository at this point
Copy the full SHA d5bcc3dView commit details -
Bump the actions-deps group across 1 directory with 4 updates (#312)
Bumps the actions-deps group with 4 updates in the /validator/imported directory: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node), [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 7.24.9 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core) Updates `@babel/node` from 7.24.8 to 7.25.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.0/packages/babel-node) Updates `@babel/plugin-transform-typescript` from 7.24.8 to 7.25.2 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-plugin-transform-typescript) Updates `@babel/preset-env` from 7.24.8 to 7.25.3 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.3/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/plugin-transform-typescript" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 26ff391 - Browse repository at this point
Copy the full SHA 26ff391View commit details
Commits on Aug 27, 2024
-
Bump @babel/preset-env in /validator/imported in the actions-deps gro…
…up (#314) Bumps the actions-deps group in /validator/imported with 1 update: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/preset-env` from 7.25.3 to 7.25.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.4/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed10d5c - Browse repository at this point
Copy the full SHA ed10d5cView commit details
Commits on Sep 26, 2024
-
validator: make rules exported and allow custom set of rules for Vali…
…date (#320) * validator: make rules exported and allow custom set of rules be passed to the Validate * use format string as a first argument to Message() --------- Co-authored-by: Kirill Grigorev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 068eddf - Browse repository at this point
Copy the full SHA 068eddfView commit details -
Supporting directive on the schema (#318)
* fix * wip * rename * test args * fix --------- Co-authored-by: 堀之内皓隆 <horinouchiakiratakashi@horinouchiakiratakashinonotobukkukonpyuta.local>
Configuration menu - View commit details
-
Copy full SHA for eedca08 - Browse repository at this point
Copy the full SHA eedca08View commit details
Commits on Sep 29, 2024
-
[SECURITY PROBLEM] Implement a configuration option to disable the su…
…ggestion feature when a GraphQL query fails (#319) * impl: add validate option * impl: disable field name and type name suggestion * test: fix signature (validate option) * fix: logic of suggestion * test: implement test for fields_on_correct_type_rule * test: add disable suggestion tests * fix: use variadic arguments * test: implement DIsableSuggestion * test: remove ValidateOption * remove unneccesary changes * test: add tests for disable suggestion * .
Configuration menu - View commit details
-
Copy full SHA for 888baf8 - Browse repository at this point
Copy the full SHA 888baf8View commit details
Commits on Oct 1, 2024
-
Bump @babel/cli in /validator/imported in the actions-deps group (#315)
Bumps the actions-deps group in /validator/imported with 1 update: [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli). Updates `@babel/cli` from 7.24.8 to 7.25.6 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.6/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4eab083 - Browse repository at this point
Copy the full SHA 4eab083View commit details
Commits on Oct 7, 2024
-
Bump the actions-deps group in /validator/imported with 6 updates (#323)
Bumps the actions-deps group in /validator/imported with 6 updates: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.6` | `7.25.7` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.2` | `7.25.7` | | [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) | `7.25.0` | `7.25.7` | | [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) | `7.25.2` | `7.25.7` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.4` | `7.25.7` | | [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) | `7.24.7` | `7.25.7` | Updates `@babel/cli` from 7.25.6 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-cli) Updates `@babel/core` from 7.25.2 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-core) Updates `@babel/node` from 7.25.0 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-node) Updates `@babel/plugin-transform-typescript` from 7.25.2 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-plugin-transform-typescript) Updates `@babel/preset-env` from 7.25.4 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-env) Updates `@babel/preset-flow` from 7.24.7 to 7.25.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.7/packages/babel-preset-flow) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/plugin-transform-typescript" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-flow" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 815a2a3 - Browse repository at this point
Copy the full SHA 815a2a3View commit details -
Bump golangci/golangci-lint-action in the actions-deps group (#322)
Bumps the actions-deps group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 6.1.0 to 6.1.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f0827b6 - Browse repository at this point
Copy the full SHA f0827b6View commit details
Commits on Oct 14, 2024
-
Add exported function to remove rules (#316)
* feat(rules): Add way to remove rule * feat(rules): Remove unnecessary change * feat(rules): Fix linting error * feat(rules): Fix linting error
Configuration menu - View commit details
-
Copy full SHA for c888731 - Browse repository at this point
Copy the full SHA c888731View commit details
Commits on Oct 15, 2024
-
Bump the actions-deps group in /validator/imported with 2 updates (#324)
Bumps the actions-deps group in /validator/imported with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). Updates `@babel/core` from 7.25.7 to 7.25.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-core) Updates `@babel/preset-env` from 7.25.7 to 7.25.8 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.8/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb9ca5a - Browse repository at this point
Copy the full SHA fb9ca5aView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49df52f - Browse repository at this point
Copy the full SHA 49df52fView commit details -
Signed-off-by: Steve Coffman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dbbe55 - Browse repository at this point
Copy the full SHA 8dbbe55View commit details
Commits on Oct 17, 2024
-
When format a doc without description, don't add new line between args (
#327) * add a option to format GQL without description * dont inlude akward space if format omitDescription * trailing new line * no indent
Configuration menu - View commit details
-
Copy full SHA for 6361a74 - Browse repository at this point
Copy the full SHA 6361a74View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89fc137 - Browse repository at this point
Copy the full SHA 89fc137View commit details
Commits on Oct 29, 2024
-
Bump the actions-deps group in /validator/imported with 7 updates (#329)
Bumps the actions-deps group in /validator/imported with 7 updates: | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.7` | `7.25.9` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.25.8` | `7.26.0` | | [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) | `7.25.7` | `7.26.0` | | [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) | `7.25.7` | `7.25.9` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.25.8` | `7.26.0` | | [@babel/preset-flow](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-flow) | `7.25.7` | `7.25.9` | | [chai](https://github.com/chaijs/chai) | `5.1.1` | `5.1.2` | Updates `@babel/cli` from 7.25.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-cli) Updates `@babel/core` from 7.25.8 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-core) Updates `@babel/node` from 7.25.7 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-node) Updates `@babel/plugin-transform-typescript` from 7.25.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-plugin-transform-typescript) Updates `@babel/preset-env` from 7.25.8 to 7.26.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.0/packages/babel-preset-env) Updates `@babel/preset-flow` from 7.25.7 to 7.25.9 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/packages/babel-preset-flow) Updates `chai` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/plugin-transform-typescript" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: "@babel/preset-flow" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps - dependency-name: chai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e408be3 - Browse repository at this point
Copy the full SHA e408be3View commit details