summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use POST to create a new release instead of PUTRobert Schilling2015-11-213-8/+8
|
* API: Return 404 if the tag for a release does not existRobert Schilling2015-11-215-9/+47
|
* Make tag API consistent for release featureRobert Schilling2015-11-214-13/+14
|
* Merge branch 'api-tags-doc' into 'master' Robert Speicher2015-11-211-0/+1
|\ | | | | | | | | | | | | | | | | Add tags page to readme The tags page was separated for the release feature but not to the index readme. [ci skip] See merge request !1861
| * Add tags page to readme [ci skip]api-tags-docRobert Schilling2015-11-211-0/+1
|/
* Merge branch 'fix-merge-requests-without-source-projects' into 'master' Dmitriy Zaporozhets2015-11-212-1/+26
|\ | | | | | | | | | | | | | | | | Handle removed source projects in MR CI commits Fixes #3599 @dzaporozhets assigning this to you since you wrote the original code. Perhaps checking for the source project isn't the right way, but I'm not sure if there's a better way (e.g. somewhere earlier in the process) that we can detect this. See merge request !1859
| * Handle removed source projects in MR CI commitsfix-merge-requests-without-source-projectsYorick Peterse2015-11-202-1/+26
| | | | | | | | | | | | | | | | When calling MergeRequest#ci_commit the code would previously raise an error if the source project no longer existed (e.g. because the user removed their fork). See #3599 for more information.
* | Merge branch 'gitlab-ee-d39de0ea-backport' into 'master' Dmitriy Zaporozhets2015-11-212-10/+17
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Port GitLab EE ProjectsFinder changes These changes were added in GitLab EE commit d39de0ea91b26b8840195e5674b92c353cc16661. The tests were a bit bugged (they used a non existing group, thus not testing a crucial part) which I only noticed when porting CE changes to EE. See merge request !1854
| * | Port GitLab EE ProjectsFinder changesgitlab-ee-d39de0ea-backportYorick Peterse2015-11-202-10/+17
| | | | | | | | | | | | | | | | | | | | | These changes were added in GitLab EE commit d39de0ea91b26b8840195e5674b92c353cc16661. The tests were a bit bugged (they used a non existing group, thus not testing a crucial part) which I only noticed when porting CE changes to EE.
* | | Merge branch 'ee-flog' into 'master' Dmitriy Zaporozhets2015-11-212-31/+27
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Reduce method complexity in AutocompleteController Backport of gitlab-org/gitlab-ee!58 See merge request !1833
| * | Reduce method complexity in AutocompleteControlleree-flogDouwe Maan2015-11-202-31/+27
| | |
* | | Merge branch 'fix-scss-syntax-error' into 'master' Stan Hu2015-11-201-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix syntax error in common.scss Fix a syntax error. See merge request !1857
| * | | fix syntax error in common.scssGreg Smethells2015-11-201-1/+1
| | |/ | |/|
* | | Merge branch 'fix-drone-service-hook' into 'master' Stan Hu2015-11-201-0/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | Fix Drone web hook URL not being updated Fixes regression of !1774: fixes Drone Web hook for both service templates and project services. See merge request !1856
| * | Fix Drone web hook URL not being updatedStan Hu2015-11-201-0/+2
| | |
* | | Merge branch 'workhorse-version' into 'master' Jacob Vosmaer2015-11-204-5/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump GitLab Workhorse version to 0.4.2 See merge request !1830
| * | | Update gitlab-workhorse docs to 0.4.2workhorse-versionRobert Schilling2015-11-192-3/+3
| | | |
| * | | Bump GitLab Workhorse version to 0.4.2Kamil Trzcinski2015-11-192-2/+1
| | | |
* | | | Merge branch 'lfs-batch-download' into 'master' Marin Jankovski2015-11-203-283/+419
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for batch download operation - Drops Accept for all download requests, - Allows to do batch download for public projects and non-authorized users - Returns 501 for legacy API with message to upgrade the client /cc @marin @jacobvosmaer @yorickpeterse See merge request !1842
| * | | | Error 501 when client is using deprecated API.Marin Jankovski2015-11-203-195/+49
| | | | |
| * | | | Fix upload tests, reformat code and make rubocop happyKamil Trzcinski2015-11-202-122/+110
| | | | |
| * | | | Part of tests done [ci skip]Kamil Trzcinski2015-11-202-104/+338
| | | | |
| * | | | Add support for batch download operationlfs-batch-downloadKamil Trzcinski2015-11-193-36/+96
| | | | |
* | | | | Merge branch 'notes_fix_stable' into 'master' Dmitriy Zaporozhets2015-11-204-4/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for Emoji See merge request !1849
| * | | | | Fix for Emojinotes_fix_stablenotes_fixValery Sizov2015-11-204-4/+6
| | | | | |
* | | | | | Merge branch 'lfs_default_and_backup' into 'master' Dmitriy Zaporozhets2015-11-207-9/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lfs default and backup Part of gitlab-org/gitlab-ce#2955 See merge request !1823
| * | | | | | Add lfs to backup specs.lfs_default_and_backupMarin Jankovski2015-11-191-5/+9
| | | | | | |
| * | | | | | Backup LFS objects same as any upload.Marin Jankovski2015-11-194-2/+36
| | | | | | |
| * | | | | | Lfs on by default.Marin Jankovski2015-11-192-2/+2
| | | | | | |
* | | | | | | Merge branch 'update-docs' into 'master' Achilleas Pipinellis2015-11-204-9/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More GitLab spellings. No dedicated CI in omnibus See merge request !1838
| * | | | | | More GitLab spellings. No dedicated CI in omnibus [ci skip]update-docsRobert Schilling2015-11-194-9/+7
| | | | | | |
* | | | | | | Merge branch 'update-lfs-docs' into 'master' Marin Jankovski2015-11-201-3/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update LFS docs for cloning Cloning the repo already downloads the LFS tracked files. See merge request !1839
| * | | | | | | Update LFS docs for cloning [ci skip]update-lfs-docsRobert Schilling2015-11-191-3/+2
| |/ / / / / /
* | | | | | | Merge branch 'rs-mr-reference-copy' into 'master' Robert Speicher2015-11-201-2/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Add clipboard button to merge request cross-project reference See merge request !1847
| * | | | | | Add clipboard button to merge request cross-project referenceRobert Speicher2015-11-191-2/+4
|/ / / / / /
* | | | | | Merge branch 'rs-safari-clipboard-fallback' into 'master' Robert Speicher2015-11-191-5/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a fallback for Safari copy-to-clipboard Also, hide the tooltip in a less stupid way. Closes #3547 See merge request !1844
| * | | | | | Add a fallback for Safari copy-to-clipboardrs-safari-clipboard-fallbackRobert Speicher2015-11-191-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, hide the tooltip in a less stupid way. Closes #3547
* | | | | | | Merge branch 'ci-yaml-validation' into 'master' Kamil Trzciński2015-11-196-22/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits without .gitlab-ci.yml are marked as skipped - Commits without .gitlab-ci.yml are marked as skipped - Save detailed error when YAML syntax This also fixes: #3521 #3546 /cc @jacobvosmaer See merge request !1827
| * | | | | | | Don't rescue Exception, but StandardErrorci-yaml-validationKamil Trzcinski2015-11-192-8/+5
| | | | | | | |
| * | | | | | | Fix testsKamil Trzcinski2015-11-191-2/+2
| | | | | | | |
| * | | | | | | Since GitLab CI is enabled by default, remove enabling it by pushing ↵Kamil Trzcinski2015-11-192-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .gitlab-ci.yml
| * | | | | | | Fix testsKamil Trzcinski2015-11-192-20/+20
| | | | | | | |
| * | | | | | | Commits without .gitlab-ci.yml are marked as skippedKamil Trzcinski2015-11-193-3/+28
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | - Save detailed error when YAML syntax
* | | | | | | Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-1933-438/+431
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Award Emoji This it first iteration of award emoji feature. We have plan to extend emoji picker by the next release. For now, you can add award by clicking to the emoji picker or posting a regular comment with emoji like ":+1:" and any other. You can post not only emoji that listed in the emoji picker. See merge request !1825
| * | | | | | | fox testsemoji_votesValery Sizov2015-11-192-28/+27
| | | | | | | |
| * | | | | | | adressing commentsValery Sizov2015-11-195-20/+21
| | | | | | | |
| * | | | | | | added specsValery Sizov2015-11-193-0/+73
| | | | | | | |
| * | | | | | | added spinach testsValery Sizov2015-11-197-96/+83
| | | | | | | |
| * | | | | | | Few minor improvements to emoji awards UIDmitriy Zaporozhets2015-11-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Improve UI for emoji awardsDmitriy Zaporozhets2015-11-193-21/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>