Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: HTML line visibility is saved in local storage #1123 | Ned Batchelder | 2021-02-27 | 1 | -8/+35 |
| | | | | | | | Seems like we could unify the two different uses of localStorage, but that's for another time. Fixes: #1123 | ||||
* | fix: HTML report makes room for 4-digit line numbers #1124 | Ned Batchelder | 2021-02-27 | 2 | -8/+8 |
| | | | | Fixes: #1124 | ||||
* | 🐛 Fix sorting order storage in JQuery unload event | Sebastián Ramírez | 2020-12-06 | 1 | -1/+1 |
| | |||||
* | A favicon for the HTML report | Ned Batchelder | 2020-12-05 | 3 | -0/+2 |
| | |||||
* | Fix dark mode for context listing. #1009 | Ned Batchelder | 2020-07-09 | 2 | -9/+24 |
| | |||||
* | Back to monospaced for the index page | Ned Batchelder | 2020-07-05 | 2 | -2/+2 |
| | |||||
* | Switch to python-based sass compiler | Ned Batchelder | 2020-07-05 | 1 | -1/+111 |
| | |||||
* | More HTML tweaks | Ned Batchelder | 2020-06-29 | 2 | -12/+8 |
| | | | | | | | | - Let the left and right cells have padding so the hover bar looks good. - Adjust the table left margin so the contents still line up with the header. - Fix the up/down arrows to be correct for the sorting order they indicate. | ||||
* | A few further style tweaks to the HTML report | Ned Batchelder | 2020-06-28 | 2 | -134/+27 |
| | | | | | | - File names are not monospaced - Button styling make on/off a little more pronounced - Fix the alignment of the header on the index page | ||||
* | Merge pull request #931 from vsalvino/darkmode | Ned Batchelder | 2020-06-28 | 3 | -131/+407 |
|\ | | | | | Add dark mode, and other design changes for the HTML report. | ||||
| * | Fix tests | Vince Salvino | 2020-06-24 | 1 | -1/+1 |
| | | |||||
| * | Add dark mode to HTML output; improve accessibility | Vince Salvino | 2020-02-11 | 3 | -131/+407 |
| | | |||||
* | | htmlfiles: Handle localStorage not accessible | AbdealiJK | 2020-02-29 | 1 | -2/+7 |
|/ | | | | | | | | | In some cases, if based on the browser's settings - localStorage is not accessible, fallback and don't save the sort-columns into localStorage. While the UX is a little inconvenient, at least the page doesn't break - sorting on columns is still possible, but not retained between pages. | ||||
* | Templite {% joined %} is more convenient than trailing hyphens | Ned Batchelder | 2019-11-11 | 1 | -26/+26 |
| | |||||
* | More polish on the expandable contexts | Ned Batchelder | 2019-10-17 | 2 | -7/+12 |
| | |||||
* | Annotations should appear when hovering the text line, but not other parts ↵ | Ned Batchelder | 2019-10-16 | 2 | -13/+20 |
| | | | | of #source.p | ||||
* | Only the active context labels should have color | Ned Batchelder | 2019-10-15 | 2 | -5/+5 |
| | |||||
* | make css | Ned Batchelder | 2019-10-14 | 1 | -18/+16 |
| | |||||
* | Annotations and context labels have to co-exist | Ned Batchelder | 2019-10-14 | 2 | -79/+70 |
| | |||||
* | make css | Ned Batchelder | 2019-10-13 | 1 | -43/+44 |
| | |||||
* | Better presentation of contexts. #855 | Ned Batchelder | 2019-10-13 | 2 | -35/+77 |
| | |||||
* | Source code without tables | Ned Batchelder | 2019-10-13 | 3 | -142/+154 |
| | |||||
* | HTML: Mark things to show instead of to hide. | Ned Batchelder | 2019-07-06 | 3 | -261/+250 |
| | | | | | | | | | | Also made some other changes along the way: * Scroll bar markers change as the selected categories change. * We don't use css class 'stm' for anything, get rid of it. * Better sass use all around. | ||||
* | Split HtmlReporter to get at data | Ned Batchelder | 2019-06-19 | 1 | -4/+4 |
| | |||||
* | Use an object instead of a dict for the report data | Ned Batchelder | 2019-06-17 | 1 | -2/+2 |
| | |||||
* | Refactor for better testability | Ned Batchelder | 2019-06-17 | 1 | -2/+2 |
| | |||||
* | More sass goodness | Ned Batchelder | 2019-06-13 | 2 | -197/+178 |
| | |||||
* | Update the test output css files too | Ned Batchelder | 2019-06-13 | 1 | -2/+5 |
| | |||||
* | Use sass for css generation, to get nice hover highlights on lines | Ned Batchelder | 2019-06-13 | 2 | -414/+621 |
| | |||||
* | Include the count of contexts in the HTML report | Ned Batchelder | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | Fix styling and tests. (The tests are slightly insane with no obvious way to ↵ | Stephan Richter | 2019-06-10 | 2 | -8/+4 |
| | | | | update the expected output.) | ||||
* | Extend HTML report to to show contexts for every covered line. | Stephan Richter | 2019-06-10 | 2 | -0/+64 |
| | |||||
* | Remove executable bit from static assets | Jon Dufresne | 2019-03-03 | 2 | -0/+0 |
| | | | | | These files are simply static assets and do not require an executable bit. They are never intended to be executed as standalone scripts. | ||||
* | Make line numbers immune to minimum font size settings. #748 | Ned Batchelder | 2019-01-04 | 1 | -3/+3 |
| | |||||
* | Persist html sort order in localStorage instead of cookie | Federico Bond | 2018-08-30 | 1 | -15/+6 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 4 | -4/+4 |
| | |||||
* | Clean up | Ned Batchelder | 2018-05-28 | 1 | -1/+3 |
| | |||||
* | Html report marker div style in its own css layer. | pankajp | 2018-05-24 | 1 | -0/+1 |
| | | | | | | | | This gives faster scrolling in Chrome, comparable to firefox --HG-- branch : pankajp/faster-html-report-ui | ||||
* | Prevent expensive relayout in loop in html report js | pankajp | 2018-05-24 | 1 | -3/+6 |
| | | | | | | | | Faster html report loading in browser by avoiding unneeded expensive layouts in the loop to generate markers. --HG-- branch : pankajp/faster-html-report-ui | ||||
* | Merged debounce canonicalization | Ned Batchelder | 2016-07-28 | 2 | -1/+1 |
|\ | |||||
| * | Correct references to the debounce library file. | Ben Finney | 2016-07-15 | 1 | -1/+1 |
| | | |||||
| * | Name the debounce library to the canonical upstream filename. | Ben Finney | 2016-07-15 | 1 | -0/+0 |
| | | | | | | | | | | --HG-- rename : coverage/htmlfiles/jquery.debounce.min.js => coverage/htmlfiles/jquery.ba-throttle-debounce.min.js | ||||
* | | Merged in scop/coverage.py/pngs (pull request #86) | Ned Batchelder | 2016-07-25 | 2 | -0/+0 |
|\ \ | | | | | | | | | | Optimize PNGs | ||||
| * | | Run *.png through zopflipng | Ville Skyttä | 2016-07-20 | 2 | -0/+0 |
| |/ | | | | | | | | | --HG-- branch : pngs | ||||
* | | Speed up HTML filtering | Ville Skyttä | 2016-07-20 | 1 | -11/+9 |
|/ | | | | | --HG-- branch : html-filter | ||||
* | Extirpate trailing spaces | Ned Batchelder | 2016-06-02 | 1 | -4/+4 |
| | |||||
* | Finish up the fix for #298 | Ned Batchelder | 2016-06-02 | 1 | -8/+3 |
| | |||||
* | Adding visual indicators to column sorting in HTML output | karlw00t | 2016-06-02 | 1 | -0/+14 |
| | | | | | | | | | | - Unicode arrows added to the end of text on a sorted column - Sorted column header always have grey background https://bitbucket.org/ned/coveragepy/issues/298 --HG-- branch : issues-298 | ||||
* | Also get rid of the leading space | Ned Batchelder | 2016-02-15 | 1 | -14/+14 |
| | |||||
* | Use templite's whitespace slurping to avoid post-processing the HTML | Ned Batchelder | 2016-02-15 | 1 | -3/+11 |
| |