Skip to content

Commit

Permalink
ロギングレベルの変更 (#390)
Browse files Browse the repository at this point in the history
* update

* poetry updat

* update test

* logout, refreshtokenの戻り値の型を修正

* update pylinit settings

* リクエストをデバッグメッセージで出力する

* _get_all_objects:のロガーを修正

* update resources.py

* api

* update

* 修正

* タスク履歴全件ファイル

* downlaodのログメッセージをinfoに変更

* wrapper

* logmessageの追加

* 不要な関数を昨女

* logger

* ling修正

* update

* version up

* versionup

* updatetset

* update travis

* update travis

* update swagger

* mustacheを変更

* get_xxx_or_noneの中身を修正

* fic test ng

* 関数の移動

* copy

* 不具合修正

* log修正

* format
  • Loading branch information
yuji38kwmt committed Jan 4, 2022
1 parent 9920e07 commit 956a848
Show file tree
Hide file tree
Showing 22 changed files with 990 additions and 764 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: ~> 1.0
language: python
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ format:
poetry run black annofabapi tests

lint:
poetry run mypy annofabapi tests
poetry run mypy annofabapi tests/create_test_project.py
poetry run flake8 annofabapi tests/create_test_project.py
poetry run pylint --jobs=0 annofabapi tests/create_test_project.py
poetry run pylint --jobs=0 annofabapi

test:
# 並列で実行するとエラーになるので、シーケンシャルで実行する
Expand Down
2 changes: 1 addition & 1 deletion annofabapi/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.51.0"
__version__ = "0.52.0"

0 comments on commit 956a848

Please sign in to comment.