This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: migrating metrics server to Fastify (#803)
* feat(deps): upgrade to react 17 BREAKING CHANGE: Upgrade from React 16 to 17 * feat(server): drop node 12 support BREAKING CHANGE: minimum supported node version is 16 * test(modules): fix dep resolution error * chore(release): 6.0.0-rc.0 * chore(bundle-size-action): wider strip-hash capture * chore(deps): update packages to latest compatible versions * chore(babel): update packages * chore(commitlint): update * chore(rollup-plugins): update * chore(acorn): uninstall * chore(babel-preset-amex): update to 4 * chore(body-parser): update * chore(dev-deps): update * chore(holocron): update 1.3.0 * chore(redux): update 4.2.0 * chore(core-js): update 3.23.3 * chore(deps): run npm update * chore(husky): update to 8.x * chore(chalk): downgrade to non esm version * chore(webdriverio): update 7.x * feat(dockerfile): update node version to 16.15.1 * chore(deps): update supertest * fix(node): set min version 16.15.1 * chore(deps): dedupe * test(createRequestHtmlFragment): more reliable error message * chore(jest): upgrade 28.1.2 * fix(helmet): disable breaking headers (#780) * feat(deps): upgrade to react 17 BREAKING CHANGE: Upgrade from React 16 to 17 * feat(server): drop node 12 support BREAKING CHANGE: minimum supported node version is 16 * test(modules): fix dep resolution error * chore(release): 6.0.0-rc.0 * chore(bundle-size-action): wider strip-hash capture * chore(deps): update packages to latest compatible versions * chore(babel): update packages * chore(commitlint): update * chore(rollup-plugins): update * chore(acorn): uninstall * chore(babel-preset-amex): update to 4 * chore(body-parser): update * chore(dev-deps): update * chore(holocron): update 1.3.0 * chore(redux): update 4.2.0 * chore(core-js): update 3.23.3 * chore(deps): run npm update * chore(husky): update to 8.x * chore(chalk): downgrade to non esm version * chore(webdriverio): update 7.x * feat(dockerfile): update node version to 16.15.1 * chore(deps): update supertest * fix(node): set min version 16.15.1 * chore(deps): dedupe * test(createRequestHtmlFragment): more reliable error message * chore(jest): upgrade 28.1.2 * fix(helmet): disable breaking headers (#780) * chore(changelog): correct 5.15.0 * feat: running app through fastify * chore: fixing unit tests * chore: fixed unit testing * fix: tests * feat: added rate limiter in metrics api * chore: minor adjustments * feat: metrics server fastify migration * refactor: migrated logging middleware to fastify as plugin * test: added missing test for coverage * refactor: added rate limit plugin * refactor: converted hardcoded route into decorator * refactor: removed health check middleware * chore: feedback Co-authored-by: Jamie King <jamie.king@aexp.com> Co-authored-by: Jonny Adshead <JAdshead@users.noreply.github.com> Co-authored-by: Jonathan Adshead <jonathan.adshead@aexp.com>
- Loading branch information
1 parent
1b2dca1
commit a0fc9ed
Showing
10 changed files
with
1,386 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
54 changes: 0 additions & 54 deletions
54
__tests__/server/middleware/__snapshots__/healthCheck.spec.js.snap
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.