summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-0/+2
* | | | | Change `return`s for `next`s to please rubocop (behaviour is the same)Alejandro Rodríguez2016-07-201-2/+2
* | | | | Add /deploy_keys API to retrieve all deploy keys regardless of project affili...Alejandro Rodríguez2016-07-201-53/+66
| |_|_|/ |/| | |
* | | | Merge branch 'remove-parse-boolean' into 'master' Rémy Coutable2016-07-204-8/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replace parse_boolean with to_booleanRobert Schilling2016-07-204-8/+4
| | |/ | |/|
* | | Merge branch 'api-cleanup-entities' into 'master' Rémy Coutable2016-07-192-42/+21
|\ \ \
| * | | Simplify entities for branches and tags APIapi-cleanup-entitiesRobert Schilling2016-07-192-42/+21
| |/ /
* | | Merge branch 'api-delete-todos' into 'master' Rémy Coutable2016-07-191-1/+1
|\ \ \ | |/ / |/| |
| * | Return the number of marked todosapi-delete-todosRobert Schilling2016-07-191-1/+1
* | | Only update onceRobert Schilling2016-07-191-2/+3
* | | API: Expose 'developers_can_merge' for branchesRobert Schilling2016-07-192-1/+11
* | | API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-193-4/+25
| |/ |/|
* | Merge branch 'undo-revert-of-4892' into 'master' 19396-api-allow-admin-owner-to-set-timestamp-when-changing-issue-stateRémy Coutable2016-07-181-1/+1
|\ \
| * | Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-1/+1
* | | Merge branch 'api-isssues-due-date' into 'master' Rémy Coutable2016-07-182-4/+7
|\ \ \
| * | | API: Expose due_date for issuesapi-isssues-due-dateRobert Schilling2016-07-122-4/+7
* | | | Merge branch 'track-pipeline-user' into 'master' Rémy Coutable2016-07-181-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Track a user who created a pipelineKamil Trzcinski2016-07-151-1/+1
| | |/ | |/|
* | | Merge branch 'normalize_emoji_aliases_paths' into 'master' Rémy Coutable2016-07-181-2/+2
|\ \ \
| * | | Fix not normalized emoji pathsdixpac2016-07-141-2/+2
| |/ /
* | | Fix a bug where the project's repository path was returned instead of the wik...19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wikiAlejandro Rodríguez2016-07-151-1/+6
|/ /
* | Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+1
* | Merge branch 'dropdown-load-fix' into 'master' Douwe Maan2016-07-132-1/+6
|\ \
| * | deletes swn filetiagonbotelho2016-07-131-0/+0
| * | fixes test according to four-phase test patterntiagonbotelho2016-07-121-0/+0
| * | removes basicprojectwithaccess and replaces it with basicprojectdetailstiagonbotelho2016-07-123-9/+1
| * | changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho2016-07-122-17/+0
| * | adds basic functionality to the new endpoint of the apitiagonbotelho2016-07-123-19/+17
| * | implements filter_paramstiagonbotelho2016-07-122-0/+19
| * | changes string to symbol in paramtiagonbotelho2016-07-121-1/+1
| * | adds test to check json fields on simple request and changes the url request ...tiagonbotelho2016-07-121-1/+1
| * | fixes missing field on basicprojectdetailstiagonbotelho2016-07-121-0/+1
| * | changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho2016-07-122-19/+6
| * | adds basic functionality to the new endpoint of the apitiagonbotelho2016-07-123-21/+25
| * | implements filter_paramstiagonbotelho2016-07-123-0/+21
| |/
* | Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-1/+1
|/
* Merge branch 'remove-branch-api' into 'master' Rémy Coutable2016-07-121-0/+2
|\
| * api: expose {should,force}_remove_source_branchBen Boeckel2016-07-111-0/+2
* | entities: remove :description from MergeRequestBen Boeckel2016-07-111-1/+0
|/
* API: Expose shared projects in a groupapi-shared-projectsRobert Schilling2016-07-081-0/+1
* Expose shared groups for projectsapi-shared-groupsRobert Schilling2016-07-081-0/+11
* Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan2016-07-061-3/+3
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-2/+2
* Only allow Git Access on the allowed protocolPatricio Cano2016-07-051-2/+5
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-018-10/+0
* Merge branch 'todos-api' into 'master' Rémy Coutable2016-07-013-0/+108
|\
| * Support creating a todo on issuables via APItodos-apiRobert Schilling2016-07-011-0/+30
| * Expose target, filter by state as stringRobert Schilling2016-07-012-7/+7
| * Add todos API documentation and changelogRobert Schilling2016-07-011-3/+1
| * pass paginated array when deleting notesRobert Schilling2016-07-011-1/+1