Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-02-14 08:06:38 +0300
committerStan Hu <stanhu@gmail.com>2019-02-14 08:06:38 +0300
commit22f63b7b5471111517bdbd2ec3ced67134a37aaf (patch)
treeab694cec755c66ea49ea78f1059f42b6375f25ca /spec/fixtures
parentc6016ac8a8c12a736617e5250b63e0c930dda207 (diff)
Revert "Merge branch '50559-add-milestone-progress-to-api' into 'master'"
This reverts merge request !25173
Diffstat (limited to 'spec/fixtures')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/milestone.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/milestone.json b/spec/fixtures/api/schemas/public_api/v4/milestone.json
index 971f7980f46..6ca2e88ae91 100644
--- a/spec/fixtures/api/schemas/public_api/v4/milestone.json
+++ b/spec/fixtures/api/schemas/public_api/v4/milestone.json
@@ -8,7 +8,6 @@
"title": { "type": "string" },
"description": { "type": ["string", "null"] },
"state": { "type": "string" },
- "percentage_complete": { "type": "integer" },
"created_at": { "type": "date" },
"updated_at": { "type": "date" },
"start_date": { "type": "date" },