Skip to content

Conversation

ssbarnea
Copy link
Member

No description provided.

Sorin Sbarnea and others added 30 commits April 7, 2016 22:44
…d releases. Also should start uploading dev release to pypitest.
Corrected spelling mistake
If this doesn't work I may ditch py26 completly from JIRA library unless someone is willing to pay to get it.
Split up documentation into multiple pages
lechat and others added 23 commits July 9, 2016 22:12
Fixed delete_project and added tests for it
Using makefile allows us to minimize the logic from .travis.yml which cannot be used for local builds or on other CI systems.

Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
Error responses should not be automatically logged to a tempfile
Support new ability to suppress notifications on update
made kerberos mutual auth optional as not all servers support this
Change-Id: I2cd8dc62ea2fc1ccd3c21adf2378bd4b6389ee4d
Fix sphinx documentation on some methods
Use context processor for opening files
Change-Id: I287221ad50c66129ef104fdef7c190b02ad53768
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
@ssbarnea ssbarnea added this to the 1.0.7 milestone Nov 11, 2016
@asqui
Copy link
Contributor

asqui commented Nov 12, 2016

The Travis "pr" build (#492.3) failed on tests/tests.py::UserAdministrationTests::test_remove_user_from_group with:
JiraError HTTP 500 url: https://pycontribs.atlassian.net/rest/api/latest/group
But only on Python 3.3

Seemed like a transient Jira issue so I re-ran it. Now the build is green, but the logs indicate that test still failed in the same way:

=== 1 failed, 111 passed, 7 skipped, 2 xfailed, 9 xpassed in 160.56 seconds ====

@ssbarnea: Any idea what is going on here?

(Also, what is the difference between the Travis 'pr' and 'push' builds? I'm a Travis noob...)

@ssbarnea ssbarnea merged commit 2544eca into master Nov 12, 2016
@asqui
Copy link
Contributor

asqui commented Nov 12, 2016

PS: Was that merge automatic, upon Travis tests passing, or manual?

@ssbarnea
Copy link
Member Author

@asqui It was not automatic but I do plan to automate most of the release process. I am still learning about advanced Travis workflows so we will find out soon.

In the future a successful pull from develop to master should build, test, publish package, publish doc, tag the release, and increase the version number.

This means that when we see a good version on develop we should be able to release it just by doing a single pull request on github, nothing more. There is still work to be done to reach this desired stage.

For the moment I am trying to find a way to rebuild existing PRs. If they can be merged without breaking anything I will accept them or I will close them. I don't want to see any open PRs unless they are marked as [WIP].

@ssbarnea
Copy link
Member Author

@asqui do you have a strong use-case for support Python 3.3? As you observed we officially support only 2.7, 3.4 and 3.5. I was really close on dropping even the 3.4 but decided to wait a little bit as some wild current distros may still use it.

@asqui
Copy link
Contributor

asqui commented Nov 12, 2016

Sorry, that was a typo. I meant Python 3.5. (It's the XXX.3 build in Travis).

Specifically, why is this build green, given that the log indicates there was a test failure?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.