summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add merge request popover with detailsSam Bigelow2019-03-212-6/+17
* | | | | | Apply suggestion to lib/gitlab/danger/helper.rbMike Greiling2019-03-251-1/+1
* | | | | | Update frontend-specific files in reviewer rouletteMike Greiling2019-03-251-1/+17
* | | | | | Merge branch 'ce-1974-update-user-name-upon-ldap-sync' into 'master'Douwe Maan2019-03-251-10/+7
|\ \ \ \ \ \
| * | | | | | Backport 'Update user name upon LDAP sync' from EERémy Coutable2019-03-251-10/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'winh-eslint-config-danger' into 'master'Mike Greiling2019-03-251-1/+1
|\ \ \ \ \ \
| * | | | | | Mark .eslintrc.yml as frontend change for DangerWinnie Hellmann2019-03-251-1/+1
| |/ / / / /
* | | | | | Merge branch 'sh-fix-github-import-creator' into 'master'Douglas Barbosa Alexandre2019-03-251-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | GitHub importer: Use the project creator to create branches from forksStan Hu2019-03-231-1/+1
| | |_|/ / | |/| | |
* | | | | Add error tracking usage countsLogan King2019-03-251-0/+1
|/ / / /
* | | | Set proper default-branch on GitHub ImportKamil Trzciński2019-03-221-1/+15
* | | | Add highest_role method to UserThiago Presa2019-03-223-1/+19
* | | | Merge branch 'da-capitalize-db-apapter-name-on-rails-console' into 'master'Stan Hu2019-03-222-4/+6
|\ \ \ \
| * | | | Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre2019-03-212-4/+6
* | | | | Merge branch '59147-duplicate-match-line' into 'master'Douwe Maan2019-03-211-10/+15
|\ \ \ \ \
| * | | | | Fix diff bottom expand button appears twiceMark Chao2019-03-211-10/+15
* | | | | | Merge branch '10514-fix-non-existing-authorized-keys-file' into 'master'Nick Thomas2019-03-211-0/+4
|\ \ \ \ \ \
| * | | | | | Handle cases when authorized_keys doesn't existPatrick Bajao2019-03-201-0/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch '59289-fix-push-to-create-protected-branches' into 'master'Douwe Maan2019-03-211-0/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Allow users to create protected branches via CLIPatrick Bajao2019-03-211-0/+2
* | | | | | Revert "Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-c...Sean McGivern2019-03-211-5/+1
|/ / / / /
* | | | | Merge branch 'osw-multi-line-suggestions-parsing' into 'master'Grzegorz Bizon2019-03-215-6/+59
|\ \ \ \ \
| * | | | | Implement multi-line suggestions filteringOswaldo Ferreira2019-03-205-6/+59
| | |_|/ / | |/| | |
* | | | | Merge branch 'ce-1974-update-user-name-upon-ldap-sync' into 'master'Douwe Maan2019-03-211-1/+1
|\ \ \ \ \
| * | | | | Handle nil name in Gitlab::Auth::LDAP::Person#nameRémy Coutable2019-03-201-1/+1
* | | | | | Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-collectio...Sean McGivern2019-03-211-1/+5
|\ \ \ \ \ \
| * | | | | | Enrich commits with full data in CommitCollectionLuke Duncalfe2019-03-181-1/+5
* | | | | | | Update dashboards to additionally use new environment selectorJames Fargher2019-03-212-0/+28
* | | | | | | Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'Clement Ho2019-03-208-1/+165
|\ \ \ \ \ \ \
| * | | | | | | Don't recreate Kubernetes namespaces if they existTiger2019-03-202-7/+9
| * | | | | | | Create one Kubernetes namespace for a deploymentTiger2019-03-202-17/+7
| * | | | | | | Add build prerequisite for Kubernetes namespacesTiger2019-03-202-1/+49
| * | | | | | | Create framework for build prerequisitesTiger2019-03-203-1/+62
| * | | | | | | Add :preparing status to HasStatusTiger2019-03-204-0/+63
* | | | | | | | Merge branch 'dz-bump-httparty' into 'master'Stan Hu2019-03-201-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump httparty to version 1.16.4Dmitriy Zaporozhets2019-03-191-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch '57598-use-vendored-files-for-ci-config' into 'master'Grzegorz Bizon2019-03-2023-64/+52
|\ \ \ \ \ \ \ \
| * | | | | | | | Move gitlab-org specific config to .gitlab-ci.ymlMatija Čupić2019-03-151-7/+0
| * | | | | | | | Hardcode CodeQuality version usedMatija Čupić2019-03-151-3/+1
| * | | | | | | | Add Code-Quality CI templateMatija Čupić2019-03-151-0/+26
| * | | | | | | | Tidy up CI templatesMatija Čupić2019-03-1522-64/+35
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Gracefully handles excluded fields from attributes during serializationDouglas Barbosa Alexandre2019-03-201-2/+17
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch 'ce-avoid_es_loading_commits' into 'master'Nick Thomas2019-03-201-1/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Backport of avoid_es_loading_commitsMario de la Ossa2019-03-191-1/+8
* | | | | | | GitHub import: Create new branches as project ownerStan Hu2019-03-191-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch '58844-follow-up-from-don-t-create-ee-specific-files-when-creati...Lin Jen-Shin2019-03-191-1/+12
|\ \ \ \ \ \
| * | | | | | Simplify the JavaScriptFixturesHelpers moduleRémy Coutable2019-03-191-1/+12
* | | | | | | Integrate Gitlab::Keys with Gitlab::ShellPatrick Bajao2019-03-193-68/+225
* | | | | | | Merge branch 'revert-b24c0c8d' into 'master'Lin Jen-Shin2019-03-191-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Revert "Merge branch..."Rémy Coutable2019-03-191-1/+0