Skip to content
Snippets Groups Projects
  1. Feb 28, 2020
  2. Jan 21, 2020
  3. Aug 22, 2019
  4. Jul 24, 2019
  5. Mar 12, 2019
    • Yorick Peterse's avatar
      Backport try_megabytes_to_bytes from EE · ae9838d0
      Yorick Peterse authored
      EE adds this method to Gitlab::Utils, which is also required by our
      SimpleCov helper. This prevents us from injecting EE modules into
      Gitlab::Utils, because the necessary bits for this are not yet in place.
      
      To work around this we just backport try_megabytes_to_bytes, as there's
      no particular reason to keep this in EE only.
      Unverified
      ae9838d0
  6. Jan 04, 2019
    • Kamil Trzcińśki's avatar
      Add config_options|variables to BuildMetadata · 0103d5be
      Kamil Trzcińśki authored
      These are data columns that store runtime configuration
      of build needed to execute it on runner and within pipeline.
      
      The definition of this data is that once used, and when no longer
      needed (due to retry capability) they can be freely removed.
      
      They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
      support for json datatype on old enough version).
      0103d5be
  7. Dec 10, 2018
  8. Dec 05, 2018
  9. Nov 28, 2018
  10. Nov 23, 2018
  11. Nov 22, 2018
  12. Nov 07, 2018
    • Douglas Barbosa Alexandre's avatar
      Add a helper method to append path to a base URL · 5c519d11
      Douglas Barbosa Alexandre authored
      In Ruby 2.4, `URI.join("http://test//", "a").to_s` will
      remove the double slash, however it's not the case in
      Ruby 2.5. Using chomp should work better for the intention,
      as we're not trying to allow things like ../ or / paths
      resolution.
      
      This helper method append path to host, making sure
      there's one single slash as path separator.
      5c519d11
  13. Apr 12, 2018
  14. Mar 06, 2018
  15. Jan 17, 2018
    • Robert Speicher's avatar
      Merge branch... · 791ca43f
      Robert Speicher authored
      Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3'
      
      Don't allow line breaks on HTTP headers
      
      See merge request gitlab/gitlabhq!2277
      
      (cherry picked from commit 7fc0a6fc096768a5604d6dd24d7d952e53300c82)
      
      073b8f9c Don't allow line breaks on HTTP headers
      791ca43f
  16. Dec 01, 2017
  17. Aug 31, 2017
  18. Aug 15, 2017
  19. Jul 27, 2017
  20. May 25, 2017
  21. Feb 23, 2017
  22. Nov 01, 2016
Loading