1
0
Fork 0
mirror of synced 2024-08-07 06:08:23 +12:00
Commit graph

504 commits

Author SHA1 Message Date
Martin McKeaveney
f8d0e6fea8 merge 2022-05-23 16:52:34 +01:00
Budibase Release Bot
6af7e64085 v1.0.172 2022-05-23 15:48:30 +00:00
Martin McKeaveney
b30c045663 enable clustering on server and worker services, better log output on user not found errors 2022-05-23 16:24:29 +01:00
mike12345567
7be0dad245 Updating cache to 1 hour. 2022-05-23 16:06:47 +01:00
mike12345567
100f5a6f3c 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
Budibase Release Bot
be3f4676fd v1.0.171 2022-05-23 12:01:23 +00:00
Budibase Release Bot
8f71291cf5 v1.0.170 2022-05-23 07:51:22 +00:00
Martin McKeaveney
7e5607fe3b
Merge pull request #6007 from Budibase/fix/postgres-connection
Postgres connection - fixing sporadic issues
2022-05-23 08:42:17 +01:00
Budibase Release Bot
ed0256eff3 v1.0.169 2022-05-23 00:06:28 +00:00
Martin McKeaveney
9483712c7e withCache wrapper for working with redis 2022-05-23 00:09:03 +01:00
Budibase Release Bot
7e71bec61d v1.0.168 2022-05-22 18:30:22 +00:00
mike12345567
8ab3fc810b Improving performance of load script, can generate thousands of users a second. 2022-05-22 18:29:02 +01:00
mike12345567
eae5d4dc4d Removing the use of pouchdb-all-dbs from testing environment, it was causing more harm than good and was entirely avoidable. 2022-05-20 18:29:37 +01:00
Budibase Release Bot
de26757649 v1.0.167 2022-05-18 20:09:31 +00:00
Martin McKeaveney
aa61a86c4a use platform url env 2022-05-18 21:00:42 +01:00
Budibase Release Bot
a77f1e1a37 v1.0.166 2022-05-17 14:04:28 +00:00
Budibase Release Bot
8ebaf831fa v1.0.165 2022-05-17 10:17:38 +00:00
Budibase Release Bot
9e99a13c69 v1.0.164 2022-05-17 09:22:10 +00:00
Budibase Release Bot
6bc08dfaaf v1.0.163 2022-05-16 22:37:40 +00:00
Martin McKeaveney
557e4ec3f8 editing getPlatformUrl for cloud 2022-05-16 23:22:33 +01:00
Budibase Release Bot
55bda2267e v1.0.162 2022-05-16 16:48:39 +00:00
mike12345567
bcf7e1782a Fixing test cases. 2022-05-16 12:31:07 +01:00
Budibase Release Bot
f378982041 v1.0.161 2022-05-13 15:45:14 +00:00
Budibase Release Bot
1c21bf2e0f v1.0.160 2022-05-13 13:48:11 +00:00
Budibase Release Bot
f1d524b9d3 v1.0.159 2022-05-13 09:10:56 +00:00
Budibase Release Bot
66064a33e6 v1.0.158 2022-05-12 20:41:02 +00:00
Budibase Release Bot
ec35038eaa v1.0.157 2022-05-12 17:31:59 +00:00
Rory Powell
c9b199570a Add execute automation to basic user / write permission set 2022-05-12 17:35:31 +01:00
Budibase Release Bot
bdddceaf88 v1.0.156 2022-05-12 15:16:33 +00:00
Rory Powell
38f5ab01cc
Merge pull request #5853 from Budibase/fix/5838
Revert "Adding to the REST query UI to make it more obvious when it n…
2022-05-12 16:08:59 +01:00
Budibase Release Bot
9871ea4f3c v1.0.155 2022-05-12 14:53:11 +00:00
Rory Powell
20076e69d7 Update lockfiles 2022-05-12 15:51:14 +01:00
Budibase Release Bot
3514528e39 v1.0.154 2022-05-11 14:05:21 +00:00
Budibase Release Bot
14cb0e5758 v1.0.153 2022-05-11 11:48:53 +00:00
Budibase Release Bot
c63faedf44 v1.0.152 2022-05-11 11:14:55 +00:00
Budibase Release Bot
232c223054 v1.0.151 2022-05-11 09:42:20 +00:00
Michael Drury
a1d6228216
Merge pull request #5801 from Budibase/fix/cls-hooked-memory-leak
Fix CLS hooked memory leak
2022-05-11 10:34:22 +01:00
mike12345567
bba1fdcb7c Switching over to using our own version of cls-hooked which has the memory leak (no async hooks disable call) fixed as well as changing how we use the CLS namespaces to allow us to destroy the namespace we use per request. 2022-05-10 16:37:24 +01:00
mike12345567
5048469cfc Adding our own version of cls hooked with the memory leak fixed. 2022-05-10 16:34:20 +01:00
Budibase Release Bot
97bfd5a84c v1.0.150 2022-05-10 10:48:32 +00:00
Budibase Release Bot
178613c0ff v1.0.149 2022-05-09 14:54:10 +00:00
Budibase Release Bot
80145b6929 v1.0.148 2022-05-09 13:23:32 +00:00
mike12345567
1b1938950f Merge branch 'master' of github.com:Budibase/budibase into fix/5778 2022-05-09 13:46:38 +01:00
Budibase Release Bot
6496cf37ea v1.0.147 2022-05-09 12:36:54 +00:00
mike12345567
2abfeb9356 Unit tests for the utility functions that have changed around app ID checks/generation./ 2022-05-09 13:28:01 +01:00
mike12345567
7b461c03dd Fixing issue #5778 - making sure to only remove the first app_ element of the app ID. 2022-05-09 12:29:44 +01:00
Budibase Release Bot
fed4ca2402 v1.0.146 2022-05-06 15:37:07 +00:00
Martin McKeaveney
e26d79b83c
Merge pull request #5643 from Budibase/feature/small-april-tickets
Feature/small april tickets
2022-05-06 16:27:50 +01:00
Budibase Release Bot
910849cd76 v1.0.145 2022-05-05 23:48:56 +00:00
Budibase Release Bot
861194e591 v1.0.144 2022-05-05 22:39:12 +00:00