Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into N21-1995-sync-group-of-type-class
Browse files Browse the repository at this point in the history
  • Loading branch information
mrikallab committed Jul 19, 2024
2 parents 5061c50 + 2b3606d commit 1400750
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ data:
EXIT_ON_ERROR: "true"
SC_DOMAIN: "{{ DOMAIN }}"
FEATURE_PROMETHEUS_METRICS_ENABLED: "true"
ETHERPAD__PAD_URI: "https://{{ DOMAIN }}/etherpad/p"
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ data:
EXIT_ON_ERROR: "true"
SC_DOMAIN: "{{ DOMAIN }}"
FEATURE_PROMETHEUS_METRICS_ENABLED: "true"
ETHERPAD__PAD_URI: "https://{{ DOMAIN }}/etherpad/p"
61 changes: 43 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"async": "^3.2.2",
"async-mutex": "^0.4.0",
"aws-sdk": "^2.1375.0",
"axios": "^1.6.2",
"axios": "^1.7.2",
"axios-mock-adapter": "^1.21.2",
"bbb-promise": "^1.2.0",
"bcryptjs": "*",
Expand Down Expand Up @@ -331,7 +331,7 @@
"sinon": "^11.1.1",
"sinon-chai": "^3.5.0",
"socket.io-client": "^4.7.5",
"supertest": "^6.3.2",
"supertest": "^7.0.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 1400750

Please sign in to comment.