Michael Drury
|
a9823062d4
|
Merge pull request #2729 from Budibase/fix/no-perms-hierarchy
Removing the concept of permissions hierarchy from backend for resources
|
2021-09-27 15:15:31 +01:00 |
Michael Drury
|
20c5753c2f
|
Merge pull request #2756 from Budibase/fix/sql-fixes
Allow newlines in Postgres JSON inputs
|
2021-09-27 15:12:02 +01:00 |
Michael Drury
|
0a2da42c55
|
Merge pull request #2756 from Budibase/fix/sql-fixes
Allow newlines in Postgres JSON inputs
|
2021-09-27 15:12:02 +01:00 |
Martin McKeaveney
|
0b4d6d6052
|
SMTP config fallback logic
|
2021-09-27 15:10:06 +01:00 |
Martin McKeaveney
|
c25bd48616
|
SMTP config fallback logic
|
2021-09-27 15:10:06 +01:00 |
Martin McKeaveney
|
757fbbc19c
|
re-adding env var controls for cloud limit functionality
|
2021-09-27 15:03:48 +01:00 |
Martin McKeaveney
|
5b4bf74e2c
|
re-adding env var controls for cloud limit functionality
|
2021-09-27 15:03:48 +01:00 |
Martin McKeaveney
|
5b1ae778da
|
fallback SMTP configuration for cloud
|
2021-09-27 14:57:22 +01:00 |
Martin McKeaveney
|
35d4eac78a
|
fallback SMTP configuration for cloud
|
2021-09-27 14:57:22 +01:00 |
mike12345567
|
ba2f6ee120
|
Fixing issue discovered by test case.
|
2021-09-27 13:17:31 +01:00 |
mike12345567
|
704c889151
|
Fixing issue discovered by test case.
|
2021-09-27 13:17:31 +01:00 |
Andrew Kingston
|
5c6c21aeef
|
Move all lucene logic into central builder helpers file
|
2021-09-27 12:59:49 +01:00 |
Andrew Kingston
|
ec7cf96fd9
|
Move all lucene logic into central builder helpers file
|
2021-09-27 12:59:49 +01:00 |
Martin McKeaveney
|
97cd3756f7
|
Merge branch 'develop' of github.com:Budibase/budibase into cloud-limits
|
2021-09-27 12:53:15 +01:00 |
Martin McKeaveney
|
3b49866825
|
Merge branch 'develop' of github.com:Budibase/budibase into cloud-limits
|
2021-09-27 12:53:15 +01:00 |
Andrew Kingston
|
19785428b8
|
Merge branch 'develop' of github.com:Budibase/budibase into data-ui-pagination
|
2021-09-27 12:51:37 +01:00 |
Andrew Kingston
|
51902c807a
|
Merge branch 'develop' of github.com:Budibase/budibase into data-ui-pagination
|
2021-09-27 12:51:37 +01:00 |
Andrew Kingston
|
b78eee8704
|
Remove log statement
|
2021-09-27 12:51:32 +01:00 |
Andrew Kingston
|
496e079d83
|
Remove log statement
|
2021-09-27 12:51:32 +01:00 |
mike12345567
|
02a3b7425e
|
Removing useless statement.
|
2021-09-27 12:17:59 +01:00 |
mike12345567
|
009f30b5cc
|
Removing useless statement.
|
2021-09-27 12:17:59 +01:00 |
Budibase Staging Release Bot
|
793883ed59
|
v0.9.140-alpha.11
|
2021-09-27 10:48:31 +00:00 |
Budibase Staging Release Bot
|
5f109cf9e2
|
v0.9.140-alpha.11
|
2021-09-27 10:48:31 +00:00 |
Andrew Kingston
|
2406501e11
|
Merge pull request #2706 from Budibase/ak-fixes
Fix home screen importing + extras
|
2021-09-27 11:39:48 +01:00 |
Andrew Kingston
|
d2944e85c0
|
Merge pull request #2706 from Budibase/ak-fixes
Fix home screen importing + extras
|
2021-09-27 11:39:48 +01:00 |
Andrew Kingston
|
85f40a1e0b
|
Merge pull request #2738 from Budibase/fix-regex-binding-replacement
Fix regex binding replacement issue due to not being escaped
|
2021-09-27 11:31:44 +01:00 |
Andrew Kingston
|
3764fdb1e9
|
Merge pull request #2738 from Budibase/fix-regex-binding-replacement
Fix regex binding replacement issue due to not being escaped
|
2021-09-27 11:31:44 +01:00 |
Andrew Kingston
|
b047376089
|
Merge branch 'develop' of github.com:Budibase/budibase into ak-fixes
|
2021-09-27 11:30:51 +01:00 |
Andrew Kingston
|
c011b7fe5c
|
Merge branch 'develop' of github.com:Budibase/budibase into ak-fixes
|
2021-09-27 11:30:51 +01:00 |
Andrew Kingston
|
4c47ee9853
|
Fix check to create default layouts and screens
|
2021-09-27 11:30:46 +01:00 |
Andrew Kingston
|
74b243c362
|
Fix check to create default layouts and screens
|
2021-09-27 11:30:46 +01:00 |
Martin McKeaveney
|
9cb20bcda2
|
ensure automation quotas are not incremented for test runs
|
2021-09-27 10:32:39 +01:00 |
Martin McKeaveney
|
6c7423e52e
|
ensure automation quotas are not incremented for test runs
|
2021-09-27 10:32:39 +01:00 |
Peter Clement
|
2a4d6ce645
|
fix layout of config modal
|
2021-09-27 10:04:01 +01:00 |
Peter Clement
|
7121b0a7c8
|
fix layout of config modal
|
2021-09-27 10:04:01 +01:00 |
Peter Clement
|
9e0b15e6a7
|
trigger internal table modal on modal cancel
|
2021-09-27 09:59:56 +01:00 |
Peter Clement
|
dad6412271
|
trigger internal table modal on modal cancel
|
2021-09-27 09:59:56 +01:00 |
mike12345567
|
1f474ca106
|
Minimal fix for issue involving JSON views and newlines with postgres, this fix couldn't be more over-arching as it risked breaking new lines across the board. Have included a script for setting up the test scenario as well. This fixes issue #2612.
|
2021-09-24 18:10:30 +01:00 |
mike12345567
|
32bdc4a991
|
Minimal fix for issue involving JSON views and newlines with postgres, this fix couldn't be more over-arching as it risked breaking new lines across the board. Have included a script for setting up the test scenario as well. This fixes issue #2612.
|
2021-09-24 18:10:30 +01:00 |
Andrew Kingston
|
1bb964ca31
|
Fix regex binding replacement issue due to not being escaped
|
2021-09-24 16:24:16 +01:00 |
Andrew Kingston
|
8b35405a85
|
Fix regex binding replacement issue due to not being escaped
|
2021-09-24 16:24:16 +01:00 |
Andrew Kingston
|
db6032ca95
|
Add a refresh action to common table searching logic
|
2021-09-24 16:13:25 +01:00 |
Andrew Kingston
|
383d92b99e
|
Add a refresh action to common table searching logic
|
2021-09-24 16:13:25 +01:00 |
Budibase Staging Release Bot
|
ae0a4a14f8
|
v0.9.140-alpha.10
|
2021-09-24 12:27:55 +00:00 |
Budibase Staging Release Bot
|
9d199d6dda
|
v0.9.140-alpha.10
|
2021-09-24 12:27:55 +00:00 |
Michael Drury
|
bcbc728ea3
|
Merge pull request #2724 from Budibase/fix/mysql-issues
Fix MySQL issues
|
2021-09-24 13:18:23 +01:00 |
Michael Drury
|
dfc023e896
|
Merge pull request #2724 from Budibase/fix/mysql-issues
Fix MySQL issues
|
2021-09-24 13:18:23 +01:00 |
Peter Clement
|
ee367a42a6
|
ux fixes
|
2021-09-24 11:28:56 +01:00 |
Peter Clement
|
c67e769afc
|
ux fixes
|
2021-09-24 11:28:56 +01:00 |
Budibase Staging Release Bot
|
17e0a381bd
|
v0.9.140-alpha.9
|
2021-09-24 10:23:39 +00:00 |