1. 11 3月, 2019 1 次提交
  2. 08 3月, 2019 1 次提交
  3. 06 3月, 2019 2 次提交
  4. 05 3月, 2019 3 次提交
    • M
      docs: ldap users must have email address set · 999a20dc
      Moritz Bellach 提交于
      999a20dc
    • N
      sidekiq: terminate child processes at shutdown · f0c52df5
      Nick Thomas 提交于
      Sidekiq jobs frequently spawn long-lived child processes to do work.
      In some circumstances, these can be reparented to init when sidekiq is
      terminated, leading to duplication of work and strange concurrency
      problems.
      
      This commit changes sidekiq so that, if run as a process group leader,
      it will forward `INT` and `TERM` signals to the whole process group. If
      the memory killer is active, it will also use the process group when
      resorting to `kill -9` to shut down.
      
      These changes mean that a naive `kill <pid-of-sidekiq>` will now do the
      right thing, killing any child processes spawned by sidekiq, as long as
      the process supervisor placed it in its own process group.
      
      If sidekiq isn't a process group leader, this new code is skipped.
      f0c52df5
    • D
      Allow raw `tls_options` to be passed in LDAP configuration · f6350fac
      Drew Blessing 提交于
      We've previously exposed ca_file and ssl_version but there are many
      possible options that can be used inside tls_options. Instead of
      exposing individual ones, simply expose the entire hash so it can
      be passed in and we won't have to add things in the future.
      f6350fac
  5. 04 3月, 2019 2 次提交
  6. 02 3月, 2019 1 次提交
  7. 27 2月, 2019 1 次提交
  8. 25 2月, 2019 1 次提交
  9. 23 2月, 2019 1 次提交
  10. 22 2月, 2019 1 次提交
    • E
      Ensure all lists are surrounded by new lines · eb866309
      Evan Read 提交于
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      eb866309
  11. 21 2月, 2019 4 次提交
  12. 20 2月, 2019 3 次提交
  13. 18 2月, 2019 2 次提交
  14. 12 2月, 2019 4 次提交
  15. 11 2月, 2019 3 次提交
    • Y
      Refactor the upgrading from source docs · 4d101979
      Yorick Peterse 提交于
      Instead of requiring one separate document for every version (which is
      created by release managers), we now use a single document for both
      Community Edition and Enterprise Edition. This allows developers to add
      guidelines right away, instead of release managers having to determine
      what to add.
      
      Version specific upgrading instructions are placed in a separate
      section. This prevents instructions from lingering around for many
      versions should a developer forget to remove them. This also ensures
      that all instructions are kept in a single place, instead of being
      spread across different documents.
      
      A minor downside is that CE and EE guidelines now live in the same
      document, which could cause merge conflicts. Since we are working
      towards a single codebase, this should only be an issue until we merge
      the codebases together; something we expect to do in the coming months.
      
      This commit also removes all old upgrading instructions, but these can
      still be accessed using Git branch specific URLs (included in the
      updating README).
      4d101979
    • B
      use timeout as it appears in logs · 3a836687
      Ben Bodenmiller 提交于
      3a836687
    • A
      52628dcf
  16. 08 2月, 2019 3 次提交
  17. 07 2月, 2019 2 次提交
  18. 06 2月, 2019 1 次提交
    • B
      Update metrics docs · e1ea47bb
      Ben Kochie 提交于
      Update the list of GitLab metrics to include the missing metric names.
      e1ea47bb
  19. 05 2月, 2019 1 次提交
  20. 31 1月, 2019 1 次提交
  21. 30 1月, 2019 1 次提交
  22. 25 1月, 2019 1 次提交