- 23 Nov, 2017 3 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Markus Koller authored
-
- 22 Nov, 2017 1 commit
-
-
Vitaliy @blackst0ne Klachkov authored
-
- 21 Nov, 2017 2 commits
-
-
Nick Thomas authored
-
Zeger-Jan van de Weg authored
After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
-
- 20 Nov, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 Nov, 2017 5 commits
-
-
Francisco Javier López authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
This code should not break other tests because the rate limits are off by default.
-
Michael Kozono authored
-
- 16 Nov, 2017 1 commit
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- 06 Nov, 2017 3 commits
-
-
Joe Marty authored
Closes #39708
-
Francisco Javier López authored
-
micael.bergeron authored
-
- 03 Nov, 2017 1 commit
-
-
micael.bergeron authored
also, I refactored the MergeRequest#fetch_ref method to express the side-effect that this method has. MergeRequest#fetch_ref -> MergeRequest#fetch_ref! Repository#fetch_source_branch -> Repository#fetch_source_branch!
-
- 02 Nov, 2017 4 commits
-
-
Pawel Chojnacki authored
+ remove rebased test case
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
+ Cleanup sampler, use latest Prometheus gem
-
Pawel Chojnacki authored
-
- 01 Nov, 2017 1 commit
-
-
Stan Hu authored
This reduces some polling overhead and reduces the need to aggregate empty metrics from the Sidekiq worker.
-
- 23 Oct, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 17 Oct, 2017 1 commit
-
-
Bob Van Landuyt authored
Instead of from the configuration file
-
- 16 Oct, 2017 1 commit
-
-
Sean McGivern authored
On GitLab.com, we see that cron jobs sometimes don't run. This appears to be because the process that polls for current cron jobs only has a 60 second validity period, so if (for whatever reason) it misses those 60 seconds, we have to wait until the next execution. For the usage ping, this is particularly problematic, as that's only scheduled to run once a week. Changing it to run for every minute in a 10 minute period should work around this, if the above diagnosis is correct. The job itself obtains an exclusive lease for 24 hours, so rescheduling in quick succession is safe.
-
- 05 Oct, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 04 Oct, 2017 2 commits
-
-
Zeger-Jan van de Weg authored
-
Tim Zallmann authored
-
- 03 Oct, 2017 2 commits
-
-
Jacob Vosmaer (GitLab) authored
-
Zeger-Jan van de Weg authored
-
- 02 Oct, 2017 1 commit
-
-
Guilherme Vieira authored
-
- 30 Sep, 2017 1 commit
-
-
robdel12 authored
This fixes a bug where the email confirmation input value is case sensative. For example, if the email input is `myemail@example.com` and the email confirmation input is `Myemail@example.com` the form would fail to submit.
-
- 24 Sep, 2017 2 commits
-
-
Brett Walker authored
and rubocop fixes
-
Stan Hu authored
This is a follow-up to https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1956 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7308.
-
- 20 Sep, 2017 1 commit
-
-
Markus Koller authored
-
- 19 Sep, 2017 2 commits
-
-
Andrew Newdigate authored
-
Greg Stark authored
-
- 18 Sep, 2017 1 commit
-
-
Robin Bobbitt authored
Closes #37789
-
- 15 Sep, 2017 1 commit
-
-
Alessio Caiazza authored
-