An open API service providing commit metadata for open source projects.

GitHub / python-bugzilla/python-bugzilla / commits

Python library and command line tool for interacting with Bugzilla

SHA Message Author Date Stats
531c99ec bugzilla: Propagate nosslverify when fetching attachments (bz 1126164) Cole Robinson <c****o@r****m> almost 12 years ago
e50ff140 bin/bugzilla: Log debug info for SSL errors Cole Robinson <c****o@r****m> almost 12 years ago
dc831f95 tests: Adjust sub_component test with latest bugzilla results Cole Robinson <c****o@r****m> almost 12 years ago
d0d28995 Add testcase for modify --field option Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
almost 12 years ago
f6270d15 Add field option to modify command in cli. Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
almost 12 years ago
e7ed7703 tests: Fix cookie comparison on rawhide Michal Hlavinka <m****k@r****m>
Committed by: Cole Robinson <c****o@r****m>
almost 12 years ago
d790d286 tox: Use site packages if available Cole Robinson <c****o@r****m> about 12 years ago
e3f17d7d Convert request_body to string for Python 3 Josef Stribny <j****y@r****m>
Committed by: Cole Robinson <c****o@r****m>
about 12 years ago
f125ad7d Prep for release 1.1.0 Cole Robinson <c****o@r****m> about 12 years ago
b5241282 bugzilla: Add --no-cache-credentials Cole Robinson <c****o@r****m> about 12 years ago
2405b7c2 bugzilla: Add a --login option Cole Robinson <c****o@r****m> about 12 years ago
06588b72 Fix latest pep8 warnings Cole Robinson <c****o@r****m> about 12 years ago
fbd0b048 transport: Still store cookies in memory if cookiefile=None Toshio Kuratomi <t****o@f****g>
Committed by: Cole Robinson <c****o@r****m>
about 12 years ago
af1a5656 Fix for writing tokenfile on python3 on windows Leif Gruenwoldt <l****r@g****m>
Committed by: Cole Robinson <c****o@r****m>
about 12 years ago
5ff71ddf tests: Re-enable SetCookie test, works again Cole Robinson <c****o@r****m> about 12 years ago
c3221ef4 tests: Re-enable SetCookie test Cole Robinson <c****o@r****m> about 12 years ago
20179e15 tests: Enable RO sub_component test, works now Cole Robinson <c****o@r****m> about 12 years ago
81e7c0b0 rhbugzilla: Don't edit extra_fields inplace Cole Robinson <c****o@r****m> about 12 years ago
dfb10ceb base: Extra debugging around cookies/tokens Cole Robinson <c****o@r****m> about 12 years ago
29bda141 Fix autodetection implementation Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
about 12 years ago
bd78271d Fix a pep8 warning Cole Robinson <c****o@r****m> about 12 years ago
9f621e2f Ensure Bugzilla_token is set when no args present Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
about 12 years ago
3d74943a rw_functional: Use bugzilla.redhat.com for cookietest Cole Robinson <c****o@r****m> about 12 years ago
6942b656 bugzilla: Add --tokenfile option Cole Robinson <c****o@r****m> about 12 years ago
95cd7d74 Bugzilla: Add tokenfile= init parameter Cole Robinson <c****o@r****m> about 12 years ago
c16a964f Minor cleanups to previous patch to apease pylint Cole Robinson <c****o@r****m> about 12 years ago
e1af7160 Add support for Bugzilla Tokens Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
about 12 years ago
85c4a420 bugzilla: Add bug_autorefresh parameter Cole Robinson <c****o@r****m> about 12 years ago
bf17f9ee Fix some tests on python3 Cole Robinson <c****o@r****m> about 12 years ago
018ed0cc tests: Remove dead code Cole Robinson <c****o@r****m> about 12 years ago
033cf193 bugzilla: Fix the class autodetection magic and test it Cole Robinson <c****o@r****m> about 12 years ago
4836ed89 Add exclude_fields and extra_fields to all supporting APIs Cole Robinson <c****o@r****m> about 12 years ago
de36ffce tests: Cover last remaining rhbz bits Cole Robinson <c****o@r****m> about 12 years ago
afc2ad71 rhbugzilla: Minor simplification Cole Robinson <c****o@r****m> about 12 years ago
cf0937c4 tests: Test getbugfields Cole Robinson <c****o@r****m> about 12 years ago
dfb57aa8 setup: Add pylint and pep8 config files Cole Robinson <c****o@r****m> about 12 years ago
f40370a2 setup: pylint: Enable protected-access check Cole Robinson <c****o@r****m> about 12 years ago
fe5e135c setup: Enable abtract-method pylint check and fix the issues Cole Robinson <c****o@r****m> about 12 years ago
7a6570f4 bug: Simplify ID check and test it Cole Robinson <c****o@r****m> about 12 years ago
19415f44 bug: Make sure to refresh all previous fields Cole Robinson <c****o@r****m> about 12 years ago
49eda1f4 bug: Simplify pickle support, and test it Cole Robinson <c****o@r****m> about 12 years ago
087a6c65 bugzilla: Privatize getbug_extra_fields Cole Robinson <c****o@r****m> about 12 years ago
74cb2a3a bugzilla: Remove overriding of unused 'version' field Cole Robinson <c****o@r****m> about 12 years ago
eefffb52 bugzilla3: Remove hacky getbugfields impl Cole Robinson <c****o@r****m> about 12 years ago
3b8d9797 tests: Fix a test failure after recent commits Cole Robinson <c****o@r****m> about 12 years ago
62d90f58 bugzilla: Don't mandate url as an __init__ kwarg Cole Robinson <c****o@r****m> about 12 years ago
b665d058 README: Mention that bin/bugzilla is the best API reference Cole Robinson <c****o@r****m> about 12 years ago
c3e2f7ef bugzilla: Simplify magic bugzilla class Cole Robinson <c****o@r****m> about 12 years ago
9b7f6091 bug: Comment about our use of refresh(fields=X) Cole Robinson <c****o@r****m> about 12 years ago
03651df6 rhbugzilla: Warn about rhbz_back_compat removal Cole Robinson <c****o@r****m> about 12 years ago
8ea17272 bug: If we refresh from getattr, suggest fix in log message Cole Robinson <c****o@r****m> about 12 years ago
b3e9fb8f rhbugzilla: Don't pull down attachments on refresh() (bz 1084887) Cole Robinson <c****o@r****m> about 12 years ago
5d2f7a84 rhbugzilla: Fix include_fields=["fixed_in"] (bz 1084887) Cole Robinson <c****o@r****m> about 12 years ago
cb4b009e Remove travis config, we aren't moving to github Cole Robinson <c****o@r****m> about 12 years ago
a303fa0e tests: Add unit test case for bug attr handling Cole Robinson <c****o@r****m> about 12 years ago
8600e6be tests: Add unit test for createbug sanitizing Cole Robinson <c****o@r****m> about 12 years ago
2e36c409 Raise login errors from XMLRPC (bz 1086879) Cole Robinson <c****o@r****m> about 12 years ago
e4aa5286 bugzilla: Don't add public RequestsTransport to namespace Cole Robinson <c****o@r****m> about 12 years ago
c7fc9c17 bin/bugzilla: Add query/modify --tags Cole Robinson <c****o@r****m> about 12 years ago
d116b01f rhbugzilla: Add 'tags' from bug.refresh() Cole Robinson <c****o@r****m> about 12 years ago
a05a27e5 spec: Fix /usr/bin/bugzilla Cole Robinson <c****o@r****m> about 12 years ago
e6f07062 Prep for release 1.0.0 Cole Robinson <c****o@r****m> about 12 years ago
2657f49a Drop unused bits in the spec Cole Robinson <c****o@r****m> about 12 years ago
4f391eec More RHEL6 compat Cole Robinson <c****o@r****m> about 12 years ago
e661fe1e Some fixes to work with RHEL6 python2.6 Cole Robinson <c****o@r****m> about 12 years ago
25715146 bin/bugzilla: Add query --sub-component Cole Robinson <c****o@r****m> about 12 years ago
69a64913 bin/bugzilla: Add 'create --sub-component' Cole Robinson <c****o@r****m> about 12 years ago
873ed665 bin/bugzilla: Support 'modify --sub-component' Cole Robinson <c****o@r****m> about 12 years ago
76c3dca2 Update COPYING Cole Robinson <c****o@r****m> about 12 years ago
ff7de73f spec: Add python3 packaging Cole Robinson <c****o@r****m> about 12 years ago
946d4e43 bin/bugzilla: Support savedsearches via --from-url Cole Robinson <c****o@r****m> about 12 years ago
74d374d4 bin/bugzilla: Add query --savedsearch support Cole Robinson <c****o@r****m> about 12 years ago
69a93bd9 bin/bugzilla: Add query --quicksearch Cole Robinson <c****o@r****m> about 12 years ago
c35f180f rhbugzilla: Request sub_components field Cole Robinson <c****o@r****m> about 12 years ago
5ea298dc bugzilla: Fix --nosslverify Cole Robinson <c****o@r****m> about 12 years ago
02ab91a5 Fix messages from pylint 1.1 Cole Robinson <c****o@r****m> about 12 years ago
37abfd78 HACKING: Minor tweaks Cole Robinson <c****o@r****m> about 12 years ago
fbc2c1b8 .gitignore: Ignore .tox directory Cole Robinson <c****o@r****m> about 12 years ago
3679c95e contrib: Drop run-tests Cole Robinson <c****o@r****m> about 12 years ago
b1cdedb2 tox.ini: Manually list requirements Cole Robinson <c****o@r****m> about 12 years ago
a73760c6 bugzilla-cli: Make it actually use cwd bugzilla module Cole Robinson <c****o@r****m> about 12 years ago
70eb5a95 HACKING: Fix a typo Cole Robinson <c****o@r****m> about 12 years ago
2fad4c73 tests: Fix some bits that depend on changed bz state Cole Robinson <c****o@r****m> about 12 years ago
de7eb0e7 Fix bugzilla detection behind proxy Jani Nikula <j****a@i****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
211dc02d Add flags_requestee as an outputformat specifier
Signed-off-by: Lon Hohberger <l****h@r****m>
Lon Hohberger <l****h@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
017e879f base: Fix getbug() alias regression (bz 1052977) Cole Robinson <c****o@r****m> over 12 years ago
785cca8e Update bugzilla.1 man page w/ new options
Signed-off-by: Lon Hohberger <l****h@r****m>
Lon Hohberger <l****h@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
95403f1c Include new options in unit tests
Signed-off-by: Lon Hohberger <l****h@r****m>
Lon Hohberger <l****h@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
2d3ab7b6 Add a Keywords, assigned_to, qa_contact to 'new'
Signed-off-by: Lon Hohberger <l****h@r****m>
Lon Hohberger <l****h@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
fdcfc15d Add requirement files to manifest template Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
3409439a Do not exit shell when in active-dev-env Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
697fb0cc Skip tests if virtual environment is not active Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
7a927325 Add travis-ci configuration. Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
c6b32bc7 Add tox usage instructions Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
42315539 Ignore tox environment files in coverage Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
97de30ec Add tox configuration Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
e1a094df Minor tweaks to the previous commit Cole Robinson <c****o@r****m> over 12 years ago
909151d5 Add contrib scripts and docs for testing python3 Arun Babu Neelicattu <a****n@r****m>
Committed by: Cole Robinson <c****o@r****m>
over 12 years ago
13cc398e spec: RHEL5 isn't supported anymore, drop the conditional Cole Robinson <c****o@r****m> over 12 years ago
420c893e spec: We don't actually require setuptools Cole Robinson <c****o@r****m> over 12 years ago

← Back to repository