1
0
Fork 0
mirror of synced 2024-09-18 10:20:11 +12:00
Commit graph

17903 commits

Author SHA1 Message Date
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
Rory Powell
f85ecd4810 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
Andrew Kingston
1ce4c8a569 Fix update link in app overview 2023-01-12 09:19:58 +00:00
Andrew Kingston
6078c7560e Fix some responsive styles 2023-01-12 09:19:37 +00:00
Andrew Kingston
3778ab3bd5 Update pickers to use absolutely positioned root popover so that overflow does not matter 2023-01-12 09:18:17 +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
Rory Powell
92ba282ee5 Logging type updates to fix account portal build (#9317) 2023-01-12 08:37:41 +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
mike12345567
d27674de5c Replacing some require statements with imports. 2023-01-11 19:07:01 +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
mike12345567
c479a7da2f Fixing minor Typescript issue, some old requires. 2023-01-11 18:16:30 +00:00
mike12345567
69b9af51ff Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables 2023-01-11 18:08:49 +00:00
mike12345567
d5ccbbe4f0 Merge branch 'cheeks-lab-day-portal-redesign' of github.com:Budibase/budibase into feature/environment-variables 2023-01-11 18:04:33 +00:00
mike12345567
03df57d077 Adding in basic implementation of variable usage, getting from pro and enriching through new datasource SDK. 2023-01-11 17:57:51 +00:00
Andrew Kingston
4ddb63d79c Update backups page to be responsive 2023-01-11 16:39:32 +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
melohagan
c6e2033cd4 Default source to Github (#9312) 2023-01-11 15:35:33 +00:00
Budibase Staging Release Bot
89cc5531a4 v2.2.12-alpha.9 2023-01-11 15:32:46 +00:00
Martin McKeaveney
6310d1912f Update bug_report.md 2023-01-11 15:18:39 +00:00
Martin McKeaveney
c86a9e2ed0 Update pull_request_template.md 2023-01-11 15:18:19 +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
Mitch-Budibase
9b92c70c9d Merge pull request #9307 from Budibase/cypress
Update QueryLevelTransformers Tests
2023-01-11 12:20:09 +00:00
Andrew Kingston
3d76b07a9a Make automation history page responsive 2023-01-11 12:09:58 +00:00
Andrew Kingston
5cf6ba89cf Update multiple pages to be responsive and improve loading experience 2023-01-11 11:58:27 +00:00
Mitch-Budibase
339cfe09a1 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
967d8ae5c8 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
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
Rory Powell
e95222c0f4 Prefer app url resolution over referer (#9218)
* Prefer app url resolution over referer

* Update lockfiles
2023-01-11 10:24:57 +00:00
Andrew Kingston
e9d20a885b Refactor main portal page into multiple components 2023-01-11 10:13:19 +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
Andrew Kingston
34adcdcddf Update more pages to be responsive and add mobile specific components 2023-01-11 09:11:35 +00:00
Andrew Kingston
db4714d69c Update mobile design of apps page 2023-01-11 08:37:38 +00:00
Andrew Kingston
6871172822 Make core page layout responsive and update apps list to be responsive 2023-01-11 08:29:57 +00:00
Andrew Kingston
a38d1ec583 Update app list to use a more compact style 2023-01-11 08:10:56 +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
melohagan
7d9e66e888 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
77ff0d36b7 Refactor 2023-01-10 17:00:18 +00:00
Mel O'Hagan
dd4fbd075a Refactor 2023-01-10 16:57:49 +00:00
Mel O'Hagan
293efae980 Merge branch 'develop' into bug/sev5/make-query-name-safe 2023-01-10 16:55:57 +00:00