Skip to content

Commit f0a2a7c

Browse files
authored
Merge branch 'develop' into spencerattick-patch-5
2 parents 2a6094b + 8c91769 commit f0a2a7c

File tree

175 files changed

+29823
-19321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+29823
-19321
lines changed

Gemfile.lock

100755100644
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
httpclient (~> 2.8, >= 2.8.3)
3232
json (>= 1.5.1)
3333
colorator (1.1.0)
34-
commonmarker (0.23.9)
34+
commonmarker (0.23.10)
3535
concurrent-ruby (1.2.2)
3636
dotenv (2.8.1)
3737
em-websocket (0.5.3)
@@ -46,6 +46,7 @@ GEM
4646
filesize (0.2.0)
4747
forwardable-extended (2.6.0)
4848
google-protobuf (3.23.2-x86_64-darwin)
49+
google-protobuf (3.23.2-x86_64-linux)
4950
http_parser.rb (0.8.0)
5051
httpclient (2.8.3)
5152
i18n (1.13.0)
@@ -89,6 +90,8 @@ GEM
8990
mercenary (0.4.0)
9091
nokogiri (1.15.2-x86_64-darwin)
9192
racc (~> 1.4)
93+
nokogiri (1.15.2-x86_64-linux)
94+
racc (~> 1.4)
9295
pathutil (0.16.2)
9396
forwardable-extended (~> 2.6)
9497
posix-spawn (0.3.15)
@@ -106,6 +109,8 @@ GEM
106109
safe_yaml (1.0.5)
107110
sass-embedded (1.62.1-x86_64-darwin)
108111
google-protobuf (~> 3.21)
112+
sass-embedded (1.62.1-x86_64-linux-gnu)
113+
google-protobuf (~> 3.21)
109114
terminal-table (3.0.2)
110115
unicode-display_width (>= 1.1.1, < 3)
111116
thread_safe (0.3.6)
@@ -119,9 +124,9 @@ GEM
119124
webrick (1.8.1)
120125

121126
PLATFORMS
122-
ruby
123127
x86_64-darwin-19
124128
x86_64-darwin-20
129+
x86_64-linux
125130

126131
DEPENDENCIES
127132
dotenv

ignore-links.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@ https://segment.com/docs/connections/sources/catalog/cloud-apps/snowflake/
7171
https://segment.com/docs/connections/destinations/catalog/adobe-target-cloud-mode/
7272
https://segment.com/docs/connections/destinations/catalog/adobe-target-web/
7373
https://segment.com/docs/connections/destinations/catalog/google-ads-remarketing-lists/
74+
https://compose.aampe.com/configure/integrations
75+
https://everboarding.trybento.co/data
76+
https://app.getcorrelated.com/integrations
77+
https://app.launchdarkly.com/default/production/debugger/goals
78+
https://www.app.metricstory.ai/account/apikeys
79+
https://app.unstack.com/login
80+
https://github.com/fubotv/segment-analytics-android/pull/1

scripts/catalog/updateDestinations.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ const updateDestinations = async () => {
142142
connection_modes,
143143
settings,
144144
actions,
145-
presets
145+
presets,
146+
partnerOwned: destination.partnerOwned
146147
};
147148

148149
// Add the updated destination to the destinationsUpdated array

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 2024-03-19
2+
# destination categories last updated 2024-05-02
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)