-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pilot 5920: merge patch fix for 3.0.16 (#182)
* update python version to 3.10 for windows * testing * testing * testing * testing * testing * testing * finish testing. uncomment all testing * test pipeline in patch branch * test pipeline in patch branch * test pipeline in patch branch * test pipeline in patch branch * test pipeline in patch branch * pipeline test finished. ready for merge * update download logic to add integrity check * update download logic to add integrity check * update comments * fixup the error when name folders or shared folders do not exist when moving * fixup the error when name folders or shared folders do not exist when moving (#167) * bumpup version * fixup move command with filename * fixup the folder download issue * test on windows binary * test on windows binary * test on windows binary * test on windows binary * test on windows binary * update windows pipeline * renaming the cache of windows system * update poetry package * build poetry.lock in linux * test on windows pipeline * undo pipeline comment and increase timeout from 10s to 30s * fixup help page when n there is no user config * add new update mesaage * add new envvar apikey enpdpoint * fixup file move error * use get function to retreive access token * update pipeline * allow build binary in feature branch temporarily * allow build binary in feature branch temporarily * allow build binary in feature branch temporarily * remove temporary build * update patch version * fixup error when refresh token expired * merged with move command fix * add time check * increate timeout of duplication check and batch get geid api to 60s * update logger for debuging * update logger for debuging * merge * remove unused code --------- Co-authored-by: Zhiren Zhan <zzhan@indocsystems.com>
- Loading branch information
Showing
9 changed files
with
37 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Copyright (C) 2022-2024 Indoc Systems | ||
# | ||
# Contact Indoc Systems for any questions regarding the use of this source code. | ||
|
||
from logging import getLogger | ||
|
||
from app.configs.config import ConfigClass | ||
|
||
debug_logger = getLogger() | ||
debug_logger.setLevel(ConfigClass.log_level) |
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
de76a23
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report