Develop#226
Open
diogoncalves wants to merge 37 commits intomainfrom
Open
Conversation
… integration-tests command. (#218)
#219) * feat: refactored tracker db folder structure. added alembic migrations * added tracker logs integration test. added alembic check of migration consistency to actions * fix: fixed the test actions for alembic * fix: fixed path for script on the test actions for alembic * fix: addded tracker dependencies to integration test action * fix: integration test action installation of tracker * fix: integration test action cache poetry of tracker * chore: updated llmstudio lib poetry lock * fix: integration test action changed working dir for alembic script * fix: integration test action path for alembic.ini script * chore: changed the migration bash to python * chore: changed the migration bash to python and corrected path * fix: action * test: adding columns to check for integration tests for migrations * fix: alembic was not recognizing changes * fix: alembic * chore: removed testing columns for logs * chore: added readme.md * feat: added extras to logs schema. alembic upgrades on tracker start server if needed * chore: added .env.template; changed llmstudio alembic default name * chore: moved server alembic upgrade to utils; reverted poetry.lock of llmstudio lib
* feat: refactored tracker db folder structure. added alembic migrations * added tracker logs integration test. added alembic check of migration consistency to actions * fix: fixed the test actions for alembic * fix: fixed path for script on the test actions for alembic * fix: addded tracker dependencies to integration test action * fix: integration test action installation of tracker * fix: integration test action cache poetry of tracker * chore: updated llmstudio lib poetry lock * fix: integration test action changed working dir for alembic script * fix: integration test action path for alembic.ini script * chore: changed the migration bash to python * chore: changed the migration bash to python and corrected path * fix: action * test: adding columns to check for integration tests for migrations * fix: alembic was not recognizing changes * fix: alembic * chore: removed testing columns for logs * chore: added readme.md * feat: added extras to logs schema. alembic upgrades on tracker start server if needed * chore: added .env.template; changed llmstudio alembic default name * chore: moved server alembic upgrade to utils; reverted poetry.lock of llmstudio lib * fix: alembic now raises error if bigquery migration is generated, if just upgraded it ignores - as its not supported by alembic. * fix: alembic upgrade head path is now independent of working dir * fix: updated action for poetry migraiton * fix: updated action * fix: updated action * chore: updated the llmstudio lib tracker version of the extra * chore: updated migration test action
Signed-off-by: brunoalho99 <132477278+brunoalho99@users.noreply.github.com>
## LLMstudio Version X.X.X ### What was done in this PR: - ... ### How it was tested: - ... ### Additional notes: - Any breaking changes? - Any new dependencies added? - Any performance improvements?
## LLMstudio Version X.X.X ### What was done in this PR: - ... ### How it was tested: - ... ### Additional notes: - Any breaking changes? - Any new dependencies added? - Any performance improvements?
diogoncalves
commented
Apr 29, 2026
diogoncalves
commented
Apr 29, 2026
| pytest libs/core/tests/unit_tests | ||
|
|
||
| integration-tests: | ||
| pytest libs/llmstudio/tests/integration_tests No newline at end of file |
Updated model configurations and removed obsolete entries. Signed-off-by: Diogo Goncalves <diogoncalves@users.noreply.github.com>
Corrected model names and added new models with parameters. Signed-off-by: Diogo Goncalves <diogoncalves@users.noreply.github.com>
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.
LLMstudio Version 1.1.1
What was done in this PR:
How it was tested:
Additional notes: