Skip to content

Commit

Permalink
Merge branch 'development' into ai-experimental-endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Dec 17, 2024
2 parents d07dfc9 + 50c3fe1 commit a3ddd47
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 39 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@aws-sdk/s3-request-presigner": "^3.705.0",
"@dotenvx/dotenvx": "^1.22.0",
"@paralleldrive/cuid2": "^2.2.2",
"@serlo/editor": "0.19.0",
"@serlo/editor": "0.20.1",
"express": "^4.19.2",
"fp-ts": "2.16.9",
"http-proxy-middleware": "^3.0.3",
Expand All @@ -42,7 +42,7 @@
"lodash": "^4.17.21",
"ltijs": "^5.9.5",
"mongodb": "5.1.0",
"mysql2": "^3.11.3",
"mysql2": "^3.11.5",
"openai": "^4.73.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -65,7 +65,7 @@
"codeceptjs": "^3.6.7",
"codeceptjs-chai": "^2.3.5",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
Expand All @@ -75,7 +75,7 @@
"multer": "^1.4.5-lts.1",
"npm-run-all": "^4.1.5",
"playwright": "^1.48.2",
"prettier": "3.3.3",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"ts-node": "^10.9.2",
"tsx": "4.19.2",
Expand Down
2 changes: 2 additions & 0 deletions scripts/wait_for_server.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
LATEST_LOG_BEFORE_READY="Registered platform: itslearning-mock"

if ! timeout 60 bash -c "while [ ! -f output.log ] || ! grep -m 1 \"$LATEST_LOG_BEFORE_READY\" output.log; do sleep 1; done"; then
echo "Check why the server is not ready"
cat output.log
echo "Error: Server is not working correctly." >&2
exit 1
fi
Loading

0 comments on commit a3ddd47

Please sign in to comment.