summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fix authorization of builds and added relevant specJames Lopez2016-11-171-1/+25
| * | | | fixed and added missing scenario to events integration specJames Lopez2016-11-171-14/+26
| * | | | refactored duplicated code in controller, updated JSON array naming and fixed...James Lopez2016-11-171-14/+14
| * | | | fixed integration spec after big refactoring of fields per stageJames Lopez2016-11-171-23/+33
| * | | | added missing fields to issue. Also, added a light url builder to add URLs ea...James Lopez2016-11-171-1/+0
| * | | | added pipelines to integration specJames Lopez2016-11-171-3/+7
| * | | | some more integration scenarios testing order. Also, fixed bug in the staging...James Lopez2016-11-171-13/+42
| * | | | added the rest of the stages to the controller and relevant specsJames Lopez2016-11-171-2/+46
| * | | | added cycle analytics events controller and started integration specJames Lopez2016-11-171-0/+24
* | | | | Merge branch 'sort-api-groups' into 'master' Sean McGivern2016-11-171-1/+36
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow sorting groups in APIsort-api-groupsSean McGivern2016-11-171-1/+36
| |/ / /
* | | | Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-172-5/+5
|/ / /
* | | Merge branch 'fix/trace-patch-updated-at' into 'master' Kamil Trzciński2016-11-161-5/+81
|\ \ \
| * | | Update the updated_at of a build while patching the traceTomasz Maczukin2016-11-151-5/+81
* | | | Merge branch '24496-fix-internal-api-project-lookup' into 'master' Sean McGivern2016-11-162-5/+63
|\ \ \ \
| * | | | Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas2016-11-162-5/+63
* | | | | Merge branch 'adam-build-missing-services-when-necessary' into 'master' Douwe Maan2016-11-161-2/+1
|\ \ \ \ \
| * | | | | Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-2/+1
| | |_|/ / | |/| | |
* | | | | Merge branch '21992-disable-access-requests-by-default' into 'master' Robert Speicher2016-11-162-21/+21
|\ \ \ \ \
| * | | | | Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-112-21/+21
* | | | | | Merge branch 'fix_labels_api_adding_missing_parameter' into 'master' Sean McGivern2016-11-161-8/+35
|\ \ \ \ \ \
| * | | | | | add testsFrancesco Coda Zabetta2016-11-151-6/+21
| * | | | | | use Enumerable#find insted of select + firstFrancesco Coda Zabetta2016-11-151-3/+3
| * | | | | | fix styleFrancesco Coda Zabetta2016-11-141-3/+3
| * | | | | | fix styleFrancesco Coda Zabetta2016-11-141-3/+3
| * | | | | | fix labels API adding missing parameter (current_user)Francesco Coda Zabetta2016-11-141-8/+20
| | |/ / / / | |/| | | |
* | | | | | Merge branch '23584-triggering-builds-from-webhooks' into 'master' Rémy Coutable2016-11-151-0/+7
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add ref parameter for triggerring builds with gitlab webhook from other project.Dmitry Poray2016-11-151-0/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'grapify-groups-api' into 'master' Rémy Coutable2016-11-151-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Grapify the group APIRobert Schilling2016-11-151-1/+1
| | |/ / | |/| |
* | | | Merge branch 'grapify-merge-request-api' into 'master' Rémy Coutable2016-11-151-6/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Grapify the merge request APIgrapify-merge-request-apiRobert Schilling2016-11-151-6/+0
| |/ /
* | | Merge branch 'master-recursiveTree' into 'master' Douwe Maan2016-11-151-0/+35
|\ \ \
| * | | Issue #4270: Recursive option for files through APIRebeca Méndez2016-11-121-0/+35
| |/ /
* | | Merge branch '21076-deleted-merged-branches' into 'master' Douwe Maan2016-11-151-0/+16
|\ \ \ | |/ / |/| |
| * | Add button to delete all merged branchesToon Claes2016-11-091-0/+16
* | | Update 8.14-rc1 migrations to minimize downtime and deploy timeAlejandro Rodríguez2016-11-111-0/+8
| |/ |/|
* | Merge branch 'grapify-token-api' into 'master' Rémy Coutable2016-11-101-1/+1
|\ \
| * | Grapify token APIRobert Schilling2016-11-101-1/+1
* | | Merge branch 'grapify-milestone-api' into 'master' Rémy Coutable2016-11-101-0/+9
|\ \ \
| * | | Grapify milestones APIgrapify-milestone-apiRobert Schilling2016-11-101-0/+9
| | |/ | |/|
* | | Merge branch 'grapify-runners-api' into 'master' Rémy Coutable2016-11-101-2/+2
|\ \ \
| * | | Grapify runners APIRobert Schilling2016-11-101-2/+2
| |/ /
* | | Merge branch 'grapify-session-api' into 'master' Rémy Coutable2016-11-101-7/+9
|\ \ \
| * | | Grapify the session APIgrapify-session-apiRobert Schilling2016-11-091-7/+9
| |/ /
* | | Merge branch 'feature/api_owned_resource' into 'master' Sean McGivern2016-11-102-0/+42
|\ \ \ | |_|/ |/| |
| * | Added API endpoint groups/ownedBorja Aparicio2016-11-081-0/+18
| * | Added API spec test for projects/owned endpointBorja Aparicio2016-11-081-0/+24
* | | Remove order-dependent expectation24341-fix-failureRémy Coutable2016-11-091-1/+1
* | | Merge branch '23731-add-param-to-user-api' into 'master' Sean McGivern2016-11-091-0/+21
|\ \ \