-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
Release/1.0.8 #327
Merged
Merged
Release/1.0.8 #327
Conversation
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
…too. Change-Id: I17bb2e4ab0651edb6aad7b1cad0c9d65c7ebfb63 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Fixed Citrix Logo image URL
Since GitHub reStructuredText doesn't respect image sizing parameters (see github/markup#295) leverage this on-the-fly resizing service that someone sniffed out from Google. (see https://gist.github.com/carlo/5379498) Only downside is that I don't think it's officially supported, so might go away at any time, but it's better than giant logos!
Small typo fix in incompleted_issues method
Resize images in README.rst
Change-Id: I4c069a777986452ea275417f7526dd24291f41a4 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Job id prefix (jid) is now using travis numbers, should work for PRs …
When we do a search filtering on returned fields, such as: client.search_issues(jql, fields='id') The raw return is something like: {u'expand': u'operations,versionedRepresentations,editmeta,changelog,renderedFields', u'id': u'10005', u'key': u'TEST-6', u'self': u'http://jira:8080/rest/api/2/issue/10005'} As the requested 'id' is not part of the 'fields', there is no 'fields' dict returned by the REST API.
…ckety web service that demands correct Accept headers. It currently return a HTTP 406 error. This change resolves the issue.
Total was incorrectly defaulting to 1 instead of None, causing the while loop when maxResults is falsey to not be entered.
Fixes issue #292
Removing deprecated Agile-related methods
Do not fail when a searched issue has no fields
Fix for issue #294 - Can't fetch all sprints
params object for _fetch_pages should not contain maxResults
Add support for delete_attachment.
When search_issues() should return json - maxResults is ignored.
Since Atlassian has added a bulk create to their REST API, this commit enables the use of making multiple issues in one batch. It will log errors for each unsuccessful issue and return the list of successfully created issues. Testing: py.test tests/tests.py
A few issues with the initial commit have been fixed, namely: 1. Example documentation used wrong variable. 2. Rewrote _field_worker to be more concise and sensible. 3. Missing prefetch documention for new bulk create method. 4. Redesign of return value for bulk create. Instead of being a list of issues, it returns a list of dicts of the same length as the input list. This helps with tracking which field_dict possibly returned an error. Thanks to asqui of GitHub for the helpful suggestions!
Support for bulk issue creation
Signed-off-by: Xia Kai(夏恺) <xiaket@gmail.com>
properly import input function from six. Fixes #316
Change-Id: I016f823097c4edc89d8f0711fce9e4ae3fde6654 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Change-Id: I5cfec378205eda2f30697588f6833689724b6acf Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Change-Id: I63267bdc817319e8da02f6f4a1952db0cd9587b6 Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Change-Id: Ia376514bc7d3e1478ae277568b60b0185464b58d
…anism. Change-Id: I8affe5ab3f9cfa8946cfdc9f969e338fbb43302b
Addressed flaky Travis parallel test execution by adding a retry Fixes #143
Change-Id: I63f88d8eb1b97c1f183d3dddd4fbd71491d4a02f
Change-Id: I670ff08274e1b1ca46c871977ff8e539c3ff6750
…onse Change-Id: I8e248f59ffe99176f779dcd80cb33fe0c87ff537
Change-Id: I96610176ad15f4580ca1b8d176d7ffb90691c543
Change-Id: I8c404cac2733034ba882b638ea0d6d065da35b38
Change-Id: I6925244afa80506a77be77f7000f53c3b37746f6
Change-Id: I076bbab706ee4baaf8a614cb86c29a7de6b35caa
Change-Id: I051b5443a6991c0d99d0d12e76bc0ca5538175ba
Change-Id: Ia2864b5d0c229ea83973651fabaf6b722e40020d
Change-Id: Ib8a4209d1a5c073e156e233e41e46b3c547cc19e
…responses Change-Id: I6245ea8df18d59ab6c8829105f324fee9ae18bbe
Change-Id: I8919dc32f3960e52fe9cd491653c5005d489cb8d
Change-Id: Idadf99917d9f43640406ac2e1ac64a495b628415
Adopted use of tox-travis
Change-Id: Ifb2df2cfd39eb6f8b6f2ae6d4a5db8e777b1d399
Change-Id: I68035b4e6ca3e5742dfb6f7d9860538931c96395
Change-Id: I59a8fa7a4dff30b1029b9765005035d537d84966
Change-Id: I02376acc1fcda97cc337902391a22e54771b24c9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.