Skip to content

Commit

Permalink
fix: remove unnecessary back end features (#12)
Browse files Browse the repository at this point in the history
* fix: update graasp-dev.json

* fix: update deploy-dev.yml add h5p-storage-root-path

* fix: update server.ts

* fix: add some console logs to find issue

* fix: add a lot more logs

* fix: remove etherpad from dependency build

* fix: remove more Etherpad content

* fix: one more etherpad thing removed

* fix: one more

* fix: remove h5p integration in import-export service

* fix: update container.ts to remove h5p

* fix: remove etherpad and h5p from api

* fix: remove ws component

* fix: use prettier --write on everything

* feat: remove websocket + redis, etherpad, h5p and meilisearch from initialization

* feat: take out etherpad + h5p + meilisearch, keep redis

* feat: completely-remove-etherpad-and-h5p-code

* feat: removed test for search service using meilisearch

* fix: reenabled commented items from testUtils

* fix: readd published item content to DataSource.ts

* fix: remove h5p and etherpad tests from import service

* feat: remove meilisearch code and test

* fix: remove meilisearch from mockSetup.ts

* fix: remove one more H5P test

* fix: remove one more meilisearch test line

* fix: removed previously commented out code and re-enabled some husky features
  • Loading branch information
ymijsters committed Dec 17, 2024
1 parent 1d577da commit c79df05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
#npx --no-install commitlint --edit "$1"
20 changes: 9 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3820,16 +3820,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonwebtoken@npm:*":
version: 9.0.7
resolution: "@types/jsonwebtoken@npm:9.0.7"
dependencies:
"@types/node": "npm:*"
checksum: 10/4c0cffc488ba200765b50004de5e046c55360121a91ad9520d904e303cdd217b3f77b51b6ba8b9cbdd03d73876d546cbd0d9992d6e205d97decba918aee5b395
languageName: node
linkType: hard

"@types/jsonwebtoken@npm:9.0.6":
"@types/jsonwebtoken@npm:*, @types/jsonwebtoken@npm:9.0.6":
version: 9.0.6
resolution: "@types/jsonwebtoken@npm:9.0.6"
dependencies:
Expand Down Expand Up @@ -6671,13 +6662,20 @@ __metadata:
languageName: node
linkType: hard

"fast-uri@npm:^3.0.0, fast-uri@npm:^3.0.1":
"fast-uri@npm:^3.0.0":
version: 3.0.3
resolution: "fast-uri@npm:3.0.3"
checksum: 10/92487c75848b03edc45517fca0148287d342c30818ce43d556391db774d8e01644fb6964315a3336eec5a90f301b218b21f71fb9b2528ba25757435a20392c95
languageName: node
linkType: hard

"fast-uri@npm:^3.0.1":
version: 3.0.1
resolution: "fast-uri@npm:3.0.1"
checksum: 10/e8ee4712270de0d29eb0fbf41ffad0ac80952e8797be760e8bb62c4707f08f50a86fe2d7829681ca133c07d6eb4b4a75389a5fc36674c5b254a3ac0891a68fc7
languageName: node
linkType: hard

"fast-xml-parser@npm:4.4.1":
version: 4.4.1
resolution: "fast-xml-parser@npm:4.4.1"
Expand Down

0 comments on commit c79df05

Please sign in to comment.