-
- Downloads
migrate frontend to docusaurus (#9014)
* delete loads of really important stuff that we definitely need * v basic MVP smoosh docusaurus PoC into repo * TODO * delete more really important stuff * TODO * tidyup: use run-s * don't redirect images used in frontend to raster proxy * fix routing * preserve the /endpoint link * delete the blog (for now) I would quite like to re-add this at some point but its not really the top priority thing right now * content edits * appease the lint gods * update danger rules * remove placeholder * cypress tests * dockerhub --> ghcr * Revert "dockerhub --> ghcr" This reverts commit ef74cbb26b1c24ce987a8975e60313682f9161f8. * downgrade lockfile format * implement defs/BASE_URL * fix e2e build * actually fix cypress tests * always run cypress tests on build * this never worked * add command for docusaurus:clear * delete more code we don't need any more * update ESLint/prettier config * delete unsused exports * documentation updates * delete a fairly large chunk of our dependency tree * allow base_url as build arg to Dockerfile * fixup dockerfile * work out base url at runtime if not set doing this at image build time is not the right approach * remove gatsby monorepo from closebot * rename HomepageFeatures to homepage-features
Showing
- .eslintrc.yml 14 additions, 33 deletions.eslintrc.yml
- .github/actions/close-bot/helpers.js 0 additions, 1 deletion.github/actions/close-bot/helpers.js
- .github/actions/frontend-tests/action.yml 0 additions, 31 deletions.github/actions/frontend-tests/action.yml
- .github/workflows/test-e2e.yml 1 addition, 4 deletions.github/workflows/test-e2e.yml
- .github/workflows/test-frontend.yml 0 additions, 26 deletions.github/workflows/test-frontend.yml
- .gitignore 5 additions, 9 deletions.gitignore
- .mocharc-frontend.yml 0 additions, 5 deletions.mocharc-frontend.yml
- .nycrc-frontend.json 0 additions, 10 deletions.nycrc-frontend.json
- .prettierignore 2 additions, 2 deletions.prettierignore
- README.md 1 addition, 1 deletionREADME.md
- core/badge-urls/make-badge-url.d.ts 0 additions, 94 deletionscore/badge-urls/make-badge-url.d.ts
- core/badge-urls/make-badge-url.js 1 addition, 122 deletionscore/badge-urls/make-badge-url.js
- core/badge-urls/make-badge-url.spec.js 0 additions, 142 deletionscore/badge-urls/make-badge-url.spec.js
- core/base-service/legacy-request-handler.js 1 addition, 1 deletioncore/base-service/legacy-request-handler.js
- core/base-service/openapi.js 2 additions, 2 deletionscore/base-service/openapi.js
- core/base-service/openapi.spec.js 0 additions, 1 deletioncore/base-service/openapi.spec.js
- core/base-service/service-definitions.js 1 addition, 9 deletionscore/base-service/service-definitions.js
- core/server/server.js 2 additions, 2 deletionscore/server/server.js
- core/server/server.spec.js 5 additions, 0 deletionscore/server/server.spec.js
- core/server/test-public/img/frontend-image.png 0 additions, 0 deletionscore/server/test-public/img/frontend-image.png
Loading
Please register or sign in to comment