summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add option to choose if cluster is managed by GL56557-allow-self-managed-ns-servicejerasmus2019-03-195-0/+39
* Merge branch '58844-follow-up-from-don-t-create-ee-specific-files-when-creati...Lin Jen-Shin2019-03-194-49/+32
|\
| * Simplify the JavaScriptFixturesHelpers moduleRémy Coutable2019-03-194-49/+32
* | Merge branch 'sh-fix-ssh-pull-mirorrs-ce' into 'master'Nick Thomas2019-03-192-0/+9
|\ \
| * | Backport EE JavaScript changes for SSH pull mirrorsStan Hu2019-03-192-0/+9
* | | Merge branch '59113-review-apps-initial-seeding-is-broken-due-to-runners_regi...Nick Thomas2019-03-192-11/+13
|\ \ \
| * | | Fix the .review-deploy-base job so that env variables are passedRémy Coutable2019-03-192-11/+13
| | |/ | |/|
* | | Merge branch 'fix/registry2.7-delete-auth' into 'master'Dmitriy Zaporozhets2019-03-192-1/+94
|\ \ \
| * | | Add support for deleting images in registry 2.7Peter Bábics2019-03-182-1/+94
* | | | Merge branch 'doc-git-object-dedup' into 'master'Achilleas Pipinellis2019-03-192-0/+262
|\ \ \ \
| * | | | Document how Git object deduplication works in GitLabJacob Vosmaer2019-03-192-0/+262
|/ / / /
* | | | Merge branch 'docs-html-style-guide' into 'master'Marcia Ramos2019-03-191-16/+12
|\ \ \ \
| * | | | Docs: Bring HTML Style Guide in line with docs standardsMarcel Amirault2019-03-191-16/+12
|/ / / /
* | | | Merge branch '53139-hide-tree-single-file' into 'master'Filipa Lacerda2019-03-196-8/+88
|\ \ \ \
| * | | | Collapse diff tree is only one file is presentPhil Hughes2019-03-196-8/+88
* | | | | Merge branch '56089-merge-gitlab-keys' into 'master'Nick Thomas2019-03-199-263/+724
|\ \ \ \ \
| * | | | | Integrate Gitlab::Keys with Gitlab::ShellPatrick Bajao2019-03-199-263/+724
|/ / / / /
* | | | | Merge branch 'revert-b24c0c8d' into 'master'Lin Jen-Shin2019-03-194-36/+3
|\ \ \ \ \
| * | | | | Revert "Merge branch..."Rémy Coutable2019-03-194-36/+3
* | | | | | Merge branch 'feature/users-search-results' into 'master'Sean McGivern2019-03-1921-10/+471
|\ \ \ \ \ \
| * | | | | | Apply suggestion to lib/api/search.rbAlexis Reigel2019-03-151-1/+1
| * | | | | | un-dry the search api scopeAlexis Reigel2019-03-141-12/+12
| * | | | | | return 400 on users search and feature is disabledAlexis Reigel2019-03-143-13/+55
| * | | | | | move users method to public sectionAlexis Reigel2019-03-141-6/+6
| * | | | | | add feature flag for users searchAlexis Reigel2019-03-145-3/+20
| * | | | | | extract helper for search scope api paramAlexis Reigel2019-03-141-12/+12
| * | | | | | check ability for user search resultsAlexis Reigel2019-03-142-0/+10
| * | | | | | use project_search_tabs? for user search checkAlexis Reigel2019-03-143-2/+11
| * | | | | | restrict user result set by the scoped groupAlexis Reigel2019-03-142-3/+19
| * | | | | | spec for group's user search incl. parent groupAlexis Reigel2019-03-141-3/+21
| * | | | | | project's user search includes group members tooAlexis Reigel2019-03-142-4/+20
| * | | | | | only users from groups the current user has accessAlexis Reigel2019-03-142-1/+18
| * | | | | | add users search to search apiAlexis Reigel2019-03-144-7/+114
| * | | | | | search results: show user's status emojiAlexis Reigel2019-03-142-1/+8
| * | | | | | add changelogAlexis Reigel2019-03-141-0/+5
| * | | | | | add users search results to group scoped searchAlexis Reigel2019-03-144-0/+84
| * | | | | | dry up the use of the user search tabAlexis Reigel2019-03-141-12/+10
| * | | | | | move ability check from service class to viewAlexis Reigel2019-03-143-11/+6
| * | | | | | add users search results to project scoped searchAlexis Reigel2019-03-146-19/+82
| * | | | | | add users search results to global searchAlexis Reigel2019-03-146-1/+58
* | | | | | | Merge branch 'remove-diff-tree-filtering-flag' into 'master'Filipa Lacerda2019-03-193-38/+18
|\ \ \ \ \ \ \
| * | | | | | | Remove diff tree filtering feature flagPhil Hughes2019-03-183-38/+18
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'make-tokens-encryption-optional-for-now' into 'master'Grzegorz Bizon2019-03-194-4/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Make runners token encryption to be optionalKamil Trzciński2019-03-184-4/+4
* | | | | | | Merge branch 'sh-bump-rugged-0.28.0' into 'master'Rémy Coutable2019-03-193-3/+8
|\ \ \ \ \ \ \
| * | | | | | | Bump Rugged to 0.28.0Stan Hu2019-03-193-3/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch '10471-remove-before-script-for-dast-template-ce' into 'master'Kamil Trzciński2019-03-191-9/+8
|\ \ \ \ \ \ \
| * | | | | | | Remove before_script from DAST vendored templateVictor Zagorodny2019-03-191-9/+8
|/ / / / / / /
* | | | | | | Merge branch 'patch-46' into 'master'Achilleas Pipinellis2019-03-191-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Add a link to the gitaly repo's guideLuke Duncalfe2019-02-281-0/+6