Bug #18622
closedBad file name in api-doc: some more errors
Description
[1] build/webapp/paths/nodes/id.yml:106:9
Failed to parse: bad indentation of a mapping entry in "/home/fanf/java/workspaces/rudder-project/rudder/api-doc/build/webapp/paths/nodes/id.yml" at line 106, column 9:
104 | - $ref: ../../components/parameters/node-id.yml
105 | - name: "mode"
106 | in: query
107 | required: false
108 | description: Deletion mode to use, either move to trash ('move', default) or erase ('erase')
Error was generated by the bundler rule.
[2] build/webapp/openapi.yml:222:5 at #/paths/~1nodes~1{nodeId}
Can't resolve $ref: bad indentation of a mapping entry in "/home/fanf/java/workspaces/rudder-project/rudder/api-doc/build/webapp/paths/nodes/id.yml" at line 106, column 9:
220 | $ref: paths/nodes/pending-id.yml
221 | /nodes/{nodeId}:
222 | $ref: paths/nodes/id.yml
223 | /nodes/{nodeId}/applyPolicy:
224 | $ref: paths/nodes/apply-policy-id.yml
Error was generated by the bundler rule.
[3] build/webapp/paths/settings/allowed_networks_diff.yml:8:7 at #/post/parameters/0
Can't resolve $ref: ENOENT: no such file or directory, open '/home/fanf/java/workspaces/rudder-project/rudder/api-doc/build/webapp/components/parameters/get-allowed-networks.yml'
Updated by François ARMAND about 4 years ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/3390
Updated by François ARMAND about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|4877e0e2e0df783c9cb1ac04c53feca79dd7b64f.
Updated by Vincent MEMBRÉ almost 4 years ago
- Related to Bug #18620: Bad file name in api-doc: set-allowed-networks.yml added
Updated by Alexis Mousset almost 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.7 which was released today.