anything-llm/server
Sean Hatfield d789920a19
[FEAT] Automated audit logging (#667)
* WIP event logging - new table for events and new settings view for viewing

* WIP add logging

* UI for log rows

* rename files to Logging to prevent getting gitignore

* add metadata for all logging events and colored badges in logs page

* remove unneeded comment

* cleanup namespace for logging

* clean up backend calls

* update logging to show to => from settings changes

* add logging for invitations, created, deleted, and accepted

* add logging for user created, updated, suspended, or removed

* add logging for workspace deleted

* add logging for chat logs exported

* add logging for API keys, LLM, embedder, vector db, embed chat, and reset button

* modify event logs

* update to event log types

* simplify rendering of event badges

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-02-06 15:21:40 -08:00
..
endpoints [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
models [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
prisma [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
storage feat: Embed on-instance Whisper model for audio/mp4 transcribing (#449) 2023-12-15 11:20:13 -08:00
swagger [FEAT] support pinecone serverless (#639) 2024-01-22 16:41:20 -08:00
utils [FEAT] Automated audit logging (#667) 2024-02-06 15:21:40 -08:00
.env.example Implement support for HuggingFace Inference Endpoints (#680) 2024-02-06 09:17:51 -08:00
.flowconfig devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
.gitignore [FEAT] Embedded AnythingLLM (#656) 2024-02-05 14:21:34 -08:00
.nvmrc Implement Chroma Support (#1) 2023-06-07 21:31:35 -07:00
index.js [FEAT] Embedded AnythingLLM (#656) 2024-02-05 14:21:34 -08:00
jsconfig.json devcontainer v1 (#297) 2024-01-08 15:31:06 -08:00
nodemon.json Full developer api (#221) 2023-08-23 19:15:07 -07:00
package.json feature: Integrate Astra as vectorDBProvider (#648) 2024-01-26 13:07:53 -08:00
yarn.lock feature: Integrate Astra as vectorDBProvider (#648) 2024-01-26 13:07:53 -08:00