Skip to content

Commit 08446c9

Browse files
authored
Move the changelog to read the docs (#423)
1 parent e4c7bd6 commit 08446c9

File tree

5 files changed

+100
-48
lines changed

5 files changed

+100
-48
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
- id: rst
5050
name: rst
5151
entry: rst-lint --encoding utf-8
52-
files: ^(CHANGES.rst|development.rst|README.rst)$
52+
files: ^(README.rst)$
5353
language: python
5454
additional_dependencies: [pygments, restructuredtext_lint]
5555
- repo: https://github.com/elidupuis/mirrors-sass-lint

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Resources
2626
---------
2727

2828
- `Documentation <https://pytest-html.readthedocs.io/en/latest/>`_
29-
- `Release Notes <http://github.com/pytest-dev/pytest-html/blob/master/CHANGES.rst>`_
29+
- `Release Notes <https://pytest-html.readthedocs.io/en/latest/changelog.html>`_
3030
- `Issue Tracker <http://github.com/pytest-dev/pytest-html/issues>`_
3131
- `Code <http://github.com/pytest-dev/pytest-html/>`_
3232

CHANGES.rst renamed to docs/changelog.rst

Lines changed: 95 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
1-
Release Notes
2-
-------------
1+
Changelog
2+
=========
33

4-
**3.2.0 (unreleased)**
4+
Versions follow `Semantic Versioning`_ (``<major>.<minor>.<patch>``).
5+
6+
Version History
7+
---------------
8+
9+
3.2.0 (unreleased)
10+
~~~~~~~~~~~~~~~~~~
511

612
* Make the report tab title reflect the report name. (`#412 <https://github.com/pytest-dev/pytest-html/issues/412>`_)
713

814
* Thanks to `@gnikonorov <https://github.com/gnikonorov>`_ for the PR
915

10-
**3.1.1 (2020-12-13)**
16+
3.1.1 (2020-12-13)
17+
~~~~~~~~~~~~~~~~~~
1118

1219
* Fix issue with reporting of missing CSS files. (`#388 <https://github.com/pytest-dev/pytest-html/issues/388>`_)
1320

1421
* Thanks to `@prakhargurunani <https://github.com/prakhargurunani>`_ for reporting and fixing!
1522

16-
**3.1.0 (2020-12-2)**
23+
3.1.0 (2020-12-2)
24+
~~~~~~~~~~~~~~~~~
1725

1826
* Stop attaching test reruns to final test report entries (`#374 <https://github.com/pytest-dev/pytest-html/issues/374>`_)
1927

@@ -23,7 +31,8 @@ Release Notes
2331

2432
* Thanks to `@brettnolan <https://github.com/brettnolan>`_ for reporting and `@gnikonorov <https://github.com/gnikonorov>`_ for the fix
2533

26-
**3.0.0 (2020-10-28)**
34+
3.0.0 (2020-10-28)
35+
~~~~~~~~~~~~~~~~~~
2736

2837
* Respect ``--capture=no``, ``--show-capture=no``, and ``-s`` pytest flags (`#171 <https://github.com/pytest-dev/pytest-html/issues/171>`_)
2938

@@ -45,13 +54,15 @@ Release Notes
4554

4655
* Thanks to `@iwanb <https://github.com/iwanb>`_ for reporting and `@csm10495 <https://github.com/csm10495>`_ for the fix
4756

48-
**2.1.1 (2020-03-18)**
57+
2.1.1 (2020-03-18)
58+
~~~~~~~~~~~~~~~~~~
4959

5060
* Fix issue with funcargs causing failures. (`#282 <https://github.com/pytest-dev/pytest-html/issues/282>`_)
5161

5262
* Thanks to `@ssbarnea <https://github.com/ssbarnea>`_ for reporting and `@christiansandberg <https://github.com/christiansandberg>`_ for the fix
5363

54-
**2.1.0 (2020-03-09)**
64+
2.1.0 (2020-03-09)
65+
~~~~~~~~~~~~~~~~~~
5566

5667
* Added support for MP4 video format. (`#260 <https://github.com/pytest-dev/pytest-html/pull/260>`_)
5768

@@ -73,7 +84,8 @@ Release Notes
7384

7485
* Thanks to `@werdeil <https://github.com/werdeil>`_ for the PR
7586

76-
**2.0.1 (2019-10-05)**
87+
2.0.1 (2019-10-05)
88+
~~~~~~~~~~~~~~~~~~
7789

7890
* Properly check for presence of CSS file. (`#246 <https://github.com/pytest-dev/pytest-html/issues/246>`_)
7991

@@ -87,13 +99,15 @@ Release Notes
8799

88100
* Thanks to `@wanam <https://github.com/wanam>`_ for reporting and fixing
89101

90-
**2.0.0 (2019-09-09)**
102+
2.0.0 (2019-09-09)
103+
~~~~~~~~~~~~~~~~~~
91104

92105
* Drop support for Python 2.7. We will continue to accept patches to ``1.22.x`` for the time being.
93106

94107
* Thanks to `@hugovk <https://github.com/hugovk>`_ for the PR
95108

96-
**1.22.0 (2019-08-06)**
109+
1.22.0 (2019-08-06)
110+
~~~~~~~~~~~~~~~~~~~
97111

98112
* Refactor assets naming to be more readable and OS safe.
99113

@@ -105,21 +119,24 @@ Release Notes
105119

106120
* Thanks to `@borntyping <https://github.com/borntyping>`_ for reporting and fixing!
107121

108-
**1.21.1 (2019-06-19)**
122+
1.21.1 (2019-06-19)
123+
~~~~~~~~~~~~~~~~~~~
109124

110125
* Fix issue with assets filenames being too long.
111126

112127
* Thanks to `@D3X <https://github.com/D3X>`_ for reporting and providing a fix
113128

114-
**1.21.0 (2019-06-17)**
129+
1.21.0 (2019-06-17)
130+
~~~~~~~~~~~~~~~~~~~
115131

116132
* Allow opening generated html report in browser (`@ssbarnea <https://github.com/ssbarnea>`_)
117133

118134
* Handle when report title is stored as an environment variable (`@BeyondEvil <https://github.com/BeyondEvil>`_)
119135

120136
* Change assets naming method (`@SunInJuly <https://github.com/SunInJuly>`_)
121137

122-
**1.20.0 (2019-01-14)**
138+
1.20.0 (2019-01-14)
139+
~~~~~~~~~~~~~~~~~~~
123140

124141
* Tests running with Pytest 4.0 and Python 3.7
125142

@@ -134,22 +151,25 @@ Release Notes
134151

135152
* Refactor css config code (`@crazymerlyn <http://github.com/crazymerlyn>`_)
136153

137-
**1.19.0 (2018-06-01)**
154+
1.19.0 (2018-06-01)
155+
~~~~~~~~~~~~~~~~~~~
138156

139157
* Allow collapsed outcomes to be configured by using a query parameter
140158

141159
* Thanks to `@Formartha <https://github.com/Formartha>`_ for suggesting this
142160
enhancement and to `@jacebrowning <https://github.com/jacebrowning>`_ for
143161
providing a patch
144162

145-
**1.18.0 (2018-05-22)**
163+
1.18.0 (2018-05-22)
164+
~~~~~~~~~~~~~~~~~~~
146165

147166
* Preserve the order if metadata is ``OrderedDict``
148167

149168
* Thanks to `@jacebrowning <https://github.com/jacebrowning>`_ for suggesting
150169
this enhancement and providing a patch
151170

152-
**1.17.0 (2018-04-05)**
171+
1.17.0 (2018-04-05)
172+
~~~~~~~~~~~~~~~~~~~
153173

154174
* Add support for custom CSS (`#116 <https://github.com/pytest-dev/pytest-html/issues/116>`_)
155175

@@ -173,7 +193,8 @@ Release Notes
173193
* Thanks to `@j19sch <https://github.com/j19sch>`_ for the PR
174194

175195

176-
**1.16.1 (2018-01-04)**
196+
1.16.1 (2018-01-04)
197+
~~~~~~~~~~~~~~~~~~~
177198

178199
* Fix for including screenshots on Windows
179200
(`#124 <https://github.com/pytest-dev/pytest-html/issues/124>`_)
@@ -182,27 +203,31 @@ Release Notes
182203
issue and to `@pinkie1378 <https://github.com/pinkie1378>`_ for providing a
183204
fix
184205

185-
**1.16.0 (2017-09-19)**
206+
1.16.0 (2017-09-19)
207+
~~~~~~~~~~~~~~~~~~~
186208

187209
* Improve rendering of collections in metadata
188210
(`@rasmuspeders1 <https://github.com/rasmuspeders1>`_)
189211

190-
**1.15.2 (2017-08-15)**
212+
1.15.2 (2017-08-15)
213+
~~~~~~~~~~~~~~~~~~~
191214

192215
* Always decode byte string in extra text
193216

194217
* Thanks to `@ch-t <https://github.com/ch-t>`_ for reporting the issue and
195218
providing a fix
196219

197-
**1.15.1 (2017-06-12)**
220+
1.15.1 (2017-06-12)
221+
~~~~~~~~~~~~~~~~~~~
198222

199223
* Fix pytest dependency to 3.0 or later
200224

201225
* Thanks to `@silvana-i <https://github.com/silvana-i>`_ for reporting the
202226
issue and to `@nicoddemus <https://github.com/nicoddemus>`_ for providing a
203227
fix
204228

205-
**1.15.0 (2017-06-09)**
229+
1.15.0 (2017-06-09)
230+
~~~~~~~~~~~~~~~~~~~
206231

207232
* Fix encoding issue in longrepr values
208233

@@ -213,57 +238,66 @@ Release Notes
213238

214239
* Thanks to `@BeyondEvil <https://github.com/BeyondEvil>`_ for the PR
215240

216-
**1.14.2 (2017-03-10)**
241+
1.14.2 (2017-03-10)
242+
~~~~~~~~~~~~~~~~~~~
217243

218244
* Always encode content for data URI
219245

220246
* Thanks to `@micheletest <https://github.com/micheletest>`_ and
221247
`@BeyondEvil <https://github.com/BeyondEvil>`_ for reporting the issue and
222248
confirming the fix
223249

224-
**1.14.1 (2017-02-28)**
250+
1.14.1 (2017-02-28)
251+
~~~~~~~~~~~~~~~~~~~
225252

226253
* Present metadata without additional formatting to avoid issues due to
227254
unpredictable content types
228255

229-
**1.14.0 (2017-02-27)**
256+
1.14.0 (2017-02-27)
257+
~~~~~~~~~~~~~~~~~~~
230258

231259
* Add hooks for modifying the test results table
232260
* Replace environment section with values from
233261
`pytest-metadata <https://pypi.python.org/pypi/pytest-metadata/>`_
234262
* Fix encoding for asset files
235263
* Escape contents of log sections
236264

237-
**1.13.0 (2016-12-19)**
265+
1.13.0 (2016-12-19)
266+
~~~~~~~~~~~~~~~~~~~
238267

239268
* Disable ANSI codes support by default due to dependency on
240269
`ansi2html <https://pypi.python.org/pypi/ansi2html/>`_ package with less
241270
permissive licensing
242271

243-
**1.12.0 (2016-11-30)**
272+
1.12.0 (2016-11-30)
273+
~~~~~~~~~~~~~~~~~~~
244274

245275
* Add support for JPG and SVG images
246276
(`@bhzunami <https://github.com/bhzunami>`_)
247277
* Add version number and PyPI link to report header
248278
(`@denisra <https://github.com/denisra>`_)
249279

250-
**1.11.1 (2016-11-25)**
280+
1.11.1 (2016-11-25)
281+
~~~~~~~~~~~~~~~~~~~
251282

252283
* Fix title of checkbox disappearing when unchecked
253284
(`@vashirov <https://github.com/vashirov>`_)
254285

255-
**1.11.0 (2016-11-08)**
286+
1.11.0 (2016-11-08)
287+
~~~~~~~~~~~~~~~~~~~
256288

257289
* Add support for ANSI codes in logs
258290
(`@premkarat <https://github.com/premkarat>`_)
259291

260-
**1.10.1 (2016-09-23)**
292+
1.10.1 (2016-09-23)
293+
~~~~~~~~~~~~~~~~~~~
261294

262295
* Fix corrupt image asset files
263296
* Remove image links from self-contained report
264297
* Fix issue with unexpected passes not being reported in pytest 3.0
265298

266-
**1.10.0 (2016-08-09)**
299+
1.10.0 (2016-08-09)
300+
~~~~~~~~~~~~~~~~~~~
267301

268302
* Hide filter checkboxes when JavaScript is disabled
269303
(`@RibeiroAna <https://github.com/RibeiroAna>`_)
@@ -280,7 +314,8 @@ Release Notes
280314
* Allow visibility of extra details to be toggled
281315
(`@leitzler <https://github.com/leitzler>`_)
282316

283-
**1.9.0 (2016-07-04)**
317+
1.9.0 (2016-07-04)
318+
~~~~~~~~~~~~~~~~~~
284319

285320
* Split pytest_sessionfinish into generate and save methods
286321
(`@karandesai-96 <https://github.com/karandesai-96>`_)
@@ -289,63 +324,78 @@ Release Notes
289324
* Added a feature to filter tests by outcome
290325
(`@RibeiroAna <https://github.com/RibeiroAna>`_)
291326

292-
**1.8.1 (2016-05-24)**
327+
1.8.1 (2016-05-24)
328+
~~~~~~~~~~~~~~~~~~
293329

294330
* Include captured output for passing tests
295331

296-
**1.8.0 (2016-02-24)**
332+
1.8.0 (2016-02-24)
333+
~~~~~~~~~~~~~~~~~~
297334

298335
* Remove duplication from the environment section
299336
* Dropped support for Python 3.2
300337
* Indicated setup and teardown in report
301338
* Fixed colour of errors in report
302339

303-
**1.7 (2015-10-19)**
340+
1.7 (2015-10-19)
341+
~~~~~~~~~~~~~~~~
304342

305343
* Fixed INTERNALERROR when an xdist worker crashes
306344
(`@The-Compiler <https://github.com/The-Compiler>`_)
307345
* Added report sections including stdout and stderr to log
308346

309-
**1.6 (2015-09-08)**
347+
1.6 (2015-09-08)
348+
~~~~~~~~~~~~~~~~
310349

311350
* Fixed environment details when using pytest-xdist
312351

313-
**1.5.1 (2015-08-18)**
352+
1.5.1 (2015-08-18)
353+
~~~~~~~~~~~~~~~~~~
314354

315355
* Made environment fixture session scoped to avoid repeating content
316356

317-
**1.5 (2015-08-18)**
357+
1.5 (2015-08-18)
358+
~~~~~~~~~~~~~~~~
318359

319360
* Replaced custom hook for setting environemnt section with a fixture
320361

321-
**1.4 (2015-08-12)**
362+
1.4 (2015-08-12)
363+
~~~~~~~~~~~~~~~~
322364

323365
* Dropped support for pytest 2.6
324366
* Fixed unencodable strings for Python 3
325367
(`@The-Compiler <https://github.com/The-Compiler>`_)
326368

327-
**1.3.2 (2015-07-27)**
369+
1.3.2 (2015-07-27)
370+
~~~~~~~~~~~~~~~~~~
328371

329372
* Prevented additional row if log has no content or there is no extra HTML
330373

331-
**1.3.1 (2015-05-26)**
374+
1.3.1 (2015-05-26)
375+
~~~~~~~~~~~~~~~~~~
332376

333377
* Fixed encoding issue in Python 3
334378

335-
**1.3 (2015-05-26)**
379+
1.3 (2015-05-26)
380+
~~~~~~~~~~~~~~~~
336381

337382
* Show extra content regardless of test result
338383
* Added support for extra content in JSON format
339384

340-
**1.2 (2015-05-20)**
385+
1.2 (2015-05-20)
386+
~~~~~~~~~~~~~~~~
341387

342388
* Changed default sort order to test result
343389
(`@The-Compiler <https://github.com/The-Compiler>`_)
344390

345-
**1.1 (2015-05-08)**
391+
1.1 (2015-05-08)
392+
~~~~~~~~~~~~~~~~
346393

347394
* Added Python 3 support
348395

349-
**1.0 (2015-04-20)**
396+
1.0 (2015-04-20)
397+
~~~~~~~~~~~~~~~~
350398

351399
* Initial release
400+
401+
.. _Semantic Versioning: https://semver.org

0 commit comments

Comments
 (0)