1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00
Commit graph

28839 commits

Author SHA1 Message Date
mike12345567
5dd87265d2 PR comments. 2024-02-22 17:37:03 +00:00
mike12345567
2f6df51e2c Merge branch 'master' of github.com:Budibase/budibase into remove-airtable-from-data-source-ui 2024-02-22 16:54:20 +00:00
Christos Alexiou
d5240bac94 Add launchcontrol header in pr template 2024-02-22 18:00:15 +02:00
Adria Navarro
dacec0cf04
Merge pull request #13114 from Budibase/fix-scim-group-creation
Fix SCIM group creation
2024-02-22 15:23:17 +01:00
Adria Navarro
3c02ccec8c
Merge branch 'master' into fix-scim-group-creation 2024-02-22 15:18:42 +01:00
Adria Navarro
a5f7c3ccf6 Update ref 2024-02-22 15:18:03 +01:00
Conor Webb
62cb7aa349
Merge branch 'master' into remove-airtable-from-data-source-ui 2024-02-22 13:39:27 +00:00
Conor Webb
eb9bf3ef76 Fixed linting issues 2024-02-22 13:38:25 +00:00
Conor Webb
2b36b0337f Refactored based on feedback. Added a check to find. 2024-02-22 13:32:16 +00:00
Gerard Burns
de0414afbe
Update Svelte Major Version to 4 (#13036)
* update svelte versions

* temporarilly disable svelte warnings

* change bbap version pointed to

* remove sub module specifying svelte version

* point at updated account-portal

* add type declaration for svelte in the server

* add svelte transformer for server jest tests

* remove svelte from bbui package.json

* get builder tests working

* linting fixes

* prettier fixes

* fix server test

* fix another server test

* fix server serverlog test

* account-portal-version

* pin master version of pro

* revert hbs doc file in server to use triple braces, ensures nothing gets escaped
2024-02-22 13:19:29 +00:00
Adria Navarro
302c6d9e0b Update ref 2024-02-22 14:07:46 +01:00
Adria Navarro
ea615f420c Add extra test 2024-02-22 13:55:59 +01:00
Adria Navarro
8e77365c19 Allow mocking multiple features 2024-02-22 13:55:38 +01:00
Adria Navarro
fb1bfbdae8 Clean code 2024-02-22 13:55:26 +01:00
Conor Webb
b5d44dfcfd Fixed linting issue 2024-02-22 11:16:38 +00:00
Conor Webb
68719f1dda Remove Airtable from data source ui 2024-02-22 11:00:02 +00:00
Budibase Staging Release Bot
1096b8c7f0 Bump version to 2.20.8 2024-02-21 22:14:42 +00:00
Martin McKeaveney
6966fee64a
Merge pull request #13107 from Budibase/revert-13082-budi-8026-cannot-convert-undefined-or-null-to-object-when-running
Revert "Dynamic schema generation for query arrays: bug fix and refactor"
2024-02-22 00:02:50 +02:00
Martin McKeaveney
fcd2ed14e3 revert acct portal submodule 2024-02-21 18:46:40 -03:00
Martin McKeaveney
3a9c70c6b1 Merge branch 'revert-13082-budi-8026-cannot-convert-undefined-or-null-to-object-when-running' of github.com:Budibase/budibase into revert-13082-budi-8026-cannot-convert-undefined-or-null-to-object-when-running 2024-02-21 18:35:52 -03:00
Martin McKeaveney
6aa5771066 acct-portal-sub 2024-02-21 18:35:27 -03:00
Michael Drury
91e168fe5c
Merge branch 'master' into revert-13082-budi-8026-cannot-convert-undefined-or-null-to-object-when-running 2024-02-21 21:34:50 +00:00
Martin McKeaveney
1798c016dc
Merge pull request #13106 from Budibase/revert-13102-fix/rest-query-viewer-nested-schema-fields
Revert "Add nestedSchemaFields to RestQueryViewer"
2024-02-21 23:33:20 +02:00
Martin McKeaveney
ae4bc362c3
Revert "Dynamic schema generation for query arrays: bug fix and refactor (#13…"
This reverts commit 0c9d13c79a.
2024-02-21 21:30:22 +00:00
Martin McKeaveney
6545af12fa
Revert "Add nestedSchemaFields to RestQueryViewer (#13102)"
This reverts commit 13b34cf77e.
2024-02-21 21:28:25 +00:00
Martin McKeaveney
94f7d385e1
Merge pull request #12972 from Budibase/qa-core-changes
QA Core License Test Update
2024-02-21 23:01:38 +02:00
Martin McKeaveney
53a93e7439
Merge branch 'master' into qa-core-changes 2024-02-21 23:01:05 +02:00
Budibase Staging Release Bot
722b81cc90 Bump version to 2.20.7 2024-02-21 17:03:41 +00:00
melohagan
13b34cf77e
Add nestedSchemaFields to RestQueryViewer (#13102) 2024-02-21 17:02:55 +00:00
Budibase Staging Release Bot
1bbf125a93 Bump version to 2.20.6 2024-02-21 15:35:52 +00:00
melohagan
0c9d13c79a
Dynamic schema generation for query arrays: bug fix and refactor (#13082)
* Bug fix and refactor

* lint

* Refactor

* refactor

* lint

* type fixes

* Unit test fix and refactor

* refactor

* Make name option for preview, required for query

* Refactor unit tests

* Fix test

* update account-portal

* Revert "update account-portal"

This reverts commit e378f8d702.

* simplify set iteration

* comment
2024-02-21 15:33:13 +00:00
Joe
f417c2d8a4
Joe's lab day minor updates (#12944)
* Change default button type to CTA

- change default button type to CTA
- change ordering of types/variants

* Fix layout shift within portal

Within the portal, when navigating from screen to screen, there's a slight layout shift caused by the scrollbar. This is a small fix.

* row/column icons change

The current row/column icons for positioning components are confusing. I believe these icons are easier to understand.

* Fix for horizontal scrollbar showing

When adding/removing actions within automations, the horizontal scrollbar flashes. Fix.

* Title change for Upload data

Upload data is not wrong, but it's best to be explicit.

* Increase size of upgrade button

* small fix for the styling inconsistency

* Dianostics padding fix

* lint fix

* update account-portal

* update icons

---------

Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Mel O'Hagan <mel@budibase.com>
2024-02-21 13:28:35 +00:00
Martin McKeaveney
3fad3e98aa
Merge branch 'master' into qa-core-changes 2024-02-21 13:40:17 +02:00
Adria Navarro
7837eb4ffd
Merge pull request #13096 from Budibase/clean-code
Format tests code
2024-02-21 11:30:16 +01:00
Adria Navarro
866826a418
Merge branch 'master' into clean-code 2024-02-21 11:23:29 +01:00
Adria Navarro
73bf29ab3c Clean code 2024-02-21 11:22:43 +01:00
Adria Navarro
6129b047b8
Merge pull request #13094 from Budibase/fix-flaky-user-test
Fix flaky user test
2024-02-21 11:14:31 +01:00
Adria Navarro
f68e7359c6 Fix csrf usage 2024-02-21 10:57:49 +01:00
Adria Navarro
f7d5ccee3c Fix setting up email 2024-02-21 10:42:36 +01:00
Adria Navarro
0b5226413b Fix ids 2024-02-21 10:36:17 +01:00
Adria Navarro
f6e968efe8 Fix test 2024-02-21 10:18:46 +01:00
Adria Navarro
e988890a7e Remove defaultUserValues from test config 2024-02-21 10:12:06 +01:00
Budibase Staging Release Bot
033ab71109 Bump version to 2.20.5 2024-02-20 19:51:22 +00:00
Martin McKeaveney
9899314a2c
Merge pull request #13089 from Budibase/bump-memory-limit
bump default memory unit
2024-02-20 21:48:53 +02:00
Martin McKeaveney
73fe2e0d1d update JS per execution time 2024-02-20 16:35:34 -03:00
Martin McKeaveney
dfb1774d2c bump default memory unit 2024-02-20 16:32:55 -03:00
Budibase Staging Release Bot
2145480572 Bump version to 2.20.4 2024-02-20 18:09:43 +00:00
Michael Drury
7471d50ee1
Merge pull request #13085 from Budibase/fix/disable-string-templates-js-backend
Disable string-templates JS runner if not set in backend-services
2024-02-20 17:55:34 +00:00
Michael Drury
eb117dac0a
Merge branch 'master' into fix/disable-string-templates-js-backend 2024-02-20 17:50:29 +00:00
Martin McKeaveney
ed9da3a981
Merge pull request #13086 from Budibase/fix-accountportal-ci
Fix account-portal ci
2024-02-20 19:28:17 +02:00