-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Consolidate fixes and code enhancements (#97)
* feat: Version each of bot & df_designer dirs * style: Black up * fix: Delete is_alive & slot interface * fix: Run python3 if python wasn't found * test: Add tests for new json_converter * fix: Handle building if there's no slot_node in graph * refactor: Add dev group in toml file * refactor: Use ast instead of the manual old indexing * chore: Update to the new template repo * chore: Add logging to show weather it's gonna build * fix: Save tg_token in .env * feat: Support automatic transitions (previous, ...) * style: Black up * style: Flake8 up * fix: Check for unique group names * feat: Integrate slots in responses by FillTemplate * feat: Delete websocket and use http_interface * fix: Get last flow not last tag with `/flows` * chore: Write logs out in case of stopped process * test: Fix json-converter tests * fix: Check aliveness of a tg|http process properly * fix: Version with git only when using UI * fix: Save built script after end of process * fix: Return http health checking * fix: Set a logger for service_replacer * chore: Clean old config refreshing * fix: Save script in periodic-check& separate is_alive * fix: Return config reload refreshing feature * fix: Terminate a group process with its children * fix: Get env vars after reloading if any * fix: Get env vars properly 2 * fix: Handle running processes at shuttdown * fix: Override token envvar * fix: Update database after shutdown * style: Black up * test: Add integration test_bot * style: Black up * chore: Update chatsky-ui version * ci: Run tests with chatsky-ui env in dev mode * ci: Try2 * chore: Checkou main template branch * chore: Update readme * refactor: Rename json-converter * refactor: Add chatsky 0.9.0.dev1 * style: isort up * ci: Test within chatsky-ui env
- Loading branch information
1 parent
d0ecd10
commit 3521458
Showing
55 changed files
with
1,392 additions
and
1,255 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# push: | ||
# branches: | ||
# - dev | ||
# - master | ||
# pull_request: | ||
# branches: | ||
# - dev | ||
|
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
26 changes: 15 additions & 11 deletions
26
backend/chatsky_ui/api/api_v1/endpoints/chatsky_services.py
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
Oops, something went wrong.