Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Petr Šplíchal
b417ba9c37 Merge branch 'f29' into epel7 2019-10-01 11:00:24 +02:00
Petr Šplíchal
870d94c691 Import did-0.13 2019-10-01 10:54:32 +02:00
Petr Šplíchal
1b96446fbe Enable basic smoke test for did 2019-01-24 18:40:26 +01:00
Petr Šplíchal
ac174ed72c Merge branch 'master' into epel7 2018-12-29 10:19:57 +01:00
Petr Šplíchal
ee9f279ef3 Update python-nitrate dependency for epel 2018-11-29 17:29:46 +01:00
Petr Šplíchal
9e010764c9 Update python-gssapi dependency for epel 2018-11-29 17:15:49 +01:00
4 changed files with 40 additions and 3 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@
/did-0.9.tar.bz2
/did-0.11.tar.bz2
/did-0.12.tar.bz2
/did-0.13.tar.bz2

View file

@ -1,5 +1,5 @@
Name: did
Version: 0.12
Version: 0.13
Release: 1%{?dist}
Summary: What did you do last week, month, year?
@ -13,7 +13,7 @@ BuildRequires: git
BuildRequires: python2-devel
Requires: python2-requests-gssapi
Requires: python2-nitrate python2-dateutil python2-bugzilla
Requires: python-feedparser
Requires: python%{?fedora:2}-feedparser
%description
Comfortably gather status report data (e.g. list of committed
@ -45,6 +45,25 @@ install -pm 644 did.1.gz %{buildroot}%{_mandir}/man1
%license LICENSE
%changelog
* Tue Oct 01 2019 Petr Šplíchal <psplicha@redhat.com> - 0.13-1
- Support for the full file path config [#140]
- Add the 'last friday' command [#197]
- New plugin with basic confluence support [#199]
- Improve redmine documentation [#195]
- Add a new 'wip' option for gerrit [#194]
- Include project name in gerrit stats [#192]
- Fix the configuration examples for gerrit
- Simplify Pagure search for created issues
- Extended query for verified bugs [fix #189]
- Fix for reviewed gerrit changes [#188]
- Add gerrit work-in-progress changes [#187]
- Fix for gerrit log strings [#186]
- Improve gerrit search limit [#185]
- Document API key auth for bugzilla [fix #180]
- Mock bugzilla module to fix generating docs
- Update feedparser requires
- Fix for gerrit plugin typo [#179]
* Thu Dec 20 2018 Petr Šplíchal <psplicha@redhat.com> 0.12-1
- Add missing redmine dependency [fix #177]
- Fix GitLab plugin's ssl_verify option [fix #168]
@ -77,6 +96,9 @@ install -pm 644 did.1.gz %{buildroot}%{_mandir}/man1
- Simplify setup.py, update requires
- Fix --since issue in gitlab plugin
* Thu Nov 29 2018 Petr Šplíchal <psplicha@redhat.com> 0.11-3
- Update dependencies: python-gssapi and python-nitrate
* Mon Nov 26 2018 Petr Šplíchal <psplicha@redhat.com> 0.11-1
- Validate plugin types in config [fix #148]
- Use email for searching Jira issues [fix #122]

View file

@ -1 +1 @@
SHA512 (did-0.12.tar.bz2) = 15e558bace972dc50fdf9a5120315f093397899907099e51983da24f984ffe03e490620f3510c91bf939d6a4d44c7382421ca3c0c24ef9674164b53070daf6d4
SHA512 (did-0.13.tar.bz2) = 34049adb8025464d9506985a8c03d725d8d677c26ede8a69367255e6a3c279592d347f0ac9ccbea0c22b4045924080bb4a12a0270010901d70e148df5222e2ac

14
tests/tests.yml Normal file
View file

@ -0,0 +1,14 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- help:
dir: .
run: did --help
- year:
dir: .
run: did --test this year
required_packages:
- did