Commit Graph

73 Commits

Author SHA1 Message Date
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
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
Pedro Silva d3337a0219 Improvement from PR comments 2022-10-20 15:31:10 +01:00
Pedro Silva 2a4eedcf38 Fix EOF 2022-10-19 10:42:57 +01:00
Pedro Silva f328280cb1 Requested changes 2022-10-19 10:35:00 +01:00
Pedro Silva bbd42b4db3 Remove unecessary const 2022-10-18 17:34:19 +01:00
Pedro Silva 814670cbed Add operations on rows and columns 2022-10-18 17:29:13 +01:00
Pedro Silva eb1e85fb46 Add Table endpoints 2022-10-17 18:20:40 +01:00
Pedro Silva 7053472347 Fix extra declarations 2022-10-13 15:18:36 +01:00
Pedro Silva 185d55a3f4 Refactor create app 2022-10-13 14:58:23 +01:00
Mitch-Budibase 9eb0714033 Small changes based on PR feedback
As per some of the comments on the PR:
- Renaming createScreen & deleteScreen to create & delete as they are on the screens namespace
- Updating a test within create.spec.js (applications) for when a screen is generated
- Improvements to the current screens tests (removing unnecessary `expect` lines & updating the for loop for the create screens test)
2022-10-12 17:48:33 +01:00
Mitch-Budibase 3c25763bd9 Merge branch 'develop' into api-screens 2022-10-12 16:53:47 +01:00
Rory Powell 6e083c85a4 Fix linting 2022-10-12 10:25:02 +01:00
Pedro Silva 4090dd2dfe Add types for Responses 2022-10-11 16:47:02 +01:00
Pedro Silva 07359370e6 Fix Identation 2022-10-11 16:24:43 +01:00
Pedro Silva dd914d31db Remove Test and fix types 2022-10-11 16:21:05 +01:00
Pedro Silva 8ce7ca1bb2 Add types for response 2022-10-11 15:08:08 +01:00
Pedro Silva 2f5ab092fe Add test for appDefinition 2022-10-11 15:06:04 +01:00
Mitch-Budibase b301adbd88 API Screens - Updating create screen test
The create screen tests will now create a screen with each available role type
- The types are: BASIC, POWER, ADMIN, PUBLIC
2022-10-10 17:44:19 +01:00
Mitch-Budibase 6aa0d41eb2 API Screens - Fetch screens test
Additional test to fetch screens.
- To confirm the screen was created i am checking `routes`
- It will then confirm the route with the screen exists - in this case the route is `/test` (as determined when the screen is created)
2022-10-10 17:27:55 +01:00
Mitch-Budibase d52c9a5cfb Merge branch 'develop' into api-screens 2022-10-10 15:40:03 +01:00
Mitch-Budibase 43eab991f1 API: Screens - Add and Delete Screen
Screens API tests
- This includes adding a basic screen and deleting a screen
2022-10-10 15:39:02 +01:00
Pedro Silva 12eb99600d Remove comment 2022-10-10 14:39:12 +01:00
Pedro Silva e55d116c5e Fix revert test with 400 status 2022-10-10 14:24:34 +01:00
Martin McKeaveney 052bc0aeed ensure correct revert endpoint being hit, update call to revert 2022-10-09 19:31:35 +01:00
Pedro Silva 970ba0315e Add tests for revert endpoint 2022-10-07 18:05:58 +01:00
Pedro Silva ea02929130 Add tests for endpoints 2022-10-07 12:19:00 +01:00
Pedro Silva ea8122d5a0 Add missing applications endpoints 2022-10-04 17:12:38 +01:00
Pedro Silva dbfcdb70d5 Merge branch 'develop' into api-create-app 2022-10-04 16:13:58 +01:00
Pedro Silva 2c2cd4c9f6 Add Sync endpoint 2022-10-04 16:11:19 +01:00
Rory Powell 761c8b2027 Fix linting for qa-core 2022-10-04 10:59:53 +01:00
Martin McKeaveney 62736aec73 remove module file 2022-10-03 10:04:15 +01:00
Martin McKeaveney 2610475150 tidy up 2022-10-01 02:56:08 +01:00
Martin McKeaveney 65c70cca4c QA Core tests for app creation 2022-10-01 02:54:51 +01:00