1
0
Fork 0
mirror of synced 2024-09-15 08:47:37 +12:00
Commit graph

151 commits

Author SHA1 Message Date
Rory Powell
1caf4b1965 Merge branch 'develop' into feature/posthog-v2 2022-04-27 16:32:00 +01:00
Budibase Staging Release Bot
2adf990ec7 v1.0.124-alpha.0 2022-04-26 19:19:35 +00:00
Budibase Release Bot
2e846dd4da v1.0.123 2022-04-26 17:11:18 +00:00
Budibase Release Bot
d251a80123 v1.0.122 2022-04-26 07:55:00 +00:00
Budibase Release Bot
45a65a03c3 v1.0.121 2022-04-25 13:59:00 +00:00
Budibase Release Bot
650cf2a82f v1.0.120 2022-04-25 10:50:20 +00:00
Budibase Release Bot
00078b6cad v1.0.119 2022-04-23 12:20:38 +00:00
Budibase Release Bot
81adeafd52 v1.0.118 2022-04-23 12:13:13 +00:00
Budibase Release Bot
f7e5afab79 v1.0.117 2022-04-22 15:57:50 +00:00
Budibase Release Bot
272e4fe959 v1.0.116 2022-04-22 14:39:34 +00:00
Michael Drury
94419024a4 Merge pull request #5510 from Budibase/fix/pouch-leak
PouchDB memory leak protection
2022-04-22 15:32:51 +01:00
Budibase Release Bot
ab6473dfb7 v1.0.115 2022-04-22 09:55:33 +00:00
Budibase Release Bot
980c9d1444 v1.0.114 2022-04-21 14:31:17 +00:00
mike12345567
9899781fc5 Some updates, making sure databases will always close directly using finally checks around the actual tasks, updating how replication works to have a close statement (to make sure it is controlled correctly) and then updating to PouchDB 7.3.0 for one of the memory leak fixes. 2022-04-20 17:33:42 +01:00
Rory Powell
41144db055 Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-04-19 16:45:27 +01:00
Budibase Release Bot
f2abbc8377 v1.0.113 2022-04-13 12:21:10 +00:00
Rory Powell
33719fcb09 Merge branch 'feature/licensing' into feature/posthog-v2 2022-04-12 17:12:46 +01:00
Budibase Release Bot
c717273996 v1.0.112 2022-04-12 11:03:43 +00:00
Budibase Staging Release Bot
4340a46fe7 v1.0.105-alpha.10 2022-04-12 09:14:08 +00:00
Rory Powell
5ab9f1a9c5 Table CRUD events + add timekeeper for tests 2022-04-11 14:39:31 +01:00
Budibase Release Bot
37d723fa07 v1.0.111 2022-04-11 08:38:36 +00:00
Budibase Staging Release Bot
6fce5fce89 v1.0.105-alpha.9 2022-04-11 08:16:09 +00:00
Budibase Release Bot
7eb13151f3 v1.0.110 2022-04-08 09:34:45 +00:00
Budibase Staging Release Bot
404ec5cec1 v1.0.105-alpha.8 2022-04-07 13:27:06 +00:00
Budibase Staging Release Bot
50729710c5 v1.0.105-alpha.7 2022-04-06 21:25:19 +00:00
Budibase Staging Release Bot
bb7c4e1d41 v1.0.105-alpha.6 2022-04-06 20:15:30 +00:00
Budibase Release Bot
d0773466d3 v1.0.109 2022-04-06 14:17:15 +00:00
Budibase Staging Release Bot
9746ac3ac6 v1.0.105-alpha.5 2022-04-06 13:05:51 +00:00
Budibase Staging Release Bot
57f5f5731a v1.0.105-alpha.4 2022-04-06 10:38:23 +00:00
Budibase Release Bot
496b582538 v1.0.108 2022-04-06 10:32:58 +00:00
Budibase Release Bot
d1ea717bdd v1.0.107 2022-04-06 09:48:21 +00:00
Budibase Staging Release Bot
1660c3372a v1.0.105-alpha.3 2022-04-06 08:58:34 +00:00
Rory Powell
6128dfadcf Logout events 2022-04-05 16:56:28 +01:00
Budibase Release Bot
b9bf678770 v1.0.106 2022-04-05 13:38:48 +00:00
Budibase Staging Release Bot
43b6714a98 v1.0.105-alpha.2 2022-04-05 11:56:35 +00:00
Budibase Staging Release Bot
3725fa4ca5 v1.0.105-alpha.1 2022-04-05 11:22:24 +00:00
Budibase Release Bot
6840d8d166 v1.0.105 2022-04-05 11:16:17 +00:00
Budibase Staging Release Bot
476386f35a v1.0.105-alpha.0 2022-04-05 10:46:38 +00:00
Budibase Release Bot
defd0a29a7 v1.0.104 2022-04-04 09:54:00 +00:00
Budibase Release Bot
db768fa6f6 v1.0.103 2022-03-31 09:27:58 +00:00
Budibase Release Bot
b94a48eac3 v1.0.102 2022-03-31 08:47:33 +00:00
Budibase Release Bot
42c82f30fe v1.0.101 2022-03-30 16:29:43 +00:00
Martin McKeaveney
cd8188a800 bump versions 2022-03-30 17:19:41 +01:00
Budibase Staging Release Bot
733b20c0b4 v1.0.98-alpha.9 2022-03-30 15:25:14 +00:00
Budibase Staging Release Bot
96ed7abf85 v1.0.98-alpha.8 2022-03-30 12:21:32 +00:00
Budibase Staging Release Bot
be20424695 v1.0.98-alpha.7 2022-03-30 11:45:01 +00:00
Rory Powell
15b676ce1c Remove remaining direct usage of CouchDB. Add common pouch config to backend-core 2022-03-29 16:03:44 +01:00
Budibase Staging Release Bot
f8f8d3c9cb v1.0.98-alpha.6 2022-03-29 12:03:54 +00:00
Budibase Staging Release Bot
21f7599509 v1.0.98-alpha.5 2022-03-29 10:18:40 +00:00
Budibase Staging Release Bot
be02c8be94 v1.0.98-alpha.4 2022-03-29 07:24:22 +00:00