Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
    • Kamil Trzcińśki's avatar
      Persist `needs:` validation as config error · 0a39a3d4
      Kamil Trzcińśki authored
      In case when `needs:` is missing, but when requested by service,
      we would not save the pipeline with config_error.
      
      This makes it explicit that we want to persist the error
      as `config_error` failure reason.
      0a39a3d4
  2. Sep 02, 2019
  3. Aug 31, 2019
  4. Aug 28, 2019
  5. Aug 21, 2019
  6. Aug 20, 2019
    • drew's avatar
      Introducing new Syntax for Ci::Build inclusion rules · ac77bb93
      drew authored
      - Added Gitlab::Ci::Config::Entry::Rules and Gitlab::Ci::Config::Entry::Rules:Rule
        to handle lists of Rule objects to be evalauted for job inclusion
      - Added `if:` and `changes:` as available Rules::Rule::Clause classes
      - Added Rules handling logic to Seed::Build#included? with extra specs
      - Use DisallowedKeysValidator to mutually exclude rules: from only:/except: on job config
      ac77bb93
    • Cameron Swords's avatar
      Add missing SAST environment variables · dfabed5d
      Cameron Swords authored and Jan Provaznik's avatar Jan Provaznik committed
      dfabed5d
  7. Aug 14, 2019
  8. Aug 13, 2019
  9. Aug 12, 2019
  10. Aug 07, 2019
  11. Aug 06, 2019
  12. Aug 05, 2019
  13. Aug 04, 2019
  14. Aug 03, 2019
  15. Aug 02, 2019
  16. Aug 01, 2019
    • Kamil Trzcińśki's avatar
      Add support for DAG · e7ee84aa
      Kamil Trzcińśki authored
      This implements the support for `needs:` keyword
      as part of GitLab CI. That makes some of the jobs
      to be run out of order.
      e7ee84aa
  17. Jul 31, 2019
  18. Jul 29, 2019
  19. Jul 26, 2019
  20. Jul 25, 2019
  21. Jul 24, 2019
  22. Jul 23, 2019
  23. Jul 17, 2019
    • Fabien Catteau's avatar
      Propagate PIP index URL · 5c97713b
      Fabien Catteau authored and Mayra Cabrera's avatar Mayra Cabrera committed
      Propagate PIP_INDEX_URL, PIP_EXTRA_INDEX_URL
      to the dependency-scanning Docker image
      to support Python projects depending on custom
      Pypi registries. These variables will be consumed
      by the gemnasium-python analyzer.
      5c97713b
  24. Jul 15, 2019
  25. Jul 13, 2019
Loading