1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
Commit graph

16483 commits

Author SHA1 Message Date
mike12345567
724a23da2c Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 16:51:53 +01:00
Michael Drury
065758dfe5 Merge pull request #8378 from Budibase/feature/app-backups-processing
Move backup processing into pro
2022-10-24 16:11:37 +01:00
mike12345567
8b70abf846 Merge branch 'feature/app-backups' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 15:47:44 +01:00
mike12345567
ae8145baec Adding in retention days for app backups. 2022-10-24 15:43:48 +01:00
Budibase Staging Release Bot
43cd5fcb24 Update pro version to 2.0.30-alpha.13 2022-10-24 14:36:50 +00:00
Budibase Staging Release Bot
8f8cbfc25e v2.0.30-alpha.13 2022-10-24 14:33:30 +00:00
Rory Powell
39c83d8fb1 Move backup processing into pro 2022-10-24 15:28:43 +01:00
Pedro Silva
24a97bd064 Merge pull request #8319 from Budibase/api-tests-tables
API tests for tables, columns and rows
2022-10-24 15:22:37 +01:00
Rory Powell
d746c42503 Remove pro mock and invert if condition on backups enabled 2022-10-24 14:23:16 +01:00
mike12345567
a25cc7fbaf Merge branch 'feature/app-backups' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 13:37:53 +01:00
mike12345567
bc2d499625 Adding a check to see if app backups feature is enabled. 2022-10-24 13:33:36 +01:00
Rory Powell
5614c5db61 Replace isTest check with mock for triggering app backup 2022-10-24 13:05:40 +01:00
mike12345567
5340b49d6b Some fixes based on PR comments. 2022-10-24 12:06:50 +01:00
mike12345567
fbed8923dc Moving statistics under backups sdk subfolder. 2022-10-24 10:14:35 +01:00
mike12345567
4daf9c2615 Addressing majority of PR comments. 2022-10-24 10:04:14 +01:00
mike12345567
41c68ae891 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 09:55:49 +01:00
Budibase Staging Release Bot
fbb8d907fc Update pro version to 2.0.30-alpha.12 2022-10-24 08:04:57 +00:00
Budibase Staging Release Bot
3864295eea v2.0.30-alpha.12 2022-10-24 08:01:46 +00:00
melohagan
8c52c4bfc7 Merge pull request #8355 from Budibase/fix/fix-pickers-interaction-with-outside-click-handler-action
Fix Picker Interaction with the Outside Click Action
2022-10-24 08:50:49 +01:00
Budibase Staging Release Bot
2afc8a73df Update pro version to 2.0.30-alpha.11 2022-10-21 19:47:38 +00:00
Budibase Staging Release Bot
f64834300c v2.0.30-alpha.11 2022-10-21 19:44:23 +00:00
Jonny McCullagh
f559d5d953 Merge pull request #8180 from tomamplius/clean_script
Single Image build clean up: replace move with rm
2022-10-21 20:33:28 +01:00
tomamplius
75559dddce add verbose to rm 2022-10-21 21:09:54 +02:00
tomamplius
bc8331ddd4 use egrep to replace grep + awk 2022-10-21 21:09:03 +02:00
mike12345567
e1dca87507 Fixing test case. 2022-10-21 18:52:39 +01:00
mike12345567
74484fc054 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-21 18:41:25 +01:00
mike12345567
fe5d11232f Update with PR comments. 2022-10-21 18:25:35 +01:00
mike12345567
5aeeed47e1 Type updates for searching by type + trigger on app backup documents. 2022-10-21 17:04:20 +01:00
mike12345567
2a2f41a861 Fixing issue discovered by tests. 2022-10-21 16:02:13 +01:00
Gerard Burns
d2997b3357 Fix Picker Interaction with the Outside Click Action 2022-10-21 15:12:38 +01:00
Martin McKeaveney
55a3ea4add Merge pull request #8241 from Budibase/nginx-dev-timeouts
Add additional timeout configuration to nginx.dev.conf.hbs
2022-10-21 08:58:50 +01:00
Martin McKeaveney
69775a0324 Merge pull request #8016 from Budibase/feature/redirect-after-modal-close
Allow screen redirect after modal close
2022-10-21 08:58:21 +01:00
Budibase Staging Release Bot
0ea37b67e3 Update pro version to 2.0.30-alpha.10 2022-10-20 21:14:38 +00:00
Budibase Staging Release Bot
c5c3036f44 v2.0.30-alpha.10 2022-10-20 21:11:31 +00:00
Martin McKeaveney
975134caea Merge pull request #8295 from weslien/patch-8294
Fix arangoDB connector
2022-10-20 22:01:07 +01:00
Budibase Staging Release Bot
7d2071cc86 Update pro version to 2.0.30-alpha.9 2022-10-20 20:04:25 +00:00
Budibase Staging Release Bot
49c1126fc9 v2.0.30-alpha.9 2022-10-20 20:01:10 +00:00
Martin McKeaveney
ab226e8fb8 Merge pull request #8301 from Budibase/fix/clicking-the-toggle-button-of-an-open-action-menu-does-not-close-it
Clicking the Toggle Button of an Open Action Menu Does Not Close It
2022-10-20 20:35:39 +01:00
Martin McKeaveney
7d8d0f5026 Merge pull request #8307 from Budibase/fix/stop-screen-store-double-updating-on-page-change
Stop Screen Store Double Updating on Screen Change
2022-10-20 20:35:18 +01:00
mike12345567
854cb23947 Getting the import system to carry out a backup of the app before the restore. 2022-10-20 19:07:10 +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
Mitch-Budibase
a12c76d2a2 Merge pull request #8203 from Budibase/api-screens
API Testing - Screens
2022-10-20 17:22:59 +01:00
Mitch-Budibase
dc61b23d24 Merge branch 'develop' into api-screens 2022-10-20 17:05:30 +01:00
Pedro Silva
d3337a0219 Improvement from PR comments 2022-10-20 15:31:10 +01:00
mike12345567
f5557fd805 Fetching a list of backup/restore events includes the full user object. 2022-10-20 15:05:50 +01:00
mike12345567
f11c0bbfd7 Some type updates and processor handling for backup document being created before backup/restore occurs. 2022-10-19 19:19:36 +01:00
mike12345567
10c81c1adc Fixing issue with using templates. 2022-10-19 16:57:14 +01:00
mike12345567
113a23ba3d Adding statistics output for backups. 2022-10-19 16:48:32 +01:00
mike12345567
59bf052b70 Fixing issue with metadata name not being provided for uploaded backup on publish. 2022-10-19 13:52:56 +01:00