- 05 Jan, 2018 39 commits
-
-
Rémy Coutable authored
API: get participants from merge_requests & issues Closes #40986 See merge request gitlab-org/gitlab-ce!16187
-
Brent Greeff authored
-
Kamil Trzciński authored
Resolve "Create secrets failed for Auto DevOps with latest stable of kubectl" Closes #41376 See merge request gitlab-org/gitlab-ce!16218
-
Filipa Lacerda authored
Backport 'Rebase' feature from EE to CE Closes #40301 See merge request gitlab-org/gitlab-ce!16071
-
Sean McGivern authored
Remove the Project#repo method See merge request gitlab-org/gitlab-ce!16238
-
Rémy Coutable authored
Add docs about end-to-end testing / GitLab QA tests Closes #39637 See merge request gitlab-org/gitlab-ce!16043
-
Grzegorz Bizon authored
-
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
-
Jacob Vosmaer 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
-
Jan Provaznik authored
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
-
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 1 commit
-
-
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.
-