Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a98b43c

Browse files
author
DKravtsov
committed
Symfony 7.1, MySQL 8.4, updated docker docs, updated composer dependencies, refactoring.
1 parent 880a2e0 commit a98b43c

Some content is hidden

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

62 files changed

+5609
-3411
lines changed

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
make info
2929
3030
- run:
31-
name: Run unit/functional tests
31+
name: Run unit/application tests
3232
command: |
3333
make phpunit
3434

‎.dockerignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
### Docker
2626
Dockerfile
27-
docker-compose.yml
28-
docker-compose-test-ci.yml
29-
docker-compose-staging.yml
30-
docker-compose-prod.yml
27+
compose.yaml
28+
compose-test-ci.yaml
29+
compose-staging.yaml
30+
compose-prod.yaml

‎.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
1515
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
1616

17-
###> docker-compose configuration ###
17+
###> dockercompose configuration ###
1818
COMPOSE_PROJECT_NAME=environment1
19-
###< docker-compose configuration ###
19+
###< dockercompose configuration ###
2020

2121
###> docker configuration that can be overridden in .env.local ###
2222
WEB_PORT_HTTP=80
2323
WEB_PORT_SSL=443
2424
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
2525
XDEBUG_CONFIG=main
2626
# Sometimes we need to use different xdebug versions, list of versions can be found here - https://pecl.php.net/package/xdebug
27-
XDEBUG_VERSION=3.3.1
28-
# MySQL version, recommend values: 8.2|8.1|8.0
29-
MYSQL_VERSION=8.2
27+
XDEBUG_VERSION=3.3.2
28+
# MySQL version, recommend values: 8.4|8.3|8.2|8.1|8.0
29+
MYSQL_VERSION=8.4
3030
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
3131
INNODB_USE_NATIVE_AIO=1
3232
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode

‎.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ push_staging_images:
5151
stage: deploy
5252
script:
5353
- make build-staging
54-
# TODO: set necessary image name in docker-compose-staging.yml according to your registry and edit lines bellow
54+
# TODO: set necessary image name in compose-staging.yaml according to your registry and edit lines bellow
5555
#- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
56-
#- docker-compose -f docker-compose-staging.yml push
56+
#- dockercompose -f compose-staging.yaml push
5757
only:
5858
- master
5959
- develop
@@ -63,9 +63,9 @@ push_prod_images:
6363
stage: deploy
6464
script:
6565
- make build-prod
66-
# TODO: set necessary image name in docker-compose-prod.yml according to your registry and edit lines bellow
66+
# TODO: set necessary image name in compose-prod.yaml according to your registry and edit lines bellow
6767
#- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
68-
#- docker-compose -f docker-compose-prod.yml push
68+
#- dockercompose -f compose-prod.yaml push
6969
only:
7070
- master
7171
- /^release.*$/

‎.idea/codeception.xml

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.idea/htdocs.iml

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /