-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: version endpoint * chore: move version check into dashboard router, mock Github API call in tests * chore: revert unecessary changes to server.py * fix(versions endpoint): add logging, handle broader range of exceptions, don't return raw error detail to client * refactor(version endpoint): use requests instead of httpx + ThreadPoolExecutor * fix(version endpoint): add timeout to request to github API
- Loading branch information
1 parent
234727a
commit e4b3ceb
Showing
2 changed files
with
58 additions
and
1 deletion.
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