- 30 Mar, 2018 25 commits
-
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add doc section in HA Load Balancer to outline SSL options See merge request gitlab-org/gitlab-ee!4957
-
Rémy Coutable authored
Update no repository placeholder See merge request gitlab-org/gitlab-ee!5149
-
Nick Thomas authored
Add gitlab-pages port number to artifacts links, if needed Closes #44398 See merge request gitlab-org/gitlab-ce!18073
-
Douwe Maan authored
Update charlock_holmes to 0.76 See merge request gitlab-org/gitlab-ce!18103
-
Stan Hu authored
CE upstream - 2018-03-30 07:13 UTC Closes omnibus-gitlab#3351 See merge request gitlab-org/gitlab-ee!5179
-
Rémy Coutable authored
Update dashboard milestones breadcrumb link See merge request gitlab-org/gitlab-ce!17933
-
Zeger-Jan van de Weg authored
Didn't compile against newer icu4c versions and was fixed upstream in https://github.com/brianmario/charlock_holmes/pull/129, which was releaed in the versions its now locked to.
-
Achilleas Pipinellis authored
Document that LFS is included in the 10GB repository limit on gitlab.com See merge request gitlab-org/gitlab-ce!18093
-
Winnie Hellmann (back on Tuesday) authored
-
Sean McGivern authored
Remove support for absolute dirs from Git::Env See merge request gitlab-org/gitlab-ce!18024
-
Jacob Vosmaer (GitLab) authored
-
Sean McGivern authored
[Backport] Order boards dropdown alphabetically See merge request gitlab-org/gitlab-ce!18065
-
Rémy Coutable authored
Fix ee_compat_check for forks Closes #40788 See merge request gitlab-org/gitlab-ce!17532
-
Sean McGivern authored
Order boards dropdown alphabetically Closes #4916 See merge request gitlab-org/gitlab-ee!5153
-
GitLab Bot authored
-
Stan Hu authored
CE upstream - 2018-03-29 12:26 UTC Closes gitlab-com/infrastructure#3874, #3092, #5359, gitaly#1084, and gitlab-ce#43929 See merge request gitlab-org/gitlab-ee!5165
-
Mike Greiling authored
Revert "Merge branch 'sh-add-fsevents-dev-dependency' into 'master'" See merge request gitlab-org/gitlab-ce!18096
-
Stan Hu authored
This reverts merge request !17971
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
Catch errors in LoadBalancing::Host#online? See merge request gitlab-org/gitlab-ee!5177
-
Jose Ivan Vargas authored
-
Yorick Peterse authored
Prior to this commit it was possible for Host#online? to raise a connection error when checking an already offline host. This could happen because certain methods used for checking if a host is available call the "connection" method, without catching any errors. As a result, if this method raises then #online? would also raise. All of this could lead to GitLab becoming unavailable depending on how many times it would try to use this offline host. To work around this we catch the errors that might be raised in Host#online?. Unlike the code in LoadBalancing::LoadBalancer we don't need to catch individual PG errors as we don't have to worry about application errors. This means we only have to catch up to three errors: 1. ActionView::Template::Error (used inside views). 2. ActiveRecord::StatementInvalid (used basically everywhere outside of views). 3. PG::Error: used in some rare cases where Rails (for reasons unknown) doesn't wrap the original error.
-
Jose Ivan Vargas authored
-
- 29 Mar, 2018 15 commits
-
-
Clement Ho authored
Resolve "Remove disabled eslint rules from `spec/javascripts/pipelines/graph/linked_pipelines_mock_data.js`" Closes #2690 See merge request gitlab-org/gitlab-ee!5170
-
Stan Hu authored
-
Stan Hu authored
-
Drew Blessing authored
Add note to troubleshoot pgbouncer failing to connect to pg due to missing auth cidr address See merge request gitlab-org/gitlab-ee!4831
-
Chenjerai Katanda authored
-
Rémy Coutable authored
Merge two spec files issues_settings_spec.rb into one See merge request gitlab-org/gitlab-ee!5164
-
Rémy Coutable authored
Merge two board destroy service spec See merge request gitlab-org/gitlab-ee!5166
-
Rémy Coutable authored
Move cross_project_issuable_information_filter_spec.rb to ee dir See merge request gitlab-org/gitlab-ee!5167
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
-
Stan Hu authored
Renaming of "xlog" to "wal" for PostgreSQL 10 See merge request gitlab-org/gitlab-ee!4669
-
Brett Walker authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Lin Jen-Shin authored
-