1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00
Commit graph

18376 commits

Author SHA1 Message Date
Adria Navarro
419e2de602 Test airtable connection 2023-05-16 13:24:16 +02:00
Adria Navarro
be6c398f53 Remove bool ref 2023-05-16 13:23:35 +02:00
Budibase Release Bot
aa13a6284b Update pro version to 2.6.13 2023-05-16 10:23:12 +00:00
Budibase Release Bot
e26daac58f v2.6.13 2023-05-16 10:21:37 +00:00
Adria Navarro
2176ac8da7 Clean code 2023-05-16 11:49:51 +02:00
Adria Navarro
062127b1f1 Fix types 2023-05-16 11:48:40 +02:00
Adria Navarro
b3b962534f Test snowflake connection 2023-05-16 11:47:38 +02:00
Adria Navarro
d6473aab87 Append auth on verification 2023-05-16 11:47:38 +02:00
Adria Navarro
911a072069 Update types 2023-05-16 11:44:58 +02:00
Adria Navarro
a21039d5b4 Fix auth checks when specified auth 2023-05-16 11:43:13 +02:00
Adria Navarro
5e7d839cb1 Use existing merge 2023-05-16 11:43:13 +02:00
Adria Navarro
a676e42b1f Handle config 2023-05-16 11:43:13 +02:00
Adria Navarro
cd93d327a5 Test google sheets 2023-05-16 11:43:13 +02:00
Adria Navarro
77102cea12 Typing 2023-05-16 11:43:13 +02:00
Adria Navarro
b5890b788f Append auth on verification 2023-05-16 11:43:13 +02:00
mike12345567
79a6437156 Updating path to handle new dist layout. 2023-05-16 10:19:02 +01:00
mike12345567
f577b880ee Fix for 'TypeError: Cannot read properties of undefined (reading 'command')' error that was occurring - program wouldn't load successfully with an undefined version number. 2023-05-16 10:00:49 +01:00
Dean
728eb3bb09 Fix for autoid issue on create row 2023-05-15 19:22:22 +01:00
mike12345567
6b7269b954 Refactoring response from integrations to a simple type. 2023-05-15 17:36:16 +01:00
Michael Drury
18d2c33839 Merge pull request #10583 from Budibase/budi-6932/verify_redis
Implement redis connection verification
2023-05-15 17:22:32 +01:00
Michael Drury
fbc3697c8c Merge pull request #10546 from Budibase/budi-6932/verify_mysql
Implement mysql connection verification
2023-05-15 17:13:32 +01:00
Michael Drury
9e6f22653b Merge pull request #10550 from Budibase/budi-6932/verify_couchdb
Implement couchdb connection verification
2023-05-15 17:12:54 +01:00
Michael Drury
3ef204cf7b Merge pull request #10553 from Budibase/budi-6932/verify_mssql
Implement MSSQL connection verification
2023-05-15 17:12:05 +01:00
Michael Drury
f9fd3d942a Merge pull request #10554 from Budibase/budi-6932/verify_mongo
Implement mongo connection verification
2023-05-15 17:11:37 +01:00
Michael Drury
001e8757e8 Merge pull request #10555 from Budibase/budi-6932/verify_arango
Implement arango connection verification
2023-05-15 17:11:12 +01:00
Michael Drury
328514afdd Merge pull request #10588 from Budibase/budi-6932/verify_s3
Implement S3 connection verification
2023-05-15 17:10:38 +01:00
Michael Drury
d77107f540 Merge pull request #10589 from Budibase/budi-6932/verify_dynamodb
Implement dynamodb connection verification
2023-05-15 17:10:10 +01:00
mike12345567
bd74f8eef7 Updating testConnection usage. 2023-05-15 17:08:23 +01:00
mike12345567
571987a2ce Merge branch 'feature/datasource-connections' of github.com:Budibase/budibase into feature/datasource-conns 2023-05-15 17:00:30 +01:00
Adria Navarro
3933a3881b Test dynamodb connection 2023-05-15 17:58:09 +02:00
Adria Navarro
f2f0c2e708 Typing 2023-05-15 17:56:48 +02:00
Budibase Release Bot
eb5672a546 Update pro version to 2.6.12 2023-05-15 15:52:47 +00:00
Budibase Release Bot
005c3556d6 v2.6.12 2023-05-15 15:51:10 +00:00
Adria Navarro
1e505791c0 Implement s3 checks 2023-05-15 17:37:28 +02:00
jvcalderon
0e3a6a199e Keep @budibase/types at tsconfig.json 2023-05-15 16:58:43 +02:00
Adria Navarro
47d8701578 Move files 2023-05-15 16:53:32 +02:00
mike12345567
1aad88adc8 Fix for CLI startup complaining about version not being found. 2023-05-15 15:52:59 +01:00
jvcalderon
14a7e77e39 ESLint 2023-05-15 16:52:48 +02:00
Adria Navarro
058ac416ea Test redis 2023-05-15 16:50:37 +02:00
Adria Navarro
fad57db634 Implement the check as part of the integration 2023-05-15 16:48:40 +02:00
Adria Navarro
901bff5399 Validate arango 2023-05-15 16:47:41 +02:00
jvcalderon
327a8299f2 Extract isCloud information from admin storage 2023-05-15 16:43:14 +02:00
Adria Navarro
8b73b76895 Undo refs 2023-05-15 16:39:33 +02:00
Adria Navarro
b41438c854 Clean code 2023-05-15 16:38:54 +02:00
Adria Navarro
2f9b076381 Implement the check as part of the integration 2023-05-15 16:38:42 +02:00
Adria Navarro
e8fa690566 Add mongo checks 2023-05-15 16:37:20 +02:00
Adria Navarro
d98bc11a20 Clean 2023-05-15 16:30:43 +02:00
Adria Navarro
2641a8c135 Clean code 2023-05-15 16:30:43 +02:00
Adria Navarro
0418e90a37 Implement the check as part of the integration 2023-05-15 16:30:43 +02:00
Adria Navarro
32695018bf Validate and test microsoft sql 2023-05-15 16:30:43 +02:00
Andrew Kingston
e28ec0a5a8 Merge pull request #10556 from Budibase/cheeks-fixes
Sort tables in data section + show full screen URLs on hover
2023-05-15 13:54:55 +01:00
jvcalderon
8c71b1fc19 Check error limit conditions explicitly 2023-05-15 14:27:59 +02:00
Adria Navarro
bd736836f0 Remove export 2023-05-15 13:55:22 +02:00
Adria Navarro
d656edad40 Implement the check as part of the integration 2023-05-15 13:54:32 +02:00
Adria Navarro
5456866c45 Fix tests to use connection string instead of env 2023-05-15 13:54:32 +02:00
Adria Navarro
209ada0c38 Validate couchdb 2023-05-15 13:54:32 +02:00
deanhannigan
110e02c454 Merge pull request #10468 from Budibase/feature/user-side-panel-ux-updates
Designer user side panel UX updates.
2023-05-15 12:51:51 +01:00
Adria Navarro
8a1564ef07 Implement the check as part of the integration 2023-05-15 13:48:09 +02:00
Adria Navarro
721492e76d Validate mysql 2023-05-15 13:47:48 +02:00
Adria Navarro
f10a66cc42 Type mysql configs 2023-05-15 13:47:48 +02:00
Adria Navarro
419489ddcb Update pro ref 2023-05-15 13:24:23 +02:00
Adria Navarro
1c2c00e621 Fix bool 2023-05-15 13:16:56 +02:00
Adria Navarro
99d525ad79 Move tests to qa-core 2023-05-15 13:16:56 +02:00
Adria Navarro
c3856a48aa Fix types 2023-05-15 13:16:56 +02:00
Adria Navarro
eaf7e399e7 Remove unnecessary export 2023-05-15 13:16:56 +02:00
Adria Navarro
ffef2499cc Implement the check as part of the integration 2023-05-15 13:16:56 +02:00
Adria Navarro
f5fb4f8850 Clean 2023-05-15 13:16:56 +02:00
Adria Navarro
b022dcba77 Types 2023-05-15 13:16:56 +02:00
Adria Navarro
25233c5c9b Add message response 2023-05-15 13:16:56 +02:00
Adria Navarro
f022a43065 Test pg connection 2023-05-15 13:16:56 +02:00
Adria Navarro
239a51a2c0 Typings 2023-05-15 13:16:56 +02:00
Adria Navarro
640911f1dd Update pg deps 2023-05-15 13:16:56 +02:00
Adria Navarro
20aa0f50ab Clean code 2023-05-15 13:16:56 +02:00
Adria Navarro
deb73be17d Merge branch 'develop' into budi-6158/allow_searching_users
# Conflicts:
#	packages/pro
2023-05-15 13:02:03 +02:00
Adria Navarro
afce85f15d Update pro ref 2023-05-15 12:56:15 +02:00
Dean
84d6af52f4 Merge remote-tracking branch 'origin/develop' into feature/user-side-panel-ux-updates 2023-05-15 11:36:54 +01:00
Dean
6fa59da628 Merge remote-tracking branch 'origin/develop' into feature/portal-pending-users-section 2023-05-15 11:02:25 +01:00
jvcalderon
fe96e70a09 Update submodule 2023-05-15 10:05:03 +02:00
jvcalderon
b4d531f886 Change a literal 2023-05-15 09:47:57 +02:00
jvcalderon
17e2a4d7e4 Refactor -> Avouid explicit usage of pricing url 2023-05-15 09:00:20 +02:00
jvcalderon
3e62cac3a6 Update pro submodule 2023-05-15 08:39:34 +02:00
jvcalderon
fc846e1580 Merge branch 'develop' into user-limit-ui 2023-05-15 08:38:45 +02:00
Budibase Release Bot
0cf7d4ab9c Update pro version to 2.6.11 2023-05-12 14:30:41 +00:00
Budibase Release Bot
6c694762e2 v2.6.11 2023-05-12 14:29:07 +00:00
jvcalderon
946cd45b3f Refactor: BUILDER_REFERER_PREFIX -> BUILDER_APP_PREFIX 2023-05-12 15:59:42 +02:00
Dean
d8b59b989d Merge remote-tracking branch 'origin/master' into fix/inclusion-row-parsing 2023-05-12 14:58:19 +01:00
jvcalderon
a48fc00a54 Change the PUBLIC_API_PREFIX to prevent failures if we increase in the future the API version 2023-05-12 15:54:59 +02:00
José Vte. Calderón
8eac0d99f7 Update packages/backend-core/src/utils/tests/utils.spec.ts
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-05-12 15:38:39 +02:00
jvcalderon
1f7ebe8502 Remove unneeded 'beforeEach' import 2023-05-12 15:34:57 +02:00
jvcalderon
de339e4be7 Update submodule reference 2023-05-12 11:34:52 +02:00
jvcalderon
804f378b82 Update submodule reference in order to fix an error while importing utils 2023-05-12 10:23:44 +02:00
Andrew Kingston
a00d502acb Add title attribute to reveal full screen URLs when hovering in screen list panel 2023-05-12 08:04:34 +01:00
Andrew Kingston
f5a4ad58ab Fix alphabetical sorting for tables 2023-05-12 08:02:21 +01:00
jvcalderon
db8f3a59c9 Merge branch 'develop' into user-limit 2023-05-12 09:02:01 +02:00
jvcalderon
562bc05f71 Restore pro submodule 2023-05-12 08:55:20 +02:00
jvcalderon
e284e4c6e4 Update pro submodule 2023-05-12 08:46:15 +02:00
Budibase Release Bot
0b8cf0f9bc Update pro version to 2.6.10 2023-05-11 17:36:44 +00:00
Budibase Release Bot
eccb0edb0f v2.6.10 2023-05-11 17:35:07 +00:00
melohagan
395cf4a667 Add JSON payload support for Make and Zapier (#10529)
* Rename Integromat to Make. Update logo.

* Add JSON type for automations

* Support deprecated values in JSON

* Fix json query editor width bug

* Push body to schema if missing

* Support JSON body

* Add JSON payload support for Zapier

* Update packages/server/src/automations/steps/make.ts

Co-authored-by: Martin McKeaveney <martin@budibase.com>

* July -> November

* Add unit tests

---------

Co-authored-by: Martin McKeaveney <martin@budibase.com>
2023-05-11 17:49:33 +01:00
Andrew Kingston
d52983839d Merge pull request #10544 from Budibase/grid-id
Grid improvements and fixes
2023-05-11 17:23:35 +01:00