1
0
Fork 0
mirror of synced 2024-09-03 03:01:14 +12:00
Commit graph

24804 commits

Author SHA1 Message Date
Sam Rose
e3fbce25fa
Merge branch 'master' of github.com:budibase/budibase into reuse-containers 2024-04-03 11:15:11 +01:00
mike12345567
8c326b501b Adding support for oneOf ID search of users, today the relationship picker attempts to use this for the users table, but it was not supported. 2024-04-02 17:12:31 +01:00
Martin McKeaveney
89e081271f
Merge pull request #13385 from Budibase/bump-account-portal
acct-portal-sub
2024-04-02 16:16:51 +01:00
Martin McKeaveney
9762b2df0c acct-portal-sub 2024-04-02 16:14:46 +01:00
Andrew Kingston
567c3a6d10 Add optional chaining to fix log out and log in issue 2024-04-02 14:46:28 +01:00
deanhannigan
28968237c9
Merge branch 'master' into fix/automation-step-js-bindings 2024-04-02 09:15:31 +01:00
Sam Rose
90cfdd661d
Rework how we connect to containers. 2024-03-28 17:36:26 +00:00
Martin McKeaveney
29d0b91cc2 update account-portal ref 2024-03-28 17:28:41 +00:00
Martin McKeaveney
a7722bccc0 fix worker test 2024-03-28 16:18:51 +00:00
Martin McKeaveney
32a5ce24ec remove automatic ssoId generation 2024-03-28 15:46:43 +00:00
José Vte. Calderón
267d187e41
Merge branch 'master' into feature/update-global-user 2024-03-28 16:12:17 +01:00
mike12345567
d8de0a3154 An issue which comes up relatively often is that localhost is not a valid option for a datasource in our cloud and our self host environments. Fixing this so it only shows this in development. 2024-03-28 12:14:56 +00:00
José Vte. Calderón
b5e0bd1aad
Merge branch 'master' into feature/update-global-user 2024-03-28 12:05:29 +01:00
jvcalderon
af2407e8cd Lint 2024-03-28 12:04:27 +01:00
jvcalderon
b77106480e Adds POST /api/global/users/sso endpoint 2024-03-28 11:46:58 +01:00
Sam Rose
ecdb5eec36
Remove testcontainers debug logging. 2024-03-27 16:59:27 +00:00
Sam Rose
4183a0aeb7
Set default packages/server test timeout to 30 seconds, and unmock console.log. 2024-03-27 16:57:31 +00:00
Sam Rose
204b16876a
Run yarn lint:fix 2024-03-27 16:46:11 +00:00
Sam Rose
eb33dac9b1
Make container reuse optional, disabled by default. 2024-03-27 16:40:41 +00:00
Sam Rose
3ad3f29861
Merge branch 'reuse-containers' of github.com:budibase/budibase into reuse-containers 2024-03-27 16:31:43 +00:00
Sam Rose
1205cfcbcc
Fix mysql.spec.ts 2024-03-27 16:31:31 +00:00
Michael Drury
1545df7681
Merge branch 'master' into reuse-containers 2024-03-27 16:20:42 +00:00
Sam Rose
385197a5f7
Fix postgres.spec.ts 2024-03-27 15:55:22 +00:00
Sam Rose
831c174362
Give SQL integrations their own database when fetching a new datasource. 2024-03-27 15:25:37 +00:00
Adria Navarro
5b55b9f569
Merge branch 'master' into ci/ignore-merge-commits-on-submodule-checks 2024-03-27 15:40:15 +01:00
Sam Rose
c5dfd0c9ba
Merge branches 'master' and 'reuse-containers' of github.com:budibase/budibase into reuse-containers 2024-03-27 14:04:04 +00:00
mike12345567
4d6ceb142a Updating account portal reference. 2024-03-27 14:00:43 +00:00
mike12345567
936762c8ee Removing all eval warnings from rollup. 2024-03-27 13:35:47 +00:00
mike12345567
cd694cb312 Disabling warnings for eval (required). 2024-03-27 13:32:24 +00:00
mike12345567
84516e85a1 Updating to latest account portal master. 2024-03-27 13:00:02 +00:00
mike12345567
81ef8033dd Trying an earlier account portal reference. 2024-03-27 12:41:17 +00:00
Adria Navarro
ab46a3e5e8 Update submodule 2024-03-27 12:41:05 +01:00
Adria Navarro
4493905e74 Update submodule 2024-03-27 12:39:20 +01:00
José Vte. Calderón
bb4ced613d
Merge branch 'master' into fix/account-portal-submodule 2024-03-27 11:44:46 +01:00
jvcalderon
0f170b6601 Update submodule 2024-03-27 11:32:08 +01:00
Andrew Kingston
0a4eddc7dc Try reverting account portal 2024-03-27 10:20:22 +00:00
Andrew Kingston
ad89bb970c Update account portal 2024-03-27 09:31:22 +00:00
Andrew Kingston
56887641b7
Merge branch 'master' into fix/skeleton-colours 2024-03-27 09:27:44 +00:00
Sam Rose
f1609e6763
Retry socket hangups. 2024-03-26 17:25:24 +00:00
Sam Rose
1eae212f83
Stop relying on config.request and create a supertest instance per request. 2024-03-26 15:41:51 +00:00
Andrew Kingston
84ffaa7022 Fix additional scrollbar appearing when hiding binding panels 2024-03-26 14:47:14 +00:00
Sam Rose
b84bbd6003
Migrate viewV2.spec.ts to new datasource providers. 2024-03-26 14:43:17 +00:00
Sam Rose
2304aeaa71
Migrate mysql.spec.ts to new datasource providers. 2024-03-26 14:36:18 +00:00
Sam Rose
5530d7f4b6
Migrate mongodb.spec.ts to new datasource providers. 2024-03-26 14:05:58 +00:00
Sam Rose
158964c4d2
Got container reuse strategy in place, need to convert tests now. 2024-03-26 11:22:40 +00:00
Gerard Burns
00d57c7f0f add base theme to portal app preview 2024-03-26 11:06:09 +00:00
Andrew Kingston
6600930559 Fix annoying account-portal submodule check 2024-03-26 10:51:53 +00:00
Andrew Kingston
a07ee66ac4 Merge branch 'master' of github.com:Budibase/budibase into fix/skeleton-colours 2024-03-26 10:50:55 +00:00
Andrew Kingston
dbaaa9beee Remove redundant classes 2024-03-26 10:46:58 +00:00
Andrew Kingston
884d9ecf6c Remove testing code 2024-03-26 10:45:23 +00:00