Rory Powell
7ef9e9dc51
File authentication using presigned URLs ( #8883 )
...
* file auth wip
* Private plugin bucket wip
* Add etag to logo request, fix circular dependency
* Resolve cyclic dependency
* Ensure browser doesn't cache custom component
* Global file fixes
* File fixes / remove permaUrl
* Add ctx local storage
* Enable presigned url to work from any host
* Test fix
* Self hosting w/ S3 + other fixes
* Fix for serving dev app in multi tenant
* Fix backup restore and import attachment url processing, never store attachment urls
* Test fixes
* Unit tests WIP
* Replace file path with base64 encoded private key
* Multi tenancy tests for files
* Environment files fixes
* Post-merge build and test fixes
* Add debug conditional to all jest logging and revert/fix prod minio proxy_pass
* Re-add default '/' minio route :(
* Rename iconFile -> iconFileName
* Add cloudfront vars to k8s templates
* Remove public bucket policy
* Remove duplicated test
2022-12-15 11:35:22 +00:00
Peter Clement
9bf37b34ae
Server and Worker tests ( #8928 )
...
* automation unit tests
* row processor tests
* update executeQuery test
* update groups assertion
* some more worker tests
* plugin tests and tidying up
* linting
* temporarily disable group tests
* more tests
* fix import
* fix backup tests
* add pro mocks to worker
* check for app existence in import test
* test new tsconfig
* testing changes
* Pro test utils (#9020 )
* Pro test utils changes
* Add test fixes
* Remove ts-ignore
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2022-12-12 22:02:32 +00:00
mike12345567
1af47003c5
Updating test cases - trying to get everything in order for merge.
2022-11-14 20:25:05 +00:00
melohagan
5d7748bba6
Merge pull request #7521 from Budibase/feature/s3-bucket-connector
...
S3 bucket connector improvements
2022-11-01 09:56:47 +00:00
mike12345567
a12045917e
Minor test rework after improving startup, a lot of mocks weren't being used correctly.
2022-10-27 15:15:08 +01:00
Mel O'Hagan
4661c083e2
Merge branch 'develop' into feature/s3-bucket-connector
2022-10-26 16:37:11 +01:00
Mel O'Hagan
6ef497992a
Fix types
2022-10-03 19:10:01 +01:00
mike12345567
4a71252731
Updating test cases to TS to get them working properly with the full TS implementations.
2022-08-31 19:21:45 +01:00
Mel O'Hagan
ff5113f916
Delete method S3 Bucket
2022-08-30 19:56:08 +01:00
Mel O'Hagan
18e9f0151c
Create Bucket
2022-08-30 19:17:10 +01:00
melohagan
44b723f7c8
Merge pull request #6895 from Budibase/bug/sev2/mongodb-fixes
...
Support ObjectId in MongoDB operators
2022-08-10 14:54:47 +01:00
mike12345567
77947e8ba9
Adding unit tests for internal DB lucene syntax building.
2022-08-08 19:17:28 +01:00
Mel O'Hagan
98d8080826
Bug fix findOneAndUpdate
2022-08-08 17:53:17 +01:00
Mel O'Hagan
d02e5ae87f
Add unit tests for ObjectId
2022-08-08 17:01:56 +01:00
Dean
18f2e13a30
Fixes for Rest API request UI. Rest test fixes for XML API request body. Fix for raw XML api request body parsing issue. General fixes for query testing.
2022-06-17 12:00:42 +01:00
mike12345567
5b1ae1f6fc
Fixing mock.
2022-05-20 18:08:48 +01:00
Martin McKeaveney
4bab24f1ac
remove postgres connection pooling
2022-04-28 23:24:52 +01:00
Martin McKeaveney
62f2cff42e
firebase tests complete
2022-04-28 22:59:25 +01:00
Martin McKeaveney
a5bdf70cf7
renamable buckets, started firebase tests, onboarding modal copy update
2022-04-26 17:12:47 +01:00
mike12345567
5d7f4b6ab7
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-03-04 11:25:32 +00:00
Michael Drury
7179cf978a
Updating test case to handle new promise library.
2022-03-03 23:50:46 +00:00
Michael Drury
46d23cfb25
Adding a testing system which generates the schema and compares against responses.
2022-02-24 23:21:10 +00:00
Maurits Lourens
71f5b68d57
run prettier + lint over typescript files as well
2022-01-20 09:17:08 +01:00
mike12345567
1ebdc369cd
Adding test case to check that query dynamic variables are cached correctly and error scenario is handled.
2022-01-05 15:01:28 +00:00
mike12345567
de243c933a
Adding basic test cases for static and dynamic variables (backend).
2022-01-04 18:23:45 +00:00
mike12345567
2dd1074ba5
Updating mocks.
2021-12-09 14:12:01 +00:00
Rory Powell
c36df3ad18
Merge branch 'oracle-datasource' into oracle-datatasource-plus
2021-11-22 10:50:34 +00:00
Rory Powell
1be2d006db
Tests
2021-11-18 12:05:30 +00:00
Rory Powell
edb012fcc7
Merge pull request #3178 from Budibase/postgres-schema
...
Postgres: Use another schema other than 'public'
2021-11-10 10:03:25 +00:00
mike12345567
28b4adc2b3
Reworking MS-SQL test case to be able to get the sql now with a request being made for each internal query, rather than just at connection.
2021-11-09 11:16:12 +00:00
Rory Powell
60f8bc0450
Update tests
2021-10-27 17:21:29 +01:00
Martin McKeaveney
93a33bd79f
fix tests
2021-10-21 18:05:18 +01:00
mike12345567
42f08f97cc
Revert "Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants"
...
This reverts commit 0d2e2314d4
, reversing
changes made to 1beca4ee96
.
2021-08-05 09:59:08 +01:00
Martin McKeaveney
d9ad54d939
merge with master
2021-08-04 13:20:11 +01:00
Michael Drury
655bfe1a0c
Merge branch 'develop' into feature/multi-tenants
2021-08-04 10:07:31 +01:00
Michael Drury
f37946d47e
Revert "Multi-tenancy/organisations"
2021-08-04 10:02:24 +01:00
mike12345567
190798d4ee
Swapping admin -> global in worker to reduce confusion in API url naming.
2021-07-22 12:56:47 +01:00
Christo
4b48ea94e4
Test: Add some basic tests for mongodb queries
2021-07-09 20:08:26 +02:00
mike12345567
19da122425
Updating tests to use latest version of jest, which broke a lot of things, but was necessary to get proper ts-jest support.
2021-06-25 13:46:02 +01:00
mike12345567
bfc4a7cc7b
Fixing test case and removing console.log.
2021-06-23 20:18:21 +01:00
Martin McKeaveney
449169f215
fix up datasources and server tests
2021-06-17 15:24:52 +01:00
mike12345567
6abe5c5f6d
Updating test cases.
2021-06-03 18:48:04 +01:00
Martin McKeaveney
be7a8cfb8c
fix tests
2021-05-24 12:14:04 +01:00
mike12345567
8c8ac18ac0
Fixing broken server test cases.
2021-05-21 16:02:21 +01:00
Andrew Kingston
556236ebce
Add explicit prettier options
2021-05-04 11:32:22 +01:00
Keviin Åberg Kultalahti
4ec2e7d01f
lint:fix
2021-05-03 09:31:09 +02:00
mike12345567
8b20fcb573
Getting most of the test auth working, adding in global builder configuration.
2021-04-13 18:12:35 +01:00
mike12345567
dccd559b56
Updating some test cases to work with new system.
2021-04-09 17:33:21 +01:00
mike12345567
3916b9a29a
Some minor updates to make search test cases pass.
2021-03-26 14:11:24 +00:00
Martin McKeaveney
6555e790a5
Merge pull request #1295 from Budibase/integrations-tests
...
Integrations tests
2021-03-18 09:45:50 +00:00