Explorar o código

Merge pull request #21916 from overleaf/ae-spelling-cleanup

Spelling service cleanup

GitOrigin-RevId: 429071c6ad3cf55ae3cc6688cd1216ea7e9108fb
Alf Eaton hai 1 ano
pai
achega
b617266c6d

+ 2 - 2
README.md

@@ -45,8 +45,8 @@ This repo contains two dockerfiles, [`Dockerfile-base`](server-ce/Dockerfile-bas
 `sharelatex/sharelatex-base` image, and [`Dockerfile`](server-ce/Dockerfile) which builds the
 `sharelatex/sharelatex-base` image, and [`Dockerfile`](server-ce/Dockerfile) which builds the
 `sharelatex/sharelatex` (or "community") image.
 `sharelatex/sharelatex` (or "community") image.
 
 
-The Base image generally contains the basic dependencies like `wget` and
-`aspell`, plus `texlive`. We split this out because it's a pretty heavy set of
+The Base image generally contains the basic dependencies like `wget`, plus `texlive`.
+We split this out because it's a pretty heavy set of
 dependencies, and it's nice to not have to rebuild all of that every time.
 dependencies, and it's nice to not have to rebuild all of that every time.
 
 
 The `sharelatex/sharelatex` image extends the base image and adds the actual Overleaf code
 The `sharelatex/sharelatex` image extends the base image and adds the actual Overleaf code

+ 0 - 1
server-ce/Dockerfile-base

@@ -25,7 +25,6 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
       unattended-upgrades \
       unattended-upgrades \
       build-essential wget net-tools unzip time imagemagick optipng strace nginx git python3 python-is-python3 zlib1g-dev libpcre3-dev gettext-base libwww-perl ca-certificates curl gnupg \
       build-essential wget net-tools unzip time imagemagick optipng strace nginx git python3 python-is-python3 zlib1g-dev libpcre3-dev gettext-base libwww-perl ca-certificates curl gnupg \
       qpdf \
       qpdf \
-      aspell aspell-en aspell-af aspell-am aspell-ar aspell-ar-large aspell-bg aspell-bn aspell-br aspell-ca aspell-cs aspell-cy aspell-da aspell-de aspell-de-1901 aspell-el aspell-eo aspell-es aspell-et aspell-eu-es aspell-fa aspell-fo aspell-fr aspell-ga aspell-gl-minimos aspell-gu aspell-he aspell-hi aspell-hr aspell-hsb aspell-hu aspell-hy aspell-id aspell-is aspell-it aspell-kk aspell-kn aspell-ku aspell-lt aspell-lv aspell-ml aspell-mr aspell-nl aspell-no aspell-nr aspell-ns  aspell-pa aspell-pl aspell-pt aspell-pt-br aspell-ro aspell-ru aspell-sk aspell-sl aspell-ss aspell-st aspell-sv aspell-tl aspell-tn aspell-ts aspell-uk aspell-uz aspell-xh aspell-zu \
 # upgrade base-image, batch all the upgrades together, rather than installing them on-by-one (which is slow!)
 # upgrade base-image, batch all the upgrades together, rather than installing them on-by-one (which is slow!)
 &&  unattended-upgrade --verbose --no-minimal-upgrade-steps \
 &&  unattended-upgrade --verbose --no-minimal-upgrade-steps \
 # install Node.js https://github.com/nodesource/distributions#nodejs
 # install Node.js https://github.com/nodesource/distributions#nodejs

+ 0 - 1
server-ce/config/env.sh

@@ -9,6 +9,5 @@ export HISTORY_V1_HOST=127.0.0.1
 export NOTIFICATIONS_HOST=127.0.0.1
 export NOTIFICATIONS_HOST=127.0.0.1
 export PROJECT_HISTORY_HOST=127.0.0.1
 export PROJECT_HISTORY_HOST=127.0.0.1
 export REALTIME_HOST=127.0.0.1
 export REALTIME_HOST=127.0.0.1
-export SPELLING_HOST=127.0.0.1
 export WEB_HOST=127.0.0.1
 export WEB_HOST=127.0.0.1
 export WEB_API_HOST=127.0.0.1
 export WEB_API_HOST=127.0.0.1

+ 0 - 2
services/web/app/src/Features/Project/ProjectController.js

@@ -348,8 +348,6 @@ const _ProjectController = {
       'write-and-cite-ars',
       'write-and-cite-ars',
       'default-visual-for-beginners',
       'default-visual-for-beginners',
       'hotjar',
       'hotjar',
-      'spell-check-client',
-      'spell-check-no-server',
       'ai-add-on',
       'ai-add-on',
     ].filter(Boolean)
     ].filter(Boolean)