Updating main branch from Dev#158
Merged
Merged
Conversation
* Add auto-merge workflow for PRs to dev branch This workflow automatically merges open pull requests targeting the 'dev' branch at 5 PM IST on weekdays. It checks for mergeability and required status checks before merging. * Enhance auto-merge workflow with exclude PRs input Added input for excluding specific PRs in auto-merge workflow. * Change auto-merge time to 6PM IST and update logic Updated the auto-merge workflow to change the scheduled time and added logic to handle PRs based on labels. * Update cron schedule for auto-merge workflow * Change cron schedule for auto-merge to 1:15 AM UTC * Update auto-merge schedule for PRs to dev * Change cron schedule for auto-merge workflow Updated the cron schedule for auto-merging PRs to run at 10:57 AM UTC. * Change auto-merge schedule to 8 AM UTC * Create Datahub Integration.pdf * Add files via upload * Delete how-to/integration_tavro_with_datahub/Datahub Integration.pdf * Change auto-merge schedule to 6:00 PM IST * Resolve vulnerability from tavro_app and tavro_admin --------- Co-authored-by: Khushboo Shah <khushboo@tavro.ai> Co-authored-by: ankush-tavro <ankush@tavro.ai> Co-authored-by: Sunil Soares <info@tavro.ai>
* Implemented link/unlink functionality for tools,tables,columns * Fixed issue where mcp create_agent tool didnt insert the agent_name in db
… now filter by company_id or null or blank. (#122)
* Update the count based on companyid and agent header cardsa re fixed * fixed the issue of text coming out of the card * matched the medium classification card and value color same as blended score * updated mcpclient.ts
* Home dashboard dynamic view instead of static values * Home page dashboard is updated to suppport the dynamic view based on the database data * there is a missing <div> in the dev branch added it
* Added issues support for the Agents * updated the issues ui * Issues Columns is changed based on AMS * Added Edit and delete fucntionality and updated the existing issues open view * addressed all the database changes
action to check merge conflicts
Added Delete, Like and Dislike to created ideas
running risk assessment now disappears on completion of risk assessment
Fixed the issue for model_provider column
Search agents by provider
Updated agent and ai_use_case to show count based on companyID
Admin Portal UI Changes
* initial commit of spark * spark will be company context aware * conlfict resolved * added the context of dimension and edges * skill will now be route through copliot-sdk * added the spark into assistant * version update
* Add auto-merge workflow for PRs to dev branch This workflow automatically merges open pull requests targeting the 'dev' branch at 5 PM IST on weekdays. It checks for mergeability and required status checks before merging. * Enhance auto-merge workflow with exclude PRs input Added input for excluding specific PRs in auto-merge workflow. * Change auto-merge time to 6PM IST and update logic Updated the auto-merge workflow to change the scheduled time and added logic to handle PRs based on labels. * Update cron schedule for auto-merge workflow * Change cron schedule for auto-merge to 1:15 AM UTC * Update auto-merge schedule for PRs to dev * Change cron schedule for auto-merge workflow Updated the cron schedule for auto-merging PRs to run at 10:57 AM UTC. * Added AWS as target environment in Agent playground * fix * Integrated Claude Code support for agentic coding in Tavro portal * fixed dockerfile * fixed npm command in Dockerfile * fixed the changes * reverted the indexes that were removed * fixed * Added claude custom command * added code for hosting custom agent into azure foundry --------- Co-authored-by: Khushboo Shah <khushboo@tavro.ai> Co-authored-by: ankush-tavro <ankush@tavro.ai>
This reverts commit 354f26a.
Revert "Added code for hosting custom agent into azure foundry"
* created all the tools for the mcp server capabilities * minor changes in the tools * removing the technology variable
* Agents and ai use cases are are fetched through api calls * runing risk assessment in grid view dissapeares only when the risk workflow for that agent is completed
Add enterprise stack
Integrating Claude code into Agent Playground
Removed skills from technical configuration
…nd applications (Servicenow) with tenant_id and company Name and Id included. (#152)
…al Agent tab is different and also for AI use case (#151)
* tenant_id is populated for applications, processes, integrations and spark * ai models wll be filtered by company_id * added company id * ai models will be visible for null company_id aswell * master objects assests are filtered by tenant_id and company_id * added company_id for junction tables aswell, related records will filter by selected company * related tabs also will filtered by company_id and tenant_id * In grid views related counts will be filtered by slected company_id
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating main branch from Dev