- 05 Jan, 2018 31 commits
-
-
Yorick Peterse authored
This adds a minimum interval to BackgroundMigrationWorker, ensuring background migrations of the same class only run once every 5 minutes. This prevents a thundering herd problem where scheduled migrations all run at once due to their delays having been expired (e.g. as the result of a queue being paused for a long time). If a job was recently executed it's rescheduled with a delay that equals the remaining time of the job's lease. This means that if the lease expires in two minutes we only need to wait two minutes, instead of five. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/41624
-
Dmitriy Zaporozhets authored
Expose project_id on /api/v4/pages/domains See merge request gitlab-org/gitlab-ce!16200
-
Sean McGivern authored
Don't use Gitlab::Shell#import_repository on local paths See merge request gitlab-org/gitlab-ce!16228
-
Sean McGivern authored
[EE-backport] Add group boards API endpoint See merge request gitlab-org/gitlab-ce!16194
-
Tim Zallmann authored
Backport of methods and components added in EE See merge request gitlab-org/gitlab-ce!16208
-
Rémy Coutable authored
Update redis-rack to 2.0.4 See merge request gitlab-org/gitlab-ce!16251
-
Rémy Coutable authored
Update settings.md See merge request gitlab-org/gitlab-ce!16233
-
Tim Zallmann authored
Fix import project url not updating project name Closes #40607 See merge request gitlab-org/gitlab-ce!16120
-
Felipe Artur authored
-
Filipa Lacerda authored
Add id to modal.vue to support data-toggle="modal" Closes #41584 See merge request gitlab-org/gitlab-ce!16189
-
Yorick Peterse authored
Up until version 2.0.3 redis-rack included a "rake" binary that would overwrite/hijack the one provided by Rake itself. Unfortunately the binary provided by redis-rack would produce errors in many cases. See https://github.com/redis-store/redis-rack/pull/34 for more info.
-
Filipa Lacerda authored
Refactor cluster show page Closes #41335 See merge request gitlab-org/gitlab-ce!16089
-
Winnie Hellmann authored
-
Rémy Coutable authored
Allow local tests to use a modified Gitaly Closes gitaly#833 See merge request gitlab-org/gitlab-ce!16220
-
Jacob Vosmaer (GitLab) authored
-
Sean McGivern authored
Resolve "Verify integrity of repositories" Closes #40228 See merge request gitlab-org/gitlab-ce!15931
-
Rémy Coutable authored
Add online attribute to runner api entity Closes #25774 See merge request gitlab-org/gitlab-ce!11750
-
Filipa Lacerda authored
-
Douwe Maan authored
Reroute batch blobs to single blob RPC See merge request gitlab-org/gitlab-ce!16082
-
Sean McGivern authored
Prepare Gitlab::Git::Repository#rebase for Gitaly migration See merge request gitlab-org/gitlab-ce!16192
-
Filipa Lacerda authored
Enclose props in double quotes for Item Stats in Groups tree app See merge request gitlab-org/gitlab-ce!16231
-
James Lopez authored
-
James Lopez authored
-
Alessio Caiazza authored
-
Sean McGivern authored
Update some Gitaly annotations in Gitlab::Shell See merge request gitlab-org/gitlab-ce!16226
-
Zeger-Jan van de Weg authored
-
Douwe Maan authored
Modify `LDAP::Person` to return username value based on attributes Closes #39691 See merge request gitlab-org/gitlab-ce!15286
-
Stan Hu authored
Resolve "Master failure due to static-analysis job in app/models/concerns/deployment_platform.rb" Closes #41695 See merge request gitlab-org/gitlab-ce!16246
-
Lin Jen-Shin authored
-
Stan Hu authored
Merge branch '41677-branch-name-omitted-due-to-bad-utf-8-conversion-by-gitaly-ref-handler' into 'master' Resolve "Branch name omitted due to bad UTF-8 conversion by Gitaly ref handler" Closes #41677 See merge request gitlab-org/gitlab-ce!16243
-
Robert Speicher authored
Resolve "Broken master due to `static-analysis`" Closes #41685 See merge request gitlab-org/gitlab-ce!16240
-
- 04 Jan, 2018 9 commits
-
-
Drew Blessing authored
`Gitlab::LDAP::Person` did not respect the LDAP attributes username configuration and would simply return the uid value. There are cases where users would like to specify a different username field to allow more friendly GitLab usernames. For example, it's common in AD to have sAMAccountName be an employee ID like `A12345` while the local part of the email address is more human-friendly.
-
Matija Čupić authored
-
Kamil Trzciński authored
Create Kubernetes based on Application Templates Closes #41056 See merge request gitlab-org/gitlab-ce!16104
-
Mayra Cabrera authored
-
Alejandro Rodríguez authored
-
Jacob Schatz authored
Scroll to top/bottom in issue board when reach to edges Closes #39709 See merge request gitlab-org/gitlab-ce!16239
-
Jacob Schatz authored
Fix missing d3 timeWeek import in prometheus graph Closes #41644 See merge request gitlab-org/gitlab-ce!16216
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Fatih Acet authored
-