-
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
Ibexa Jenkins
committed
Sep 12, 2023
1 parent
bf3737b
commit 4129cc5
Showing
4,321 changed files
with
1,048,906 additions
and
15 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,186 @@ | ||
# In all environments, the following files are loaded if they exist, | ||
# the latter taking precedence over the former: | ||
# | ||
# * .env contains default values for the environment variables needed by the app | ||
# * .env.local uncommitted file with local overrides | ||
# * .env.$APP_ENV committed environment-specific defaults | ||
# * .env.$APP_ENV.local uncommitted environment-specific overrides | ||
# | ||
# Real environment variables win over .env files. | ||
# | ||
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES. | ||
# https://symfony.com/doc/current/configuration/secrets.html | ||
# | ||
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2). | ||
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration | ||
|
||
###> symfony/framework-bundle ### | ||
APP_ENV=dev | ||
APP_SECRET=416f51dd03419696bc8bb3f04bae7937 | ||
###< symfony/framework-bundle ### | ||
|
||
###> ibexa/oss ### | ||
SEARCH_ENGINE=legacy | ||
# Uncomment following line if you want to change the purge type. | ||
# By default it will use `local` purge when running locally | ||
# and `varnish` for Platform.sh installations. | ||
# HTTPCACHE_PURGE_TYPE=local | ||
HTTPCACHE_DEFAULT_TTL=86400 | ||
HTTPCACHE_PURGE_SERVER=http://localhost:80 | ||
HTTPCACHE_VARNISH_INVALIDATE_TOKEN= | ||
# Uncomment following line if you want to enable translation-aware behavior for HTTP cache. | ||
# HTTPCACHE_TRANSLATION_AWARE_ENABLED=true | ||
CACHE_POOL=cache.tagaware.filesystem | ||
# When using Redis or memcached adapter, you can configure it using DSN: | ||
# - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection | ||
# - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection | ||
CACHE_DSN=localhost | ||
CACHE_NAMESPACE=ezp | ||
DATABASE_CHARSET=utf8mb4 | ||
DATABASE_COLLATION=utf8mb4_unicode_520_ci | ||
# Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet. | ||
# See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration | ||
DATABASE_VERSION=mariadb-10.3.0 | ||
SESSION_HANDLER_ID=session.handler.native_file | ||
SESSION_SAVE_PATH=%kernel.project_dir%/var/sessions/%kernel.environment% | ||
SOLR_DSN=http://localhost:8983/solr | ||
SOLR_CORE=collection1 | ||
###< ibexa/oss ### | ||
|
||
###> ibexa/content ### | ||
SEARCH_ENGINE=legacy | ||
# Uncomment following line if you want to change the purge type. | ||
# By default it will use `local` purge when running locally | ||
# and `varnish` for Platform.sh installations. | ||
# HTTPCACHE_PURGE_TYPE=local | ||
HTTPCACHE_DEFAULT_TTL=86400 | ||
HTTPCACHE_PURGE_SERVER=http://localhost:80 | ||
HTTPCACHE_VARNISH_INVALIDATE_TOKEN= | ||
# Uncomment following line if you want to enable translation-aware behavior for HTTP cache. | ||
# HTTPCACHE_TRANSLATION_AWARE_ENABLED=true | ||
CACHE_POOL=cache.tagaware.filesystem | ||
# When using Redis or memcached adapter, you can configure it using DSN: | ||
# - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection | ||
# - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection | ||
CACHE_DSN=localhost | ||
CACHE_NAMESPACE=ezp | ||
DATABASE_CHARSET=utf8mb4 | ||
DATABASE_COLLATION=utf8mb4_unicode_520_ci | ||
# Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet. | ||
# See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration | ||
DATABASE_VERSION=mariadb-10.3.0 | ||
SESSION_HANDLER_ID=session.handler.native_file | ||
SESSION_SAVE_PATH=%kernel.project_dir%/var/sessions/%kernel.environment% | ||
SOLR_CORE=collection1 | ||
# Enable recommendations by setting valid id, key and uri | ||
RECOMMENDATION_CUSTOMER_ID=0 | ||
RECOMMENDATION_LICENSE_KEY= | ||
RECOMMENDATION_HOST_URI= | ||
ELASTICSEARCH_DSN=http://localhost:9200 | ||
# Enable fastly by setting valid service_id and key | ||
# In order for this to work you also need to have EzSystemsPlatformFastlyCacheBundle installed | ||
# FASTLY_SERVICE_ID="" | ||
# FASTLY_KEY="" | ||
SISO_SEARCH_SOLR_HOST=localhost | ||
SISO_SEARCH_SOLR_PORT=8983 | ||
SISO_SEARCH_SOLR_CORE=collection1 | ||
# Do not add 'solr' to the path. It is automatically added by SolariumBundle | ||
SISO_SEARCH_SOLR_PATH= | ||
# SolariumBundle Solr DSN configuration | ||
# Note that the /solr suffix will be appended automatically to eZ Platform Solr Search Engine Bundle configuration | ||
SOLR_DSN=http://${SISO_SEARCH_SOLR_HOST}:${SISO_SEARCH_SOLR_PORT}${SISO_SEARCH_SOLR_PATH} | ||
JMS_PAYMENT_SECRET=def00000706ea7318427e72fcea2c8ceb86773a4310e35119c48e3029196acfead1ba8cc898f48d1ef9cb3f7ebe191ab46eaf67ec94a2b6bd17c079ac7277de0175b9e3e | ||
###< ibexa/content ### | ||
|
||
###> ibexa/experience ### | ||
SEARCH_ENGINE=legacy | ||
# Uncomment following line if you want to change the purge type. | ||
# By default it will use `local` purge when running locally | ||
# and `varnish` for Platform.sh installations. | ||
# HTTPCACHE_PURGE_TYPE=local | ||
HTTPCACHE_DEFAULT_TTL=86400 | ||
HTTPCACHE_PURGE_SERVER=http://localhost:80 | ||
HTTPCACHE_VARNISH_INVALIDATE_TOKEN= | ||
# Uncomment following line if you want to enable translation-aware behavior for HTTP cache. | ||
# HTTPCACHE_TRANSLATION_AWARE_ENABLED=true | ||
CACHE_POOL=cache.tagaware.filesystem | ||
# When using Redis or memcached adapter, you can configure it using DSN: | ||
# - https://symfony.com/doc/4.4/components/cache/adapters/redis_adapter.html#configure-the-connection | ||
# - https://symfony.com/doc/4.4/components/cache/adapters/memcached_adapter.html#configure-the-connection | ||
CACHE_DSN=localhost | ||
CACHE_NAMESPACE=ezp | ||
DATABASE_CHARSET=utf8mb4 | ||
DATABASE_COLLATION=utf8mb4_unicode_520_ci | ||
# Needed by Doctrine Bundle / ORM to prevent it from opening a connection during situations where there is no service yet. | ||
# See: https://symfony.com/doc/current/reference/configuration/doctrine.html#doctrine-dbal-configuration | ||
DATABASE_VERSION=mariadb-10.3.0 | ||
SESSION_HANDLER_ID=session.handler.native_file | ||
SESSION_SAVE_PATH=%kernel.project_dir%/var/sessions/%kernel.environment% | ||
SOLR_CORE=collection1 | ||
# Enable recommendations by setting valid id, key and uri | ||
RECOMMENDATION_CUSTOMER_ID=0 | ||
RECOMMENDATION_LICENSE_KEY= | ||
ELASTICSEARCH_DSN=http://localhost:9200 | ||
# Enable fastly by setting valid service_id and key | ||
# In order for this to work you also need to have EzSystemsPlatformFastlyCacheBundle installed | ||
# FASTLY_SERVICE_ID="" | ||
# FASTLY_KEY="" | ||
SISO_SEARCH_SOLR_HOST=localhost | ||
SISO_SEARCH_SOLR_PORT=8983 | ||
SISO_SEARCH_SOLR_CORE=collection1 | ||
# Do not add 'solr' to the path. It is automatically added by SolariumBundle | ||
SISO_SEARCH_SOLR_PATH= | ||
# SolariumBundle Solr DSN configuration | ||
# Note that the /solr suffix will be appended automatically to eZ Platform Solr Search Engine Bundle configuration | ||
SOLR_DSN=http://${SISO_SEARCH_SOLR_HOST}:${SISO_SEARCH_SOLR_PORT}${SISO_SEARCH_SOLR_PATH} | ||
JMS_PAYMENT_SECRET=def00000706ea7318427e72fcea2c8ceb86773a4310e35119c48e3029196acfead1ba8cc898f48d1ef9cb3f7ebe191ab46eaf67ec94a2b6bd17c079ac7277de0175b9e3e | ||
###< ibexa/experience ### | ||
|
||
###> google/recaptcha ### | ||
# To use Google Recaptcha, you must register a site on Recaptcha's admin panel: | ||
# https://www.google.com/recaptcha/admin | ||
GOOGLE_RECAPTCHA_SITE_KEY= | ||
GOOGLE_RECAPTCHA_SECRET= | ||
###< google/recaptcha ### | ||
|
||
###> excelwebzone/recaptcha-bundle ### | ||
EWZ_RECAPTCHA_SITE_KEY= | ||
EWZ_RECAPTCHA_SECRET= | ||
###< excelwebzone/recaptcha-bundle ### | ||
|
||
###> nelmio/cors-bundle ### | ||
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$' | ||
###< nelmio/cors-bundle ### | ||
|
||
###> doctrine/doctrine-bundle ### | ||
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url | ||
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml | ||
# | ||
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" | ||
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=8&charset=utf8mb4" | ||
DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8" | ||
###< doctrine/doctrine-bundle ### | ||
|
||
###> symfony/swiftmailer-bundle ### | ||
# For Gmail as a transport, use: "gmail://username:password@localhost" | ||
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode=" | ||
# Delivery is disabled by default via "null://localhost" | ||
MAILER_URL=null://localhost | ||
###< symfony/swiftmailer-bundle ### | ||
|
||
###> lexik/jwt-authentication-bundle ### | ||
JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem | ||
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem | ||
JWT_PASSPHRASE=54b152de00f0a74bb08cd3e0e37cca5d06a17337081389e1f3311192d6a8e542 | ||
###< lexik/jwt-authentication-bundle ### | ||
|
||
###> symfony/lock ### | ||
# Choose one of the stores below | ||
# postgresql+advisory://db_user:db_password@localhost/db_name | ||
LOCK_DSN=flock | ||
###< symfony/lock ### | ||
|
||
###> nelmio/solarium-bundle ### | ||
SOLR_HOST=localhost | ||
SOLR_CORE=example | ||
###< nelmio/solarium-bundle ### |
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,6 @@ | ||
# define your env variables for the test env here | ||
KERNEL_CLASS='App\Kernel' | ||
APP_SECRET='$ecretf0rt3st' | ||
SYMFONY_DEPRECATIONS_HELPER=999999 | ||
PANTHER_APP_ENV=panther | ||
PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots |
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,15 @@ | ||
| Question | Answer | ||
| ---------------------------------------- | ------------------ | ||
| **JIRA issue** | EZP-XXXXX | ||
| **Type** | feature/bug/improvement | ||
| **Target Ibexa version** | `v3.x` - please update `x` accordingly | ||
| **BC breaks** | yes/no | ||
| **Doc needed** | yes/no | ||
|
||
<!-- Replace this comment with Pull Request description --> | ||
|
||
#### Checklist: | ||
- [ ] Provided PR description. | ||
- [ ] Tested the solution manually. | ||
- [ ] Checked that target branch is set correctly. | ||
- [ ] Asked for a review (ping `@ibexa/engineering`). |
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,30 @@ | ||
|
||
###> symfony/framework-bundle ### | ||
/.env.local | ||
/.env.local.php | ||
/.env.*.local | ||
/config/secrets/prod/prod.decrypt.private.php | ||
/public/bundles/ | ||
/var/ | ||
/vendor/ | ||
###< symfony/framework-bundle ### | ||
|
||
###> liip/imagine-bundle ### | ||
/public/media/cache/ | ||
###< liip/imagine-bundle ### | ||
|
||
###> lexik/jwt-authentication-bundle ### | ||
/config/jwt/*.pem | ||
###< lexik/jwt-authentication-bundle ### | ||
|
||
###> symfony/webpack-encore-bundle ### | ||
/node_modules/ | ||
/public/build/ | ||
npm-debug.log | ||
yarn-error.log | ||
###< symfony/webpack-encore-bundle ### | ||
|
||
###> phpunit/phpunit ### | ||
/phpunit.xml | ||
.phpunit.result.cache | ||
###< phpunit/phpunit ### |
Oops, something went wrong.