- 30 Mar, 2018 34 commits
-
-
Stan Hu authored
Geo: Fix inconsistent project registry queries Closes #5430 See merge request gitlab-org/gitlab-ee!5171
-
Marin Jankovski authored
CE upstream - 2018-03-30 12:25 UTC See merge request gitlab-org/gitlab-ee!5183
-
Achilleas Pipinellis authored
Remove duplicate entry for CI_PIPELINE_SOURCE See merge request gitlab-org/gitlab-ee!4850
-
Fabio Busatto authored
-
Rémy Coutable authored
updating approval docs to clarify reset when target branch changes See merge request gitlab-org/gitlab-ee!5176
-
Rémy Coutable authored
Update jobs.md to download artifacts with curl using `-L` See merge request gitlab-org/gitlab-ee!5168
-
Riccardo Padovani authored
-
Rémy Coutable authored
remove duplicated string See merge request gitlab-org/gitlab-ee!5181
-
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
-
Alexander Tanayno authored
-
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 6 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
-
abuerer authored
-
Stan Hu authored
-
Stan Hu authored
-
Michael Kozono authored
-
Michael Kozono authored
-