summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Change 'trigger_id' to 'token' as resource ID in triggers APITomasz Maczukin2016-01-071-28/+14
| | |
* | | Get show details feature to triggers APITomasz Maczukin2016-01-051-5/+51
| | |
* | | Add create feature to triggers APITomasz Maczukin2016-01-051-0/+29
| | |
* | | Add delete feature to triggers APITomasz Maczukin2016-01-051-0/+33
| | |
* | | Add triggers feature to APITomasz Maczukin2016-01-041-4/+41
|/ /
* | Add API support for looking up a user by usernameStan Hu2015-12-241-0/+7
|/ | | | Needed to support Huboard
* Merge branch 'branch-invalid-name' into 'master' Douwe Maan2015-12-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Add JS validation for invalid characters in branch name Fixes #3293 Demo: ![out-1080p](/uploads/ba21c359b6b8b440c40cacf772ec0df7/out-1080p.gif) See merge request !2122
| * Fix specDouglas Barbosa Alexandre2015-12-181-1/+1
| |
* | Merge branch 'add-project-permissions' into 'master' Dmitriy Zaporozhets2015-12-231-0/+13
|\ \ | | | | | | | | | | | | | | | | | | Add project permissions to all project API endpoints This standardizes all the project API formats. Also needed to support Huboard. See merge request !2090
| * | Add project permissions to all project API endpointsStan Hu2015-12-221-0/+13
| |/ | | | | | | This standardizes all the project API formats. Also needed to support Huboard.
* | Use method that creates runners registration tokenGrzegorz Bizon2015-12-231-1/+0
|/ | | | `runners_registration_token` now creates a new token if it is blank.
* Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-1/+20
| | | | Fixes #4112
* Merge branch 'add-open-issues-count-to-api' of ↵Dmitriy Zaporozhets2015-12-161-0/+16
|\ | | | | | | | | | | https://gitlab.com/stanhu/gitlab-ce Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add open_issues_count to project APIStan Hu2015-12-111-0/+16
| | | | | | | | This is needed to support Huboard and a generally useful value.
* | Fixed Rubocop offensesGabriel Mazetto2015-12-152-2/+2
| |
* | Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon2015-12-148-368/+121
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (66 commits) Fix runners admin view Fix migrations Rename mention of gitlab-git-http-server to gitlab-workhorse Bump Redis requirement to 2.8 for Sidekiq 4 requirements Fix wording on runner setup page add details on how to change saml button label Fix tests Move awards back to gray panel and few improvements to sidebar Few UI improvements to new sidebar implementation Fix tests for new issuable sidebar Update changelog Implement new sidebar for merge request page Make edit link on issuable sidebar works Redesign issue page for new sidebar Move awards css to separate file Implement issuable sidebar partial Update CHANGELOG Clarify cache behavior Run builds from projects with enabled CI Use Gitlab::Git instead of Ci::Git ... Conflicts: db/schema.rb
| * | Fix after column renameKamil Trzcinski2015-12-112-9/+9
| | |
| * | Fix triggers testsKamil Trzcinski2015-12-112-19/+13
| | |
| * | Reimplement Trigger APIKamil Trzcinski2015-12-111-0/+80
| | |
| * | Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-112-3/+3
| | |
| * | Migrate CI::Project to ProjectKamil Trzcinski2015-12-116-287/+31
| | |
| * | Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-102-75/+10
| |/
* | Stub also `ensure_*` method in CI runners API specsci/persist-registration-tokenGrzegorz Bizon2015-12-111-0/+1
| |
* | Use new runners registration token to register CI runnersGrzegorz Bizon2015-12-111-3/+6
|/
* Merge branch 'master' into merge-if-greenDouwe Maan2015-12-081-2/+57
|\ | | | | | | | | | | # Conflicts: # app/views/projects/merge_requests/widget/_heading.html.haml # app/views/projects/merge_requests/widget/open/_accept.html.haml
| * Merge branch 'master' into ui/dashboard-new-issueui/dashboard-new-issueDouwe Maan2015-12-083-7/+19
| |\
| * | Add API group projects specsDouwe Maan2015-12-081-2/+57
| | |
* | | Merge branch 'master' into zj/gitlab-ce-merge-if-greenDouwe Maan2015-12-083-7/+19
|\ \ \ | | |/ | |/|
| * | Add custom NamespaceValidatorRobert Speicher2015-12-071-2/+2
| | |
| * | Add custom ColorValidatorRobert Speicher2015-12-071-5/+5
| | |
| * | Fix API setting of 'public' attribute to false will make a project privateStan Hu2015-12-051-0/+12
| |/ | | | | | | Closes #3864
* | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-073-12/+106
|\ \ | |/
| * Merge branch 'extend-events-api'Dmitriy Zaporozhets2015-12-041-7/+23
| |\
| | * Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Add API endpoint to fetch merge request commits listDmitriy Zaporozhets2015-12-041-0/+17
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Allow editing a release in API via PUT methodRobert Schilling2015-11-211-0/+38
| |
| * Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-1/+16
| |
| * Use POST to create a new release instead of PUTRobert Schilling2015-11-211-4/+4
| |
| * API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-0/+8
| |
| * Make tag API consistent for release featureRobert Schilling2015-11-211-3/+3
| |
* | Incorporate feedbackZeger-Jan van de Weg2015-12-051-1/+1
| |
* | Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg2015-12-021-2/+15
|/
* Merge branch 'releases-feature'Dmitriy Zaporozhets2015-11-162-75/+135
|\
| * Add api test for creating tag with release infoDmitriy Zaporozhets2015-11-121-0/+13
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Expose release notes to tags apiDmitriy Zaporozhets2015-11-121-5/+25
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add releases apiDmitriy Zaporozhets2015-11-121-1/+14
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Move git tags API to separate fileDmitriy Zaporozhets2015-11-122-75/+89
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix caching breaking test of build artifactsbuilds_featureKamil Trzcinski2015-11-131-6/+3
| |
* | Fix broken testsKamil Trzcinski2015-11-134-74/+40
| |
* | Expose CI enable option in project featuresKamil Trzcinski2015-11-132-2/+6
|/ | | | - Enable CI by default for all new projects