1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00
Commit graph

105 commits

Author SHA1 Message Date
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
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 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
Martin McKeaveney c0eb8c039a using production appID in BASIC screens test 2022-12-16 15:30:12 +00:00
Pedro Silva 0fa1e7b97b Add tests for app specific roles 2022-12-16 11:24:16 +00:00
Pedro Silva d55172a9fb Improve Role tests 2022-12-14 23:15:02 +00:00
Pedro Silva 5773f39659 Organize user and permissions tests 2022-12-12 16:32:37 +00:00
Pedro Silva 300b0b7b67 Add access tests for tables 2022-12-11 11:07:14 +00:00
Pedro Silva 1765e10995 Remove toString 2022-12-09 18:10:17 +00:00
Pedro Silva d390fe7d8d Rename users methods 2022-12-09 18:00:13 +00:00
Pedro Silva fbf50f0ddf Remove explicit toString 2022-12-09 17:52:33 +00:00
Pedro Silva b995575189 Add partial user type 2022-12-09 17:49:45 +00:00
Pedro Silva 6d87a38ab3 Changes to types and user generation 2022-12-09 17:34:59 +00:00
Pedro Silva 4467d2b005 Remove duplicated assertions 2022-12-06 18:20:02 +00:00
Pedro Silva c03ee6a613 Fix names 2022-12-06 16:16:07 +00:00
Pedro Silva d2a8923d0d Add tests for Roles 2022-12-06 16:14:00 +00:00
Pedro Silva 895c29d45f Add Tests for changes to user information/roles 2022-12-05 17:54:40 +00:00
Pedro Silva 0034bbbe2d Record generated users passwords in test context 2022-12-02 19:04:23 +00:00
Pedro Silva c0c8262561 Add generic login method 2022-12-02 18:59:08 +00:00
Pedro Silva 1c0767f549 Add users with all roles 2022-12-02 18:42:56 +00:00
Pedro Silva b9186cac9d Add tests for user management 2022-11-30 11:02:11 +00:00
Pedro Silva 7f8e093a52 Add verification 2022-11-28 22:13:07 +00:00
Pedro Silva cb2b861032 Add User endpoints 2022-11-22 16:52:56 +00:00
mike12345567 0d13a77409 Some minor updates after running qa-core tests, found some issues that likely exists before context update. 2022-11-17 16:30:38 +00:00
mike12345567 b5472f882b Some updates for currentapp.spec.js test case. 2022-11-15 17:35:17 +00:00
Rory Powell bcc9374e77 Merge pull request #8684 from Budibase/test-updates
Fail pro scripts on error, unify TS versions, update test and coverage configs, use pro source mappings
2022-11-15 16:09:20 +00:00
Rory Powell 9973f2e161 Bump jest and ts-jest to be consistent across backend packages to fix CI issue, test config updates 2022-11-14 22:55:47 +00:00
Rory Powell 5da699e27c Fail pro scripts on error, unify TS versions, update test and coverage configs, use pro source mappings 2022-11-14 13:29:46 +00:00
Pedro Silva e583349565 Remove logic from endpoint methods 2022-11-10 09:45:02 +00:00
Pedro Silva 4fde16d55b Fix duplicated name failure 2022-11-09 17:05:05 +00:00
Pedro Silva 604260f622 Add test for AppPackage 2022-11-09 16:05:15 +00:00
Pedro Silva c53e5ed886 Improve stability of tests 2022-11-08 18:06:53 +00:00
Pedro Silva a3cdb8eb83 Move assertion to endpoint definition 2022-11-07 15:48:24 +00:00
mike12345567 19669575e4 Fixing issue with self host build - import of backend-core changes mean that loading the public API files can require setup of backend-core, making it so that the JWT Strategy doesn't need to be setup to load backend-core. 2022-11-01 12:59:10 +00:00
Pedro Silva b9bd007a0b Add missing test to app flow 2022-10-28 16:48:29 +01:00
Rory Powell 9face50a07 Fix build failure around PouchDB type 2022-10-25 09:02:55 +01:00
mike12345567 724a23da2c Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 16:51:53 +01:00
mike12345567 e1dca87507 Fixing test case. 2022-10-21 18:52:39 +01:00
Pedro Silva 664c2af408 Fix some tests after merge 2022-10-20 17:48:05 +01:00
Pedro Silva ec958f3804 Merge branch 'develop' into api-tests-tables 2022-10-20 17:37:46 +01:00