Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 03, 2020
  2. 7月 01, 2020
  3. 6月 03, 2020
    • Daniel Paul Searles's avatar
      Fix the default sha for bin/secpick · b327a93e
      Daniel Paul Searles 创作于
      Why:
      
      * The shell command to read the current sha has an ending newline that
        should be stripped.
      
      This change addresses the need by:
      
      * strip whitespace from sha when reading the current sha
      * refactor original_branch to strip whitespace at the point it could be
        introduced
      b327a93e
  4. 6月 02, 2020
  5. 5月 23, 2020
  6. 5月 21, 2020
  7. 5月 16, 2020
  8. 3月 23, 2020
  9. 3月 21, 2020
  10. 3月 19, 2020
    • Oswaldo Ferreira's avatar
      Use bash for bin/background_scripts · 1c2eabd3
      Oswaldo Ferreira 创作于
      The bin/background_jobs_sk_cluster script use some
      bashisms. In order to avoid issues with either GDK
      or other systems, here we make use of bash as the
      default interpreter.
      1c2eabd3
  11. 3月 18, 2020
  12. 3月 17, 2020
    • Oswaldo Ferreira's avatar
      Support opt-in sidekiq-cluster in bin/background_jobs script · 4da50727
      Oswaldo Ferreira 创作于
      It simplifies the interface of `bin/background_jobs` as:
      
      1. start - Starting sidekiq or sidekiq-cluster on background.
      2. restart - Kill all existing processes and start them
      again (in background).
      3. start_foreground - Starts sidekiq or sidekiq-cluster on foreground.
      4. stop - Well, stops the process.
      
      Here we also split the script into two `bin/background_jobs_sk` and
      `bin/background_jobs_sk_cluster`. If `SIDEKIQ_WORKERS` env var is
      given we use the `bin/background_jobs_sk_cluster`, which has
      basically the same API of the sidekiq counterpart.
      4da50727
  13. 3月 13, 2020
  14. 3月 11, 2020
  15. 3月 03, 2020
  16. 2月 29, 2020
  17. 1月 30, 2020
    • Heinrich Lee Yu's avatar
      Upgrade gems to Rails 6 · a90fde60
      Heinrich Lee Yu 创作于
      There are also minor changes to keep the Rails generated files
      similar to when generating a new Rails 6 application
      
      grape_logging was upgraded to fix deprecation messages related to
      ActionDispatch::Http::ParameterFilter
      
      Rails 6 now adds the nonce to style-src by default. We disable
      this because we still have a lot of code that set inline styles
      and we need 'unsafe-inline'
      a90fde60
  18. 1月 21, 2020
  19. 12月 07, 2019
  20. 11月 07, 2019
  21. 10月 10, 2019
  22. 9月 27, 2019
  23. 9月 16, 2019
    • Yorick Peterse's avatar
      Fix changelog generation for the single codebase · 2abb71aa
      Yorick Peterse 创作于
      Instead of checking the presence of CHANGELOG-EE.md to determine where
      changelog files should go, we rely on the -e/--ee flag to be provided.
      When not specified, changelog files go in ./changelogs. When it is
      specified, changelog files go in ./ee/changelogs.
      2abb71aa
    • Mark Chao's avatar
      ES: Remove Ruby indexer · 82ba4a6a
      Mark Chao 创作于
      Add rake tasksto install golang indexer for installation from source
      82ba4a6a
  24. 8月 30, 2019
  25. 8月 29, 2019
  26. 8月 13, 2019
  27. 8月 01, 2019
  28. 7月 30, 2019
  29. 7月 12, 2019
  30. 7月 09, 2019
    • Qingyu Zhao's avatar
      Enable puma by default in GDK · b7ea4bd8
      Qingyu Zhao 创作于
      Two changes:
      1. Move bin/web to bin/web_unicorn(removed PUMA switching logic)
      Introduce new shadow script bin/web. Now we have 3 scripts working
      together: bin/web, bin/web_puma, bin/web_unicorn
      
        In bin/web, it checks ENV['USE_WEB_SERVER']:
          - if value is 'puma' or value is not set, call bin/web_puma
          - if value is 'unicorn', call bin/web_unicorn
          - report error if other values given
      
      2. Gitlab rails allow ENV setting to override timeout
          - ENV['GITLAB_RAILS_RACK_TIMEOUT'] for service_timeout
          - ENV['GITLAB_RAILS_WAIT_TIMEOUT'] for wait_timeout
      b7ea4bd8
  31. 4月 30, 2019
  32. 4月 20, 2019
  33. 3月 01, 2019
  34. 2月 14, 2019
加载中