Skip to content

Tags: potpie-ai/momentum-core

Tags

v0.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Extend devmode for auth free usage (#54)

* dummy user support integration

* provider check for dev mode

* base logic

* base logic without python check

* naming fixes and dev mode check

* Update router.py

* make kg run locally so it picks up local git repo

* Not deleting code in case of local repo

* fixing adc for dev mode

* Update project_api.py

* local git parsing support

* Support for default username

* Test generation support for local repo

* fixing github initialisation

* Update github_helper.py

* Code smell fixes

* Update project_api.py

* Reverting change detection to original method

* making dev mode stronger

* Update github_helper.py

* Update firebase_setup.py

* Comment fixes

* Update knowledge_graph

* Update router.py

* Properly deleting projects

* Update knowledge_graph

* Update projects.py

* making celery queue dynamic

* Update knowledge_graph

0.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[DEV-88] [DEV-89] Use SQLAlchemy across app and connection pooling (#34)

* use sqlalchemy across app

* cleanup method

* add delete related functions to orm

* Adding sqlalchemy support for crud on projects

* Sqlalchemy- final changes

* update migrations

* Sqlalchemy- final changes

* Sqlalchemy- removing circular dependency

* update project state, commit endpoints, null check

* delete method

---------

Co-authored-by: achaur11 <[email protected]>

v0.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #45 from getmomentum/gitpod-integration

Gitpod-integration

0.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #8 from getmomentum/knowledege_graph

Async functions, Added support for knowledge graph + minor refactors

0.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from getmomentum/dhirenmathur-patch-1

Update README.md