- 01 Jun, 2016 1 commit
-
-
Sean McGivern authored
The `sha` parameter is optional, and when present, must match the current HEAD SHA of the source branch. Otherwise, the API call fails with a 409 Conflict and a message containing the current HEAD for the source branch. Also tidy up some doc wording.
-
- 31 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 29 May, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 25 May, 2016 1 commit
-
-
Stan Hu authored
Closes #17496
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 23 May, 2016 1 commit
-
-
Connor Shea authored
-
- 22 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 20 May, 2016 2 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 19 May, 2016 5 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 16 May, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Felipe Artur authored
-
- 15 May, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 14 May, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 13 May, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 12 May, 2016 1 commit
-
-
Ahmad Sherif authored
Closes #15638
-
- 11 May, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 10 May, 2016 3 commits
-
-
Felipe Artur authored
-
Sean McGivern authored
`User#starred_projects` doesn't perform any visibility checks. This has a couple of problems: 1. It assumes a user can always view all of their starred projects in perpetuity (project not changed to private, access revoked, etc.). 2. It assumes that we'll only ever allow a user to star a project they can view. This is currently the case, but bugs happen. Add `User#viewable_starred_projects` to filter the starred projects by those the user either has explicit access to, or are public or internal. Then use that in all places where we list the user's starred projects.
-
Rémy Coutable authored
- Fix naming of API::CommitStatuses - Ensure we use require_dependency instead of require - Ensure the namespace is right in lib/api/api.rb, otherwise, we might require Grape::API::Helpers which defines the `#params` method. This is to avoid requiring a file multiple times and getting an "Already initialized constant" error. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 09 May, 2016 3 commits
-
-
Felipe Artur authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
cnam-dep authored
-
- 04 May, 2016 1 commit
-
-
Rémy Coutable authored
Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 29 Apr, 2016 1 commit
-
-
Paco Guzman authored
- Parameter validation as ISO8601 format
-
- 26 Apr, 2016 1 commit
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15577
-
- 25 Apr, 2016 4 commits
-
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15580
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15579
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15576
-
- 20 Apr, 2016 3 commits
-
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
Tomasz Maczukin authored
-
- 18 Apr, 2016 2 commits
-
-
Robert Schilling authored
-
Felipe Artur authored
-