forked from Shao-Feng/testkit-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
217 lines (188 loc) · 9.05 KB
/
ChangeLog
File metadata and controls
217 lines (188 loc) · 9.05 KB
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
testkit-manager 0.6.1:
===================
* Thu Jul 15 2010 Tang, Shao-Feng <shaofeng.tang@intel.com> 0.6.1-1
- tuning the test-case querying performance, to reduce the delay to almost 3 seconds
- resolve the special character issue. In this version, the test cases name can contain some special characters (such as '&', '<', '>').
* Tue Jul 20 2010 Tang, Shao-Feng <shaofeng.tang@intel.com> 0.6.1-2
- show the description of test-case in the detail page of test-result.
- show the test cases/sets/suits/packages in 'ASCII' order in the tree, the pages 'view_test', 'select_test' and 'run_manual_test' are involved
- change the source folder from 'manager' to 'webapps'
- remove the percentage related info from the page 'run test'
- fix the issue that 'in profile management tab, select one profile and REMOVE, it will remove 2 profiles which is not expected'
- convert the new line to HTML <BR/> in 'stdout' and 'stderr' on the page 'more detail'
- change the name of button 'RUN TEST' to 'EXECUTE TEST'
- show 'name' as an attribute when showing test cases/sets/suits
- show 'seconds' as the unit of the attribute 'timeout'
- if no manual case is selected, the button 'RUN MANUAL TEST' will not be available
- when the test case is a manual case (manual='true'), the attribute 'timeout' will not be displayed.
* Wed Jul 21 2010 Wei, Zhang <wei.z.zhang@intel.com> 1.0.0-1
- for 1.0.0 release
testkit-manager 2.0.0:
===================
* Mon Feb 13 2012 Wendong,Sui <weidongx.sun@intel.com> 2.0.0-1
- redesign UI and layout
- support submiting test results to QA report tool
* Mon Mar 26 2012 Wendong,Sui <weidongx.sun@intel.com> 2.0.0
- support testkit-lite 2.1.0-2
- support save comment and bug number information for manual cases
- for 2.0.0 release
* Tue Jul 10 2012 Wendong,Sui <weidongx.sun@intel.com> 2.0.0
- support testkit-lite 2.2.0-1
- remove Ptyshell from the code tree
- change installation location from device to PC
- redesign communication module to support 'sdb'
testkit-manager 2.2.0:
===================
* Thu Jul 12 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.0-1
- provides interface to install testkit-lite before execution
- keep host temporary repo be aligned with target device
- install and update package to target device through sdb
- write manual result back to the XML file, and update tar file before download
* Thu Jul 18 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.0-2
- support core packages
- move repo from code to a configuration file
- remove package if it's not in the widget list
- add tip for disabled icons
* Thu Jul 26 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.0-3
- disable install an update icon during the installation or updating progress
- add detailed error information during the installation or updating progress
- resize page to 60%
- add support for firefox
- update HELP page
testkit-manager 2.2.1:
===================
* Thu Aug 3 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.1-1
- merging the update and reload function
- support one page 'list view'
- polish UI text
- remove test.result.txt from result folder
- load 'temp_profile' when go back to execute page from other pages
testkit-manager 2.2.2:
===================
* Thu Aug 16 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.2-1
- support run both core and web api test packages in one test run
- remove internal URL from CONF
- change profile to test plan
- remove login region
- rename Custom to Plan
- improve repo format
- fill test plan name into result XML
- restore execution info when return from other pages
- remove shaofeng's email address
- save test plan with both core and webapi packages
testkit-manager 2.2.3:
===================
* Thu Aug 30 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.3-1
- change pack result to noarch rpm
- add list view for cases
- modify title and UI text
- add support for Block result
* Thu Sep 7 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.3-2
- update report page's UI and alien it with case view
- change use XSLT.pm to LibXSLT.pm
testkit-manager 2.2.4:
===================
* Thu Sep 17 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.4-1
- add 'sudo' for all commands in README
- change xsl files to the latest version
- support new schema of <specs> in tests.xml
- go to List View first, when enter case view page
- leave only useful files in the tar log
- kill all existing widgets before executing tests
- update warning text when losing connection to the device
* Thu Sep 25 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.4-2
- update manual cases' number on manual execution page
* Thu Sep 28 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.4-3
- add known issues section in README
testkit-manager 2.2.5:
===================
* Thu Oct 10 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.5-1
- add save, load and manage panel to operate test plan
- add a new popup to view test plan
- support install and update from repo which contains packages with same name but different versions
- update pdf file
- add support to update testkit-lite's version, when an older version is existed
* Thu Oct 12 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.5-2
- automatic select testkit-lite with the same version number from the repo
- update operation icons when sort packages
testkit-manager 2.2.6:
===================
* Thu Oct 23 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.6-1
- add support to restore completed packages' progress bar when switch between different pages during exectuion
- update auto and manual exectuion pages' UI
- add support to install package with a lower version
- update plan page's UI to display the package version in the repo
- add clear button in the plan page to erase all the filters
testkit-manager 2.2.7:
===================
* Thu Nov 8 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.7-1
- filter set and component alien with the selected suite
- update case detailed view's font size and table layout
- add support to operate more than one connected devices
- change tree widget from yahooui to jstree
- update text for all action confirmation dialogs
* Thu Nov 16 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.7-2
- update stop function according to the new image
testkit-manager 2.2.8:
===================
* Thu Nov 21 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.8-1
- add support to detect arm rpm package
- add feature to show statistic of the pass rate of all the executed test plans
- implement filter Architecture
- update delete package command according to the new image
- add background color and warning message for change all results radio button
- use external command to execute wrt packages
- add a switcher to change between short and detailed case view
- add a new bar chart to show three level of pass rate from the spec attribute
- add feature to install missing packages automatically when load test plan
- add pre-defined test plan
- cleanup codes and update copyright
* Thu Dec 11 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.8-2
- use text file to transfer command to the device
* Thu Dec 12 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.8-3
- add error handler when the command of testkit-lite can't finish properly
testkit-manager 2.2.9:
===================
* Thu Dec 18 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.9-1
- apply new theme and layout
* Thu Dec 25 2012 Wendong,Sui <weidongx.sun@intel.com> 2.2.9-2
- implement new resource files
- use frame to display xsl files
- add device and package check in the main page
- add rerun feature
- sort report page's item list by time
- remove entry for case statistic
testkit-manager 2.3.0:
===================
* Thu Jan 9 2013 Wendong,Sui <weidongx.sun@intel.com> 2.3.0-1
- update README and pdf doc
* Thu Jan 23 2013 Wendong,Sui <weidongx.sun@intel.com> 2.3.0-2
- update version number to support more than one digit
* Thu Jan 23 2013 Wendong,Sui <weidongx.sun@intel.com> 2.3.0-3
- add public_version attribute in the VERSION file
- keep only 4 filters for PLAN and STATISTIC page
testkit-manager 2.3.1:
===================
* Thu Feb 5 2013 Wendong,Sui <weidongx.sun@intel.com> 2.3.1-1
- add pre configuration feature before execution
- update regular expression when check package update status
testkit-manager 2.3.2:
===================
* Thu Feb 18 2013 Wendong,Sui <weidongx.sun@intel.com> 2.3.2-1
- add default port value for pre configuration
- skip checking testkit-lite when a plan is running
* Thu Feb 19 2013 Wendong,Sui <weidongx.sun@intel.com> 2.3.2-2
- just filter steps from webapi-testconfig xml
testkit-manager 2.3.3:
===================
* Thu Mar 6 2013 Wendong,Sui <weidongx.sun@intel.com> 2.3.3-1
- hide 0 case pacakge during manual execution
- using existing plan name when execute
testkit-manager 2.3.4:
===================
* Thu Mar 27 2013 Wendong,Sui <weidongx.sun@intel.com> 2.3.4-1
- use list view as default when check report
- remove statistic page
- redesign the layout of the buttons in the plan page
- change command format to adapt new testkit-lite
- add hardware capability selection feature