1
0
Fork 0
mirror of synced 2024-08-10 23:51:24 +12:00
Commit graph

12108 commits

Author SHA1 Message Date
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
Dean
5e21757ef1 Added missing import 2022-04-20 11:31:54 +01:00
Vinoth Kirubakaran
ad87bc2bcf feat: made changes to worker and server packages to use global-agent to setup proxy from env variables 2022-04-20 16:00:03 +05:30
Dean
1eff790fe8 Added events for viewing a production application and unpublishing 2022-04-20 11:08:06 +01:00
Mel O'Hagan
c9523d2913 Prettier comma fix 2022-04-20 11:02:27 +01:00
Mel O'Hagan
8494f872af Remove Row Rev from UI 2022-04-20 11:00:58 +01:00
Rory Powell
c92e7120de Move upgrade page check into self hosted block 2022-04-20 10:07:36 +01:00
Rory Powell
46965bbb44 Feature flag upgrade page 2022-04-20 09:46:20 +01:00
Dean
d94ff81e0e Simplified modal header construction 2022-04-20 09:23:09 +01:00
Dean
b2b5fde7ba Cypress test fixes and refactoring. Removed debugging elements 2022-04-20 09:17:01 +01:00
Dean
04b4ee7a51 Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-20 09:10:09 +01:00
Budibase Staging Release Bot
b18c47a586 v1.0.105-alpha.22 2022-04-20 07:47:53 +00:00
Martin McKeaveney
ebf39d7b93 Merge pull request #5424 from dougwettlaufer/apply-affinities-and-tolerations
Apply affinities and tolerations in the helm chart
2022-04-20 08:40:51 +01:00
mike12345567
192fb1307e Initial version of memory leak protection, making sure that PouchDB databases are closed correctly after use, using a combination of closures wrapping DB gets (this replaces the getDB, leaving only a dangerousGetDB function which can be used in very very specific scenarios) and then closing the DB as part of CLS hooked functions finishing. Also moving the GlobalDB init to the tenancy middleware as this is used everywhere in the worker/app services - means that not all getGlobalDB calls require an async closure around them. 2022-04-19 19:42:52 +01:00
Rory Powell
41144db055 Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-04-19 16:45:27 +01:00
Dean
f78aaa640f Code style check 2022-04-19 14:56:56 +01:00
Dean
c7b6453862 Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow 2022-04-19 14:45:46 +01:00
Dean
26c19891bb Unpublish refactored to stop development applications being mistakenly deleted. Minor updates to the modal content component to allow the replacement of the header. Further work to implement the publishing workflow changes 2022-04-19 14:38:09 +01:00
Budibase Staging Release Bot
c8d3c9ded4 v1.0.105-alpha.21 2022-04-19 12:05:43 +00:00