Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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/+2 |
| | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | ||||
* | Add pipeline lists to GraphQL | Bob Van Landuyt | 2018-07-04 | 1 | -1/+1 |
| | | | | | | | | | This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument. | ||||
* | Review 1 | Jacopo | 2018-06-01 | 1 | -1/+5 |
| | |||||
* | Rename variables_attributes => variables and adds spec for exclude/only option | Jacopo | 2018-06-01 | 1 | -2/+2 |
| | |||||
* | Adds variables to POST api/v4/projects/:id/pipeline | Jacopo | 2018-06-01 | 1 | -0/+1 |
| | |||||
* | Add sha filter to list pipelines | James Ramsay | 2018-04-27 | 1 | -0/+1 |
| | | | | | | | To find the pipeline for a specific sha requires scanning the list of all pipelines for a ref that contains the sha. This makes it hard to find the pipeline id needed to access a trace for a specific job run in the pipeline using the API. | ||||
* | Track and act upon the number of executed queriesquery-counts | Yorick Peterse | 2018-02-01 | 1 | -0/+2 |
| | | | | | | | | | | | This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users. | ||||
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Introduce source to pipeline entitytrigger-source | Kamil Trzcinski | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Improve documentation | Shinya Maeda | 2017-05-03 | 1 | -5/+5 |
| | |||||
* | Add constant as ALLOWED_INDEXED_COLUMNS | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Use HasStatus::AVAILABLE_STATUSES instead of hard coding | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Revert "Use JSON type for sorting parameter (halfway)" | Shinya Maeda | 2017-05-03 | 1 | -4/+4 |
| | | | | This reverts commit 34127cb13ad72f65a24bdc8fc051363d3edd77cb. | ||||
* | Use JSON type for sorting parameter (halfway) | Shinya Maeda | 2017-05-03 | 1 | -4/+4 |
| | |||||
* | No need to support sha for sorting | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Reduce playable columns for sorting | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Add name(User) | Shinya Maeda | 2017-05-03 | 1 | -1/+2 |
| | |||||
* | Fix how to use PipelinesFinder | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | %[] to %w[] | Shinya Maeda | 2017-05-03 | 1 | -4/+4 |
| | |||||
* | %w() to %[] | Shinya Maeda | 2017-05-03 | 1 | -5/+5 |
| | |||||
* | Fix rubocop offences and rspec failures | Shinya Maeda | 2017-05-03 | 1 | -3/+3 |
| | |||||
* | Add specs. Plus, minor fixes. | Shinya Maeda | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | Fixed those points. | Shinya Maeda | 2017-05-03 | 1 | -9/+8 |
| | | | | | | | | - username to user_id - Drop duration - Resolve comments - Add Changelog - Edit docs | ||||
* | - Add new parameters for Pipeline API | Shinya Maeda | 2017-05-03 | 1 | -1/+11 |
| | | | | - Expand PipelinesFinder functions | ||||
* | 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> | ||||
* | Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basic | Toon Claes | 2017-03-03 | 1 | -2/+2 |
| | | | | | | | | The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`. | ||||
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb | ||||
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b. | ||||
* | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | |||||
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | |||||
* | fixed specs + docs | dimitrieh | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Merge branch ↵ | Rémy Coutable | 2016-11-22 | 1 | -2/+3 |
|\ | | | | | | | | | | | | | | | | | | | '23532-define-common-helper-for-describe-pagination-params-in-api' into 'master' Add concern for reuse pagination params declaration in API Closes #23532 See merge request !7646 | ||||
| * | Define common helper for describe pagination params in api | Semyon Pupkov | 2016-11-22 | 1 | -2/+3 |
| | | |||||
* | | Add api endpoint for creating a pipeline | Ido Leibovich | 2016-11-18 | 1 | -0/+21 |
|/ | | | | Add a new endpoint in the new API for creating a new pipeline, and return the details of that pipeline. | ||||
* | Use PipelinesFinder in Pipelines API | Z.J. van de Weg | 2016-09-07 | 1 | -1/+4 |
| | |||||
* | Add endpoints for pipelines | Z.J. van de Weg | 2016-08-18 | 1 | -0/+74 |