mike12345567
|
b4b471e054
|
Re-jigging things a bit, hiding as much of the couch/pouch stuff away.
|
2022-11-11 12:46:32 +00:00 |
mike12345567
|
bc94f20794
|
Typescript conversions - trying to get all of context/db layer into TS.
|
2022-11-11 11:57:50 +00:00 |
mike12345567
|
c63c3b48c5
|
Typescript conversions, as well as updating context to just use an object map.
|
2022-11-10 17:38:26 +00:00 |
mike12345567
|
45e7ef61ef
|
Re-building the context module to use a single object, meaning we can create new context frames and copy over whatever exists, then update.
|
2022-11-10 16:38:32 +00:00 |
mike12345567
|
9e01a9d1be
|
Some minor updates based on getting the worker using the new pouchlike impl.
|
2022-11-09 17:53:35 +00:00 |
mike12345567
|
c744d23832
|
Major update - removing the use of context for PouchDB instances, swapping knowledge of PouchDB to the PouchLike structure that replaces it.
|
2022-11-09 16:53:42 +00:00 |
mike12345567
|
a5624142a8
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/replace-pouch
|
2022-11-09 14:44:01 +00:00 |
mike12345567
|
ecb398bf98
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-11-09 13:41:51 +00:00 |
Michael Drury
|
41a65bbe47
|
Exporting roles differently to fix issue raised by test.
|
2022-11-08 20:01:01 +00:00 |
Michael Drury
|
2240b060d4
|
Quick fix to not expose the builder ID outside of the role impl.
|
2022-11-08 19:48:16 +00:00 |
mike12345567
|
eb251fb48e
|
Exporting some functions that were previously exported.
|
2022-11-08 18:35:21 +00:00 |
mike12345567
|
693d6b6242
|
Typescript re-write of the roles layer, this is the backbone of a lot of our security features, and I believe the issue was generally to do with a lack of handling of null-ish inputs.
|
2022-11-08 18:25:37 +00:00 |
mike12345567
|
9e7ac26aa0
|
Getting basic pouch replacement working.
|
2022-11-08 16:32:13 +00:00 |
mike12345567
|
2f01caa88d
|
Adding more type handling around the upload object store function.
|
2022-11-08 11:49:07 +00:00 |
mike12345567
|
913eb96ab0
|
Fixing an issue which was alerting, x-amz-meta-fieldname contains an invalid value, this error isn't really documented, but comes from if a metadata tag is sent up with nullish, or a non-string type. Fixing this in the core library, removing an invalid inputs.
|
2022-11-08 11:34:16 +00:00 |
mike12345567
|
2426123686
|
First version of pouch-like system, a wrapper for Couch nano.
|
2022-11-07 18:27:39 +00:00 |
Rory Powell
|
b36634f510
|
Add extra auth logging to authenticated.ts
|
2022-11-04 08:30:44 +00:00 |
mike12345567
|
b9caf0aef5
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-11-02 20:12:01 +00:00 |
mike12345567
|
19669575e4
|
Fixing issue with self host build - import of backend-core changes mean that loading the public API files can require setup of backend-core, making it so that the JWT Strategy doesn't need to be setup to load backend-core.
|
2022-11-01 12:59:10 +00:00 |
mike12345567
|
6228d3346e
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/mike-oct-fixes
|
2022-10-26 10:37:01 +01:00 |
Rory Powell
|
887470d4b5
|
Ensure tmpDir/.budibase always exists
|
2022-10-26 09:24:28 +01:00 |
mike12345567
|
a24694a4ea
|
Refactoring a lot of content around webhooks to Typescript, as well as fixing webhooks and automation app IDs on import of new app.
|
2022-10-25 18:19:18 +01:00 |
Rory Powell
|
56456f3f6d
|
Startup fixes
|
2022-10-25 13:37:26 +01:00 |
Rory Powell
|
9face50a07
|
Fix build failure around PouchDB type
|
2022-10-25 09:02:55 +01:00 |
mike12345567
|
5340b49d6b
|
Some fixes based on PR comments.
|
2022-10-24 12:06:50 +01:00 |
mike12345567
|
4daf9c2615
|
Addressing majority of PR comments.
|
2022-10-24 10:04:14 +01:00 |
mike12345567
|
2a2f41a861
|
Fixing issue discovered by tests.
|
2022-10-21 16:02:13 +01:00 |
mike12345567
|
f5557fd805
|
Fetching a list of backup/restore events includes the full user object.
|
2022-10-20 15:05:50 +01:00 |
mike12345567
|
113a23ba3d
|
Adding statistics output for backups.
|
2022-10-19 16:48:32 +01:00 |
mike12345567
|
bb4e3ba8cf
|
Adding in required events for app backup system.
|
2022-10-17 15:26:09 +01:00 |
mike12345567
|
1373630b33
|
Minor fixes after testing manual backup system.
|
2022-10-14 20:10:44 +01:00 |
mike12345567
|
0bd2a18e46
|
Main types and work for the CRUD operations of app backup backend in pro + the listeners to handle exporting apps from the server.
|
2022-10-14 19:24:03 +01:00 |
mike12345567
|
b702c7482a
|
Fixes for cronjob stop - correctly handle this without stalled job handle.
|
2022-10-14 13:26:42 +01:00 |
mike12345567
|
d620e54fdb
|
Handling listeners as part of queue creation, rather than external part.
|
2022-10-13 17:55:05 +01:00 |
mike12345567
|
35525bfedd
|
Moving queue implementation into backend-core - so that pro can access.
|
2022-10-13 17:27:04 +01:00 |
mike12345567
|
8fdba78bde
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups
|
2022-10-13 15:59:31 +01:00 |
mike12345567
|
2eae3f2a6c
|
Fixes for find functionality after testing.
|
2022-10-12 17:57:31 +01:00 |
mike12345567
|
4da3705851
|
Quick fixes to DB TS conversion.
|
2022-10-12 17:37:52 +01:00 |
mike12345567
|
f5dd87f8f9
|
Adding first pass of attachments updating.
|
2022-10-12 17:34:17 +01:00 |
mike12345567
|
8d7f40e443
|
Refactoring more to Typescript, adding the ability to use the _find API of CouchDB.
|
2022-10-12 17:02:23 +01:00 |
Rory Powell
|
281eb151e2
|
Merge pull request #8164 from Budibase/feature/quota-emails
Approaching and Exceeded Usage Limit Notifications
|
2022-10-12 12:31:17 +01:00 |
mike12345567
|
9d34ccfaca
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups
|
2022-10-12 11:59:00 +01:00 |
Rory Powell
|
2f0f36e635
|
Merge branch 'master' into merge-master
|
2022-10-12 10:19:46 +01:00 |
mike12345567
|
19133f08e6
|
Adding import functionality - still need to update the attachments URL.
|
2022-10-11 20:25:22 +01:00 |
mike12345567
|
f237befbce
|
Some fixes + cleanup of tmp directory.
|
2022-10-11 19:28:13 +01:00 |
mike12345567
|
1f36eec89a
|
Some updates towards supporting attachments in app exports.
|
2022-10-10 20:08:59 +01:00 |
Martin McKeaveney
|
536b7238e9
|
redis fix for new instances, removing relationship options from google sheets integration
|
2022-10-10 11:00:45 +01:00 |
Rory Powell
|
84685d3340
|
Add locking framework
|
2022-10-10 08:21:17 +01:00 |
mike12345567
|
197d195cb4
|
Switching from scan for app locks to mget - which is a fast O(N) operation that only retrieves what we need.
|
2022-10-07 18:05:18 +01:00 |
Michael Drury
|
060b2aba3c
|
Merge pull request #8175 from Budibase/fix/remove-app-scans
Removing Redis SCAN operation from app services
|
2022-10-07 17:35:05 +01:00 |