Develop Architectural Blueprint for Testing Queries in GitLab

End goal

We want to be able to see new queries generated by a project's test run and provide analysis on them.

Who

Authors: @mattkasa and @jon_jenkins

Coach: @DylanGriffith

Process

Architectural Blueprints

MVP Architecture Limitations

  • Must be reusable between gitlab and container-registry repos
  • May depend on query comments, but any assumptions of structure must be documented (not configurable)
  • Must be able to compare to existing queries
  • Should extract queries into a de-duplicated report of new queries
Edited by Alex Ives