mike12345567
95bf8b78f5
Updating how dotenv is loaded.
2024-07-24 16:38:00 +01:00
mike12345567
e9d3c48ff4
Fixing images to use a locked SHA, this means that we shouldn't have issues with CI breaking due to using images which are receiving updates (we've experienced two CI breakages due to MariaDB and MS-SQL updates).
2024-07-24 16:31:13 +01:00
Adria Navarro
89b5770155
Change image
2024-07-24 15:22:37 +02:00
Sam Rose
d0c3de63eb
Fix sqs image reference.
2024-07-10 11:25:53 +01:00
Adria Navarro
91fa90eeb7
Use base_commit_excluding_merges
2024-07-03 17:30:35 +02:00
Adria Navarro
7da589a9d6
Fix
2024-07-03 17:24:28 +02:00
Adria Navarro
8e4ccdcb95
Use script on pipeline
2024-07-02 11:48:01 +02:00
Adria Navarro
2c3e8f756c
Rename
2024-07-01 17:51:39 +02:00
Michael Drury
aafb2532f0
Merge branch 'master' into remove-dd-ci-visibility
2024-06-27 13:25:14 +01:00
mike12345567
b215004128
Fixing an issue where no merge was causing the wrong commit to be found..
2024-06-26 12:52:21 +01:00
melohagan
dca73dac83
Run account portal unit tests ( #14013 )
2024-06-25 09:14:46 +01:00
melohagan
4ac9b657e5
Remove deprecated properties ( #13958 )
...
* Remove deprecated properties
* Fix backend-core test
* Don't run account-portal tests
* Update account-portal ref
* Run account portal unit tests
* Revert "Run account portal unit tests"
This reverts commit b509bf31a4
.
* Revert "Update account-portal ref"
This reverts commit 186391fbb6
.
2024-06-25 08:26:52 +01:00
mike12345567
5b6c5011fb
Removing Datadog CI visibility for now due to its pricing - have created a confluence page documenting how to add it back if it is desired.
2024-06-17 18:13:54 +01:00
melohagan
9ecf82e0f6
Add endpoint to GET tenant info from tenant global DB. ( #13923 )
...
* Add GET tenant info endpoint
* Add GET global tenant to endpoint list.
* Use correct not found code
* Fix unit test
* Code review comments
* Ignore account portal check types
* remove account-portal-ui from type check ignore
* Remove ignore account-portal-ui from type check
2024-06-17 09:22:44 +00:00
Sam Rose
f6ed2c9afc
Enable DataDog test instrumentation.
2024-06-10 15:48:15 +01:00
Peter Clement
1d300c2577
Remove aws sdk global mock and update tests ( #13637 )
...
* Remove aws sdk global mock and update tests
* add awaits
* Minio healthcheck in tests.
* Bind to 127.0.0.1 instead of 0.0.0.0
* Fix port fetching for minio container.
* Actually fix port mapping this time.
* Pull minio container before running tests.
* Enable testcontainers debug logging.
* Promote minio container to always running in tests, like CouchDB.
* Remove testcontainers debug logging.
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-05-08 14:08:34 +01:00
Sam Rose
777b5b5f53
Make REUSE_CONTAINERS the default for running tests.
2024-04-26 11:35:23 +01:00
mike12345567
b8685dc245
Updating if statement.
2024-04-11 16:24:11 +01:00
mike12345567
f9e1f4b8c4
Fixing issue with OSS build, if the user is OSS don't attempt to account portal build.
2024-04-11 15:58:22 +01:00
Sam Rose
4c24a43465
Merge branch 'master' of github.com:budibase/budibase into budi-7659-sqs-investigate-handle-more-complex-types
2024-04-09 16:57:21 +01:00
Sam Rose
06e01be5f9
Enable all search.spec.ts tests, pull the sqs CouchDB image in CI.
2024-04-09 16:48:54 +01:00
mike12345567
8880920c97
Remove the test container logs.
2024-04-09 15:22:02 +01:00
Sam Rose
79184e70af
Remove CONTAINER_NAMESPACE, it wasn't the solution.
2024-04-03 12:32:29 +01:00
Sam Rose
04aa53c306
Trying with 8 workers.
2024-04-03 12:22:11 +01:00
Sam Rose
dda0d1fb5b
Lock globalSetup to prevent multiple containers starting.
2024-04-03 12:06:49 +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
Sam Rose
8cffdeda56
Re-use containers and create namespaces for each test.
2024-04-03 11:33:39 +01:00
Sam Rose
dbccfd115b
Update CI workflow to use new larger runners.
2024-04-03 11:16:20 +01:00
Sam Rose
e3fbce25fa
Merge branch 'master' of github.com:budibase/budibase into reuse-containers
2024-04-03 11:15:11 +01:00
Martin McKeaveney
6b1829a7fc
remove QA core
2024-04-02 17:24:30 +01:00
Sam Rose
90cfdd661d
Rework how we connect to containers.
2024-03-28 17:36:26 +00:00
Sam Rose
f43f03a3b4
Use new larger runners.
2024-03-28 10:31:28 +00:00
Sam Rose
29a928eb09
Turn off some expensive options on the disk free up.
2024-03-27 17:51:19 +00:00
Sam Rose
d7f112dc95
Free up space in the server tests run.
2024-03-27 17:47:03 +00:00
mike12345567
84f87c4a48
Updating CI.
2024-03-27 17:00:56 +00:00
Adria Navarro
5b55b9f569
Merge branch 'master' into ci/ignore-merge-commits-on-submodule-checks
2024-03-27 15:40:15 +01:00
mike12345567
e4d2ac4fc2
Changing build back.
2024-03-27 14:25:14 +00:00
mike12345567
2427936b70
Build in CI in two steps, one for account portal and one for OSS/monorepo.
2024-03-27 12:59:29 +00:00
mike12345567
36fa7b75de
Removing yarn version set - made no difference.
2024-03-27 12:24:03 +00:00
mike12345567
e36ec14163
Use yarn 1.22.19 across all CI steps.
2024-03-27 12:05:44 +00:00
mike12345567
4fa98f17d2
Different way to set yarn version.
2024-03-27 11:55:22 +00:00
mike12345567
1e7608a790
Trying yarn 1.22.19.
2024-03-27 11:46:45 +00:00
Adria Navarro
1ed687f6c4
Fix checks
2024-03-27 12:37:07 +01:00
Adria Navarro
89d9b787df
Rename
2024-03-27 12:26:10 +01:00
Adria Navarro
c255c70954
cd
2024-03-27 12:25:37 +01:00
Adria Navarro
4fb6217730
Fix checks
2024-03-27 12:24:16 +01:00
Adria Navarro
02e2d26985
Fix
2024-03-27 12:20:07 +01:00
Adria Navarro
5939a3f4f1
Ignore merge conflicts on pro submodule checks
2024-03-27 12:15:30 +01:00
Adria Navarro
f1dfc16e1c
Fix
2024-03-27 11:44:32 +01:00