Compare commits

...

17 Commits

Author SHA1 Message Date
19208e00fe bugfix
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Successful in 36s
2024-08-20 14:39:28 +00:00
527285a487 icon fix
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Successful in 47s
2024-07-11 19:23:20 +00:00
2aef815c81 fixes
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Successful in 47s
2024-07-11 18:36:15 +00:00
ed25b0e8ba fixes
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Failing after 24s
2024-07-11 18:35:03 +00:00
9c71629910 fixes
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Failing after 23s
2024-07-11 18:25:00 +00:00
ab20b9a621 fixes made a mongodump on current local database for tests to have data 2024-07-11 18:21:10 +00:00
ab3f5cfbbf fixes
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Failing after 0s
2024-07-11 18:20:59 +00:00
81724cb20d fix made a mongodump on current local database for tests to have data 2023-12-26 14:15:45 +00:00
4098ade419 fix
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 1s
deploy to production / deploy (push) Successful in 1m15s
2023-12-26 14:15:40 +00:00
232682671f fix made a mongodump on current local database for tests to have data 2023-12-26 14:11:52 +00:00
867624df97 fix
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Successful in 1m8s
2023-12-26 14:11:46 +00:00
200da771cd fix made a mongodump on current local database for tests to have data 2023-12-26 14:05:28 +00:00
db2a168f4b fix
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Successful in 1m15s
2023-12-26 14:04:50 +00:00
62737151ee fix made a mongodump on current local database for tests to have data 2023-12-26 12:54:43 +00:00
5565db4d8c fix
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 1s
deploy to production / deploy (push) Successful in 1m5s
2023-12-26 12:54:35 +00:00
190ecbe521 lighthouse
Some checks failed
deploy to production / lighthouse-evaluation (push) Failing after 0s
deploy to production / deploy (push) Successful in 1m11s
2023-12-26 12:48:02 +00:00
94c14f3e1d lighthouse made a mongodump on current local database for tests to have data 2023-12-26 12:45:34 +00:00
123 changed files with 501 additions and 1108 deletions

View File

@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.lighthouse"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.lighthouse"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.lighthouse"}],"uuid":"fca0bbd4089a43689609593178154de9"}

View File

@@ -0,0 +1 @@
{"options":{},"indexes":[{"v":{"$numberInt":"2"},"key":{"_id":{"$numberInt":"1"}},"name":"_id_","ns":"tibi_allkids_erfurt.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"insertTime":{"$numberInt":"1"}},"name":"insertTime_1","ns":"tibi_allkids_erfurt.lighthouseSubpath"},{"v":{"$numberInt":"2"},"key":{"updateTime":{"$numberInt":"1"}},"name":"updateTime_1","ns":"tibi_allkids_erfurt.lighthouseSubpath"}],"uuid":"b72120ec4cd34054a83833dce78c869f"}

View File

@@ -203,46 +203,23 @@ jobs:
volumes: volumes:
- /data:/data - /data:/data
services:
mongo:
image: mongo:4.2
ports:
- 27017:27017
maildev:
image: gitbase.de/robin/maildev:latest
ports:
- 80:80
- 25:25
tibi-server:
image: gitbase.de/cms/tibi-server
ports:
- 8080:8080
env:
DB_DIAL: mongodb://mongo
API_PORT: 8080
MAIL_HOST: maildev:25
SECURITY_ALLOWABSOLUTEPATHS: "true"
SECURITY_ALLOWUPPERPATHS: "true"
SECURITY_ALLOWRELATIVEPATHS: "true"
live-server:
image: gitbase.de/robin/live-server:latest
ports:
- 8081:8081
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
lfs: true
submodules: true
- name: setup node 18 - run: |
git fetch --force --tags
# setup node 20
- name: setup node 20
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with:
node-version: 20
- name: install dependencies - name: install dependencies
env:
FORCE_COLOR: "true"
run: | run: |
npm install -g yarn npm install -g yarn
yarn install yarn install
@@ -251,13 +228,16 @@ jobs:
run: | run: |
sed -i 's#\(sentryEnvironment.*\)".*"#\1"${GITHUB_REF_NAME}"#g' frontend/src/config.ts sed -i 's#\(sentryEnvironment.*\)".*"#\1"${GITHUB_REF_NAME}"#g' frontend/src/config.ts
sed -i 's#//\( sentry\\.init.*\)#\1#g' frontend/src/config.ts sed -i 's#//\( sentry\\.init.*\)#\1#g' frontend/src/config.ts
export $(cat .env | xargs) set -o allexport
echo "PROJECT_RELEASE=${RELEASE_PROJECT_SLUG}.r`git rev-list HEAD --count`-`git describe --all --long | sed 's+/+-+'`" >> .env . ./.env
export $(cat .env | xargs) echo "PROJECT_RELEASE=${SENTRY_PROJECT}.r`git rev-list HEAD --count`-`git describe --all --long | sed 's+/+-+'`" >> .env
. ./.env
set +o allexport
echo ______ .env ______ echo ______ .env ______
cat .env cat .env
echo echo
sed -i 's#\(const release = \).*#\1"'${PROJECT_RELEASE}'"#g' api/hooks/config-client.js sed -i 's#\(const release = \).*#\1"'${PROJECT_RELEASE}'"#g' api/hooks/config-client.js
sed -i 's#\(const originURL = \).*#\1"'${LIVE_URL}'"#g' api/hooks/config-client.js
# bash scripts/preload-meta.sh frontend/spa.html # bash scripts/preload-meta.sh frontend/spa.html
# bash scripts/preload-meta.sh frontend/spa.html > frontend/_spa.html # bash scripts/preload-meta.sh frontend/spa.html > frontend/_spa.html
@@ -267,11 +247,15 @@ jobs:
sed -i s/__TIMESTAMP__/$stamp/g frontend/spa.html sed -i s/__TIMESTAMP__/$stamp/g frontend/spa.html
# sed -i s/__TIMESTAMP__/$stamp/g frontend/serviceworker.js # sed -i s/__TIMESTAMP__/$stamp/g frontend/serviceworker.js
# cat frontend/serviceworker.js # cat frontend/serviceworker.js
# rm api/templates/spa.html rm api/templates/spa.html
# cp frontend/spa.html api/templates/spa.html cp frontend/spa.html api/templates/spa.html
echo ______ frontend/spa.html ______ echo ______ frontend/spa.html ______
cat frontend/spa.html cat frontend/spa.html
# sed -i 's#\(PREVIEW_URL=\).*#\1'${LIVE_URL}/preview'#g' api/config.yml.env
echo ______ api/config.yml.env ______
cat api/config.yml.env
- name: build - name: build
env: env:
FORCE_COLOR: "true" FORCE_COLOR: "true"

Some files were not shown because too many files have changed in this diff Show More