You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* RCB-530 Proxy Fix
- Modified the requests code to include proxies if they are set in environment
- Created a simple docker-compose file that can be used to test against a proxy
* Minor comment
* PEP8 fix on comment
* Updated multi-part with proxy change
* Tox related changes
- Running py2 and py3 exposed a bug in sentiment.py, which is fixed
- api.py updated
- tox.ini added to tests directory
* Cleaned up proxy code
* Additional proxy cleanup
* Final linefeed on docker-compose
* Updated examples Dockerfile
* Missed a module in Dockerfile
* Mod to Jenkinsfile
- force pull of latest docker image
* Removed kitchen requirement
* Fixed pep8 miscue
* Fixed unclosed connection warning
- In python3. _make_requests was using a local session, not the class level one
sentiment_file_data="<html><head><title>New Ghostbusters Film</title></head><body><p>Original Ghostbuster Dan Aykroyd, who also co-wrote the 1984 Ghostbusters film, couldn’t be more pleased with the new all-female Ghostbusters cast, telling The Hollywood Reporter, “The Aykroyd family is delighted by this inheritance of the Ghostbusters torch by these most magnificent women in comedy.”</p></body></html>"
0 commit comments