Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix API variable specs | Matija Čupić | 2018-02-05 | 1 | -2/+2 |
| | |||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -20/+20 |
| | |||||
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -4/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Fix optional args for POST :id/variables | Lin Jen-Shin | 2017-06-27 | 1 | -0/+11 |
| | | | | | Always use declared_params(include_missing: false) so that we don't give nils for optional arguments | ||||
* | Use be_truthy and add back missing link | Lin Jen-Shin | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | API and doc for protected variables | Lin Jen-Shin | 2017-05-25 | 1 | -2/+5 |
| | |||||
* | Unnecessary "include WaitForAjax" and "include ApiHelpers" | Jacopo | 2017-04-21 | 1 | -3/+1 |
| | | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true` | ||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -1/+2 |
| | |||||
* | Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specs | Rémy Coutable | 2017-01-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Changed API spec files to describe the correct class | Livier | 2016-11-28 | 1 | -1/+1 |
| | | | | | | | | Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec | ||||
* | adds second batch of tests changed to active tenseactive-tense-test-coverage | tiagonbotelho | 2016-08-09 | 1 | -19/+19 |
| | |||||
* | Use HTTP matchers if possible | Z.J. van de Weg | 2016-06-27 | 1 | -19/+19 |
| | |||||
* | Add traits for each access_level to ProjectMember factory | Robert Speicher | 2016-03-06 | 1 | -2/+2 |
| | |||||
* | Modify :ci_variable factory | Tomasz Maczukin | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Change :variable_id to :key as resource ID in API | Tomasz Maczukin | 2016-01-07 | 1 | -27/+15 |
| | |||||
* | Add create feature to variables API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+38 |
| | |||||
* | Add missing 'not_found' checks in variables API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+18 |
| | |||||
* | Add delete feature to variables API | Tomasz Maczukin | 2015-12-31 | 1 | -1/+28 |
| | |||||
* | Add update feature for variables API | Tomasz Maczukin | 2015-12-31 | 1 | -8/+44 |
| | |||||
* | Add features for list and show details of variables in API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+75 |