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

24783 commits

Author SHA1 Message Date
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
Andrew Kingston
6c9127427c Fix issues with colours in app skeletons 2024-03-26 10:43:56 +00:00
Sam Rose
06c3cc7e59
Update pro reference. 2024-03-26 10:16:50 +00:00
Sam Rose
6ee8f421a5
Merge branch 'master' of github.com:budibase/budibase into remove-jest-testcontainers 2024-03-26 10:05:21 +00:00
Sam Rose
037becfedc
Remove testcontainers debug logging. 2024-03-26 10:05:13 +00:00
Sam Rose
a4b940e31d
Update pro reference. 2024-03-26 10:00:47 +00:00
Sam Rose
415b27a008
Don't need a globalTeardown, testcontainers handles the removal of containers. 2024-03-26 10:00:34 +00:00
Sam Rose
d85db6b8fe
Update pro reference. 2024-03-26 09:51:42 +00:00
Sam Rose
5d7cd511b5
Correct path to global functions in jest.config.ts. 2024-03-26 09:51:10 +00:00
Sam Rose
f3e9e3d35e
Share a single globalSetup/globalTeardown. 2024-03-26 09:49:33 +00:00
jvcalderon
62fa6d9fa4 Account portal submodule update 2024-03-26 09:14:12 +01:00
José Vte. Calderón
bb50c87ac4
Merge branch 'master' into feature/onboarding 2024-03-26 09:04:12 +01:00
Sam Rose
afacee978d
Add missing environment vars for backend-core tests. 2024-03-25 17:40:46 +00:00
Sam Rose
0dba0cebc7
Remove CouchDB container name. 2024-03-25 17:26:15 +00:00
Adria Navarro
f7daceaf07 Remove unused .vscode folders 2024-03-25 18:23:12 +01:00
Sam Rose
f68840a580
Remove testcontainers debug logging. 2024-03-25 17:13:04 +00:00
Sam Rose
569f00316b
Merge branch 'master' of github.com:budibase/budibase into remove-jest-testcontainers 2024-03-25 17:12:11 +00:00
Sam Rose
44d4e496b6
Fix code to pull CouchDB URL out of docker ps. 2024-03-25 17:11:41 +00:00
Gerard Burns
d9033b2636
Un-revert Skeleton Loader PR (#13180)
* wip

* wip

* wip

* client versions init

* wip

* wip

* wip

* wip

* wip

* linting

* remove log

* comment client version script

* lint

* skeleton loader type fix

* fix types

* lint

* fix types again

* fix manifest not being served locally

* remove preinstalled old client version

* add constant for dev client version

* linting

* Dean PR Feedback

* linting

* pr feedback

* wip

* wip

* clientVersions empty array

* delete from git

* empty array again

* fix tests

* pr feedback

---------

Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2024-03-25 16:39:42 +00:00