Skip to content
This repository was archived by the owner on Feb 21, 2019. It is now read-only.

Minor changes to scrumbugz to get it to work with bugzilla 4.5.x, additional settings, work towards http only bugzilla integration#123

Open
ambasta wants to merge 3 commits intomozilla:masterfrom
ambasta:master
Open

Minor changes to scrumbugz to get it to work with bugzilla 4.5.x, additional settings, work towards http only bugzilla integration#123
ambasta wants to merge 3 commits intomozilla:masterfrom
ambasta:master

Conversation

@ambasta
Copy link

@ambasta ambasta commented Nov 25, 2013

Currently, there are a few minor issues w/ scrumbugz and bugzilla 4.5.x

  1. Bug.get provides an 'update_token' on retrieving a bug while logged in. Ignore this for now
  2. Bugs with an unspecified priority return '---' which exceeds the limit varchar(2) for Bug.priority in Bug model. Increase the length of varchar to 3
  3. Additional settings in settings/base to configure bugzilla urls/auth
  4. Work towards http only support for bugzilla in scrumbugs. Currently, scrumbugs uses SessionTransport(xmlrpclib.SafeTransport) which is https only. Changing it to xmlrpclib.Transport causes bugzilla to throw errors about requiring login for various xmlrpc methods.

bugzilla/api.py Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pep8 says up to ~100 chars is okay now. I'm not too worried about it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@satdav
Copy link

satdav commented Feb 3, 2015

Was this pushed yet

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants