Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-27 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-16 | 1 | -2/+3 |
| | |||||
* | Bring scoped environment variables to core | Hordur Freyr Yngvason | 2019-08-08 | 1 | -6/+2 |
| | | | | As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593 | ||||
* | CE port of Move EE specific lines in API::Variables | Imre Farkas | 2019-05-28 | 1 | -6/+4 |
| | |||||
* | Make protected attribute Boolean typeapi_make_protected_boolean_type | Thong Kuah | 2019-05-28 | 1 | -2/+2 |
| | | | | | | As documented in https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/api/project_level_variables.md#create-variable and it's a boolean in `db/schema.rb` | ||||
* | Masked should be Boolean typevariables-boolean-type | Thong Kuah | 2019-05-27 | 1 | -2/+2 |
| | | | | | | As documented in https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/api/project_level_variables.md#create-variable and it's a boolean in `db/schema.rb` | ||||
* | API: Allow to get and set "masked" attribute for variables | Mathieu Parent | 2019-05-22 | 1 | -0/+2 |
| | |||||
* | Implement support for CI variables of type file | Krasimir Angelov | 2019-05-06 | 1 | -0/+2 |
| | | | | | | | | | Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806. | ||||
* | Backport parameters for API::Parameters | Yorick Peterse | 2019-03-26 | 1 | -0/+8 |
| | | | | | This backports the EE specific parameters for API::Parameters, wrapping them in a conditional. | ||||
* | Add method to API::Variables for filtering params | Yorick Peterse | 2019-03-04 | 1 | -0/+10 |
| | | | | | This allows EE to customize the parameters used in two places, without having to modify the source code directly. | ||||
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-cop | Rémy Coutable | 2019-01-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routing | Imre Farkas | 2018-11-28 | 1 | -1/+1 |
| | | | | | It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS | ||||
* | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 1 | -0/+2 |
| | | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190 | ||||
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+6 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 1 | -2/+2 |
| | |||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Update remaining endpoints | Robert Schilling | 2017-08-28 | 1 | -0/+1 |
| | |||||
* | Update grape gemdz-update-grape | Dmitriy Zaporozhets | 2017-07-20 | 1 | -0/+1 |
| | | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Backports for ee-2112 | Lin Jen-Shin | 2017-07-06 | 1 | -2/+6 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2112 | ||||
* | Fix optional args for POST :id/variables | Lin Jen-Shin | 2017-06-27 | 1 | -1/+1 |
| | | | | | Always use declared_params(include_missing: false) so that we don't give nils for optional arguments | ||||
* | API and doc for protected variables | Lin Jen-Shin | 2017-05-25 | 1 | -1/+3 |
| | |||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Backport API to V3 | Robert Schilling | 2017-02-28 | 1 | -2/+1 |
| | |||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -2/+1 |
| | |||||
* | Don't convert data which already is the target typeapi-no-convert | Robert Schilling | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Define common helper for describe pagination params in api | Semyon Pupkov | 2016-11-22 | 1 | -2/+3 |
| | |||||
* | GrapeDSL for variableszj-grapedsl-variable | Z.J. van de Weg | 2016-10-13 | 1 | -47/+42 |
| | |||||
* | Make the CI permission model simpler | Kamil Trzcinski | 2016-02-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | This MR simplifies CI permission model: - read_build: allows to read a list of builds, artifacts and trace - update_build: allows to cancel and retry builds - create_build: allows to create builds from gitlab-ci.yml (not yet implemented) - admin_build: allows to manage triggers, runners and variables - read_commit_status: allows to read a list of commit statuses (including the overall of builds) - create_commit_status: allows to create a new commit status using API Remove all extra methods to manage permission. Made all controllers to use explicitly the new permissions. | ||||
* | Fix some typos | Tomasz Maczukin | 2016-01-13 | 1 | -2/+2 |
| | |||||
* | Add some fixes after review | Tomasz Maczukin | 2016-01-13 | 1 | -13/+16 |
| | |||||
* | Change :variable_id to :key as resource ID in API | Tomasz Maczukin | 2016-01-07 | 1 | -25/+16 |
| | |||||
* | Fix a typo in method description | Tomasz Maczukin | 2015-12-31 | 1 | -1/+1 |
| | |||||
* | Add create feature to variables API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+20 |
| | |||||
* | Add missing 'not_found' checks in variables API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+7 |
| | |||||
* | Add delete feature to variables API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+12 |
| | |||||
* | Add update feature for variables API | Tomasz Maczukin | 2015-12-31 | 1 | -1/+20 |
| | |||||
* | Add features for list and show details of variables in API | Tomasz Maczukin | 2015-12-31 | 1 | -0/+43 |