-
Notifications
You must be signed in to change notification settings - Fork 59
feat(CI): Added workflow for continuous #934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Added change sin release script to build image using the latest tag and push it to docker.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…nd sync (#969) * updated microsoft auth ui to include app-only auth * add support for ingesting sharepoint documents into vespa * handle microsoft access-token expiry * implement sync for microsoft sharepoint documents * refactor: rename deltaTokens to deltaLinks and fixed sharepoint sync errors * resolve ai comments * refactor: add sharepoint folders to vespa, remove permission check on sync deleted files * chore: resolved comments * fix: resolve empty permission during initial ingestion * chore: resolved comments * fix: minor bug fixes and resolved comments * fix: resolve circular dependencies * refactor: xyne/vespa-ts version
feat(pdf-batch-upload-fix): Knowledgebase-Vespa-Ingestion-Thread-Flow
* feat: XYN-298 indexing kb with vespa frontend part of indexing * refactor: XYN-298 resolve comments
…1011) * fix: token expiry check function * fix: resolve comment
* fix: XYN-155 Modified release.yml file to fix semantic versioning issue * fix: XYN-297 Modified Release.yml file
* fix(batabase-scripts): using databaseURL from env * fix(batabase-scripts): using database items from env
… image (#897) * feat(dx): Removed dependency of .env frontend * chore: XYN-267 Modified code to remove the .env dependency in frontend Modifed code to remove dependency of .env in frontend folder when building bundle from frontend * refactor: XYN-267 Formatted code * refactor: XYN-267 Modified code based on PR comments * refactor: XYN-267 Modified code based on PR comment * refactor: XYN-267 Modifed code * refactor: XYN-267 made change wrt comment * fix: XYN-155 Modified files for removing .env dependency * fix: XYN-267 Removed .env dependency from frontend * refactor: XYN-267 Removed code for adding env variables in .env file * refactor: XYN-267 Modified code
* feat:calling-support * added conference call support * mobile notification middleware added * notification sound + share link option * made the ai suggested changes * feat: XYN-118 Made changes WRT livekit Modified docker compose to add livekit as a dependency * refactor: XYN-118 refactored deployment yaml scripts * refactor: XYN-118 made the filtering through db call * fix(deleted-at-check-update): updated the check of default value to null
* feat: add column of type enum in the agents table * feat: fetch only default agents and workflow_agents are now seprated * fix: indentation Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * refactor: bot comments * refactor: bot comments-2 * refactor: new columns naming improved * refactor: remove creation_source: agents.creation_source from select query in list Agents * feat: scripts to remove all the workflowAGents * feat: scripts to update all the workflowAGents * feat: scripts to update and preview all the workflowAGents * refator: only preview workflow agents which are direct * refator: formatting console statements --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Feat/paddle
* build(scripts): add circular dependency check to dev and build workflows - Introduce `check-deps` script using madge to detect circular imports. - Wire `check-deps` into the default `dev` and `build` npm scripts. - Add `check-deps:unsafe` variants that skip the circular dependency check for optional bypass. * refactor(server): centralise shared services - Extract PgBoss queue client into `boss.ts` and replace duplicated configuration in `queue/index.ts` and other files with a single exported instance. - Create `vespaService.ts` that provides a shared Vespa service, imported by `search/vespa.ts` and `search/utils.ts`. - Remove repeated configuration and schema imports across modules. - Simplify dependency management and reduce code duplication throughout the server. * fix: XYN-302 addressed bot comments * refactor(config): centralise database URL extraction - Replace placeholder DB URL in config.ts with real Postgres connection string - Expose getDatabaseUrl() to provide the connection string - Update boss.ts to use getDatabaseUrl() instead of hard‑coded URL - Keeps queue configuration DRY and provides a single source of truth for the DB URL
…#1021) * fix(agentPathSupport): path referenced folder are now consider as source to that agent * fix(agentPathSupport): resolved comments * fix(agentPathSupport): resolved comments * fix(agentPathSupport): resolved comments
* fix(livekit-script): added livekit script in infra * fix(livekit-script): made the suggested changes * fix(livekit-script): made the suggested changes
* fix(file-upload): trigger upload of file on file select * chore(file-upload): resolved comments * chore(file-upload): resolved comments * chore(file-upload): resolved comments * chore(file-upload): resolved comments --------- Co-authored-by: Ravishekhar Yadav <[email protected]>
* fix(fileProcessing-status): updated backend for upload-status * fix(fileProcessing-status): quick changes * fix(fileProcessing-status): quick changes * fix(fileProcessing-status): quick changes
* feat(metadataPaddle): resolving commentsD * feat(paddle): removing selectedFiles * Update vespa package * feat(paddle): resolving comments --------- Co-authored-by: Junaid <[email protected]>
#1029) Co-authored-by: Ravishekhar Yadav <[email protected]>
* fix(upload-state): frontend changes to catter poll * fix(upload-state): frontend changes to catter poll
* fix(userRelevanceScore): removed the vector Score and boosted the nativeRank score * fix(userRelevanceScore): remove the vector score from boosted title and global sorted rank profile
…upload to topN chunk selection * fix(attachment_prompt_too_long): switched the logic from entire file upload to topN chunk selection * fix(attachment_prompt_too_long): improved the allocation logic, fixed the flow for folder_ids * fix(attachment_prompt_too_long): fixed typeCasting and removed commented out code * fix(attachment_prompt_too_long): removed additional logs and comments
* fix(drive-breadcrumb): fixed drive breadcrumb navigation * chore(drive-breadcrumb): resolved comments --------- Co-authored-by: Ravishekhar Yadav <[email protected]>
* fix(drive-search): fixed drive search * chore(drive-search): resolved comments * chore(drive-search): resolved comments --------- Co-authored-by: Ravishekhar Yadav <[email protected]>
Added change sin release script to build image using the latest tag and push it to docker.
Description
Added code to build image and support continuous integration
Testing
tested locally
Additional Notes
NA