Commit Graph

128 Commits

Author SHA1 Message Date
Martin McKeaveney 423b553292 bumping qa core types and backend core dependencies 2023-02-20 10:15:29 +00:00
Martin McKeaveney f52e35cc87 adding test ci command to ignore local .env 2023-02-17 17:27:17 +00:00
Martin McKeaveney 2af3bd26c5 tidy up 2023-02-15 23:43:53 +00:00
Martin McKeaveney 7e6a4c8abb running API tests with reporting qa nightly tests 2023-02-15 23:38:59 +00:00
Pedro Silva 5ebb2102ea Fix expected html code 2023-02-06 17:14:42 +00:00
Pedro Silva da028eab43 Skip tests that need multiple users authenticated 2023-02-02 09:41:46 +00:00
Pedro Silva c08b9a9dbe Merge branch 'develop' into api-tests-generate-tenants 2023-02-01 16:20:25 +00:00
Pedro Silva ca70fbb996 Make jest timeout longer 2023-02-01 11:08:35 +00:00
Mitch-Budibase 05a316b0d6 Update package.json and file addition
Updating commands within package.json

Re-adding files:
- cypress.json
- setup.js
- setup.ts
2023-01-31 18:05:53 +00:00
Pedro Silva 864a5d4f3d Remove console log 2023-01-31 17:40:00 +00:00
Pedro Silva c3cb529c7e Skip failing tests 2023-01-30 12:25:47 +00:00
Pedro Silva bc3886e49f skip failed tests by redirect 2023-01-24 11:49:22 +00:00
Pedro Silva 7260e0c303 Fix error caused by prettier 2023-01-18 10:57:36 +00:00
Pedro Silva 9f5f4a1aa4 Merge branch 'develop' into api-tests-generate-tenants 2023-01-18 10:49:14 +00:00
Pedro Silva c4c0c71891 Split tests to avoid free limits 2023-01-18 10:21:21 +00:00
Gerard Burns 36f9bd8d71
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 1e44de975b Merge branch 'develop' into api-tests-extend-coverage 2023-01-16 09:51:55 +00:00
Pedro Silva bf0bb2910f Split application tests 2023-01-11 15:55:41 +00:00
Pedro Silva 184956e6b4 Debug tests 2023-01-11 12:45:29 +00:00
Pedro Silva 8b18d1dc43 Add email and tenant validation 2023-01-09 15:35:53 +00:00
Pedro Silva 02ce5c7305 Add todo comment 2023-01-09 15:33:05 +00:00
Pedro Silva 8be971a05e Implement logic for automatic setup of api tests 2023-01-09 15:31:07 +00:00
mike12345567 52ee5c1ccb Adding pre-commit check for qa-core and examples. 2023-01-06 16:52:18 +00:00
mike12345567 3f9145749e Linting. 2023-01-06 16:46:50 +00:00
Pedro Silva 212bec19cb Improve naming and comments 2023-01-02 10:09:55 +00:00
Pedro Silva bc843288e3 Add test for table pagination 2023-01-02 10:06:05 +00:00
Pedro Silva ce98bb884e "Edit multiple rows" 2022-12-28 15:46:01 +00:00
Pedro Silva ab1594c902 Improvements on apps and tables 2022-12-23 16:03:02 +00:00
Pedro Silva 8c3e15040d Remove unused const 2022-12-19 18:01:59 +00:00
Pedro Silva 9f783fc6d6 Add setup for account and tenant creation 2022-12-19 18:00:51 +00:00
Pedro Silva cfd05d0c68 Add scaffold 2022-12-19 15:46:38 +00:00
Pedro Silva 8c67348ee4 Fix wrong parameter 2022-12-19 14:46:34 +00:00
Pedro Silva 33413e7119 Merge branch 'develop' into api-tests-user-management 2022-12-19 13:56:22 +00:00
Pedro Silva 7dd76df285 Remove unused method 2022-12-19 13:53:52 +00:00
Martin McKeaveney 8a2a5a1f76
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 40d1be7d06 Add for app specific custom roles 2022-12-16 18:17:30 +00:00
Martin McKeaveney 523422cbd6 using production appID in BASIC screens test 2022-12-16 15:30:12 +00:00
Pedro Silva 2d01e17a3a Add tests for app specific roles 2022-12-16 11:24:16 +00:00
Pedro Silva 6566ef9fa1 Improve Role tests 2022-12-14 23:15:02 +00:00
Pedro Silva c19cf1b267 Organize user and permissions tests 2022-12-12 16:32:37 +00:00
Pedro Silva 68681d8087 Add access tests for tables 2022-12-11 11:07:14 +00:00
Pedro Silva 14fab0370c Remove toString 2022-12-09 18:10:17 +00:00
Pedro Silva 142a852164 Rename users methods 2022-12-09 18:00:13 +00:00
Pedro Silva 647551ee5d Remove explicit toString 2022-12-09 17:52:33 +00:00
Pedro Silva c824102f75 Add partial user type 2022-12-09 17:49:45 +00:00
Pedro Silva a0838530a0 Changes to types and user generation 2022-12-09 17:34:59 +00:00
Pedro Silva 77418099c7 Remove duplicated assertions 2022-12-06 18:20:02 +00:00
Pedro Silva 106c169570 Fix names 2022-12-06 16:16:07 +00:00
Pedro Silva bc21cb2396 Add tests for Roles 2022-12-06 16:14:00 +00:00
Pedro Silva 0bac38620f Add Tests for changes to user information/roles 2022-12-05 17:54:40 +00:00