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

7984 commits

Author SHA1 Message Date
Andrew Kingston 46c1aa1eb7 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 14b89af3ad v0.9.132 2021-09-17 17:55:09 +00:00
Martin McKeaveney ed8a23a05d enable bull automation queue to use full redis URLs 2021-09-17 18:46:27 +01:00
Budibase Release Bot b27e161829 v0.9.131 2021-09-17 14:26:48 +00:00
Martin McKeaveney 4437e29b31 Merge pull request #2638 from Budibase/fix/bash-automation 2021-09-17 15:18:10 +01:00
Martin McKeaveney 86328a298c bash automation stdout 2021-09-17 14:39:31 +01:00
Budibase Release Bot 0f729efe3f v0.9.130 2021-09-16 14:44:06 +00:00
Martin McKeaveney e040cb8cdc Merge branch 'master' of github.com:Budibase/budibase 2021-09-16 15:35:32 +01:00
Martin McKeaveney b324a26ff5 updating envoy config for kubernetes 2021-09-16 15:35:26 +01:00
Budibase Release Bot 03350279f8 v0.9.129 2021-09-15 11:24:11 +00:00
Martin McKeaveney a0fb09fbdc upgrading to latest auth lib 2021-09-15 12:13:53 +01:00
Budibase Release Bot ef395beffe v0.9.128 2021-09-14 10:45:22 +00:00
Martin McKeaveney 13bfc82a4c Merge pull request #2603 from Budibase/fix/multitenancy-app-fetch
fix app fetching
2021-09-14 11:36:49 +01:00
Martin McKeaveney 9a19bbc1fd fix app fetching 2021-09-14 11:16:28 +01:00
Budibase Release Bot 6cf6c06b35 v0.9.127 2021-09-13 17:44:30 +00:00
Martin McKeaveney c3998574a0 Merge branch 'master' of github.com:Budibase/budibase 2021-09-13 18:33:51 +01:00
Martin McKeaveney 4e08d5a8ea publishing redis client fix to master 2021-09-13 18:29:44 +01:00
Budibase Release Bot 8ead734a08 v0.9.126 2021-09-13 15:41:29 +00:00
Martin McKeaveney c958d444f6 fix for apps with undefined names 2021-09-13 16:33:26 +01:00
Budibase Release Bot a4578aaa07 v0.9.125 2021-09-13 11:29:41 +00:00
Michael Drury 068760ab88 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 d2c7d424de Fix for issue #2593. 2021-09-13 09:00:14 +01:00
Budibase Release Bot 157f21125b v0.9.124 2021-09-10 08:33:24 +00:00
Michael Drury 5681f183e7 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 dbf830f12b Fixing issue #2579. 2021-09-09 17:59:44 +01:00
Budibase Release Bot 827a77fbf1 v0.9.123 2021-09-09 15:04:36 +00:00
Michael Drury c80863e8f9 Merge pull request #2577 from Budibase/fix/public-multi-tenancy
Public apps and multi-tenancy
2021-09-09 15:55:33 +01:00
mike12345567 58aa32f1b0 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 ed2f4c78dc v0.9.122 2021-09-06 15:45:10 +00:00
Martin McKeaveney df5f738451 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 f7718ecae9 lint 2021-09-06 16:24:51 +01:00
Martin McKeaveney c1c4fe968f fix test failure 2021-09-06 16:18:50 +01:00
mike12345567 a0e0843363 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 033bd521cf Fixing an issue with redirect having the middleware applied before the redirection 2021-09-06 15:48:46 +01:00
Budibase Release Bot 6668e994b2 v0.9.121 2021-09-06 14:26:46 +00:00
Michael Drury d2e0801812 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 b3655bbee1 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 16167a1f3a v0.9.120 2021-09-06 13:13:46 +00:00
Michael Drury d568b20742 Merge pull request #2555 from Budibase/fix/multi-tenancy-prod
Multi-tenancy production fix
2021-09-06 14:05:57 +01:00
mike12345567 ae73efaabe Fixing an issue in prod where the /builder endpoint wasn't being allowed past without tenancy. 2021-09-06 13:36:41 +01:00
Budibase Release Bot 0e8709def0 v0.9.119 2021-09-03 10:55:17 +00:00
Michael Drury 8ce56c8492 Merge pull request #2531 from Budibase/fix/sql-relationship-issues
Relationship bug fixes (SQL and internal) and a few other bits
2021-09-03 11:47:36 +01:00
mike12345567 0b0da47778 Fixing issues discovered by test cases. 2021-09-03 11:06:44 +01:00
mike12345567 8c3eb30ab1 Fixing issues after upgrading to node 14 and circular dependencies causing issues. 2021-09-02 18:33:41 +01:00
mike12345567 b17e9aa5e4 Fixing issue with using 'ta' in view name. 2021-09-02 17:49:21 +01:00
mike12345567 2148bf6da4 Fixing issues with search endpoint not handling users fully. 2021-09-02 17:13:00 +01:00
Budibase Release Bot ba12fda745 v0.9.118 2021-09-02 15:56:14 +00:00
Andrew Kingston 2e2b27264d Merge pull request #2525 from Budibase/fix-indexing-attachments
Fix indexing of rows with attachments
2021-09-02 16:48:28 +01:00
mike12345567 0c4b34c59f Merge branch 'master' of github.com:Budibase/budibase into fix/sql-relationship-issues 2021-09-02 14:49:20 +01:00
mike12345567 d2cb0282ea Fixing issue with rows not returning correctly. 2021-09-02 13:31:46 +01:00