Rory Powell
ae9979929a
Enable higher concurrency and resiliency in worker tests
2023-02-13 11:57:30 +00:00
deanhannigan
ee288c1f2d
Merge pull request #9409 from Budibase/feature/user-onboarding-overlays
...
Feature/user onboarding overlays
2023-01-31 16:37:18 +00:00
mike12345567
5a2937c8d2
Adding events for environment variables (created, deleted, upgrade panel opened).
2023-01-23 18:18:06 +00:00
Dean
a10bd138ff
Merge remote-tracking branch 'origin/develop' into feature/user-onboarding-overlays
2023-01-23 09:34:20 +00:00
Dean
14da8c0c9e
Added new onboarding tour flow for builder
2023-01-23 00:32:01 +00:00
Gerard Burns
48e1695318
JSON import changes ( #9288 )
...
* JSON import changes
* Fix lockfiles
* PR Feedback, fix tests
* fix tests
* pr feedback
2023-01-17 15:07:52 +00:00
Dean
4fd91ef617
Merge remote-tracking branch 'origin/cheeks-lab-day-portal-redesign' into feature/user-onboarding-overlays
2023-01-13 09:22:41 +00:00
Dean
7b3733d659
Merge commit
2023-01-13 09:20:55 +00:00
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
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
mike12345567
d6e9380c06
General work after running some tests in CI - general refactoring as well.
2022-11-28 17:54:04 +00:00
mike12345567
658f12281d
Fixes based on server build so far.
2022-11-26 15:10:41 +00:00
mike12345567
90362b65c1
Disabling js interop in Typescript build of backend-core and worker, fixing build issues.
2022-11-26 14:46:01 +00:00
mike12345567
d3c4c99e16
Complete conversion of backend-core to Typescript.
2022-11-24 18:48:51 +00:00
mike12345567
cfbed0b236
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-11-21 15:05:48 +00:00
mike12345567
3c93101fdb
Adding IDs to backup events.
2022-11-21 12:12:57 +00:00
mike12345567
12a9ed6dcb
Adding type to triggered.
2022-11-17 23:09:49 +00:00
Michael Drury
3aa5c25da9
PR comments.
2022-11-17 19:38:47 +00:00
mike12345567
24d5d2a22c
Adding an event for when a backup is triggered.
2022-11-17 17:15:35 +00:00
mike12345567
4328ed1b67
Updating middlewares to Typescript, as well as some fixes based on running tests.
2022-11-16 17:24:13 +00:00
mike12345567
535fab7997
Some major reworks towards higher levels of typescript.
2022-11-16 17:23:12 +00:00
Rory Powell
9973f2e161
Bump jest and ts-jest to be consistent across backend packages to fix CI issue, test config updates
2022-11-14 22:55:47 +00:00
mike12345567
4daf9c2615
Addressing majority of PR comments.
2022-10-24 10:04:14 +01:00
mike12345567
113a23ba3d
Adding statistics output for backups.
2022-10-19 16:48:32 +01:00
mike12345567
bb4e3ba8cf
Adding in required events for app backup system.
2022-10-17 15:26:09 +01:00
mike12345567
9b29bd6709
Merge branch 'develop' of github.com:Budibase/budibase into group-fixes
2022-09-22 18:44:16 +01:00
Rory Powell
a8782c4629
License analytics
2022-09-21 15:45:29 +01:00
mike12345567
115a0c146b
Adding a user core bulk update function.
2022-09-21 13:55:10 +01:00
mike12345567
46c1590c83
Adding types for plugin events, specifically for plugin init, import and deletion, this is across the CLI and the server.
2022-09-14 17:35:46 +01:00
Rory Powell
59a53736ac
update bulk create and bulk delete backend
2022-08-25 19:41:47 +01:00
Rory Powell
54df92a8c3
Add timezone to served events
2022-08-10 11:29:11 +01:00
Rory Powell
500e697974
Trigger served events on ping endpoint
2022-08-10 11:01:54 +01:00
Rory Powell
dd0395995f
Rename async to emit
2022-08-09 14:01:55 +01:00
Rory Powell
f7210e96e4
Fix served events
2022-08-09 13:31:12 +01:00
Rory Powell
57ca5261bf
Support per app events
2022-08-08 16:22:26 +01:00
Rory Powell
3b5abda2cf
Rate limit served:X events
2022-08-08 15:44:29 +01:00
Rory Powell
cc9bc937b6
Reduce event frequency
2022-08-08 10:47:39 +01:00
Peter Clement
dca37a61da
adding tests and pr comments
2022-07-27 10:20:39 +01:00
Peter Clement
46a6fc5048
refactor groups into pro and some other pr comments
2022-07-26 20:04:29 +01:00
Peter Clement
ca41e88045
Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab
2022-07-19 11:23:31 +01:00
Peter Clement
fb7456fa33
lint
2022-07-18 12:33:56 +01:00
Rory Powell
1c4473ba30
WIP: Memory leak fix
2022-07-13 08:22:21 -04:00
Rory Powell
0054c2a502
Ensure tests can't send events even when token is set
2022-06-15 14:09:02 +01:00
Rory Powell
6cc2bbadd7
Add deployment environment to identities
2022-06-15 11:46:03 +01:00
Rory Powell
3da4fb33cd
Better handle first time startup + dedicated event
2022-06-15 11:20:13 +01:00
Rory Powell
97bd8e01f1
Add hosting to all identities and events, add installationId to tenant group
2022-06-14 17:34:32 +01:00
Rory Powell
ee9a19a1d5
Back populate no-op migrations on new app and tenant create
2022-06-13 10:51:29 +01:00
Rory Powell
4f34e1b2c7
app id fixes
2022-06-01 15:17:49 +01:00
Rory Powell
7f26a60cc9
Default to historical timestamp
2022-06-01 14:44:12 +01:00
Rory Powell
a4eef3daab
Add awareness of deployment environment
2022-06-01 14:10:00 +01:00