summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix static analysis.remove-target-ddJacob Schatz2017-09-281-1/+0
|
* Fix karma testJacob Schatz2017-09-281-2/+0
|
* Removes the target branch and only uses the source branch.Jacob Schatz2017-09-284-16/+2
|
* Remove target ref switcher.Jacob Schatz2017-09-282-20/+0
|
* Merge branch 'evn-add-neg-tests' into 'master'Robert Speicher2017-09-281-0/+10
|\ | | | | | | | | | | | | Test for what should not be there as well [ci skip] See merge request gitlab-org/gitlab-ce!14492
| * Test for what should not be there as wellevn-add-neg-testsernstvn2017-09-251-0/+10
| |
* | Merge branch '38319-nomethoderror-undefined-method-sha-for-nil-nilclass' ↵Douwe Maan2017-09-283-2/+90
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "NoMethodError: undefined method `sha' for nil:NilClass" Closes #38319 See merge request gitlab-org/gitlab-ce!14547
| * | Handle error when fetching ref for MR with deleted source branch38319-nomethoderror-undefined-method-sha-for-nil-nilclassSean McGivern2017-09-283-2/+90
| | | | | | | | | | | | | | | | | | If the ref doesn't exist, and the source branch is deleted, we can't get it back easily. Previously, we ignored this error by shelling out, so replicate that behaviour.
* | | Merge branch 'docs-28814-clarify-artifacts-ref' into 'master'Grzegorz Bizon2017-09-282-1/+6
|\ \ \ | | | | | | | | | | | | | | | | Clarify artifact download via the API only accepts branch or tag name for ref See merge request gitlab-org/gitlab-ce!14545
| * | | Clarify artifact download via the API only accepts branch or tag name for refMark Fletcher2017-09-282-1/+6
| | | |
* | | | Merge branch 'fix-translation-namespaces' into 'master'Filipa Lacerda2017-09-283-9/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fixed missing namespaces on navigation translations See merge request gitlab-org/gitlab-ce!14472
| * | | | Fixed missing namespaces on navigation translationsfix-translation-namespacesPhil Hughes2017-09-273-9/+9
| | | | |
* | | | | Merge branch 'mobile-images-lazy-load-check' into 'master'Tim Zallmann2017-09-282-1/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lazy load images in mobile sidebar & header Closes #38276 See merge request gitlab-org/gitlab-ce!14526
| * | | | | karma spec fixesmobile-images-lazy-load-checkPhil Hughes2017-09-271-1/+1
| | | | | |
| * | | | | Lazy load images in mobile sidebar & headerPhil Hughes2017-09-272-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Closes #38276
* | | | | | Merge branch 'commit-side-by-side-comment' into 'master'Filipa Lacerda2017-09-283-3/+44
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes commit comments in parallel diff view Closes #38117 See merge request gitlab-org/gitlab-ce!14529
| * | | | | Fixes commit comments in side-by-side diff viewcommit-side-by-side-commentPhil Hughes2017-09-273-3/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was caused by the `notes` global class not existing when the `file_comment_button` code is run. The notes class was used to check if the diff is currently in parallel view or not. To get around this I've added a check into the `file_comment_button` JS to check if the view is currently parallel or not. Closes #38117
* | | | | | Merge branch 'zj-repo-gitaly' into 'master'Sean McGivern2017-09-283-19/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RepositoryExists is always called with #gitaly_migration Closes #38333 See merge request gitlab-org/gitlab-ce!14513
| * \ \ \ \ \ Merge branch 'an-repo-gitaly' into 'zj-repo-gitaly'zj-repo-gitalyAlejandro Rodríguez2017-09-271-7/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rolling back change to n+1 detection See merge request gitlab-org/gitlab-ce!14536
| | * | | | | | Rolling back change to n+1 detectionan-repo-gitalyAndrew Newdigate2017-09-271-7/+1
| |/ / / / / /
| * | | | | | RepositoryExists is always called with #gitaly_migrationZeger-Jan van de Weg2017-09-263-19/+18
| | | | | | |
| * | | | | | Don't enforce gitaly request limits for distinct callsAlejandro Rodríguez2017-09-261-1/+7
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'refactor-services' into 'master'Grzegorz Bizon2017-09-2825-57/+85
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor services to match EE signature See merge request gitlab-org/gitlab-ce!14385
| * | | | | | refactor emails servicerefactor-servicesJames Lopez2017-09-287-14/+14
| | | | | | |
| * | | | | | fix update serviceJames Lopez2017-09-281-1/+1
| | | | | | |
| * | | | | | refactor users update serviceJames Lopez2017-09-2817-32/+32
| | | | | | |
| * | | | | | refactor keys controllerJames Lopez2017-09-281-1/+7
| | | | | | |
| * | | | | | refactor some controllers to make them EE friendlyJames Lopez2017-09-283-5/+21
| | | | | | |
| * | | | | | fix specsJames Lopez2017-09-283-6/+6
| | | | | | |
| * | | | | | fix users update serviceJames Lopez2017-09-281-3/+5
| | | | | | |
| * | | | | | update initializersJames Lopez2017-09-282-2/+4
| | | | | | |
| * | | | | | refactor services to match EE signatureJames Lopez2017-09-2817-41/+43
| | | | | | |
* | | | | | | Merge branch '38476-improve-merge-jid-cleanup-on-merge-process' into 'master'Sean McGivern2017-09-283-10/+37
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean merge_jid whenever necessary on the merge process Closes #38476 See merge request gitlab-org/gitlab-ce!14540
| * | | | | | Clean merge_jid whenever necessary on the merge process38476-improve-merge-jid-cleanup-on-merge-processOswaldo Ferreira2017-09-273-10/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | MergeRequest#merge_jid should be cleaned up whenever we hit a known error on MergeService#execute. This way we can keep track if the MR is really "ongoing" or "stuck"
* | | | | | | Merge branch 'rotated_profile_image' into 'master'Tim Zallmann2017-09-282-1/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check orientation of profile image See merge request gitlab-org/gitlab-ce!14461
| * | | | | | | Check orientation of profile imageGuilherme Vieira2017-09-272-1/+7
| | | | | | | |
* | | | | | | | Merge branch 'docs-38152-bump-recommended-mysql-version' into 'master'Achilleas Pipinellis2017-09-282-2/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change recommended MySQL version to 5.6 Closes #38152 See merge request gitlab-org/gitlab-ce!14546
| * | | | | | | | Change recommended MySQL version to 5.6Mark Fletcher2017-09-282-2/+9
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'cleanup-css' into 'master'dj-test-pushAnnabel Dunstone Gray2017-09-271-6/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup diff-notes-collapse css See merge request gitlab-org/gitlab-ce!14515
| * | | | | | | | Cleanup diff-notes-collapse csscleanup-cssClement Ho2017-09-261-6/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'docs/k8s' into 'master'Marcia Ramos2017-09-276-16/+92
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add things that the k8s integration enables Closes #37529 See merge request gitlab-org/gitlab-ce!14163
| * | | | | | | | Add EEP to headingsAchilleas Pipinellis2017-09-271-7/+8
| | | | | | | | |
| * | | | | | | | Add link to NGINX Ingress and change Auto DevOps descriptiondocs/k8sAchilleas Pipinellis2017-09-251-15/+15
| | | | | | | | |
| * | | | | | | | Clean up Kubernetes integration docs pageAchilleas Pipinellis2017-09-256-7/+30
| | | | | | | | |
| * | | | | | | | Add things that the k8s integration enablesAchilleas Pipinellis2017-09-251-2/+54
| | | | | | | | |
* | | | | | | | | Merge branch 'winh-linting-locale' into 'master'Tim Zallmann2017-09-272-4/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix linting errors in locale/index.js See merge request gitlab-org/gitlab-ce!14521
| * | | | | | | | | Fix linting errors in locale/index.jswinh-linting-localeWinnie Hellmann2017-09-272-4/+3
| | | | | | | | | |
* | | | | | | | | | Merge branch 'acet-repo-editor-fix-link-linking' into 'master'Jacob Schatz2017-09-274-152/+167
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RepoEditor: Implement line and range linking. Closes #38254 See merge request gitlab-org/gitlab-ce!14448
| * | | | | | | | | | Change repo view hll color.acet-repo-editor-fix-link-linkingFatih Acet2017-09-251-0/+4
| | | | | | | | | | |
| * | | | | | | | | | Fix line_highlighter_spec.Fatih Acet2017-09-251-6/+12
| | | | | | | | | | |