Skip to content
Snippets Groups Projects
  1. Jun 12, 2024
    • Emily Chui's avatar
      Add gitaly cgroup init container dockerfile · 3659a580
      Emily Chui authored
      This will create a container for gitaly's init container to setup
      cgroups for repositories. This init container is expected to run in a
      kubernetes deployment as part of the gitaly pod.
      3659a580
  2. Oct 03, 2023
  3. Sep 18, 2023
  4. Jun 20, 2023
  5. Jan 06, 2023
  6. Dec 28, 2022
  7. Dec 15, 2022
  8. Dec 02, 2022
  9. Jul 08, 2022
  10. Jun 01, 2022
  11. May 04, 2022
  12. Feb 17, 2022
  13. Mar 17, 2021
  14. Feb 25, 2021
    • Jason Plum's avatar
      c479a461
    • Jason Plum's avatar
      Add Registry to docker-compose · 2ae7039b
      Jason Plum authored
      Add the Registry to docker-compose.
      
      - Add registry_migrations and registry definitions
      - Add configuration & certs for registry
      - Add initdb scripting for postgres to create dedicated db 'registry'
      - Add configuration to webservice's config.yml.erb
      
      Usage:
      
      Adding the following as `/etc/docker/daemon.json` will allow insecure
      access to the any registry that resolves to `127.0.0.1`.
      
      ```json
      {
        "insecure-registries" : [ "127.0.0.1" ]
      }
      ```
      2ae7039b
  15. Feb 01, 2021
  16. Jan 25, 2021
  17. Jan 23, 2021
  18. Jan 22, 2021
  19. Dec 01, 2020
  20. Aug 28, 2020
    • John Hope's avatar
      Route WebSocket requests to the same backend. · 186e9e36
      John Hope authored
      For some reason this is not inherited from
      authBackend as would be expected. It has to be
      explicitly set in the arguments to workhorse.
      
      The feature still doesn't work but this at least
      routes connection upgrade requests to the correct
      container.
      186e9e36
  21. May 20, 2020
  22. May 19, 2020
  23. Mar 05, 2020
    • Jason Plum's avatar
      Webservice: additional changes to verbiage · 1151312b
      Jason Plum authored
      Make further changes to ensure that we're not stating unicorn, where we
      should be saying webservice, but also change from refernces to `Rails`
      for documentation / description purposes.
      1151312b
  24. Sep 24, 2019
  25. Mar 28, 2019
  26. Nov 15, 2018
  27. Nov 13, 2018
  28. Sep 06, 2018
  29. Aug 16, 2018
  30. Apr 20, 2018
  31. Mar 19, 2018
  32. Jan 28, 2018
  33. Dec 22, 2017
    • DJ Mountney's avatar
      Add a script for migrating the database · 43efb5de
      DJ Mountney authored
      Use a print command for find that is compat with busybox
      
      Fix sed command syntax for replacing the app subscription
      
      Add a wait for dependencies script that can be used in init containers
      
      Fix the db-migrate script syntax
      
      Fxi db-migrate rake path, and bad if condition
      
      Change our builds to use the current branch build cache
      
      But still fall back to latest
      
      Fix db-migrate status check
      
      Use proper bash test syntax
      
      Improve status test
      
      Grab the hash from md5sum
      
      Try to fix the volume permissions for upgrade status dir
      
      Fix missing trailing command
      
      Do a better job of catching success status
      
      See if we can have the migrations wait for the dependencies to be up
      
      Run bundle from correct directory
      
      Add more output to the migration commands
      
      Update sidekiq to be compatible with the wait-for command
      
      Make sure the sidekiq wrapper is executable
      
      Switch docker-compose file back to using latest
      43efb5de
  34. Dec 19, 2017