budibase/packages/backend-core/src
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
..
accounts
auth fix all cases of lint rule 2024-04-10 17:39:12 +01:00
blacklist
cache Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
configs
constants Merging in most recent changes, recent SQL aliasing changes caused some big differences. 2024-03-20 12:42:07 +00:00
context
db Fix lucene.spec.ts. 2024-05-07 17:11:05 +01:00
docIds
docUpdates Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
errors
events Merge branch 'master' into feature/onboarding 2024-03-25 12:51:57 +01:00
features
logging Reenable no-inner-declarations. 2024-03-19 11:29:19 +00:00
middleware fix all cases of lint rule 2024-04-10 17:39:12 +01:00
migrations fix all cases of lint rule 2024-04-10 17:39:12 +01:00
objectStore Remove aws sdk global mock and update tests (#13637) 2024-05-08 14:08:34 +01:00
platform Adds POST /api/global/users/sso endpoint 2024-03-28 11:46:58 +01:00
plugin
queue Remove // eslint-disable-next-line no-unused-vars 2024-04-17 12:24:41 +02:00
redis Reenable no-unused-vars 2024-03-20 11:46:39 +00:00
security
tenancy
timers
users Allow a displayName to be passed when creating admin user (#13516) 2024-04-18 12:52:00 +00:00
utils
environment.ts REST file handling and SMTP automation block attachments (#13403) 2024-04-22 15:30:57 +00:00
helpers.ts
index.ts Improving typing around search, there was duplicates of SearchParams and SearchResponse - which were a little different, bring all of this together under the types library. 2024-03-28 17:57:37 +00:00
installation.ts