Skip to content

Commit

Permalink
chore(release): pull release/v1.74.0 into main (#3636)
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik authored Aug 6, 2024
2 parents 17179db + 9d595eb commit 7e27e3a
Show file tree
Hide file tree
Showing 402 changed files with 37,911 additions and 17,281 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-pr-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- reopened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
generate-tag-names:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- reopened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
check-pr-title:
name: Check PR Title
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Commitlint

on: [push]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
commitlint:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/component-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- reopened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

permissions:
id-token: write # allows the JWT to be requested from GitHub's OIDC provider
contents: read # This is required for actions/checkout
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dt-test-and-report-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
pull_request:
types: ['opened', 'reopened', 'synchronize']

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
coverage:
name: Code Coverage
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/prepare-for-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
branches:
- develop

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
report-coverage:
name: Report Code Coverage
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/prepare-for-prod-dt-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
report-coverage:
name: Report Code Coverage
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/prepare-for-prod-ut-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
report-coverage:
name: Report Code Coverage
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/prepare-for-staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
generate-tag-names:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ut-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- reopened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
ut_tests:
name: UT Tests
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verify-server-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
types: ['opened', 'reopened', 'synchronize']

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
check-health:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Verify
on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true

jobs:
formatting-lint:
name: Check for formatting & lint errors
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.74.0](https://github.com/rudderlabs/rudder-transformer/compare/v1.73.1...v1.74.0) (2024-08-05)


### Features

* detach user and company in intercom identify call ([#3580](https://github.com/rudderlabs/rudder-transformer/issues/3580)) ([286c44a](https://github.com/rudderlabs/rudder-transformer/commit/286c44a47e8451486bde281b8c938df59945cdfc))
* onboard new api for klaviyo 15-06-2024 ([#3574](https://github.com/rudderlabs/rudder-transformer/issues/3574)) ([44baab9](https://github.com/rudderlabs/rudder-transformer/commit/44baab9298d171efe1209b3ec360d15e84a4190c))
* supporting device token type using integrations object ([#3620](https://github.com/rudderlabs/rudder-transformer/issues/3620)) ([14e776e](https://github.com/rudderlabs/rudder-transformer/commit/14e776e659b745c814d31cd049fc4051c1e6735d))
* updated examples for swagger ([#3526](https://github.com/rudderlabs/rudder-transformer/issues/3526)) ([5e22fa0](https://github.com/rudderlabs/rudder-transformer/commit/5e22fa0555b98e83ca1b11f16e87f367d1f85ca8))


### Bug Fixes

* customerio page undefined name ([#3613](https://github.com/rudderlabs/rudder-transformer/issues/3613)) ([adc2a4a](https://github.com/rudderlabs/rudder-transformer/commit/adc2a4a6650c9d9add26be51999f5b3078c59f15))
* facebook conversion version upgrade ([#3607](https://github.com/rudderlabs/rudder-transformer/issues/3607)) ([9d06546](https://github.com/rudderlabs/rudder-transformer/commit/9d065467f376a047d1cebb095de0b33be6e32206))
* fb custom audience version upgrade from v18 to v20 ([#3604](https://github.com/rudderlabs/rudder-transformer/issues/3604)) ([c2d7555](https://github.com/rudderlabs/rudder-transformer/commit/c2d7555dcea5e476f276eec5926d392f58dbd7fa))
* fb pixel and fb app events version upgrade ([#3606](https://github.com/rudderlabs/rudder-transformer/issues/3606)) ([7caf476](https://github.com/rudderlabs/rudder-transformer/commit/7caf4762be2c527725a2bdfb090a626d40723c36))
* rakuten for amount list ([#3612](https://github.com/rudderlabs/rudder-transformer/issues/3612)) ([2fb7e6b](https://github.com/rudderlabs/rudder-transformer/commit/2fb7e6b4bc2b7524f6fa86a54596f7c6550fa51a))
* shopify: incorporate new shopify cart token format ([#3626](https://github.com/rudderlabs/rudder-transformer/issues/3626)) ([0d3c042](https://github.com/rudderlabs/rudder-transformer/commit/0d3c0426571f14e88b5b8a703065935713ce8198))

### [1.73.1](https://github.com/rudderlabs/rudder-transformer/compare/v1.73.0...v1.73.1) (2024-08-02)


Expand Down
1 change: 1 addition & 0 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
4 changes: 2 additions & 2 deletions go/webhook/testcases/testcases.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ type Input struct {
}
type Request struct {
Method string
RawQuery string `json:"query"`
RawQuery string `json:"query_parameters"`
Headers map[string]string
Body json.RawMessage
}

type Output struct {
Response Response
Queue []json.RawMessage
ErrQueue []json.RawMessage `json:"err_queue"`
ErrQueue []json.RawMessage `json:"errQueue"`
}

type Response struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
},
"headers": {
"Content-Type": "application/json"
}
},
"method": "GET"
}
},
"output": {
Expand All @@ -29,6 +30,7 @@
},
"queue": [
{
"anonymousId": "97fcd7b2-cc24-47d7-b776-057b7b199513",
"context": {
"library": {
"name": "unknown",
Expand All @@ -54,13 +56,11 @@
"custom": "custom",
"tracker_name": "dummy"
},
"anonymousId": "97fcd7b2-cc24-47d7-b776-057b7b199513",
"receivedAt": "2024-03-03T04:48:29.000Z",
"request_ip": "192.0.2.30",
"messageId": "00000000-0000-0000-0000-000000000000"
}
],
"errQueue": []
},
"skip": "FIXME"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
},
"headers": {
"Content-Type": "application/json"
}
},
"method": "GET"
}
},
"output": {
Expand All @@ -19,7 +20,13 @@
"body": "Query_parameters is missing"
},
"queue": [],
"errQueue": [null]
"errQueue": [
{
"id": "adjust",
"updated_at": "2023-02-10T12:16:07.251Z",
"created_at": "2023-02-10T12:05:04.402Z"
}
]
},
"skip": "FIXME"
}
28 changes: 28 additions & 0 deletions go/webhook/testcases/testdata/testcases/appcenter/test_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "appcenter",
"description": "test-0",
"input": {
"request": {
"body": {
"text": "Hello from your abc-test app in App Center!",
"sent_at": "2023-01-02T07: 53: 28.3117824Z",
"url": "https://appcenter.ms/users/abc-rudderstack.com/apps/abc-test"
},
"headers": {
"Content-Type": "application/json"
}
}
},
"output": {
"response": {
"status": 200,
"body": {
"text": "Hello from your abc-test app in App Center!",
"sent_at": "2023-01-02T07: 53: 28.3117824Z",
"url": "https://appcenter.ms/users/abc-rudderstack.com/apps/abc-test"
}
},
"queue": [],
"errQueue": []
}
}
82 changes: 82 additions & 0 deletions go/webhook/testcases/testdata/testcases/appcenter/test_1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"name": "appcenter",
"description": "test-1",
"input": {
"request": {
"body": {
"app_name": "MSAppCenterTesting",
"branch": "master",
"build_status": "Succeeded",
"build_id": "1",
"build_link": "https://appcenter.ms/users/venkat-rudderstack.com/apps/MSAppCenterTesting/build/branches/master/builds/1",
"build_reason": "manual",
"finish_time": "2021-03-02T16:41:29.891411Z",
"icon_link": null,
"notification_settings_link": "https://appcenter.ms/users/venkat-rudderstack.com/apps/MSAppCenterTesting/settings/notifications",
"os": "Android",
"start_time": "2021-03-02T16:34:13.9184874Z",
"source_version": "7ed5c7b279316f19e9a0c45bb0fb49c0655471af",
"sent_at": "2021-03-02T16:41:55.8819564Z"
},
"headers": {
"Content-Type": "application/json"
}
}
},
"output": {
"response": {
"status": 200,
"body": "OK"
},
"queue": [
{
"context": {
"library": {
"name": "unknown",
"version": "unknown"
},
"integration": {
"name": "APPCENTER"
},
"app": {
"name": "MSAppCenterTesting",
"build": "1"
},
"device": {
"type": "Android"
},
"os": {
"name": "Android"
}
},
"integrations": {
"APPCENTER": false
},
"properties": {
"app_name": "MSAppCenterTesting",
"branch": "master",
"build_status": "Succeeded",
"build_id": "1",
"build_link": "https://appcenter.ms/users/venkat-rudderstack.com/apps/MSAppCenterTesting/build/branches/master/builds/1",
"build_reason": "manual",
"finish_time": "2021-03-02T16:41:29.891411Z",
"icon_link": null,
"notification_settings_link": "https://appcenter.ms/users/venkat-rudderstack.com/apps/MSAppCenterTesting/settings/notifications",
"os": "Android",
"start_time": "2021-03-02T16:34:13.9184874Z",
"source_version": "7ed5c7b279316f19e9a0c45bb0fb49c0655471af",
"sent_at": "2021-03-02T16:41:55.8819564Z"
},
"type": "track",
"event": "Build Succeeded",
"originalTimeStamp": "2021-03-02T16:34:13.9184874Z",
"anonymousId": "97fcd7b2-cc24-47d7-b776-057b7b199513",
"sentAt": "2021-03-02T16:41:55.8819564Z",
"receivedAt": "2024-03-03T04:48:29.000Z",
"request_ip": "192.0.2.30",
"messageId": "00000000-0000-0000-0000-000000000000"
}
],
"errQueue": []
}
}
Loading

0 comments on commit 7e27e3a

Please sign in to comment.