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

136 commits

Author SHA1 Message Date
Pedro Silva
796c50d3e0 Merge branch 'develop' into qa-core-datasource-api-tests 2023-04-26 15:51:47 +01:00
Pedro Silva
5226385367 Change integration count assertion 2023-04-26 15:51:25 +01:00
Rory Powell
aee52af7f0 Add feature and quota overrides to qa core for cloud tests (#10417)
* Fix qa core suite

* Update package.json

* Lint
2023-04-25 20:36:27 +01:00
Pedro Silva
f104e66acf Fix type 2023-04-14 18:14:47 +01:00
Pedro Silva
e20838fd42 Add rest test and fix type 2023-04-14 17:35:13 +01:00
mike12345567
2629817741 Fixing qa-core message now that sync always occurs (dev and prod). 2023-04-13 13:30:47 +01:00
Pedro Silva
a8460169d1 Improvements on types, helpers and assertions 2023-04-12 18:18:28 +01:00
Pedro Silva
0562cf511c Add tests for datasources 2023-04-11 15:44:00 +01:00
Pedro Silva
fe17abd7be Add postgresSQL tests 2023-04-06 14:22:21 +01:00
Rory Powell
77ffb8d86d Run integration suite in CI again / auto detect tenancy / refactors (#10209)
* qa-core-ci-fixes

* global setup and teardown wip

* Updates to logs and setup

* Remove date and console mocking

* Update CI to spin up minimal dev env

* Update readme

* Fix scopeBackend.sh

* Ensure docker services are initialised before starting worker

* Lint

* Fix admin user being created on startup (#10219)

* use regular bootstrap and build

* Lint

* Temp: re-use global setup to get around app limit in QA
2023-04-05 15:33:56 +01:00
Martin McKeaveney
cda9d8a095 lint 2023-03-31 15:33:34 +01:00
Martin McKeaveney
30d08c13ab qa-core job tidy up 2023-03-31 12:15:24 +01:00
Pedro Silva
46381c381d Update commands to run locally and in CI 2023-03-26 18:00:20 +01:00
Pedro Silva
55214876d8 Improve tenant generation 2023-03-14 10:07:16 +00:00
Pedro Silva
1fc46002e2 Add comments 2023-03-13 18:05:46 +00:00
Pedro Silva
464a10f641 Fix Bad APIkey handling 2023-03-13 16:24:20 +00:00
Pedro Silva
cf04fffdad Fix API Error handling 2023-03-13 16:22:55 +00:00
Pedro Silva
ca489b531f Fix Login problems 2023-03-09 15:30:27 +00:00
Pedro Silva
dfff64b847 Add firstApp creation to public api tests 2023-03-02 15:17:17 +00:00
Pedro Silva
6a3fa60078 Remove Env public api key 2023-03-01 11:46:26 +00:00
Pedro Silva
655b235b76 Auth flow 2023-02-24 09:46:05 +00:00
Pedro Silva
9474d24908 Add base for multiple environment support 2023-02-23 16:32:42 +00:00
Pedro Silva
2df1d52fbd Fix expected html code 2023-02-06 17:14:42 +00:00
Pedro Silva
e1d9f5d6bd Skip tests that need multiple users authenticated 2023-02-02 09:41:46 +00:00
Pedro Silva
481ad1c51d Skip failing tests 2023-01-30 12:25:47 +00:00
Pedro Silva
b3f0fdc8b8 skip failed tests by redirect 2023-01-24 11:49:22 +00:00
Pedro Silva
f37d6124a8 Fix error caused by prettier 2023-01-18 10:57:36 +00:00
Pedro Silva
3fb7bc22a1 Merge branch 'develop' into api-tests-generate-tenants 2023-01-18 10:49:14 +00:00
Pedro Silva
12bcf68382 Split tests to avoid free limits 2023-01-18 10:21:21 +00:00
Gerard Burns
48e1695318 JSON import changes (#9288)
* JSON import changes

* Fix lockfiles

* PR Feedback, fix tests

* fix tests

* pr feedback
2023-01-17 15:07:52 +00:00
Pedro Silva
4483ab9cb0 Merge branch 'develop' into api-tests-extend-coverage 2023-01-16 09:51:55 +00:00
Pedro Silva
576f47e4a9 Split application tests 2023-01-11 15:55:41 +00:00
Pedro Silva
b2d96eaa6f Debug tests 2023-01-11 12:45:29 +00:00
Pedro Silva
c090e71ae3 Add email and tenant validation 2023-01-09 15:35:53 +00:00
Pedro Silva
9428865890 Add todo comment 2023-01-09 15:33:05 +00:00
Pedro Silva
e8ff068dae Implement logic for automatic setup of api tests 2023-01-09 15:31:07 +00:00
mike12345567
3601bd1f4d Adding pre-commit check for qa-core and examples. 2023-01-06 16:52:18 +00:00
mike12345567
60371d828e Linting. 2023-01-06 16:46:50 +00:00
Pedro Silva
41c51cb834 Improve naming and comments 2023-01-02 10:09:55 +00:00
Pedro Silva
3fc6dd62f7 Add test for table pagination 2023-01-02 10:06:05 +00:00
Pedro Silva
125a06517d "Edit multiple rows" 2022-12-28 15:46:01 +00:00
Pedro Silva
3aec3df36d Improvements on apps and tables 2022-12-23 16:03:02 +00:00
Pedro Silva
54ca0d1218 Remove unused const 2022-12-19 18:01:59 +00:00
Pedro Silva
aefa3a65c2 Add setup for account and tenant creation 2022-12-19 18:00:51 +00:00
Pedro Silva
69873152b6 Add scaffold 2022-12-19 15:46:38 +00:00
Pedro Silva
d168ffc3f0 Fix wrong parameter 2022-12-19 14:46:34 +00:00
Pedro Silva
7b92b1d250 Merge branch 'develop' into api-tests-user-management 2022-12-19 13:56:22 +00:00
Pedro Silva
96882ef135 Remove unused method 2022-12-19 13:53:52 +00:00
Martin McKeaveney
84ab7862d1 fixes for google sheets, admin checklist, and deleting an app from API (#8846)
* fixes for google sheets, admin checklist, and deleting an app from API

* code review

* splitting unpublish endpoint, moving deploy endpoint to applications controller. Still to do public API work and move deployment controller into application controller

* updating REST method for unpublish in API test

* unpublish and publish endpoint on public API, delete endpoint unpublishes and deletes app

* removing skip_setup from prodAppDb call

* removing commented code

* unit tests and open API spec updates

* unpublish, publish unit tests - delete still in progress

* remove line updating app name in API test

* unit tests

* v2.1.46

* Update pro version to 2.1.46

* v2.2.0

* Update pro version to 2.2.0

* Fix for budibase plugin skeleton, which utilises the old import style.

* Fix side nav styles

* v2.2.1

* Update pro version to 2.2.1

* using dist folder to allow importing constants for openAPI specs

* v2.2.2

* Update pro version to 2.2.2

* Fix for user enrichment call (updating to @budibase/nano fork) (#9038)

* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.

* Incrementing Nano version to attempt to fix yarn registry issues.

* v2.2.3

* Update pro version to 2.2.3

* Fix SQL table `_id` filtering (#9030)

* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field

* Remove like operator from internal tables and only allow basic operators on SQL table _id column

* Update data section filtering to respect new rules

* Update automation section filtering to respect new rules

* Update dynamic filter component to respect new rules

* v2.2.4

* Update pro version to 2.2.4

* lock changes (#9047)

* v2.2.5

* Update pro version to 2.2.5

* Make looping arrow point in right direction (#9053)

* v2.2.6

* Update pro version to 2.2.6

* Types/attaching license to account (#9065)

* adding license type to account

* removing planDuration

* v2.2.7

* Update pro version to 2.2.7

* Environment variable type coercion fix (#9074)

* Environment variable type coercion fix

* Update .gitignore

* v2.2.8

* Update pro version to 2.2.8

* tests passing

* all tests passing, updates to public API response

* update unpublish call to return 204, openAPI spec and unit

* fixing API tests

Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2022-12-19 13:18:00 +00:00
Pedro Silva
8cc8db7842 Add for app specific custom roles 2022-12-16 18:17:30 +00:00