Skip to content
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 55 commits into from
Jan 20, 2017
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
e489142
params object for _fetch_pages should not contain maxResults
Aug 12, 2016
769e4bd
Job id prefix (jid) is now using travis numbers, shoudl work for PRs …
ssbarnea Nov 12, 2016
6d7ccf7
Fixed Citrix Logo image URL
Nov 15, 2016
ae041d9
Merge pull request #284 from sevenfourk/develop
asqui Nov 15, 2016
2df5b8c
Resize images in README.rst
asqui Nov 15, 2016
14a12e9
Small typo fix in incompleted_issues method
Nov 16, 2016
c26f3ae
Merge pull request #286 from sevenfourk/develop
Achimh3011 Nov 16, 2016
28908f1
Merge pull request #285 from pycontribs/jira-readme-patch
ssbarnea Nov 16, 2016
2dcbc4e
Adopted pbr and hacking
ssbarnea Nov 14, 2016
bc8b734
Merge pull request #279 from pycontribs/feature/travis
ssbarnea Nov 16, 2016
d4a5549
Do not fail when a searched issue has no fields
guewen Nov 17, 2016
d9c5238
Removing deprecated Agile-related methods
Nov 18, 2016
2089308
Merge remote-tracking branch 'upstream/master' into develop
guymatz Nov 19, 2016
4549cd5
jira cloud has migrated attachments to a more restrictive to a persni…
guymatz Nov 19, 2016
206e412
Fix for issue #294 - Can't fetch all sprints
Nov 21, 2016
81b7c46
Merge pull request #293 from guymatz/develop
ssbarnea Nov 22, 2016
3927ad7
Merge pull request #291 from sevenfourk/develop
ssbarnea Nov 22, 2016
ff1e8f0
Merge pull request #289 from guewen/fix-search-id-no-fields
ssbarnea Nov 22, 2016
23236af
Fixed #256 - documented branches
ssbarnea Nov 22, 2016
dc527d0
Merge pull request #295 from lzulauf/patch-1
ssbarnea Nov 22, 2016
ebe1c3f
Merge pull request #248 from jeckhart/develop
ssbarnea Nov 22, 2016
e490f55
README: Fix formatting and tweak wording of the Development section
asqui Nov 23, 2016
3ac841a
When search_issues() should return json maxResults is ignored.
k0ste Dec 6, 2016
167aef5
Add support for delete_attachment.
k0ste Dec 6, 2016
dd30b42
Merge pull request #304 from k0ste/delete_attachments
ssbarnea Dec 7, 2016
3158d59
Merge pull request #303 from k0ste/newfeature
ssbarnea Dec 7, 2016
79d9d59
Support for bulk issue creation
yoyoyopcp Dec 18, 2016
00dad16
Design fixes for bulk create support
Dec 19, 2016
478c578
Merge pull request #309 from yoyoyopcp/develop
ssbarnea Jan 5, 2017
aa70158
properly import input function from six. see #316
xiaket Jan 5, 2017
a8eeff8
Merge pull request #317 from xiaket/develop
asqui Jan 6, 2017
3f1f950
Improved travis build stability
ssbarnea Nov 16, 2016
3f0438f
travis concurrency fixes
ssbarnea Nov 17, 2016
0e85c3e
Enabled flakey for problematic tests
ssbarnea Nov 17, 2016
22d02ca
linting fixes
ssbarnea Jan 9, 2017
9c022e8
Addressed flaky Travis parallel test execution by adding a retry mech…
ssbarnea Jan 9, 2017
6fddfd1
Merge pull request #287 from pycontribs/feature/travis
ssbarnea Jan 11, 2017
e9ca39d
Enabled @flaky for all test classes
ssbarnea Jan 12, 2017
5cade37
tests: kill_websudo to be ignored on cloud deployment
ssbarnea Jan 12, 2017
71d7100
tests: marking test_add_user_to_group as xfail to unexpected API resp…
ssbarnea Jan 12, 2017
b4d6319
Adopted used of tox-travis
ssbarnea Jan 12, 2017
2540579
Enabled py36 target on travis
ssbarnea Jan 12, 2017
f046f1b
api: add_user_to_group can now return False on failures
ssbarnea Jan 12, 2017
3928c14
tests: marked test_delete_project as xfail
ssbarnea Jan 12, 2017
0b99027
Enabled py36 for Travis
ssbarnea Jan 12, 2017
c5668bc
tests: made fixtures and tests less likely to fail
ssbarnea Jan 12, 2017
08fdfa6
Fixed travis config as travis-after-all is now embeded into tox-travis
ssbarnea Jan 14, 2017
e9301fe
Added 401 return code to retriable ones due to Atlassian Cloud weird …
ssbarnea Jan 16, 2017
dacd82d
Changed delete version to return json response.
ssbarnea Jan 16, 2017
c263426
tests: made project re-creation less likely to fail
ssbarnea Jan 16, 2017
c27073d
Merge pull request #319 from pycontribs/feature/travis
ssbarnea Jan 16, 2017
50704d0
Removed hardcoded version from setup.cfg
ssbarnea Jan 19, 2017
d7f0cf2
Enabled builds on all branches
ssbarnea Jan 19, 2017
5c7c852
Printing the version
ssbarnea Jan 20, 2017
d46a3af
travis.yml cleanup
ssbarnea Jan 20, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
travis concurrency fixes
Change-Id: I5cfec378205eda2f30697588f6833689724b6acf
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
  • Loading branch information
ssbarnea committed Jan 9, 2017
commit 3f0438f8060f6d9b0f2b23cd1e35e3fb34dddc06
8 changes: 5 additions & 3 deletions tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1241,8 +1241,10 @@ def test_agile(self):

# self.jira.rank(self.issue_2, self.issue_1)

sleep(2) # avoid https://travis-ci.org/pycontribs/jira/jobs/176561534#L516
s.delete()

sleep(2)
b.delete()
# self.jira.delete_board(b.id)

Expand Down Expand Up @@ -1807,9 +1809,9 @@ def test_create_version(self):

def test_create_version_with_project_obj(self):
project = self.jira.project(self.project_b)
version = self.jira.create_version('new version 1', project,
version = self.jira.create_version('new version 2', project,
releaseDate='2015-03-11', description='test version!')
self.assertEqual(version.name, 'new version 1')
self.assertEqual(version.name, 'new version 2')
self.assertEqual(version.description, 'test version!')
self.assertEqual(version.releaseDate, '2015-03-11')
version.delete()
Expand Down Expand Up @@ -1938,7 +1940,7 @@ def test_add_group(self):
except JIRAError:
pass

sleep(1) # avoid 500 errors like https://travis-ci.org/pycontribs/jira/jobs/176544578#L552
sleep(2) # avoid 500 errors like https://travis-ci.org/pycontribs/jira/jobs/176544578#L552
result = self.jira.add_group(self.test_groupname)
assert result, True

Expand Down