- 05 Jan, 2018 18 commits
-
-
Filipa Lacerda authored
* master: (24 commits) Allow local tests to use a modified Gitaly Update check.md add deprecation and removal issue to docs Add status attribute to runner api entity Fix typos in a code comment Just try to detect and assign once Modify `LDAP::Person` to return username value based on attributes Create Kubernetes based on Application Templates Fix a bug where charlock_holmes was used needlessly to encode strings Ignore the Migration/Datetime cop in a migration that fix a column type to datetime_with_timezone Use `__` instead of `s__` when context is not required Enclose props in quotes Update some Gitaly annotations in Gitlab::Shell Prepare Gitlab::Git::Repository#rebase for Gitaly migration add missing changelog refactor spec, add docs deprecate check integrity task add lock specs add locks chek remove max-depth flag so it works with subgroups ...
-
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
-
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 22 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.
-
Filipa Lacerda authored
-
Filipa Lacerda authored
* master: (200 commits) Fix issue boards scroll config. Added multi editor setting on the profile preferences page fix missing import of timeWeek which would cause errors in prometheus graphs with deployments Remove downcase from special path helper Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql} Fix error when viewing diffs without blobs Moves prettier to dev dependency Eager load event target authors whenever possible Do not run ee_compat_check on security branches Include integration tests in CE/EE testing documentation 41054-Disallow creation of new Kubernetes integrations Resolve "Resizable file list and commit panel" Make tooltip placement bottom by default as per design guidelines Fix groups list icon, timestamp alignment and row height Avoid leaving a push event empty if payload cannot be created Move git operations for UpdateRemoteMirrorService into Gitlab::Git Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Move push_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Update Kubernetes service documentation fix issue #37843 ...
-
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
-
Tim Zallmann authored
Added multi editor setting on the profile preferences page Closes #41272 See merge request gitlab-org/gitlab-ce!16056
-
Jose Ivan Vargas authored
-
Mike Greiling authored
-
Rémy Coutable authored
Do not run ee_compat_check on security branches Closes #41396 See merge request gitlab-org/gitlab-ce!16188
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Tim Zallmann authored
Moves prettier to dev dependency See merge request gitlab-org/gitlab-ce!16223
-
Douwe Maan authored
Remove downcase from special path helper Closes #41590 See merge request gitlab-org/gitlab-ce!16232
-
Douwe Maan authored
Eager load event target authors whenever possible Closes #41618 See merge request gitlab-org/gitlab-ce!16199
-
Stan Hu authored
Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql} See merge request gitlab-org/gitlab-ce!16234
-
Douwe Maan authored
Merge branch '41468-error-500-trying-to-view-a-merge-request-json-undefined-method-binary-for-nil-nilclass' into 'master' Resolve "Error 500 trying to view a merge request JSON: undefined method `binary?' for nil:NilClass" Closes #41468 See merge request gitlab-org/gitlab-ce!16193
-
Kamil Trzciński authored
Update Kubernetes service documentation See merge request gitlab-org/gitlab-ce!16212
-
James Ramsay authored
-