Actions
Bug #10054
closedUser story #10050: Remove all datasource code from Rudder main and add needed hooks
Change headers AND params in datasource api to be an array
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Storing and sending an array for datasource headers would be friendlier than an object (order fixed, POLA ...)
The awaited format is:
For params:
[ { "name": "my-param1", "value": "the param value" }, { "name": "an-other-param", "value": "the value" } ]
For headers:
[ { "name": "header1", "value": "the value 1" }, { "name": "header2", "value": "the value 2" } ]
Updated by François ARMAND almost 8 years ago
- Subject changed from Change headers in datasource api to be an array to Change headers AND params in datasource api to be an array
- Description updated (diff)
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/1463
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|fde2b4a2f53d8efce995ecd1ba5de89b90bc2665.
Updated by Vincent MEMBRÉ almost 8 years ago
- Description updated (diff)
Updated params/header format in description ( key instead of name)
Updated by Vincent MEMBRÉ almost 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.1.0 which was released today.
- 4.1.0: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions