Commit Graph

7 Commits

Author SHA1 Message Date
yixingjia
f3f220c39c Merge pull request #2998 from cpeel/fix_logging
Fix harborclient module logging
2017-10-22 19:23:54 -07:00
Casey Peel
302d5c4073 Correct harbor-py dependencies & URLs (#2962)
* Correctly specify dependency packages

Include the requests package as part of setup.py, so pip will
download and install it as a dependency.

* Update URLs to point to main harbor git repo

harbor-py was moved to the main harbor git repo in July 2016
but the URLs still point to the deprecated repository.
2017-08-04 17:06:29 +08:00
Casey Peel
b7a2982d7d Fix harborclient module logging
python modules shouldn't set the global logging level and should log
with a named logger matching the module. This allows the application
to control the logging.
2017-08-03 14:46:15 -07:00
wangyan
a21f321594 Upgrade python SDK to v1.1.1
Update Python SDK to v1.1.1

disable verify

remove unused
2017-05-04 04:10:13 -07:00
tobe
9b687f2ed6 Replace simplejson with json and fix missed print statement 2016-07-27 09:13:25 +08:00
Tan Jiang
405f013e7a remove license 2016-07-26 18:30:13 +08:00
tobe
ebb8fd6b9f Move harbor-py to contrib/sdk/ 2016-07-26 00:19:30 +08:00