1
0
Fork 0
mirror of synced 2024-09-18 02:08:34 +12:00
budibase/packages/backend-core/src
Rory Powell e5e767f18d Correlation id's and log context (#7232)
* Correlation id's and log context

* fix build

* Remove redundant fields from LoggingProcessor.ts

* Only log correlation id when present e.g. this is not present on startup / shutdown / automations
2023-01-11 20:39:33 +00:00
..
auth General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
cache Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
cloud Correlation id's and log context (#7232) 2023-01-11 20:39:33 +00:00
constants Correlation id's and log context (#7232) 2023-01-11 20:39:33 +00:00
context Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
db Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
errors Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
events Correlation id's and log context (#7232) 2023-01-11 20:39:33 +00:00
featureFlags General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
middleware Correlation id's and log context (#7232) 2023-01-11 20:39:33 +00:00
migrations Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
objectStore Doing sanitizeKey when doing deleteFile(s) (#9209) 2023-01-05 08:54:10 +00:00
plugin General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +00:00
queue Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
redis Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
security Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
tenancy File authentication using presigned URLs (#8883) 2022-12-15 11:35:22 +00:00
utils Prefer app url resolution over referer (#9218) 2023-01-11 10:24:57 +00:00
environment.ts Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
helpers.ts Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
index.ts Replace ts-jest with swc/jest (#9289) 2023-01-11 09:37:37 +00:00
installation.ts Complete conversion of backend-core to Typescript. 2022-11-24 18:48:51 +00:00
logging.ts Correlation id's and log context (#7232) 2023-01-11 20:39:33 +00:00
newid.ts Fixing some issues detected by testing. 2022-11-26 21:26:19 +00:00
pino.ts Correlation id's and log context (#7232) 2023-01-11 20:39:33 +00:00
users.ts