Commits on Source (24)
-
Hossein Pursultani authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
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
-
John Skarbek authored
Prepare 13.4.6 release See merge request gitlab-org/omnibus-gitlab!4717
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
DJ Mountney authored
Patch for CVE-2019-3881
-
Balasankar "Balu" C authored
Adapting the patch from https://sourceforge.net/p/graphicsmagick/code/ci/50395430a37188d0d197e71bd85ed6dd0f649ee3/
-
GitLab Release Tools Bot authored
Update GraphicsMagick to 1.3.35 and patch PNG vulnerability See merge request gitlab-org/security/omnibus-gitlab!63
-
GitLab Release Tools Bot authored
Update GnuPG to version 2.2.23 See merge request gitlab-org/security/omnibus-gitlab!50
-
-
GitLab Release Tools Bot authored
Update libxml2 to version 2.9.10 See merge request gitlab-org/security/omnibus-gitlab!52
-
GitLab Release Tools Bot authored
Patch bundler to not use temp directory as home See merge request gitlab-org/security/omnibus-gitlab!60
-
John Skarbek authored
This reverts merge request !60
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
-
GitLab Release Tools Bot authored
Showing
- CHANGELOG.md 20 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- VERSION 1 addition, 1 deletionVERSION
- config/patches/graphicsmagick/png-vulnerability-fix.patch 69 additions, 0 deletionsconfig/patches/graphicsmagick/png-vulnerability-fix.patch
- config/patches/libxml2/50f06b3efb638efb0abd95dc62dca05ae67882c2.patch 35 additions, 0 deletions...es/libxml2/50f06b3efb638efb0abd95dc62dca05ae67882c2.patch
- config/software/gnupg.rb 2 additions, 2 deletionsconfig/software/gnupg.rb
- config/software/graphicsmagick.rb 4 additions, 2 deletionsconfig/software/graphicsmagick.rb
- config/software/libxml2.rb 5 additions, 3 deletionsconfig/software/libxml2.rb
- files/gitlab-ctl-commands-ee/lib/geo/promote_db.rb 108 additions, 0 deletionsfiles/gitlab-ctl-commands-ee/lib/geo/promote_db.rb
- files/gitlab-ctl-commands-ee/lib/geo/promote_to_primary_node.rb 6 additions, 7 deletions...gitlab-ctl-commands-ee/lib/geo/promote_to_primary_node.rb
- files/gitlab-ctl-commands-ee/lib/geo/replication_toggle_command.rb 27 additions, 0 deletions...lab-ctl-commands-ee/lib/geo/replication_toggle_command.rb
- files/gitlab-ctl-commands-ee/promote_db.rb 22 additions, 0 deletionsfiles/gitlab-ctl-commands-ee/promote_db.rb
- files/gitlab-ctl-commands-ee/promote_to_primary_node.rb 17 additions, 17 deletionsfiles/gitlab-ctl-commands-ee/promote_to_primary_node.rb
- spec/gitlab-ctl-commands-ee/lib/geo/promote_db_spec.rb 61 additions, 0 deletionsspec/gitlab-ctl-commands-ee/lib/geo/promote_db_spec.rb
- spec/gitlab-ctl-commands-ee/lib/geo/promote_to_primary_node_spec.rb 22 additions, 2 deletions...b-ctl-commands-ee/lib/geo/promote_to_primary_node_spec.rb
- spec/gitlab-ctl-commands-ee/lib/geo/replication_toggle_command_spec.rb 13 additions, 5 deletions...tl-commands-ee/lib/geo/replication_toggle_command_spec.rb
- spec/gitlab-ctl-commands-ee/promote_db_spec.rb 14 additions, 0 deletionsspec/gitlab-ctl-commands-ee/promote_db_spec.rb
files/gitlab-ctl-commands-ee/promote_db.rb
0 → 100644