-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gml 1666 ecc as a microservice (#167)
* GML-1666 - Refactored into microservices. Common, Copilot and Eventual Consistency Checker * Moved storage classes and gsql scripts to common as well * A bit more refactoring - of the pyschemas, and made it possible test the services * GML-1666 - Eventual Consistency Checker More cleanup, this time of the common/gsql queries. Improved eventual consistency check. Refactored connection logic in the ECC. Added a status method * Fixed the docker compose files for the separate services * Fixed everything, and with multiprocessing * Replaced processing with threading * Revert the docker compose to include milvus again * Removed logs from being tracked in ECC * Remove the test logs as well * Fixed some imports and a dangling conflict * Merged from dev * dockerized * fix typo * move tests out one at a time to resolve import issues * update reqs path * incremental changes * incremental changes * incremental changes * incremental changes * incremental changes * incremental changes * incremental changes * incremental changes * incremental changes * incremental changes * removed unused stuff * Testing the onprem nightly with a pull request github action * More testing * More testing * Fixed the dockerfile configs again * More testing * More testing * Running from the top level again * Changed context back to top level * Removed config symlinks too. minimized the build script * Readded the configs * Readded the symlinks and removals from the build script * Using build instead of nightly for latest * rm testing run script * fixing llm tests * fixing llm tests * fixing llm tests * fixing llm tests * Updated the other workflows --------- Co-authored-by: Rob Rossmiller <[email protected]> Co-authored-by: RobRossmiller-TG <[email protected]>
- Loading branch information
1 parent
674850c
commit 58c0cc7
Showing
234 changed files
with
1,235 additions
and
733 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.