Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7f5c8d1
note about new installs to the Migration Guide
stayseesong Jul 21, 2022
1e23cfd
Merge pull request #490 from segmentio/repo-sync
bot-docsteam Jul 21, 2022
749e22b
Bump tzinfo from 1.2.9 to 1.2.10
dependabot[bot] Jul 22, 2022
0b34d33
Merge pull request #3263 from segmentio/dependabot/bundler/tzinfo-1.2.10
stayseesong Jul 22, 2022
bcca328
Merge pull request #3265 from segmentio/repo-sync
bot-docsteam Jul 23, 2022
fd4e7e2
Merge pull request #492 from segmentio/repo-sync
bot-docsteam Jul 23, 2022
195e39e
Add docs for new Gladly source (#3264)
tcgilbert Jul 25, 2022
88c8ae1
Override the FactorsAI connection modes (#3262)
Jul 25, 2022
ec229a8
Merge pull request #3270 from segmentio/repo-sync
bot-docsteam Jul 25, 2022
6da38fb
Merge pull request #493 from segmentio/repo-sync
bot-docsteam Jul 25, 2022
4a5be17
Update Video Spec Formatting
rchinn1 Jul 25, 2022
2465709
fix(typo): minor misspelling (#3269)
JasonSooter Jul 25, 2022
d7d1445
Merge pull request #3273 from segmentio/repo-sync
bot-docsteam Jul 25, 2022
e0ab67d
Merge pull request #494 from segmentio/repo-sync
bot-docsteam Jul 25, 2022
81d4047
Merge pull request #3260 from segmentio/DOC-556
stayseesong Jul 25, 2022
6271bbb
Merge pull request #3277 from segmentio/repo-sync
bot-docsteam Jul 25, 2022
ebaac43
Merge pull request #495 from segmentio/repo-sync
bot-docsteam Jul 25, 2022
234c2fb
FullStory Cloud Mode Actions deploy (#3272)
Jul 26, 2022
ebe5519
Merge pull request #3279 from segmentio/repo-sync
bot-docsteam Jul 26, 2022
ea6979c
Merge pull request #496 from segmentio/repo-sync
bot-docsteam Jul 26, 2022
21ca765
Merge pull request #3271 from segmentio/video-spec
rchinn1 Jul 26, 2022
dac9cc7
Merge branch 'master' into develop
Jul 26, 2022
37f9b28
Merge pull request #3281 from segmentio/repo-sync
bot-docsteam Jul 26, 2022
1283372
Merge pull request #497 from segmentio/repo-sync
bot-docsteam Jul 26, 2022
3849501
Catalog update (#3280)
Jul 26, 2022
a589302
Merge pull request #3282 from segmentio/repo-sync
bot-docsteam Jul 26, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thread_safe (0.3.6)
tzinfo (1.2.9)
tzinfo (1.2.10)
thread_safe (~> 0.1)
tzinfo-data (1.2021.4)
tzinfo (>= 1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion scripts/private-destination.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const addPrivateDestination = async () => {
let actions = destination.actions
let presets = destination.presets

if (destination.status == "PRIVATE_BETA") {
if (destination.status == "PRIVATE_BETA" || destination.status == "PRIVATE_BUILDING") {

let updatePrivateDest = {
id: destination.id,
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destination_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination categories last updated 2022-07-21
# destination categories last updated 2022-07-26
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
Loading