summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas
Commit message (Expand)AuthorAgeFilesLines
...
* | Add VariableSerializer for Ci::VariableMatija Čupić2018-02-051-0/+6
|/
* Fix a JSON schema that doesn't include enough fieldsRémy Coutable2018-01-311-0/+4
* Merge branch 'remove-soft-removals' into 'master'Douwe Maan2018-01-112-2/+0
|\
| * Remove soft removals related codeYorick Peterse2018-01-082-2/+0
* | Merge branch '39214__pipeline_api' into 'master'Sean McGivern2018-01-111-0/+4
|\ \ | |/ |/|
| * Add `pipelines` endpoint to merge requests APITony Rom2017-12-151-0/+4
* | Merge branch 'jprovazn-rebase' into 'master'Filipa Lacerda2018-01-052-1/+6
|\ \
| * | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-052-1/+6
* | | Merge branch 'api-domains-expose-project_id' into 'master'Dmitriy Zaporozhets2018-01-051-1/+2
|\ \ \
| * | | Expose project_id on /api/v4/pages/domainsLuc Didry2018-01-031-1/+2
* | | | Merge branch 'backport-issue_3413' into 'master'Sean McGivern2018-01-053-1/+91
|\ \ \ \ | |_|/ / |/| | |
| * | | EE-BACKPORT group boardsFelipe Artur2018-01-043-1/+91
| |/ /
* | | Fixes spec failures due to not returning metrics for MRs other than closed/me...Oswaldo Ferreira2018-01-021-2/+4
* | | Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-023-2/+42
|/ /
* | Merge branch 'osw-isolate-mr-widget-exposed-attributes' into 'master'Sean McGivern2017-12-181-4/+4
|\ \ | |/ |/|
| * Stop sending milestone and labels data over the wire for MR widgetosw-isolate-mr-widget-exposed-attributesOswaldo Ferreira2017-12-151-4/+4
* | Adds ordering to projects contributors in APIJacopo2017-12-132-0/+22
|/
* Add issue sidebar and toggle_subscription endpoint in board issues dataOswaldo Ferreira2017-11-201-0/+2
* Add administrative endpoint to list all pages domainsTravis Miller2017-11-134-20/+43
* Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-071-0/+1
|\
| * Add changes_count to the merge requests APIadd-changes-count-to-merge-requests-apiSean McGivern2017-11-031-0/+1
* | Add ClusterApplicationEntity testsAlessio Caiazza2017-11-061-15/+11
* | Merge remote-tracking branch 'origin/master' into 38464-k8s-appsKamil Trzcinski2017-11-031-4/+2
|\ \ | |/
| * Remove private_token from API user entityDouwe Maan2017-11-021-4/+2
* | Merge branch 'refactor-clusters' into 38464-k8s-appsKamil Trzcinski2017-11-027-27/+123
|\ \ | |/
| * Load participants asyncEric Eastwood2017-10-315-27/+95
| * Add pages domains API schemaTravis Miller2017-10-221-0/+23
| * Fix failed testKamil Trzcinski2017-10-171-2/+2
| * Add short_revision and use total_sizeKamil Trzcinski2017-10-171-0/+5
* | WIP: mock cluster apps status APIAlessio Caiazza2017-10-311-2/+33
|/
* Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-serv...Kamil Trzciński2017-10-061-0/+11
|\
| * Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-061-0/+1
| |\
| * | Added cluster controller specsKamil Trzcinski2017-10-051-0/+11
* | | Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-062-0/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issu...Jarka Kadlecova2017-10-032-2/+25
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-203-0/+9
| |\ \ \
| * | | | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-142-2/+2
| * | | | Support discussion lock in the APIJarka Kadlecova2017-09-142-0/+2
* | | | | Allow merge when no pipeline success38389-allow-merge-without-successEric Eastwood2017-10-051-0/+1
| |_|_|/ |/| | |
* | | | Merge branch '31050-registry-image-lists' into 'master'Grzegorz Bizon2017-10-044-0/+67
|\ \ \ \
| * | | | Add serializer matchersKamil Trzcinski2017-10-024-0/+67
| | |_|/ | |/| |
* | | | Merge branch '36876-mr-show-json-controller-perf-improvements' into 'master'Douwe Maan2017-10-041-1/+1
|\ \ \ \
| * | | | Reduce method calls while evaluating Projects::MergeRequestsController#show.json36876-mr-show-json-controller-perf-improvementsOswaldo Ferreira2017-10-041-1/+1
| |/ / /
* | | | Add merge_requests_rebase_enabled to json entities for specsValery Sizov2017-10-021-1/+2
* | | | Merge branch 'master' into ff_port_from_eeEric Eastwood2017-09-262-2/+25
|\ \ \ \ | |/ / /
| * | | Expose last pipeline details in API response when getting a single commitMehdi Lahmam2017-09-262-2/+25
| | |/ | |/|
* | | Fix entities/merge_request.json by adding ff_only_mergeValery Sizov2017-09-201-1/+2
|/ /
* | Merge branch 'rc/improve-users-api-specs' into 'master'Grzegorz Bizon2017-09-192-0/+8
|\ \
| * | Improve the Users API specs by asserting against the response schemarc/improve-users-api-specsRémy Coutable2017-09-182-0/+8
| |/
* | Add 'closed_at' attribute to Issues APIVitaliy @blackst0ne Klachkov2017-09-161-0/+1
|/