Skip to content
Snippets Groups Projects
  1. Nov 30, 2020
    • Matija Čupić's avatar
      Refactor CI config lint resolver · 0a3ea491
      Matija Čupić authored
      Simplify stage extrapolation
      
      Small GraphQL improvements
      
      * Use connection_type for an array of objects
      * Update GraphQL description for job need name
      
      Remove include_merged_yaml parameter
      
      Removes the include_merged_yaml parameter to make code more idiomatic.
      The parameter isn't stored, it's computed dynamically when accessed so
      this introduces a slight performance overhead, but it's far outweighed
      by the pro of having cleaner code and less technical debt.
      
      Stub YamlProcessor response in resolver specs
      
      Refactor relation connection types
      
      * Move request type tests to request specs
      * Use proper status enum values
      
      Simplify Ci::Config GraphQL resolver
      Verified
      0a3ea491
  2. Nov 27, 2020
Loading