1. 04.12.2020 28 коммитов
  2. 03.12.2020 12 коммитов
    • Evan Read's avatar
      Refactor webhook docs
      · d1fe937e
      Evan Read создал
      d1fe937e
    • Diana Stanley's avatar
      Soften gitaly nfs warning
      · 55cfce9e
      Diana Stanley создал
      55cfce9e
    • Mike Jang's avatar
      Update feature flag section of PrAT docs -- cherry pick
      · 8a81c1c2
      Mike Jang создал
      8a81c1c2
    • Amy Qualls's avatar
      Fix outdated external links
      · e37c5db9
      Amy Qualls создал
      Our link checker identified these links as outdated, but provided
      new locations for them. This merge request updates their locations.
      e37c5db9
    • Amy Qualls's avatar
      Remove unlinked image from repository
      · f1eb94e8
      Amy Qualls создал
      doc/ci/quick_start/img/runners_activated.png was not linked to from
      any page in the repository, and is orphaned. This merge request
      removes the file from the repository to save space.
      f1eb94e8
    • Amy Qualls's avatar
      Compress images with pngquant
      · cb22c5fc
      Amy Qualls создал
      These images had not been compressed with pngquant.
      They're smaller now!
      cb22c5fc
    • Amy Qualls's avatar
      Fix trailing spaces in the gitlab repository
      · 9f68c4e2
      Amy Qualls создал
      Monthly fix of files containing trailing spaces in the gitlab
      repository.
      9f68c4e2
    • Orit Golowinski's avatar
      Added EC2 to ADO docs
      · d623b2ec
      Orit Golowinski создал
      d623b2ec
    • Steve Abrams's avatar
      Enable dependency proxy for private groups
      · ea4ef2b5
      Steve Abrams создал
      - Add authentication service to return JWT when
      users login to the dependency proxy
      
      - Remove restriction of public groups only for
      dependency proxy
      ea4ef2b5
    • Achilleas Pipinellis's avatar
      Re-enable a forgotten disabled Vale rule
      · fdc0cd20
      Achilleas Pipinellis создал
      fdc0cd20
    • Matija Čupić's avatar
      Refactor CI config lint resolver
      · 4a285e4d
      Matija Čupić создал
      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
      4a285e4d
    • lauraMon's avatar
      Add CI config lint resolver
      · ca5a53f5
      lauraMon создал
      Refactors to use string as content type
      
      * Refactors mutation to use STRING_TYPE rather than ApolloUpload, since
      the mutation cannot work with a path from the frontend
      * Removes YamlProcessorResult type and returns StageType instead
      * Adds status field to mutation to mirror implementation
      * Makes comprehensive specs
      
      Adds a changelog
      
      Filters out jobless stages
      
      Refactored to use custom types
      
      * Added a ci_config type for stages, groups, jobs, needs
      * Adds a new gitlab-ci.yml stub that has some includes
      * Updates specs
      * Updates docs and schema
      
      Updates mutation to be a resolver instead
      
      * Due to some changes, this was better fitted to be resolved in its own
      resolver instead of being a mutation. Specs were changed and slightly
      modified to reflect this.
      * Adds type specs
      * Adds some missing fields (size)
      * Updates docs and schema
      * Updates the changelog
      ca5a53f5