1. 27 2月, 2020 1 次提交
  2. 08 1月, 2020 1 次提交
  3. 01 11月, 2019 1 次提交
  4. 23 10月, 2019 1 次提交
  5. 10 10月, 2019 1 次提交
  6. 25 7月, 2019 2 次提交
  7. 12 3月, 2019 1 次提交
    • Y
      Backport try_megabytes_to_bytes from EE · ae9838d0
      Yorick Peterse 提交于
      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.
      ae9838d0
  8. 04 1月, 2019 1 次提交
    • K
      Add config_options|variables to BuildMetadata · 0103d5be
      Kamil Trzciński 提交于
      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
  9. 10 12月, 2018 1 次提交
  10. 05 12月, 2018 1 次提交
  11. 28 11月, 2018 1 次提交
  12. 27 11月, 2018 1 次提交
  13. 23 11月, 2018 1 次提交
  14. 22 11月, 2018 1 次提交
  15. 07 11月, 2018 1 次提交
    • D
      Add a helper method to append path to a base URL · 5c519d11
      Douglas Barbosa Alexandre 提交于
      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
  16. 22 10月, 2018 1 次提交
  17. 12 4月, 2018 1 次提交
  18. 05 4月, 2018 1 次提交
    • E
      Add custom additonal email text to all emails · a6c7d805
      Eric Eastwood 提交于
      Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4474
      
      Conflicts:
      	db/schema.rb
      	ee/app/controllers/ee/admin/application_settings_controller.rb
      	ee/app/helpers/ee/application_settings_helper.rb
      	ee/app/models/ee/application_setting.rb
      	ee/app/models/license.rb
      	ee/app/views/layouts/service_desk.html.haml
      	ee/app/views/notify/approved_merge_request_email.html.haml
      	ee/app/views/notify/service_desk_new_note_email.text.erb
      	ee/app/views/notify/service_desk_thank_you_email.text.erb
      	ee/app/views/notify/unapproved_merge_request_email.html.haml
      	ee/lib/ee/api/entities.rb
      	ee/spec/controllers/admin/application_settings_controller_spec.rb
      	ee/spec/models/application_setting_spec.rb
      	ee/spec/requests/api/settings_spec.rb
      	lib/api/settings.rb
      	spec/mailers/previews/notify_preview.rb
      a6c7d805
  19. 07 3月, 2018 1 次提交
  20. 17 1月, 2018 1 次提交
    • R
      Merge branch... · 791ca43f
      Robert Speicher 提交于
      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
  21. 02 12月, 2017 1 次提交
  22. 31 8月, 2017 1 次提交
  23. 15 8月, 2017 1 次提交
  24. 25 5月, 2017 1 次提交
  25. 01 11月, 2016 1 次提交
  26. 19 8月, 2016 1 次提交
  27. 15 8月, 2016 1 次提交
  28. 03 5月, 2015 1 次提交
  29. 06 11月, 2014 3 次提交
  30. 05 11月, 2014 1 次提交