-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc4c912
commit 841db1b
Showing
427 changed files
with
12,315 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
monolog: | ||
handlers: | ||
travis: | ||
type: stream | ||
level: error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ibexa.behat: | ||
resource: '@IbexaBehatBundle/Resources/config/routing.yaml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": { | ||
"FriendsOfBehat\\SymfonyExtension\\Bundle\\FriendsOfBehatSymfonyExtensionBundle": ["test", "behat"], | ||
"Ibexa\\Bundle\\Behat\\IbexaBehatBundle": ["behat"] | ||
}, | ||
"copy-from-package": { | ||
"behat_ibexa_oss.yaml": "behat_ibexa_oss.yaml", | ||
"behat_ibexa_headless.yaml": "behat_ibexa_headless.yaml", | ||
"behat_ibexa_experience.yaml": "behat_ibexa_experience.yaml", | ||
"behat_ibexa_commerce.yaml": "behat_ibexa_commerce.yaml" | ||
}, | ||
"copy-from-recipe": { | ||
"config/": "%CONFIG_DIR%/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
#ibexa: | ||
# system: | ||
# default: | ||
# cdp: | ||
# # Account number can be obtained from Accounts settings in Ibexa CDP dashboard | ||
# account_number: 123456 | ||
# data_export: | ||
# user_data: | ||
# transport: stream_file | ||
# stream_file: | ||
# # Use Stream ID generated during data import from "stream file" in Data Manager | ||
# stream_id: 00000000-00000000-00000000-00000000 | ||
# content_data: | ||
# transport: stream_file | ||
# stream_file: | ||
# # Use Stream ID generated during data import from "stream file" in Data Manager | ||
# stream_id: 00000000-00000000-00000000-00000000 | ||
# product_data: | ||
# transport: stream_file | ||
# stream_file: | ||
# # Use Stream ID generated during data import from "stream file" in Data Manager | ||
# stream_id: 00000000-00000000-00000000-00000000 | ||
# | ||
# # You can configure multiple activations here. They have to be of type "Ibexa" in Ibexa DXP dashboard. | ||
# activations: | ||
# - | ||
# # Client ID and Secret pair is used to authenticate against Webhook endpoint, make sure it's random and secure | ||
# client_id: '%env(CDP_ACTIVATION_CLIENT_ID)%' | ||
# client_secret: '%env(CDP_ACTIVATION_CLIENT_SECRET)%' | ||
# # Segment Group where CDP data will be imported to | ||
# segment_group_identifier: example_segment_group_identifier | ||
# | ||
#ibexa_cdp: | ||
# data_export: | ||
# schedule: | ||
# user: | ||
# # You can use examples below to build your own data export schedule. | ||
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-user-data --help` | ||
## # every 15 minutes | ||
## - | ||
## interval: '*/15 * * * *' | ||
## options: '--stream-id=00000000-00000000-00000000-00000000 --user-content-type=user --no-draft' | ||
## | ||
## # every 6 hours | ||
## - | ||
## interval: '0 */6 * * *' | ||
## options: '--stream-id=00000000-00000000-00000000-00000000 --user-content-type=user --no-draft' | ||
# | ||
# content: | ||
# # You can use examples below to build your own data export schedule. | ||
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-content-data --help` | ||
## # every 30 minutes | ||
## - | ||
## interval: '*/30 * * * *' | ||
## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft' | ||
## | ||
## # every 12 hours | ||
## - | ||
## interval: '0 */12 * * *' | ||
## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft' | ||
# | ||
# product: | ||
# # You can use examples below to build your own data export schedule. | ||
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-product-data --help` | ||
## # every 30 minutes | ||
## - | ||
## interval: '*/30 * * * *' | ||
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft' | ||
## | ||
## # every 12 hours | ||
## - | ||
## interval: '0 */12 * * *' | ||
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ibexa.cdp: | ||
resource: '@IbexaCdpBundle/Resources/config/routing.yaml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"aliases": ["ibexa-cdp", "cdp"], | ||
"bundles": { | ||
"Ibexa\\Bundle\\Cdp\\IbexaCdpBundle": ["all"] | ||
}, | ||
"env": { | ||
"CDP_ACTIVATION_CLIENT_ID": "123456", | ||
"CDP_ACTIVATION_CLIENT_SECRET": "abcdef" | ||
}, | ||
"copy-from-recipe": { | ||
"config/": "%CONFIG_DIR%/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"aliases": [], | ||
"bundles": {} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.