-
Notifications
You must be signed in to change notification settings - Fork 20
Added travis deployment to pypi. Fixes #27 #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,40 @@ | ||
| # Change Log | ||
|
|
||
| ## [v0.37.0](https://github.com/asher/chronos-python/tree/v0.37.0) (2016-09-29) | ||
| [Full Changelog](https://github.com/asher/chronos-python/compare/v0.36.0...v0.37.0) | ||
|
|
||
| **Merged pull requests:** | ||
|
|
||
| - Add metrics endpoint [\#26](https://github.com/asher/chronos-python/pull/26) ([Rob-Johnson](https://github.com/Rob-Johnson)) | ||
|
|
||
| ## [v0.36.0](https://github.com/asher/chronos-python/tree/v0.36.0) (2016-09-13) | ||
| **Closed issues:** | ||
|
|
||
| - Client doesn't deal with unauthorized access correctly [\#17](https://github.com/asher/chronos-python/issues/17) | ||
| - parent job [\#16](https://github.com/asher/chronos-python/issues/16) | ||
| - new version in pypi [\#12](https://github.com/asher/chronos-python/issues/12) | ||
| - An issue with connect method [\#2](https://github.com/asher/chronos-python/issues/2) | ||
| - Can't find the package on PyPi [\#1](https://github.com/asher/chronos-python/issues/1) | ||
|
|
||
| **Merged pull requests:** | ||
|
|
||
| - retry other chronos servers on connection errors [\#24](https://github.com/asher/chronos-python/pull/24) ([Rob-Johnson](https://github.com/Rob-Johnson)) | ||
| - Add method to get undocumented job graph [\#23](https://github.com/asher/chronos-python/pull/23) ([keshavdv](https://github.com/keshavdv)) | ||
| - Fix typo in README [\#22](https://github.com/asher/chronos-python/pull/22) ([keshavdv](https://github.com/keshavdv)) | ||
| - Python 3 support [\#21](https://github.com/asher/chronos-python/pull/21) ([navidurrahman](https://github.com/navidurrahman)) | ||
| - raise an exception when unauthorized [\#19](https://github.com/asher/chronos-python/pull/19) ([Rob-Johnson](https://github.com/Rob-Johnson)) | ||
| - Update docs chronos [\#18](https://github.com/asher/chronos-python/pull/18) ([Rob-Johnson](https://github.com/Rob-Johnson)) | ||
| - fail if more than one of the 'one-of' parameters exist [\#15](https://github.com/asher/chronos-python/pull/15) ([Rob-Johnson](https://github.com/Rob-Johnson)) | ||
| - release 0.34.0 [\#13](https://github.com/asher/chronos-python/pull/13) ([Rob-Johnson](https://github.com/Rob-Johnson)) | ||
| - add /job/stat/{job\_name} and /scheduler/stats/\* endpoints [\#11](https://github.com/asher/chronos-python/pull/11) ([Rob-Johnson](https://github.com/Rob-Johnson)) | ||
| - Deal with chronos jobs that have spaces in the name [\#10](https://github.com/asher/chronos-python/pull/10) ([solarkennedy](https://github.com/solarkennedy)) | ||
| - Added to pypi [\#8](https://github.com/asher/chronos-python/pull/8) ([keshavdv](https://github.com/keshavdv)) | ||
| - Allow a list of servers to be passed in to the client [\#7](https://github.com/asher/chronos-python/pull/7) ([keshavdv](https://github.com/keshavdv)) | ||
| - Run itests in a docker container [\#6](https://github.com/asher/chronos-python/pull/6) ([keshavdv](https://github.com/keshavdv)) | ||
| - Added unit test framework [\#5](https://github.com/asher/chronos-python/pull/5) ([solarkennedy](https://github.com/solarkennedy)) | ||
| - Added basic itest framework with travis integration [\#4](https://github.com/asher/chronos-python/pull/4) ([solarkennedy](https://github.com/solarkennedy)) | ||
| - Correctly pass in username and password in the connect method [\#3](https://github.com/asher/chronos-python/pull/3) ([solarkennedy](https://github.com/solarkennedy)) | ||
|
|
||
|
|
||
|
|
||
| \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
this is already in the README earlier on, isn't it?