Project

General

Profile

Actions

Bug #10054

closed

User story #10050: Remove all datasource code from Rudder main and add needed hooks

Change headers AND params in datasource api to be an array

Added by Vincent MEMBRÉ about 7 years ago. Updated about 7 years ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
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" } ]
Actions #1

Updated by François ARMAND about 7 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)
Actions #2

Updated by Vincent MEMBRÉ about 7 years ago

  • Status changed from New to In progress
Actions #3

Updated by Vincent MEMBRÉ about 7 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
Actions #4

Updated by Vincent MEMBRÉ about 7 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #5

Updated by Vincent MEMBRÉ about 7 years ago

  • Description updated (diff)

Updated params/header format in description ( key instead of name)

Actions #6

Updated by Vincent MEMBRÉ about 7 years ago

  • Parent task set to #10050
Actions #7

Updated by Vincent MEMBRÉ about 7 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 4.1.0 which was released today.

Actions

Also available in: Atom PDF