Skip to content

Commit ec794a0

Browse files
committed
Merge branch 'develop' into postgres-rds-update
2 parents 0656ad2 + 67250e1 commit ec794a0

File tree

19 files changed

+306
-39
lines changed

19 files changed

+306
-39
lines changed

Gemfile.lock

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ GEM
104104
mercenary (0.4.0)
105105
mini_portile2 (2.8.0)
106106
multipart-post (2.1.1)
107-
nokogiri (1.13.3)
107+
nokogiri (1.13.4)
108108
mini_portile2 (~> 2.8.0)
109109
racc (~> 1.4)
110-
nokogiri (1.13.3-x86_64-darwin)
110+
nokogiri (1.13.4-x86_64-darwin)
111111
racc (~> 1.4)
112-
nokogiri (1.13.3-x86_64-linux)
112+
nokogiri (1.13.4-x86_64-linux)
113113
racc (~> 1.4)
114114
pathutil (0.16.2)
115115
forwardable-extended (~> 2.6)

scripts/catalog_papi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ const updateSources = async () => {
232232
display_name: source.name,
233233
slug,
234234
url,
235-
hidden,
235+
hidden: isCatalogItemHidden(url),
236236
regions,
237237
endpoints,
238238
source_type: mainCategory,

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2022-04-06
2+
# destination categories last updated 2022-04-12
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 55 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2022-04-06
2+
# destination data last updated 2022-04-12
33
items:
44
- id: 60b5d0a01f3726b85dc05aab
55
display_name: 2mee
@@ -23127,10 +23127,6 @@ items:
2312723127
mobile: true
2312823128
server: true
2312923129
components:
23130-
- code: >-
23131-
https://github.com/segmentio/analytics-cloud-integrations/tree/master/integrations/iterable
23132-
owner: PARTNER
23133-
type: BROWSER
2313423130
- code: >-
2313523131
https://github.com/segmentio/segment-destinations/tree/master/integrations/iterable
2313623132
owner: SEGMENT
@@ -23140,7 +23136,7 @@ items:
2314023136
replay: false
2314123137
connection_modes:
2314223138
device:
23143-
web: true
23139+
web: false
2314423140
mobile: false
2314523141
server: false
2314623142
cloud:
@@ -37326,6 +37322,59 @@ items:
3732637322
label: Organization Token
3732737323
actions: []
3732837324
presets: []
37325+
- id: 620ebe78b4e75580b6e6b72a
37326+
display_name: Willow
37327+
name: Willow
37328+
slug: willow
37329+
hidden: true
37330+
endpoints:
37331+
- us
37332+
regions:
37333+
- us
37334+
url: connections/destinations/catalog/willow
37335+
previous_names:
37336+
- Willow
37337+
website: https://heywillow.io
37338+
status: PUBLIC_BETA
37339+
categories: []
37340+
logo:
37341+
url: https://cdn.filepicker.io/api/file/7KA58Rg1SzS81OiOzxxn
37342+
mark:
37343+
url: https://cdn.filepicker.io/api/file/nbQ9vwWFTeqWP4SJVJyY
37344+
methods:
37345+
track: true
37346+
identify: true
37347+
group: false
37348+
alias: false
37349+
page: true
37350+
platforms:
37351+
browser: true
37352+
mobile: true
37353+
server: true
37354+
components: []
37355+
browserUnbundlingSupported: false
37356+
browserUnbundlingPublic: false
37357+
replay: false
37358+
connection_modes:
37359+
device:
37360+
web: false
37361+
mobile: false
37362+
server: false
37363+
cloud:
37364+
web: false
37365+
mobile: false
37366+
server: false
37367+
settings:
37368+
- name: apiKey
37369+
type: string
37370+
defaultValue: ''
37371+
description: >-
37372+
You can find your team's API key in the Team Settings section under "API
37373+
Keys"
37374+
required: true
37375+
label: API Key
37376+
actions: []
37377+
presets: []
3732937378
- id: 5dca74a6907ce1604b781476
3733037379
display_name: Windsor
3733137380
name: Windsor

src/_data/catalog/regional-supported.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL
2-
# Last updated 2022-04-06
2+
# Last updated 2022-04-12
33
warehouses:
44
- id: WcjBCzUGff
55
display_name: Azure SQL Data Warehouse
@@ -3732,6 +3732,14 @@ destinations:
37323732
- eu
37333733
endpoints:
37343734
- us
3735+
- id: 620ebe78b4e75580b6e6b72a
3736+
display_name: Willow
3737+
slug: willow
3738+
url: connections/destinations/catalog/willow
3739+
regions:
3740+
- us
3741+
endpoints:
3742+
- us
37353743
- id: 5dca74a6907ce1604b781476
37363744
display_name: Windsor
37373745
slug: windsor

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2022-04-06
2+
# source cateogries last updated 2022-04-12
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2022-04-06
2+
# sources last updated 2022-04-12
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
@@ -96,7 +96,7 @@ items:
9696
display_name: AMP
9797
slug: amp
9898
url: connections/sources/catalog/libraries/server/amp
99-
hidden: true
99+
hidden: false
100100
regions:
101101
- us
102102
- eu
@@ -361,7 +361,7 @@ items:
361361
display_name: Factual Engine
362362
slug: factual-engine
363363
url: connections/sources/catalog/cloud-apps/factual-engine
364-
hidden: true
364+
hidden: false
365365
regions:
366366
- us
367367
- eu
@@ -936,7 +936,7 @@ items:
936936
display_name: Project
937937
slug: project
938938
url: connections/sources/catalog/cloud-apps/project
939-
hidden: false
939+
hidden: true
940940
regions:
941941
- us
942942
- eu
@@ -1196,7 +1196,7 @@ items:
11961196
display_name: Snowflake
11971197
slug: snowflake
11981198
url: connections/sources/catalog/cloud-apps/snowflake
1199-
hidden: false
1199+
hidden: true
12001200
regions:
12011201
- us
12021202
endpoints:
@@ -1318,7 +1318,7 @@ items:
13181318
display_name: Youbora
13191319
slug: youbora
13201320
url: connections/sources/catalog/cloud-apps/youbora
1321-
hidden: false
1321+
hidden: true
13221322
regions:
13231323
- us
13241324
endpoints:

src/_data/sidenav/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ sections:
299299
- path: /personas/profile-api
300300
title: Profile API
301301
- path: /personas/debugger
302-
title: Personas Space Debugger
302+
title: Personas Source Debugger
303303
- path: /personas/personas-gdpr
304304
title: Personas and GDPR
305305
- path: /personas/faqs

src/_includes/content/react-dest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The {{thisDestName}} device-mode destination SDK is only available for {{thisDes
1414
</p></div></div>
1515
{%endif%}
1616

17-
To add the {{thisDestName}} device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project:
17+
To add the {{thisDestName}} device-mode SDK to a [React Native](/docs/connections/sources/catalog/libraries/mobile/react-native/) project using Segment's `1.5.1≤` release:
1818
1. Navigate to the root folder of your project, and run a `yarn add @segment/analytics-react-native-{{thisDestName | downcase | replace: " ", "-" }}{% if thisDestRNspecific %}-{{thisDestRNspecific}}{%endif%}` command to add the destination SDK to your project.
1919
2. Add an `import` statement to your project, as in the example below.
2020
```js

src/connections/destinations/catalog/actions-talon-one/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Talon.One (Action) Destination
33
hide-boilerplate: true
44
hide-dossier: false
5-
hidden: true
65
---
76

87
<!-- In the section above, edit the `title` field. For example, Slack (Actions) Destination -->

0 commit comments

Comments
 (0)