- 02 Oct, 2014 25 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
Conflicts: CHANGELOG
-
Jacob Vosmaer authored
Missing omnibus update links in help/update I took the liberty and refactored it a little. Open issue https://gitlab.com/gitlab-org/omnibus-gitlab/issues/269 Here is a screen ![gitlab_update_page](https://gitlab.com/uploads/axil/gitlab-ce/0395154f23/gitlab_update_page.png) See merge request !202
-
Sytse Sijbrandij authored
Gitlab flow edit Changed GitHub Flow links See merge request !201
-
Achilleas Pipinellis authored
-
Dmitriy Zaporozhets authored
-
https://github.com/cirosantilli/gitlabhqDmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/projects/merge_requests/_form.html.haml
-
Dmitriy Zaporozhets authored
Fail harder in the backup script See merge request !1143
-
Martijn authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Schilling authored
Improve new file commit message textarea placeholder.
-
Robert Schilling authored
Remove blame lines added leading whitespace.
-
Robert Schilling authored
Replace :erb filter with plain HAML.
-
Dmitriy Zaporozhets authored
Factor out Emoji parsing using html-pipeline-gitlab
-
Robert Schilling authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
Fix selecting them upload Related to https://gitlab.com/gitlab-org/gitlab-ce/commit/58c0a4f5cf27f76f1dc0474197b8aca06b6db12d#note_293570 See merge request !198
-
Marin Jankovski authored
-
Sytse Sijbrandij authored
Simplify custom MR good commit message hint.
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
Packages in readme See merge request !1144
-
- 01 Oct, 2014 15 commits
-
-
Sytse Sijbrandij authored
-
Robert Schilling authored
Titleize blob action buttons. [failure unrelated]
-
Robert Schilling authored
Move group feature step to match test location [failure unrelated]
-
Robert Schilling authored
-
Dmitriy Zaporozhets authored
-
Robert Schilling authored
-
Jacob Vosmaer authored
This change also shows the output of failed Git commands during the backup.
-
Sytse Sijbrandij authored
GitLab Flow Graphic As requested =) /cc @mvb See merge request !199
-
Job van der Voort authored
-
Jacob Vosmaer authored
Uploader link See merge request !1133
-
Dmitriy Zaporozhets authored
API: Add support for forking a project via the API This adds an API call to create a fork of a project. Such API "fork button" has been requested by feature requests summing up with 37 votes. The GitLab user has flagged one of them as accepting merge/pull requests for this feature. Motivation: The ability to create a fork is missing in the API. (The API currently only supports adding and removing the "forked" relationship between two existing projects) This feature (create fork thru the API) feature has been requested via two feature requests: 15 votes, 13 comments: to be able to fork a project through the API http://feedback.gitlab.com/forums/176466-general/suggestions/4125380-to-be-able-to-fork-a-project-through-the-api (it was marked as completed in error by referring to the much more special change which allows to add&delete fork information) 22 votes, 3 comments: add a "fork project" API call that acts like the "fork button" http://feedback.gitlab.com/forums/176466-general/suggestions/5820264-add-a-fork-project-api-call-that-acts-like-the The implementation is described in the text of the commit message (click on the "..." field to open it). A comprehensive test suite is added as well: It covers all 5 success / failure modes: 1. Success case 2. Failure if authenticated user has no access the the project to be forked 3. Failure if the forked project already exists in the authenticated user's namespace 4. Failure if the forked project does not exist 5. Failure if not authenticated Documentation for the new API call is added to the project help page: doc/api/projects.md I have 2 additional merge requests in progress, one is based on this feature and extend it, the other is related to querying forks. The merge request that would be directly related is based on a request written comment of one of the feature requests (that was independently also requested in a but entry): The ability to fork a project (thru the API) to a given namespace, eg. a group, in one case, for trainings. As this request does not change code, but only adds a new request API for creating forks, it does not have the capability to break existing code, and as the test spec demonstrates, it works. It allocates the API request POST /projects/fork/:id, the only other API path I'd have thought of would have been POST /projects/:id/fork but that path is already taken by the API for creating a new fork relationship between projects, so POST /projects/fork/:id is the remaining possibility that I could see. See merge request !191
-
Ciro Santilli authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Try wear_merged! without argument
-