Adria Navarro
a183c85f8c
Unify endpoints
2023-01-13 14:45:04 +00:00
Adria Navarro
6e45deb55a
Rename and move type check
2023-01-13 13:36:35 +00:00
Adria Navarro
8e8b0f9b4e
Fix copy on reponse message
2023-01-13 13:33:40 +00:00
Adria Navarro
fe0b70d843
Replace BBContext for Ctx
2023-01-13 13:31:48 +00:00
Mel O'Hagan
3216a88c08
Use foreign key instead of parimary[0]
2023-01-13 12:41:41 +00:00
Mel O'Hagan
0ce32f4da5
Try to match primary key or take first
2023-01-13 11:47:09 +00:00
Budibase Staging Release Bot
ed5982dd01
Update pro version to 2.2.12-alpha.17
2023-01-13 11:36:37 +00:00
Budibase Staging Release Bot
bd6d97e3c9
v2.2.12-alpha.17
2023-01-13 11:33:13 +00:00
melohagan
8abacca25b
Allow primary keys to be foreign key ( #9331 )
2023-01-13 11:22:59 +00:00
Adria Navarro
bc833ecf71
Delete instead of deactivating
2023-01-13 10:26:05 +00:00
Adria Navarro
dc3b8fd092
Remove user within the app on deletion
2023-01-12 16:28:02 +00:00
Adria Navarro
f8a0c0d446
Add endpoint to deactivate user from app on delete
2023-01-12 16:26:46 +00:00
Adria Navarro
e1870f74bd
Fix currentapp middleware to allow app_ parameters
2023-01-12 15:38:22 +00:00
Budibase Staging Release Bot
dccd9b8667
Update pro version to 2.2.12-alpha.16
2023-01-12 13:12:03 +00:00
Budibase Staging Release Bot
d66e245c28
v2.2.12-alpha.16
2023-01-12 13:07:46 +00:00
Budibase Staging Release Bot
3a5027f290
Update pro version to 2.2.12-alpha.15
2023-01-12 11:21:51 +00:00
Budibase Staging Release Bot
eddf280f6e
v2.2.12-alpha.15
2023-01-12 11:18:17 +00:00
Budibase Staging Release Bot
2d086ccd22
Update pro version to 2.2.12-alpha.14
2023-01-12 10:39:30 +00:00
Budibase Staging Release Bot
83fa4b8b12
v2.2.12-alpha.14
2023-01-12 10:35:45 +00:00
Rory Powell
3d115829d1
Fix pino request id generation ( #9324 )
...
Remove the duplicated pino config in favour of the common config. Move request id generation into common configuration
2023-01-12 10:25:21 +00:00
Budibase Staging Release Bot
01dea583a8
Update pro version to 2.2.12-alpha.13
2023-01-12 08:52:22 +00:00
Budibase Staging Release Bot
8d0ddad5c0
v2.2.12-alpha.13
2023-01-12 08:48:54 +00:00
Rory Powell
34ee521961
Logging type updates to fix account portal build ( #9317 )
2023-01-12 08:37:41 +00:00
Budibase Staging Release Bot
6229390451
Update pro version to 2.2.12-alpha.12
2023-01-11 20:54:14 +00:00
Budibase Staging Release Bot
a27941213b
v2.2.12-alpha.12
2023-01-11 20:50:39 +00:00
Rory Powell
6b2b46cc4a
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
ca4463938e
Update pro version to 2.2.12-alpha.11
2023-01-11 18:31:44 +00:00
Budibase Staging Release Bot
d370d2a28c
v2.2.12-alpha.11
2023-01-11 18:28:14 +00:00
mike12345567
b6a750a678
Fixing minor Typescript issue, some old requires.
2023-01-11 18:16:30 +00:00
Budibase Staging Release Bot
bbd1967a87
Update pro version to 2.2.12-alpha.10
2023-01-11 15:52:41 +00:00
Budibase Staging Release Bot
6a925d5ad0
v2.2.12-alpha.10
2023-01-11 15:48:59 +00:00
melohagan
099e57a50e
Default source to Github ( #9312 )
2023-01-11 15:35:33 +00:00
Budibase Staging Release Bot
2579505c4f
v2.2.12-alpha.9
2023-01-11 15:32:46 +00:00
Martin McKeaveney
0a35e47c6e
Update bug_report.md
2023-01-11 15:18:39 +00:00
Martin McKeaveney
23f12af1c8
Update pull_request_template.md
2023-01-11 15:18:19 +00:00
Budibase Staging Release Bot
e4c91545af
Update pro version to 2.2.12-alpha.8
2023-01-11 12:33:54 +00:00
Budibase Staging Release Bot
93d815a2af
v2.2.12-alpha.8
2023-01-11 12:30:22 +00:00
Mitch-Budibase
6452f22de9
Merge pull request #9307 from Budibase/cypress
...
Update QueryLevelTransformers Tests
2023-01-11 12:20:09 +00:00
Mitch-Budibase
85b7f43d74
Increasing timeout after page reload
...
This applies to the following test:
'should run an invalid query within the transformer section'
2023-01-11 11:37:59 +00:00
Mitch-Budibase
27378fc871
Update QueryLevelTransformers Tests
...
There was an issue with forward slashes. Resolved and now passing again
2023-01-11 11:11:36 +00:00
Budibase Staging Release Bot
7a67c557cd
Update pro version to 2.2.12-alpha.7
2023-01-11 10:39:04 +00:00
Budibase Staging Release Bot
8c7bf5732e
v2.2.12-alpha.7
2023-01-11 10:35:25 +00:00
Rory Powell
13bfd5d8ff
Prefer app url resolution over referer ( #9218 )
...
* Prefer app url resolution over referer
* Update lockfiles
2023-01-11 10:24:57 +00:00
Budibase Staging Release Bot
7494aa7208
Update pro version to 2.2.12-alpha.6
2023-01-11 09:56:40 +00:00
Budibase Staging Release Bot
7c4bdc242d
v2.2.12-alpha.6
2023-01-11 09:52:19 +00:00
Rory Powell
0b2a445a9a
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
16a5111fa4
Update pro version to 2.2.12-alpha.5
2023-01-10 17:26:37 +00:00
Budibase Staging Release Bot
1641ca6eac
v2.2.12-alpha.5
2023-01-10 17:23:06 +00:00
melohagan
4ca621e47f
Merge pull request #8988 from Budibase/bug/sev5/make-query-name-safe
...
Remove special characters from REST query name
2023-01-10 17:01:41 +00:00
Mel O'Hagan
f28d887ec4
Refactor
2023-01-10 17:00:18 +00:00