Skip to content

Commit 5971bf7

Browse files
feat(*): Add vendor to sources and clean debug log format
1 parent 7575800 commit 5971bf7

File tree

491 files changed

+58391
-255
lines changed

Some content is hidden

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

491 files changed

+58391
-255
lines changed

.github/release-drafter.yml

-4
This file was deleted.

.github/workflows/end-to-end-test-suite.yml

-4
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ jobs:
9090
with:
9191
path: my-own-modules/${{ env.EXTENSION_PATH }}
9292

93-
- name: Install ${{ env.EXTENSION_NAME }} with composer dependencies
94-
run: |
95-
ddev composer install --no-dev --prefer-dist --optimize-autoloader --working-dir ./my-own-modules/${{ env.EXTENSION_PATH }}
96-
9793
- name: Prepare for playwright test
9894
run: |
9995
cd ${{ github.workspace }}/my-own-modules/${{ env.EXTENSION_PATH }}/tests/e2e-ddev/__scripts__

.github/workflows/release-drafter.yml

-20
This file was deleted.

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Composer
2-
vendor/
2+
vendor/crowdsec/bouncer/*
3+
!vendor/crowdsec/bouncer/src
4+
35

46
# Systems
57
.DS_Store
@@ -17,4 +19,4 @@ crowdsec-wp*
1719
*.log
1820
.vagrant
1921
.env
20-
inc/standalone-settings.php
22+
inc/standalone-settings.php

composer.json

-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
"symfony/polyfill-mbstring": "1.20.0",
1919
"symfony/service-contracts": "2.4.1"
2020
},
21-
"require-dev": {
22-
"bramus/monolog-colored-line-formatter": "^3.0",
23-
"symfony/var-dumper": "^5.2"
24-
},
2521
"autoload": {
2622
"psr-4": {
2723
"\\": "./"

0 commit comments

Comments
 (0)