Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b417ba9c37 | ||
|
|
870d94c691 | ||
|
|
1b96446fbe | ||
|
|
ac174ed72c | ||
|
|
ee9f279ef3 | ||
|
|
9e010764c9 |
4 changed files with 40 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/did-0.9.tar.bz2
|
||||
/did-0.11.tar.bz2
|
||||
/did-0.12.tar.bz2
|
||||
/did-0.13.tar.bz2
|
||||
|
|
|
|||
26
did.spec
26
did.spec
|
|
@ -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]
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (did-0.12.tar.bz2) = 15e558bace972dc50fdf9a5120315f093397899907099e51983da24f984ffe03e490620f3510c91bf939d6a4d44c7382421ca3c0c24ef9674164b53070daf6d4
|
||||
SHA512 (did-0.13.tar.bz2) = 34049adb8025464d9506985a8c03d725d8d677c26ede8a69367255e6a3c279592d347f0ac9ccbea0c22b4045924080bb4a12a0270010901d70e148df5222e2ac
|
||||
|
|
|
|||
14
tests/tests.yml
Normal file
14
tests/tests.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue