1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
Commit graph

7996 commits

Author SHA1 Message Date
Budibase Release Bot 64863fcf5e v0.9.137 2021-09-21 15:04:25 +00:00
Martin McKeaveney b59dd66dfb
Merge pull request #2697 from Budibase/feature/ci-updates
CI updates for self host
2021-09-21 15:54:25 +01:00
Martin McKeaveney 5ab8f1662f CI updates for self host 2021-09-21 15:42:40 +01:00
Budibase Release Bot 7e0b4259fe v0.9.136 2021-09-21 13:47:15 +00:00
Martin McKeaveney 3a50b74db8 only write to backups bucket in self host 2021-09-21 14:36:30 +01:00
Budibase Release Bot 30a70a4a03 v0.9.135 2021-09-21 13:08:07 +00:00
Martin McKeaveney 6d7ee7a923 updating to latest auth lib 2021-09-21 13:58:30 +01:00
Budibase Release Bot 02188f7ec0 v0.9.134 2021-09-21 11:15:43 +00:00
Martin McKeaveney bbd3b108b1
Merge pull request #2690 from Budibase/fix/aws-region
adding AWS region to bucket config
2021-09-21 12:06:22 +01:00
Martin McKeaveney 52f4aad525 adding AWS region to bucket config 2021-09-21 11:49:32 +01:00
Budibase Release Bot 69eb873164 v0.9.133 2021-09-20 09:20:41 +00:00
Andrew Kingston dec175a1a7
Merge pull request #2668 from Budibase/fix/tenant-app-id-parsing
Update app ID parsing to handle tenant ID's
2021-09-20 10:11:38 +01:00
Andrew Kingston a17bdc3243 Update app ID parsing to be able to account for new tenant ID's and fix crash whenever a dev counterpart doesn't exist for a published app 2021-09-20 09:58:38 +01:00
Budibase Release Bot d01fc62552 v0.9.132 2021-09-17 17:55:09 +00:00
Martin McKeaveney 57fcf40de9 enable bull automation queue to use full redis URLs 2021-09-17 18:46:27 +01:00
Budibase Release Bot df5c156b6e v0.9.131 2021-09-17 14:26:48 +00:00
Martin McKeaveney 245c0dbfe3
Merge pull request #2638 from Budibase/fix/bash-automation 2021-09-17 15:18:10 +01:00
Martin McKeaveney c2c5d70b89 bash automation stdout 2021-09-17 14:39:31 +01:00
Budibase Release Bot 596c953c24 v0.9.130 2021-09-16 14:44:06 +00:00
Martin McKeaveney d673e47899 Merge branch 'master' of github.com:Budibase/budibase 2021-09-16 15:35:32 +01:00
Martin McKeaveney 9a4f0a9980 updating envoy config for kubernetes 2021-09-16 15:35:26 +01:00
Budibase Release Bot 8b85e04a4b v0.9.129 2021-09-15 11:24:11 +00:00
Martin McKeaveney b5809b0bd0 upgrading to latest auth lib 2021-09-15 12:13:53 +01:00
Budibase Release Bot 0b5f6956a4 v0.9.128 2021-09-14 10:45:22 +00:00
Martin McKeaveney 8e74a9e951
Merge pull request #2603 from Budibase/fix/multitenancy-app-fetch
fix app fetching
2021-09-14 11:36:49 +01:00
Martin McKeaveney 57b92d5b96 fix app fetching 2021-09-14 11:16:28 +01:00
Budibase Release Bot 5d2a04a308 v0.9.127 2021-09-13 17:44:30 +00:00
Martin McKeaveney 994fa421e7 Merge branch 'master' of github.com:Budibase/budibase 2021-09-13 18:33:51 +01:00
Martin McKeaveney 02c9719b03 publishing redis client fix to master 2021-09-13 18:29:44 +01:00
Budibase Release Bot 74782df087 v0.9.126 2021-09-13 15:41:29 +00:00
Martin McKeaveney 08c3bd467b fix for apps with undefined names 2021-09-13 16:33:26 +01:00
Budibase Release Bot 69f137bafb v0.9.125 2021-09-13 11:29:41 +00:00
Michael Drury b277fbfcf1
Merge pull request #2594 from Budibase/fix/2593
Fixing issue with multi-tenancy (upgrade from single tenancy)
2021-09-13 12:20:07 +01:00
mike12345567 67c07b7e38 Fix for issue #2593. 2021-09-13 09:00:14 +01:00
Budibase Release Bot 16ab8098cb v0.9.124 2021-09-10 08:33:24 +00:00
Michael Drury 9389fc46f0
Merge pull request #2582 from Budibase/fix/sso-fix
Fix SSO callback URL in single tenancy mode
2021-09-10 09:24:36 +01:00
mike12345567 8ecfe2f223 Fixing issue #2579. 2021-09-09 17:59:44 +01:00
Budibase Release Bot 5079d3434f v0.9.123 2021-09-09 15:04:36 +00:00
Michael Drury 588f6fe80c
Merge pull request #2577 from Budibase/fix/public-multi-tenancy
Public apps and multi-tenancy
2021-09-09 15:55:33 +01:00
mike12345567 0117c1498f Fixing issue with multi-tenancy and public apps, when the tenant isn't necessarily known, it can be found in the app ID, building a middleware to manage this. 2021-09-09 13:27:18 +01:00
Budibase Release Bot eff58fa8b4 v0.9.122 2021-09-06 15:45:10 +00:00
Martin McKeaveney cfa1ab8971
Merge pull request #2560 from Budibase/fix/multi-tenancy-prod
Fixing issues with multi-tenancy breaking various server endpoints in prod
2021-09-06 16:36:43 +01:00
Martin McKeaveney 9e73dcdd44 lint 2021-09-06 16:24:51 +01:00
Martin McKeaveney 53aebdf585 fix test failure 2021-09-06 16:18:50 +01:00
mike12345567 9e4ab9054e Allowing all server endpoints to run without tenant information, as most endpoints in server can be public. 2021-09-06 16:01:45 +01:00
mike12345567 3379ab8e03 Fixing an issue with redirect having the middleware applied before the redirection 2021-09-06 15:48:46 +01:00
Budibase Release Bot 22f5c625ce v0.9.121 2021-09-06 14:26:46 +00:00
Michael Drury de5146454d
Merge pull request #2558 from Budibase/fix/multi-tenancy-prod
Fixing issue with backwards compatibility for multi-tenancy
2021-09-06 15:19:18 +01:00
mike12345567 2dca8ab46e Quick fix for backwards compat, enabling multi-tenancy on a previously single tenancy environment. 2021-09-06 15:14:46 +01:00
Budibase Release Bot fe0adcde7d v0.9.120 2021-09-06 13:13:46 +00:00