1
0
Fork 0
mirror of synced 2024-09-02 10:41:09 +12:00
Commit graph

24840 commits

Author SHA1 Message Date
Sam Rose
afa757f21a
Remove catch-all error handler in preview endpoint to help debug tests. 2024-04-03 16:24:19 +01:00
Sam Rose
6d41b890db
Fix test that doesn't work if you run it with reuse containers. 2024-04-03 16:09:12 +01:00
Sam Rose
193d40f86c
Fix some tests. 2024-04-03 15:40:10 +01:00
Sam Rose
110e20c0ce
Update submodules. 2024-04-03 15:30:15 +01:00
Sam Rose
b2ef045ecf
Merge master. 2024-04-03 15:17:38 +01:00
Sam Rose
e0ab2f7e0f
Merge branch 'master' into reuse-containers 2024-04-03 14:28:58 +01:00
Adria Navarro
8f50281b2c
Merge branch 'master' into update-posthog-js 2024-04-03 15:01:34 +02:00
Sam Rose
db877b7802
Create unique MongoDB databases. 2024-04-03 12:55:44 +01:00
Sam Rose
79184e70af
Remove CONTAINER_NAMESPACE, it wasn't the solution. 2024-04-03 12:32:29 +01:00
Sam Rose
b98e80f687
Back down to 4. 2024-04-03 12:28:00 +01:00
Sam Rose
04aa53c306
Trying with 8 workers. 2024-04-03 12:22:11 +01:00
Sam Rose
c764b0f22e
Testcontainer debug logging in test-libraries. 2024-04-03 11:55:38 +01:00
Sam Rose
c31614a582
Give test-libraries its own container namespace, give packages/server/scripts/test.sh some new params in the larger runners. 2024-04-03 11:45:41 +01:00
Adria Navarro
a6c56c35d4 Type 2024-04-03 12:43:51 +02:00
Adria Navarro
fba24987af Undo icon change 2024-04-03 12:41:32 +02:00
Sam Rose
258226ddef
Better error message when multiple images are found. 2024-04-03 11:40:14 +01:00
Martin McKeaveney
19c7c6aa9c upgrading posthog-js to support surveys 2024-04-03 11:38:42 +01:00
Adria Navarro
1fd4365cba Lint 2024-04-03 12:38:17 +02:00
Sam Rose
8cffdeda56
Re-use containers and create namespaces for each test. 2024-04-03 11:33:39 +01:00
Adria Navarro
5f55b85e98 Remove single 2024-04-03 12:29:13 +02:00
Adria Navarro
94890eae3e Type TypeIconMap 2024-04-03 12:26:25 +02:00
Sam Rose
3dff4bf334
Fix lint. 2024-04-03 11:20:43 +01:00
Adria Navarro
f771cc17a7 Type FieldTypeToComponentMap 2024-04-03 12:15:47 +02:00
Sam Rose
e3fbce25fa
Merge branch 'master' of github.com:budibase/budibase into reuse-containers 2024-04-03 11:15:11 +01:00
Adria Navarro
edd3ce8f0f More types 2024-04-03 12:13:33 +02:00
Adria Navarro
3d45dcea5f Type renderers 2024-04-03 12:10:21 +02:00
Adria Navarro
fcda81434c Fix types 2024-04-03 12:03:13 +02:00
Adria Navarro
890059829f More types 2024-04-03 12:03:05 +02:00
Adria Navarro
d431f633d3 Use types 2024-04-03 12:02:55 +02: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