1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00
Commit graph

100 commits

Author SHA1 Message Date
mike12345567
dcada36111 Fix for #7431 - reboot didn't work at all previously which is why apps couldn't be published with it enabled, this is now a self host only feature, I've removed the ability to enable a reboot cron in the Cloud and it will not run the lookup/execution. 2022-09-07 17:05:17 +01:00
mike12345567
45349845f5 Adding compaction before each replication to try to reduce size of database, as well as removing the possibility of app metadata being in conflict as per issue #7494. 2022-09-06 18:07:18 +01:00
Rory Powell
6077814823 Merge branch 'develop' into user-fixes 2022-08-31 11:39:41 +01:00
Rory Powell
a519eb0cdc update bulk create and bulk delete backend 2022-08-25 19:41:47 +01:00
Rory Powell
c29f3768fa User fixes wip 2022-08-23 09:37:13 +01:00
mike12345567
2fbf39947a Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-11 16:28:46 +01:00
mike12345567
b920f8cb05 Replacing all plural TS enumerations with singular - this involves a major rename of the DocumentTypes. 2022-08-11 13:50:05 +01:00
Martin McKeaveney
865ae93f7c simplify if 2022-08-11 11:31:16 +01:00
Martin McKeaveney
eb0086e532 skip empty dbs in test 2022-08-11 09:30:29 +01:00
Martin McKeaveney
bf16ffd8a5 dont get app db name if undefined 2022-08-10 18:39:41 +01:00
Peter Clement
9bb32f610c some more pr comments 2022-07-25 18:57:10 +01:00
Peter Clement
9e4e005dcb move bulk update / delete functionality out of controller 2022-07-25 16:58:30 +01:00
Peter Clement
c5b9be60c7 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-19 11:23:31 +01:00
mike12345567
5dd754f314 Removing console log. 2022-07-18 14:18:15 +01:00
mike12345567
ff12b4fbe9 Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-18 13:59:46 +01:00
Peter Clement
b5ffd995f4 split out id parsing into pro repo 2022-07-15 11:29:20 +01:00
mike12345567
c692a656de PR comments. 2022-07-14 19:02:00 +01:00
mike12345567
c0b3ad155e Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 2022-07-14 18:53:58 +01:00
mike12345567
8deab4be06 Merge branch 'master' of github.com:Budibase/budibase into fix/memory-leak 2022-07-14 16:40:23 +01:00
mike12345567
4c9b82c9ed Fixing some issues highlighted by test cases, as well as refactoring context a bit to make it easier to edit. 2022-07-14 16:02:05 +01:00
Peter Clement
71179b0f1e overview card updates 2022-07-14 08:39:39 +01:00
Michael Drury
fedcc2dfd9 Adding a mechanism to deprecate a view and replace it with a new one. 2022-07-13 21:50:19 +01:00
mike12345567
c62805853a Updating user search endpoint to allow searching by app ID with a new view, as well as updating user page to have a search input again. 2022-07-06 16:09:05 +01:00
Peter Clement
c9d86230d4 fixing users api references 2022-07-06 08:45:22 +01:00
mike12345567
245dca2c2a Merge branch 'develop' of github.com:Budibase/budibase into labday/backups 2022-07-05 17:47:22 +01:00
Peter Clement
daafba8ec8 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-05 16:04:01 +01:00
Dean
f14b1c008c Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-05 09:07:33 +01:00
Dean
4ecae7fa5b Code review updates 2022-07-04 12:54:26 +01:00
mike12345567
f6fc63f1a8 Main body of PR comments - still need to move a bit to pro. 2022-07-04 11:12:08 +01:00
Dean
6a79e467ba Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-07-03 09:55:05 +01:00
mike12345567
686cf6e1c4 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-07-01 15:14:12 +01:00
mike12345567
c633c643e2 Adding main functionality for exporting CouchDB to disk, just need to add MinIO export. 2022-06-30 19:20:50 +01:00
mike12345567
2733f48492 Updating user page to search through the backend and building a basic pagination store that can be used for it. 2022-06-30 15:39:26 +01:00
mike12345567
e7ff299c63 Adding user pagination, removing usages of the global user list from builder and replacing with direct user lookups where possible, still need to apply filtering to username/email serverside. 2022-06-29 19:11:00 +01:00
mike12345567
da2303803c Moving get of logs to pro. 2022-06-27 18:00:48 +01:00
Dean
fce3a7b0a4 Merge remote-tracking branch 'origin/develop' into sso-rest-requests 2022-06-24 09:21:07 +01:00
Dean
dc20ecc5ff Merge commit 2022-06-23 14:29:19 +01:00
Andrew Kingston
60060fac6f Improve Couch DB URL parsing to handle edge cases and special characters 2022-06-23 09:14:22 +01:00
Peter Clement
8d264fe983 updated store and finished groups tab 2022-06-22 13:55:31 +01:00
Peter Clement
4ab7e8cd11 saving and fetching groups from couch 2022-06-15 16:51:30 +01:00
Rory Powell
29292395ef Fix user id generation 2022-06-13 22:26:15 +01:00
Rory Powell
e447fd11d1 Build fixes 2022-06-09 12:33:10 +01:00
Rory Powell
429f379431 Failover protection with event cache 2022-05-31 21:04:41 +01:00
Rory Powell
fd845284d3 Lots of failure handling and caching 2022-05-30 21:46:08 +01:00
Rory Powell
f2f6bf779d Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-29 00:25:40 +01:00
Rory Powell
64d73e2f96 Merge branch 'develop' into feature/posthog-v2 2022-05-28 23:03:31 +01:00
Rory Powell
398a4e7034 Installation identities, upgrade / downgrade events, filling in more event properties 2022-05-26 23:57:14 +01:00
Rory Powell
22aa226ca9 Event identification 2022-05-23 22:14:44 +01:00
mike12345567
806a0c0389 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-05-23 17:03:36 +01:00
Rory Powell
6ea7912a73 Merge branch 'feature/posthog-v2' into feature/event-backfill 2022-05-23 10:29:33 +01:00