forked from renormalist/Tapper-Reports-Web
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
135 lines (106 loc) · 3.92 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Revision history for {{$dist->name}}
{{$NEXT}}
4.1.2 2012-11-20
- fix missing deps
4.1.1 2012-11-20
- dzil pluginbundle TAPPER
4.1.0 2012-10-19
* PostgreSQL support
- [FIX] slow first() usage
- take care of nonexistent values
- rename USER into OWNER
* Adapt to upstream upgrades (Catalyst, Perl 5.16, ...)
- adapt ShareDir handling for static files, config, view, etc.
- catapult BindLex into outer space
- get rid of NEXT
- fix script/ -> bin/
- no "uninitialized value" warnings in templates
- migrate view to Catalyst::View::HTML::Mason
- more concise config
* Misc
- [FEAT] overviews with filters now
- [FEAT] delete testplan
- [FEAT] testplan rerun
- [FIX] stash variables
- [FIX] uninitialized warnings
- [FIX] circular dependency error
- optional authentication
- declare Authentication deps as optional
- Add hostname filter
- Remove some Javascript, eg. for confirmations
- disable excessive Catalyst debug output
- Unify navi generation
- resort top navi items
4.0.4 2012-06-07
- and more deps
("Mühsam ernährt sich das Eichhörnchen")
4.0.3 2012-06-05
- more explicit Catalyst plugin deps
4.0.2 2012-06-04
- explicit deps
4.0.1 2012-05-16
- *lots* of rework, bugfixes, and optical junkfood
- new testplan view
- allow multiple URLs in report meta info
- added login/logout functionality
- PAM authentication as optional dependency
- timezone GMT everywhere
- show actual scheduling status
- show status "unfinished" near report_ids
- RSS feeds: cleanup + fixes
- more details searched from reports
- more configurable elements to better personalize webgui
- more concise issue summary, covering all reports of group
- verbose but more lax error handling
- show moreinfo-url
- URLs of attachments contain hint to context
- allow add/delete of filters (reports, testruns, testplans)
- suite overview URLs can use names
- ansi2txt/ansi2html rework
- CSS now with UNIX line endings
- big Dist::Zilla roundhouse kick
2011-04-07 Steffen Schwigon <[email protected]>
* v3.0.10
* rewritable shebang line
* showing tap now handles TAP archives
* update bundled manual HTML/PDF
* distro maintenance
* release version++ roundhouse kick
2011-03-25 Steffen Schwigon <[email protected]>
* v3.0.6
* fix yet another forgotten dependency
* update bundled manual
2011-03-24 Steffen Schwigon <[email protected]>
* v3.0.5
* [FIX] use timeouts from existing usecase files
* Adapt kernelbuild use case to autotest
* dependencies++
* [FIX] do not break layout when removing surplus whitespace
* [FIX] make console shorter by removing multiple whitespace
* [FIX] filter suite by name
2011-03-10 Steffen Schwigon <[email protected]>
* v3.0.4
* distro maintenance
2011-03-08 Steffen Schwigon <[email protected]>
* v3.0.2
* Testplan support rework
- Overview of all testplans
- Add shortname to testplan overview
- template for testplan overview
- Changed link from osrc to TaskJuggler
- Show testplan instances by id
- link to first report if no primary report yet
- filter can now reject forbidden filters
- [RFK] move prepare_testrunlist to util
- [TEST] added scheduling info to fixtures
- [TEST] added reportsdb fixtures
- [TEST] testrun util package
* Several bugfixes
- "order_by" statements
- try to force YAML versions
- dependencies++
- Make sure testrun has a scheduling before accessing it
- Make sure host exists before accessing its name
2011-03-02 Steffen Schwigon <[email protected]>
* v3.0
* first public CPAN release