import hiltes
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
mmoeller
2023-01-30 15:36:20 +01:00
parent d420c00036
commit 3493e038e3
31 changed files with 27498 additions and 20940 deletions

9
.idea/dataSources.xml generated
View File

@@ -8,5 +8,14 @@
<jdbc-url>jdbc:mysql://127.0.0.1:3306</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="DDEV" uuid="86e47706-4e5a-4e03-b691-7edcb432774a">
<driver-ref>mariadb</driver-ref>
<synchronize>true</synchronize>
<configured-by-url>true</configured-by-url>
<remarks>DDEV generated data source</remarks>
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://127.0.0.1:60294/db?user=db&amp;password=db</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>

26
.idea/php.xml generated
View File

@@ -142,6 +142,31 @@
<path value="$PROJECT_DIR$/vendor/sebastian/lines-of-code" />
</include_path>
</component>
<component name="PhpInterpreters">
<interpreters>
<interpreter id="64ff8bd0-da32-4db6-9020-b3f9551fc212" name="DDEV" home="docker-compose://DATA" debugger_id="php.debugger.XDebug">
<remote_data INTERPRETER_PATH="php8.1" HELPERS_PATH="/opt/.phpstorm_helpers" INITIALIZED="false" VALID="true" RUN_AS_ROOT_VIA_SUDO="false" DOCKER_ACCOUNT_NAME="Docker" DOCKER_COMPOSE_SERVICE_NAME="web" DOCKER_REMOTE_PROJECT_PATH="/opt/project">
<PathMappingSettings>
<option name="pathMappings">
<list>
<mapping local-root="$PROJECT_DIR$/.ddev" remote-root="/mnt/ddev_config" />
<mapping local-root="$PROJECT_DIR$/.ddev/xhprof" remote-root="/usr/local/bin/xhprof" />
<mapping local-root="$PROJECT_DIR$/.git" remote-root="/var/www/html/.git" />
<mapping local-root="$APPLICATION_CONFIG_DIR$/scratches" remote-root="/opt/scratches" />
</list>
</option>
</PathMappingSettings>
<type_data command="EXEC" />
<dockerComposeConfigurationPaths>
<item value="$PROJECT_DIR$/.ddev/.ddev-docker-compose-full.yaml" />
</dockerComposeConfigurationPaths>
<envs>
<env name="COMPOSE_PROJECT_NAME" value="ddev-CdsConnector" />
</envs>
</remote_data>
</interpreter>
</interpreters>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="8.1" />
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
@@ -149,6 +174,7 @@
<component name="PhpUnit">
<phpunit_settings>
<PhpUnitSettings configuration_file_path="$PROJECT_DIR$/phpunit.xml.dist" custom_loader_path="$PROJECT_DIR$/vendor/autoload.php" use_configuration_file="true" />
<phpunit_by_interpreter interpreter_id="64ff8bd0-da32-4db6-9020-b3f9551fc212" configuration_file_path="/Users/markomoller/code/CdsConnector/phpunit.xml.dist" custom_loader_path="/Users/markomoller/code/CdsConnector/vendor/autoload.php" use_configuration_file="true" />
</phpunit_settings>
</component>
<component name="PsalmOptionsConfiguration">