digiteinfotech / kairon

Conversational AI Platform to build effective Proactive Digital Assistants using Visual LLM Chaining
https://kairon.nimblework.com/bots
Apache License 2.0
248 stars 78 forks source link

fix audit log issues when user leaves bot, deletes a member and when … #1522

Closed GMayank0310 closed 1 month ago

GMayank0310 commented 1 month ago

fix audit log issues when user leaves bot, deletes a member and when a bot is deleted

Summary by CodeRabbit

coderabbitai[bot] commented 1 month ago

Walkthrough

This pull request introduces significant enhancements across multiple components of the Kairon framework. Key changes include the modification of the remove_bot_access function to ensure a single active BotAccess record is retrieved, impacting error handling and control flow. Additionally, new endpoints for content importer logs and document uploads are added, along with a comprehensive suite of tests to validate these functionalities. The changes also expand the event handling capabilities and introduce a new class for managing content import events.

Changes

File Path Change Summary
kairon/shared/account/processor.py Modified the remove_bot_access function to retrieve a single active BotAccess record instead of a collection, changing error handling and control flow.
tests/integration_test/services_test.py Restructured integration tests related to bot membership; removed old tests and added new ones with updated user accounts and bot identifiers for clarity.
kairon/api/app/routers/bot/bot.py Added a new GET endpoint /content/logs for retrieving content importer logs, with user authentication and pagination support.
kairon/api/app/routers/bot/data.py Introduced endpoints for document content uploads and downloading error reports, enhancing user interaction with the API.
kairon/cli/content_importer.py Implemented CLI functionality for importing document content, including command handling and argument parsing.
kairon/events/definitions/content_importer.py Added DocContentImporterEvent class for managing document content import events, including validation and lifecycle management.
kairon/events/definitions/factory.py Integrated DocContentImporterEvent into the EventFactory for handling content import events.
kairon/importer/content_importer.py Introduced ContentImporter class for validating and importing document content, including methods for validation and data importation.
kairon/shared/cognition/processor.py Added delete_all_cognition_data_by_collection method for bulk deletion of documents in a specified collection for a bot.
kairon/shared/constants.py Added content_importer event type to the EventClass enumeration for enhanced event handling capabilities.
kairon/shared/content_importer/content_processor.py Introduced ContentImporterLogProcessor class for managing logs related to content import events, including methods for logging and checking event statuses.
kairon/shared/content_importer/data_objects.py Added ContentValidationLogs class for logging content validation events with a structured document model.
kairon/shared/data/data_objects.py Added content_importer_limit_per_day field to BotSettings for managing daily content import limits.
kairon/shared/data/processor.py Enhanced methods for document validation and logging, including validate_schema_and_log and save_and_validate.
requirements/prod.txt Added google-generativeai package as a new dependency.
system.yaml Introduced configuration for content_importer, including daily limits and event definitions.
tests/unit_test/action/action_test.py Updated tests to include content_importer_limit_per_day configuration parameter.
tests/unit_test/data_processor/content_importer_log_processor_test.py Added unit tests for the ContentImporterLogProcessor class, covering various logging functionalities.
tests/unit_test/data_processor/data_processor_test.py Introduced tests for validating and processing document uploads, including various error handling scenarios.
tests/unit_test/validator/content_importer_test.py Created tests for validating and importing content using the ContentImporter class, covering success and error cases.

Possibly related PRs

🐰 In the meadow of code, where changes abound,
New paths are forged, and solutions are found.
With logs and imports, we hop and we play,
Celebrating our progress, come join the ballet!
So gather 'round, friends, let’s cheer with delight,
For Kairon’s bright future is now shining bright! 🥕✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: -- `I pushed a fix in commit , please review it.` -- `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: -- `@coderabbitai generate unit testing code for this file.` -- `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: -- `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` -- `@coderabbitai read src/utils.ts and generate unit testing code.` -- `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` -- `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.