Skip to content

Commit 841db1b

Browse files
authored
[ALL] Added recipes for 5.0 (#111)
1 parent bc4c912 commit 841db1b

File tree

427 files changed

+12315
-0
lines changed

Some content is hidden

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

427 files changed

+12315
-0
lines changed

ibexa/activity-log/5.0/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}

ibexa/admin-ui/5.0/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
monolog:
2+
handlers:
3+
travis:
4+
type: stream
5+
level: error
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ibexa.behat:
2+
resource: '@IbexaBehatBundle/Resources/config/routing.yaml'

ibexa/behat/5.0/manifest.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"aliases": [],
3+
"bundles": {
4+
"FriendsOfBehat\\SymfonyExtension\\Bundle\\FriendsOfBehatSymfonyExtensionBundle": ["test", "behat"],
5+
"Ibexa\\Bundle\\Behat\\IbexaBehatBundle": ["behat"]
6+
},
7+
"copy-from-package": {
8+
"behat_ibexa_oss.yaml": "behat_ibexa_oss.yaml",
9+
"behat_ibexa_headless.yaml": "behat_ibexa_headless.yaml",
10+
"behat_ibexa_experience.yaml": "behat_ibexa_experience.yaml",
11+
"behat_ibexa_commerce.yaml": "behat_ibexa_commerce.yaml"
12+
},
13+
"copy-from-recipe": {
14+
"config/": "%CONFIG_DIR%/"
15+
}
16+
}

ibexa/calendar/5.0/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}

ibexa/cart/5.0/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
#ibexa:
2+
# system:
3+
# default:
4+
# cdp:
5+
# # Account number can be obtained from Accounts settings in Ibexa CDP dashboard
6+
# account_number: 123456
7+
# data_export:
8+
# user_data:
9+
# transport: stream_file
10+
# stream_file:
11+
# # Use Stream ID generated during data import from "stream file" in Data Manager
12+
# stream_id: 00000000-00000000-00000000-00000000
13+
# content_data:
14+
# transport: stream_file
15+
# stream_file:
16+
# # Use Stream ID generated during data import from "stream file" in Data Manager
17+
# stream_id: 00000000-00000000-00000000-00000000
18+
# product_data:
19+
# transport: stream_file
20+
# stream_file:
21+
# # Use Stream ID generated during data import from "stream file" in Data Manager
22+
# stream_id: 00000000-00000000-00000000-00000000
23+
#
24+
# # You can configure multiple activations here. They have to be of type "Ibexa" in Ibexa DXP dashboard.
25+
# activations:
26+
# -
27+
# # Client ID and Secret pair is used to authenticate against Webhook endpoint, make sure it's random and secure
28+
# client_id: '%env(CDP_ACTIVATION_CLIENT_ID)%'
29+
# client_secret: '%env(CDP_ACTIVATION_CLIENT_SECRET)%'
30+
# # Segment Group where CDP data will be imported to
31+
# segment_group_identifier: example_segment_group_identifier
32+
#
33+
#ibexa_cdp:
34+
# data_export:
35+
# schedule:
36+
# user:
37+
# # You can use examples below to build your own data export schedule.
38+
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-user-data --help`
39+
## # every 15 minutes
40+
## -
41+
## interval: '*/15 * * * *'
42+
## options: '--stream-id=00000000-00000000-00000000-00000000 --user-content-type=user --no-draft'
43+
##
44+
## # every 6 hours
45+
## -
46+
## interval: '0 */6 * * *'
47+
## options: '--stream-id=00000000-00000000-00000000-00000000 --user-content-type=user --no-draft'
48+
#
49+
# content:
50+
# # You can use examples below to build your own data export schedule.
51+
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-content-data --help`
52+
## # every 30 minutes
53+
## -
54+
## interval: '*/30 * * * *'
55+
## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft'
56+
##
57+
## # every 12 hours
58+
## -
59+
## interval: '0 */12 * * *'
60+
## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft'
61+
#
62+
# product:
63+
# # You can use examples below to build your own data export schedule.
64+
# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-product-data --help`
65+
## # every 30 minutes
66+
## -
67+
## interval: '*/30 * * * *'
68+
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft'
69+
##
70+
## # every 12 hours
71+
## -
72+
## interval: '0 */12 * * *'
73+
## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ibexa.cdp:
2+
resource: '@IbexaCdpBundle/Resources/config/routing.yaml'

ibexa/cdp/5.0/manifest.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"aliases": ["ibexa-cdp", "cdp"],
3+
"bundles": {
4+
"Ibexa\\Bundle\\Cdp\\IbexaCdpBundle": ["all"]
5+
},
6+
"env": {
7+
"CDP_ACTIVATION_CLIENT_ID": "123456",
8+
"CDP_ACTIVATION_CLIENT_SECRET": "abcdef"
9+
},
10+
"copy-from-recipe": {
11+
"config/": "%CONFIG_DIR%/"
12+
}
13+
}

ibexa/checkout/5.0/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}

ibexa/commerce-rest/5.0/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}

ibexa/commerce-shop/5.0/manifest.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"aliases": [],
3+
"bundles": {}
4+
}
Loading
313 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
69.2 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)