Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Oct 12, 2020
  2. Aug 21, 2020
  3. Aug 11, 2020
  4. Jul 03, 2020
  5. Jun 16, 2020
  6. Jun 11, 2020
    • Stan Hu's avatar
      Make it possible to disable Workhorse -authSocket argument · 3139f98a
      Stan Hu authored
      In Workhorse, it's not absolutely necessary to have both -authSocket and
      -authBackend arguments, as long as least one is available to all GitLab
      application hosts. In a single-node Ominbus install, -authSocket will
      suffice, but in multi-node installations -authBackend may only be
      needed.
      
      To support the second case and make it possible to disable listening to
      a UNIX socket, admins can do the following:
      
      ```
      gitlab_workhorse['auth_socket'] = nil
      gitlab_workhorse['auth_backend'] = 'https://workhorse.example.com'
      ```
      3139f98a
  7. Jun 01, 2020
    • Ian Baum's avatar
      Update the runit cookbook to 5.1.3 · 84e96361
      Ian Baum authored and DJ Mountney's avatar DJ Mountney committed
      * Incoroporates our changes to the coobkook so we get our desired
        behavior
      * Use start_down instead of down
      * Stop checking for permissions on log directories. The runit cookbook does not explicitly create this.
      * Rename runit control templates. Don't use -control in the name anymore, upstream has removed that
      * In the v5 version of the runit cookbook, they are colliding with the chef service properties
      84e96361
  8. May 07, 2020
  9. Aug 23, 2019
  10. Jan 26, 2019
  11. Jan 17, 2019
  12. Nov 19, 2018
  13. Nov 15, 2018
  14. Oct 22, 2018
  15. Mar 19, 2018
  16. Mar 02, 2018
  17. Nov 22, 2017
  18. Sep 26, 2017
  19. Apr 03, 2017
  20. Mar 08, 2017
  21. Mar 03, 2017
  22. Dec 02, 2016
  23. Dec 01, 2016
  24. Nov 16, 2016
    • Ian Baum's avatar
      Upgrade to logging, clearing up test mocking · d7646895
      Ian Baum authored
      * Update the database upgrade actions to be more clear about what they
      are doing
      * Move the mocking of helper files out of the individual spec files,
      into the main configuration
      d7646895
  25. Nov 08, 2016
  26. Oct 05, 2016
  27. Sep 15, 2016
Loading