1
0
Fork 0
mirror of synced 2024-09-11 06:56:23 +12:00
Commit graph

3497 commits

Author SHA1 Message Date
Budibase Staging Release Bot
acafdf52bf Update pro version to 2.2.12-alpha.21 2023-01-17 15:21:53 +00:00
Budibase Staging Release Bot
3dc1f80abf v2.2.12-alpha.21 2023-01-17 15:18:15 +00:00
Budibase Staging Release Bot
c9d2743d1e Update pro version to 2.2.12-alpha.20 2023-01-16 11:44:26 +00:00
Budibase Staging Release Bot
e08d4f1498 v2.2.12-alpha.20 2023-01-16 11:40:48 +00:00
Budibase Staging Release Bot
14d42b3824 Update pro version to 2.2.12-alpha.19 2023-01-16 11:03:36 +00:00
Budibase Staging Release Bot
d8ec4dff94 v2.2.12-alpha.19 2023-01-16 10:59:43 +00:00
Adria Navarro
70a01c48f1 Merge pull request #9337 from Budibase/bug/#7220-removing-user-from-auth-does-not-remove-from-app
Bug - #7220 removing user from auth does not remove from app
2023-01-16 10:49:27 +00:00
Adria Navarro
946cc35ff7 Type request and body 2023-01-16 10:15:00 +00:00
Budibase Staging Release Bot
9196972b33 Update pro version to 2.2.12-alpha.18 2023-01-13 18:35:36 +00:00
Budibase Staging Release Bot
55c8405977 v2.2.12-alpha.18 2023-01-13 18:32:00 +00:00
Adria Navarro
23266bd456 Send old user on delete 2023-01-13 14:54:26 +00:00
Adria Navarro
ff10fa422b Unify endpoints 2023-01-13 14:45:04 +00:00
Adria Navarro
c853d2c78e Rename and move type check 2023-01-13 13:36:35 +00:00
Budibase Staging Release Bot
2cb280ee72 Update pro version to 2.2.12-alpha.17 2023-01-13 11:36:37 +00:00
Budibase Staging Release Bot
a3b6ac1fa4 v2.2.12-alpha.17 2023-01-13 11:33:13 +00:00
Adria Navarro
09570e26f6 Remove user within the app on deletion 2023-01-12 16:28:02 +00:00
Budibase Staging Release Bot
e55f4d1981 Update pro version to 2.2.12-alpha.16 2023-01-12 13:12:03 +00:00
Budibase Staging Release Bot
b8ccc9f0b4 v2.2.12-alpha.16 2023-01-12 13:07:46 +00:00
Budibase Staging Release Bot
0e6b5bdb96 Update pro version to 2.2.12-alpha.15 2023-01-12 11:21:51 +00:00
Budibase Staging Release Bot
c26546562b v2.2.12-alpha.15 2023-01-12 11:18:17 +00:00
Budibase Staging Release Bot
5a659fc315 Update pro version to 2.2.12-alpha.14 2023-01-12 10:39:30 +00:00
Budibase Staging Release Bot
d16ea35871 v2.2.12-alpha.14 2023-01-12 10:35:45 +00:00
Budibase Staging Release Bot
88564b0a7b Update pro version to 2.2.12-alpha.13 2023-01-12 08:52:22 +00:00
Budibase Staging Release Bot
7ce6c8e5f2 v2.2.12-alpha.13 2023-01-12 08:48:54 +00:00
Budibase Staging Release Bot
e398baca3e Update pro version to 2.2.12-alpha.12 2023-01-11 20:54:14 +00:00
Budibase Staging Release Bot
006f4d1f26 v2.2.12-alpha.12 2023-01-11 20:50:39 +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
Budibase Staging Release Bot
cce4e7daf9 Update pro version to 2.2.12-alpha.11 2023-01-11 18:31:44 +00:00
Budibase Staging Release Bot
b55b39413f v2.2.12-alpha.11 2023-01-11 18:28:14 +00:00
Budibase Staging Release Bot
56f9ead3ca Update pro version to 2.2.12-alpha.10 2023-01-11 15:52:41 +00:00
Budibase Staging Release Bot
f13569f4a8 v2.2.12-alpha.10 2023-01-11 15:48:59 +00:00
Budibase Staging Release Bot
89cc5531a4 v2.2.12-alpha.9 2023-01-11 15:32:46 +00:00
Budibase Staging Release Bot
d11d635904 Update pro version to 2.2.12-alpha.8 2023-01-11 12:33:54 +00:00
Budibase Staging Release Bot
c8215530e3 v2.2.12-alpha.8 2023-01-11 12:30:22 +00:00
Budibase Staging Release Bot
4775a25570 Update pro version to 2.2.12-alpha.7 2023-01-11 10:39:04 +00:00
Budibase Staging Release Bot
e92f365784 v2.2.12-alpha.7 2023-01-11 10:35:25 +00:00
Budibase Staging Release Bot
cca09eaba1 Update pro version to 2.2.12-alpha.6 2023-01-11 09:56:40 +00:00
Budibase Staging Release Bot
c9b717d8de v2.2.12-alpha.6 2023-01-11 09:52:19 +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
Budibase Staging Release Bot
908d8d9066 Update pro version to 2.2.12-alpha.5 2023-01-10 17:26:37 +00:00
Budibase Staging Release Bot
2e6837f4f2 v2.2.12-alpha.5 2023-01-10 17:23:06 +00:00
Budibase Staging Release Bot
2471c2698f Update pro version to 2.2.12-alpha.4 2023-01-10 15:00:11 +00:00
Budibase Staging Release Bot
f17610ce50 v2.2.12-alpha.4 2023-01-10 14:55:56 +00:00
Budibase Staging Release Bot
9c6ee67709 Update pro version to 2.2.12-alpha.3 2023-01-10 11:17:26 +00:00
Budibase Staging Release Bot
daf1e8f6cc v2.2.12-alpha.3 2023-01-10 11:13:56 +00:00
Budibase Staging Release Bot
d8f900fa62 Update pro version to 2.2.12-alpha.2 2023-01-09 12:41:18 +00:00
Budibase Staging Release Bot
332532c978 v2.2.12-alpha.2 2023-01-09 12:37:51 +00:00
Budibase Staging Release Bot
21a4a34ac1 Update pro version to 2.2.12-alpha.1 2023-01-09 08:37:58 +00:00
Budibase Staging Release Bot
3f4487180f v2.2.12-alpha.1 2023-01-09 08:34:25 +00:00
Budibase Staging Release Bot
b17f655e38 v2.2.12-alpha.0 2023-01-06 17:47:30 +00:00