Skip to content

Remove graphql_logging feature flag code [RUN ALL RSPEC] [RUN AS-IF-FOSS]

Mario Celi requested to merge 35579-remove-graphql_logging-feature-flag into master

What does this MR do?

Removes graphql_logging feature flag which was already enabled by default. #35579 (closed)

GQL query analyzers can define an analyze? method to conditionally analyze the query. I removed the method definition as it is not mandatory to define it and will be executed https://graphql-ruby.org/queries/ast_analysis.html#conditional-analysis

This works now, but it will probably change when we opt-it to the new AST analyzer as the docs state we should inherit from GraphQL::Analysis::AST::Analyzer where the analyze? method is defined and defaults to true.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #35579 (closed)

Edited by Markus Koller

Merge request reports