An error occurred fetching the project authors.
  1. 07 Jul, 2020 1 commit
  2. 17 Mar, 2020 1 commit
  3. 06 Mar, 2020 1 commit
  4. 13 Dec, 2019 2 commits
    • Aleksei Lipniagov's avatar
      Rename Gitlab::Sentry into Gitlab::ErrorTracking · 035e7359
      Aleksei Lipniagov authored
      Gitlab::Sentry does not reflect the purpose of the class, it needs more
      generic name which service-agnostic.
      035e7359
    • Kamil Trzciński's avatar
      Refactor Sentry handling · 1ee162b6
      Kamil Trzciński authored
      Rename methods of Sentry class:
      - `track_acceptable_exception` => `track_exception`: we just want
         to capture exception
      - `track_exception` => `track_and_raise_for_dev_exception`: as said,
      - `track_and_raise_exception` => we want to capture
        and re-raise exception
      
      Update exception tracking
      
      - Remove `extra:` and instead accept hash,
      - Update documentation to include the best practices,
      - Remove manual logging of exceptions
      1ee162b6
  5. 21 Oct, 2019 1 commit
  6. 17 Oct, 2019 1 commit
  7. 24 Sep, 2019 1 commit
  8. 30 Jul, 2019 1 commit
    • Yorick Peterse's avatar
      Inject EE modules in a CE compatible fashion · 1112fec4
      Yorick Peterse authored
      All instances of injecting an EE specific module have been changed to
      use the new methods for this: prepend_if_ee, extend_if_ee, and
      include_if_ee. This allows these lines to be included in CE, even when
      the modules to inject do not exist. This in turn allows us to backport
      these lines to CE and keep them there, instead of having to strip them
      out.
      1112fec4
  9. 02 Jul, 2019 2 commits
    • Fabio Pitino's avatar
      Prevent Billion Laughs attack · abceda6c
      Fabio Pitino authored
      It keeps track of the memory being used when loading the YAML file
      as well as the depth of nesting.
      Track exception when YAML is too big
      abceda6c
    • Fabio Pitino's avatar
      Prevent Billion Laughs attack · ab743602
      Fabio Pitino authored
      It keeps track of the memory being used when loading the YAML file
      as well as the depth of nesting.
      Track exception when YAML is too big
      ab743602
  10. 18 Jun, 2019 2 commits
    • Kamil Trzciński's avatar
      Introduce default: for gitlab-ci.yml · a014e204
      Kamil Trzciński authored
      This moves all existing `image/services/before_script/variables`
      into `default:`. This allows us to easily add a default and
      top-level entries. `default`: is keep backward compatible: to
      be considered to be job if `default:script:` is specified. This
      behavior should be removed.
      
      All existing `image/services/before_script/variables` are properly
      handled in root context.
      a014e204
    • Kamil Trzciński's avatar
      Introduce default: for gitlab-ci.yml · 505d71ec
      Kamil Trzciński authored
      This moves all existing `image/services/before_script/variables`
      into `default:`. This allows us to easily add a default and
      top-level entries. `default`: is keep backward compatible: to
      be considered to be job if `default:script:` is specified. This
      behavior should be removed.
      
      All existing `image/services/before_script/variables` are properly
      handled in root context.
      505d71ec
  11. 17 Jun, 2019 3 commits
  12. 15 Apr, 2019 2 commits
  13. 05 Apr, 2019 4 commits
  14. 01 Mar, 2019 1 commit
    • Kamil Trzciński's avatar
      Allow to recursively expand includes · c78861bc
      Kamil Trzciński authored
      This change introduces a support for nesting the includes,
      allowing to evaluate them in context of the target,
      by properly respecting the relative inclusions and user permissions
      of another projects, or templates.
      c78861bc
  15. 07 Jan, 2019 1 commit
  16. 04 Jan, 2019 1 commit
  17. 29 Nov, 2018 1 commit
  18. 26 Oct, 2018 1 commit
    • gfyoung's avatar
      Enable frozen string for lib/gitlab/ci · 06892e88
      gfyoung authored
      Enables frozen string for the following:
      
      * lib/gitlab/ci/*.rb
      * lib/gitlab/ci/build/**/*.rb
      * lib/gitlab/ci/config/**/*.rb
      * lib/gitlab/ci/pipeline/**/*.rb
      * lib/gitlab/ci/reports/**/*.rb
      
      Partially addresses #47424.
      06892e88
  19. 18 Oct, 2018 1 commit
  20. 16 Oct, 2018 1 commit
  21. 11 Sep, 2018 2 commits
  22. 08 Sep, 2018 2 commits
  23. 07 Sep, 2018 6 commits
  24. 06 Sep, 2018 1 commit