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. Nov 03, 2020
    • Ian Baum's avatar
      Merge branch 'pitr' into 'master' · 032cea63
      Ian Baum authored and Valery Sizov's avatar Valery Sizov committed
      Implementation of PITR recovery before promotion
      
      Closes gitlab#225173
      
      See merge request gitlab-org/omnibus-gitlab!4636
      
      (cherry picked from commit 9ae9fcf7)
      
      691a1fa5 Geo: Implement PITR recovery before promotion of secondary node
      1171279d Apply 1 suggestion(s) to 1 file(s)
      402e18c6 Apply suggestion. Better lsn file check
      fe0c04a3 Merge branch 'master' of gitlab.com:gitlab-org/omnibus-gitlab into pitr
      e3f99908 Apply 1 suggestion(s) to 1 file(s)
      1d5781dc Merge branch 'pitr' of gitlab.com:gitlab-org/omnibus-gitlab into pitr
      7a34d0da Apply 1 suggestion(s) to 1 file(s)
      3e9c8592 Apply suggestions
      dbbccdee Merge branch 'pitr' of gitlab.com:gitlab-org/omnibus-gitlab into pitr
      2ff5b783 Apply suggestions
      8b9163ac Add suggestions
      565f96c6 Apply suggestions
      39b2465d Apply suggestions
      c8f5d0ab Merge remote-tracking branch 'origin/master' into pitr
      0ba306f4 Fix part of Geo::PromoteToPrimaryNode specs
      90c50385 Make recovery_to_point_in_time tio return true
      8dd17632 Merge remote-tracking branch 'origin/master' into pitr
      1af3bf5a Separate Promote DB task
      8a521139 Update specs for the command split
      f068dfc3 Merge remote-tracking branch 'origin/master' into pitr
      175a4efd Apply 1 suggestion(s) to 1 file(s)
      b1af4039 Remove io/console
      032cea63
  2. Oct 06, 2020
  3. Sep 21, 2020
  4. Sep 17, 2020
    • Will Chandler's avatar
      Move TLS below Prometheus in Praefect config · 5f74726b
      Will Chandler authored and DJ Mountney's avatar DJ Mountney committed
      When both TLS and Prometheus are enabled in Praefect, the
      'prometheus_listen_addr' setting is placed in the '[tls]' block.
      This stops prometheus from being enabled.
      
      This change move prometheus above the so this cannot occur.
      5f74726b
  5. Sep 16, 2020
  6. Sep 15, 2020
  7. Sep 14, 2020
  8. Sep 11, 2020
  9. Sep 10, 2020
  10. Sep 09, 2020
  11. Sep 08, 2020
  12. Sep 03, 2020
  13. Sep 02, 2020
  14. Aug 28, 2020
  15. Aug 27, 2020
  16. Aug 24, 2020
    • Katrin Leinweber's avatar
      Avoid syntax error "unexpected tSTRING_BEG" · 72129045
      Katrin Leinweber authored
      Without this there will be:
      
      > There was an error running gitlab-ctl reconfigure:
      > 
      > /etc/gitlab/gitlab.rb:1639: syntax error, unexpected tSTRING_BEG, expecting '}'
      >    'storage.path' => '/var/opt/gi...
      >    ^
      > /etc/gitlab/gitlab.rb:1639: syntax error, unexpected =>, expecting end-of-input
      >    'storage.path' => '/var/opt/gitlab/alertmanage...
      >                   ^~
      72129045
  17. Aug 21, 2020
  18. Aug 17, 2020
  19. Aug 14, 2020
    • Gabriel Mazetto's avatar
      Added ability to disable a previously enabled consul service · 1ccb573a
      Gabriel Mazetto authored
      This is done following the same pattern of an `enable` and `disable`
      recipe. Unless a service is explicitly enabled, we consider it to be disabled.
      
      Test coverage for existing consul recipe was split into the corresponding
      spec files at the correct folder location.
      1ccb573a
  20. Aug 13, 2020
  21. Aug 12, 2020
    • Chris Weyl's avatar
      Allow `external_labels` to be configured · 3d83948a
      Chris Weyl authored
      Prometheus external labels are useful.  Epecially if one is, say, trying
      to set up extended metrics retention via thanos and its sidecar :)
      
      This change allows external labels to be specified and configured via
      the omnibus control file, `gitlab.rb`.
      Unverified
      3d83948a
  22. Aug 11, 2020
Loading