Martin McKeaveney
|
92ed60af54
|
Merge pull request #5786 from Budibase/feature/app-overview-section
Feature/app overview section
|
2022-05-24 15:16:17 +01:00 |
mike12345567
|
1f3d552199
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-05-23 17:03:36 +01:00 |
mike12345567
|
76f19def26
|
Moving the withCache function to backend-core so that it can be shared, as well as adding a cache busting function which can be used when one of the checklist configs changes.
|
2022-05-23 15:03:52 +01:00 |
Martin McKeaveney
|
e6a28aaeed
|
Merge pull request #6007 from Budibase/fix/postgres-connection
Postgres connection - fixing sporadic issues
|
2022-05-23 08:42:17 +01:00 |
mike12345567
|
aede23d44e
|
Improving performance of load script, can generate thousands of users a second.
|
2022-05-22 18:29:02 +01:00 |
Martin McKeaveney
|
b55635c7ab
|
disable prod app sync
|
2022-05-22 17:11:05 +01:00 |
mike12345567
|
152f0bb0af
|
Opening connection for building schema.
|
2022-05-20 17:43:47 +01:00 |
mike12345567
|
50445f6990
|
Fix for Postgres connections, seemed to be some issues with out of order, connections not opening in time.
|
2022-05-20 17:41:27 +01:00 |
mike12345567
|
2acf1053d9
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/portal-usage
|
2022-05-19 21:25:41 +01:00 |
Peter Clement
|
2f1401a576
|
Merge pull request #5966 from Budibase/feat/qa-templates
Return QA templates when environment variable is set
|
2022-05-19 15:08:17 +01:00 |
Peter Clement
|
a7a27aa349
|
default value for env variable
|
2022-05-19 10:56:51 +01:00 |
mike12345567
|
663f5aef7b
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/portal-usage
|
2022-05-19 10:45:26 +01:00 |
Peter Clement
|
f999554361
|
use env variable as the folder setting
|
2022-05-19 10:24:19 +01:00 |
Dean
|
5a6c727b0f
|
Merge remote-tracking branch 'origin/develop' into feature/app-overview-section
|
2022-05-18 17:12:02 +01:00 |
Peter Clement
|
ae8548b153
|
remove test boolean
|
2022-05-18 16:30:05 +01:00 |
Peter Clement
|
2fb7777c5d
|
Return QA templates when TEST_ENV environmentvariable is set
|
2022-05-18 16:21:17 +01:00 |
Rory Powell
|
2ce76881f2
|
Merge branch 'master' into merge-master
|
2022-05-18 14:24:35 +01:00 |
mike12345567
|
e61efc5474
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/portal-usage
|
2022-05-18 10:56:44 +01:00 |
mike12345567
|
c528896e2d
|
Finishing off UI, expanding settings menus from 80ch to 90ch as they were quite restricted and made the usage UI a bit difficult to view. Added a DISABLE_DEVELOPER_LICENSE env variable for testing.
|
2022-05-17 17:44:40 +01:00 |
Dean
|
c77b026b53
|
Merge remote-tracking branch 'origin/develop' into feature/app-overview-section
|
2022-05-17 16:54:32 +01:00 |
melohagan
|
09b5166aba
|
Merge pull request #5931 from Budibase/fix/5613-5387
Improve parseQueryParams regex
|
2022-05-17 14:54:58 +01:00 |
Mel O'Hagan
|
986ab1d35a
|
Improve parseQueryParams regex
|
2022-05-17 12:11:43 +01:00 |
Rory Powell
|
0d9147be77
|
Merge branch 'master' into merge-master
|
2022-05-17 08:35:29 +01:00 |
melohagan
|
f9cf997117
|
Merge pull request #5877 from Budibase/fix/5613-5387
Misc MongoDB Connector Fixes
|
2022-05-16 23:18:31 +01:00 |
Mel O'Hagan
|
0f4aaa4779
|
Parse params if needed
|
2022-05-16 22:44:38 +01:00 |
mike12345567
|
7b07cff0c6
|
Updating view builder to handle if stats has a filter as well, don't need a conjuction this way.
|
2022-05-16 13:37:00 +01:00 |
mike12345567
|
08f53591e6
|
Fixing test cases.
|
2022-05-16 12:31:07 +01:00 |
Mel O'Hagan
|
0da9ee0a56
|
Using mongodb types
|
2022-05-16 09:50:47 +01:00 |
Mel O'Hagan
|
7b570fea22
|
Removed unused aws Object import
|
2022-05-16 08:43:27 +01:00 |
Mel O'Hagan
|
e3883d480d
|
Lowercase the object typo
|
2022-05-16 08:42:09 +01:00 |
Mel O'Hagan
|
81f16aa7ce
|
Check type is string before match
|
2022-05-13 21:25:41 +01:00 |
mike12345567
|
459e3c5edd
|
Addresses #5850 - when importing/migrating views and building new views it checks if calculations are used and if they are then it does an empty check to decide whether or not the fields should be included in the calculation, required for real CouchDB nodes.
|
2022-05-13 18:09:39 +01:00 |
Mel O'Hagan
|
0d3ab9ae33
|
Fix test for update
|
2022-05-13 15:57:37 +01:00 |
Mel O'Hagan
|
c2fc1598fa
|
Null pointer fix
|
2022-05-13 15:57:15 +01:00 |
Mel O'Hagan
|
035a7ee625
|
MongoDb Delete fix
|
2022-05-13 15:56:57 +01:00 |
Mel O'Hagan
|
f40967784f
|
Fixed update
|
2022-05-13 15:56:49 +01:00 |
Mel O'Hagan
|
dd6093a7ae
|
Create ObjectIds from matching string
|
2022-05-13 15:56:32 +01:00 |
Dean
|
a8a57a9722
|
Merge remote-tracking branch 'origin/develop' into feature/app-overview-section
|
2022-05-12 08:59:37 +01:00 |
mike12345567
|
0218ba5210
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-05-11 19:47:22 +01:00 |
Dean
|
7607d5c8e8
|
Merge remote-tracking branch 'origin/develop' into feature/app-overview-section
|
2022-05-11 16:21:15 +01:00 |
Michael Drury
|
9df0b61418
|
Merge pull request #5788 from Budibase/bug/sev3/export-postgresql-data-as-csv-from-budibase-and-import-again-with-datetime
Don't wrap dates in single quotes - PostgreSQL Export Import Date/Time fix
|
2022-05-11 14:50:12 +01:00 |
Andrew Kingston
|
5e5d8da166
|
Remove instance name from being a required screen setting
|
2022-05-11 13:16:36 +01:00 |
mike12345567
|
e30508c8e3
|
Merge branch 'master' of github.com:Budibase/budibase into fix/loop-hbs-usage
|
2022-05-11 12:08:50 +01:00 |
melohagan
|
aa7aa6d685
|
Merge pull request #5815 from Budibase/bug/sev3/automation-query-limit-placeholder
Add limit placeholder for Automation queries
|
2022-05-11 12:01:17 +01:00 |
Rory Powell
|
f55a3bfa3d
|
Merge branch 'master' into crud-quotas
|
2022-05-11 11:42:26 +01:00 |
Rory Powell
|
85a86da0aa
|
tests
|
2022-05-11 11:32:53 +01:00 |
mike12345567
|
637ce41b3f
|
Fixing an issue where HBS statements couldn't be used for passing arrays through to a looping action in automations.
|
2022-05-11 11:29:33 +01:00 |
Mel O'Hagan
|
ef2244fd20
|
Add limit placeholder for Automation queries
|
2022-05-11 11:25:53 +01:00 |
Michael Drury
|
e7bb4a1fb7
|
Merge pull request #5707 from Budibase/fix/mike-fixes-04-05
SQL columns with spaces LIKE fix and dynamic REST variable UI change
|
2022-05-11 10:34:36 +01:00 |
Rory Powell
|
879a62c989
|
Add query quota increment to rows CRUD
|
2022-05-10 21:59:39 +01:00 |