Commit Graph

12426 Commits

Author SHA1 Message Date
Rory Powell 9105c1cbdd Add access token to top level env 2022-04-21 22:20:38 +01:00
Rory Powell 46155c8308 Add access token to env 2022-04-21 22:19:52 +01:00
Rory Powell 77a79e26d1 Update clone authorization 2022-04-21 22:18:19 +01:00
Rory Powell 96de55bf4f Update pro install scripts with branch handling 2022-04-21 22:12:57 +01:00
Rory Powell 381c23325a Update pro install and release scripts 2022-04-21 21:55:16 +01:00
Martin McKeaveney 79a8a63ede use ioredis mock for in memory redis tests 2022-04-21 20:24:43 +01:00
Budibase Release Bot 980c9d1444 v1.0.114 2022-04-21 14:31:17 +00:00
Michael Drury f89baa0b16 Merge pull request #5419 from Budibase/fix/5411
Fix for SQL IN queries, trimming the inputs to remove excess whitespace
2022-04-21 15:24:56 +01:00
mike12345567 7083470baa Adding a dep:clean function, cleaning up lock files and fixing backend-core test which did not utilise tenancy (no global db). 2022-04-21 15:20:23 +01:00
Rory Powell 5ae3645015 Merge branch 'develop' into pro-build-fix 2022-04-21 15:10:54 +01:00
Rory Powell e4709107b3 Change bootstrap ordering 2022-04-21 15:09:39 +01:00
Rory Powell 81cb05b9ef Add explicit pro dependency to worker and server 2022-04-21 15:08:14 +01:00
mike12345567 345bbf603c Fixing issues with test cases - a lot of test cases didn't setup tenancy in any format, which now means that the API endpoints they call would not have access to a Global DB instance. Also had to disable the closing of the database in test as this was removing the database from memory, meaning future calls would find an empty database when they opened it. 2022-04-21 14:56:14 +01:00
Dean bfce5ccf3f Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-21 14:46:17 +01:00
Budibase Staging Release Bot 851c62d71a v1.0.105-alpha.25 2022-04-21 13:36:43 +00:00
Dean c904bc6273 Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-21 14:32:49 +01:00
Martin McKeaveney 701cc93866 Merge pull request #5290 from Upgreydd/Do_not_validate_if_multi-select_options_length_is_0
Do not validate if multi-select options length is 0
2022-04-21 14:29:44 +01:00
Dean 61150c82cf Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-21 14:10:58 +01:00
Dean 0d63f5d6be Refactored workflow tests to remove use of variables 2022-04-21 14:01:25 +01:00
Budibase Staging Release Bot 389221a58e v1.0.105-alpha.24 2022-04-21 11:52:07 +00:00
Rory Powell 03dfff39d0 Merge pull request #5001 from Budibase/feature/licensing
Licensing
2022-04-21 12:44:58 +01:00
Dean 6bd59e7f8f Minor test enhancements and publish workflow test spec added 2022-04-21 11:59:59 +01:00
mike12345567 13cb5f7f7c Adding another check to make sure context is the same. 2022-04-20 23:13:08 +01:00
mike12345567 151ed604f8 Fixing some issues detected by the test cases, making the in-use mechanism for context more clear to complete avoid stack up of contexts (leading to loss of knowledge around previous databases. 2022-04-20 23:10:39 +01:00
Rory Powell 637100adb8 Revert testing changes to release-develop.yml 2022-04-20 21:25:12 +01:00
Rory Powell 74710b9c70 Change gh username order 2022-04-20 20:59:37 +01:00
Rory Powell 86c21b422a Change gh username order 2022-04-20 20:58:57 +01:00
Rory Powell 404d496414 Set global git commit username 2022-04-20 20:32:00 +01:00
mike12345567 6afe3a28ef Closing global DB using the standard function - not directly. 2022-04-20 18:07:48 +01:00
mike12345567 9899781fc5 Some updates, making sure databases will always close directly using finally checks around the actual tasks, updating how replication works to have a close statement (to make sure it is controlled correctly) and then updating to PouchDB 7.3.0 for one of the memory leak fixes. 2022-04-20 17:33:42 +01:00
Rory Powell 2a50279f54 Change how version is parsed 2022-04-20 17:30:42 +01:00
Rory Powell 5b1db40dac Update branch processing 2022-04-20 17:12:40 +01:00
Rory Powell 8c33297abe Update branch processing 2022-04-20 17:02:06 +01:00
Rory Powell 90bb5ee85c Update branch processing 2022-04-20 16:50:53 +01:00
Rory Powell e5a241fef4 Update branch processing 2022-04-20 16:48:45 +01:00
Rory Powell e818181eec Update branch processing 2022-04-20 16:47:42 +01:00
Rory Powell 58b67ef7aa Update branch processing 2022-04-20 16:42:03 +01:00
Rory Powell b94fae9bb8 Update branch processing 2022-04-20 16:40:51 +01:00
Rory Powell 70387b3ed6 Update branch processing 2022-04-20 16:38:56 +01:00
Rory Powell 14ffba2e12 Resolve current branch on release job 2022-04-20 16:21:05 +01:00
Rory Powell 74ac556e9e Add pro release to release-develop 2022-04-20 16:11:06 +01:00
Rory Powell d2a4e0a934 Merge branch 'develop' into feature/licensing 2022-04-20 14:59:36 +01:00
Dean 2fb9fa55bd Minor refactor of the deploy modal flow 2022-04-20 14:58:18 +01:00
Dean 103511bc40 Added the hover message for the publish menu icon 2022-04-20 14:37:24 +01:00
Dean 0305719fe3 Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-20 12:54:58 +01:00
Dean ea164cb6aa Added cypress attributes for the popover menu 2022-04-20 12:51:44 +01:00
Budibase Staging Release Bot 282d2b73cc v1.0.105-alpha.23 2022-04-20 11:45:43 +00:00
melohagan f86222401e Merge pull request #5498 from Budibase/bug/sev3/remove-row-rev
Remove Row Rev field for Actions and Automations
2022-04-20 12:39:06 +01:00
Mel O'Hagan 611b170874 RevId should be optional for automation delete 2022-04-20 12:11:36 +01:00
Mel O'Hagan 9b5ad2dacc Get latest RevId if not provided 2022-04-20 11:51:01 +01:00