Rory Powell
b0783d373a
Lint
2023-05-30 19:16:36 +01:00
Rory Powell
6230e62b9b
Automation investigation logging + max doc size fix for automation log
2023-05-30 16:37:39 +01:00
Rory Powell
fba7ef26ad
Replace ts-jest with swc/jest ( #9289 )
...
- Add swc dependencies
- Add transform change to jest.config.ts
- Replace `export =` with `export default` in src code to enable code coverage to work with swc transformer
- Restructure backend-core errors package to allow for exporting error classes with ESM syntax
- Update backend-core to no longer use `export =`, export individual packages instead of replacing with `export default` for backwards compatibility
- Update event publishers to use `export default` - this was required for the `jest.spyOn` usage inside backend-core common mocks
- Restructure some jest.mock usages where declaring the jest.fn as a variable outside of the package mock threw an error
2023-01-11 09:37:37 +00:00
Andrew Kingston
7c96eb3bda
Fix crash when attempting to parse a nullish automation error
2022-08-08 16:44:00 +01:00
mike12345567
d390bb9c20
Moving majority of automation logging functionality to pro.
2022-07-04 15:44:47 +01:00
mike12345567
355cb9c091
Update as per changes to pro SDK.
2022-07-04 11:43:18 +01:00
mike12345567
11f1e95cc0
Main body of PR comments - still need to move a bit to pro.
2022-07-04 11:12:08 +01:00
mike12345567
74261661f1
Updating filter/condition action to show a stopped status rather than error, updating everything else to be aware of this.
2022-06-28 17:02:24 +01:00
mike12345567
55e744292d
Adding clear old history on read, if there is nothing to do this should add very little work.
2022-06-27 18:39:33 +01:00
mike12345567
5100d86752
Moving get of logs to pro.
2022-06-27 18:00:48 +01:00
mike12345567
9fd64307a9
Adding in management of time range to lookup automation logs in.
2022-06-24 18:11:19 +01:00
mike12345567
063540fe0a
Getting notifications working correctly, linking to errors in a better way, generally improving UI, getting some final touches here and there.
2022-06-22 20:23:18 +01:00
mike12345567
76f6c3d34b
Fixing build issue.
2022-06-20 15:39:18 +01:00
mike12345567
5106214bc6
Adding metadata update with automation IDs and counts of errors which can be totalled in frontend, also moving to using production apps for history only.
2022-06-17 18:39:06 +01:00
mike12345567
5d82a39af3
Adding edit automation button.
2022-06-17 17:00:43 +01:00
mike12345567
64d8cda6a2
Adding mechanism to disable automation logging in self host.
2022-06-15 17:07:17 +01:00
mike12345567
fe84c0f21c
Adding pagination control to the API and to the frontend, as well as getting view working as expected, emitting different key combinations to be able to search by any pattern.
2022-06-01 22:39:51 +01:00