Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Formalize some more debugging tools I've been keeping to the side | Ned Batchelder | 2018-08-27 | 2 | -1/+77 | |
* | Better sys_info: pid, and a more understandable name. | Ned Batchelder | 2018-08-26 | 1 | -2/+3 | |
* | Tests of the schema checking | Ned Batchelder | 2018-08-26 | 1 | -3/+3 | |
* | Check the schema version, no more app_id | Ned Batchelder | 2018-08-26 | 1 | -19/+17 | |
* | A good way to solve the load-parallel pytestcov situation? | Ned Batchelder | 2018-08-25 | 1 | -2/+5 | |
* | Merge branch 'nedbat/data-sqlite' | Ned Batchelder | 2018-08-24 | 8 | -274/+736 | |
|\ | ||||||
| * | Fix the pytest-cov test | Ned Batchelder | 2018-08-24 | 1 | -0/+3 | |
| * | Make SQLite the default storage | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| * | When we trimmed trailing whitespace, we lost the last newline. Put it back. | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| * | Stop using farm/src for HTML tests. | Ned Batchelder | 2018-08-24 | 1 | -1/+1 | |
| * | PyPy needs to close cursors from pragmas | Ned Batchelder | 2018-08-24 | 1 | -2/+5 | |
| * | A better more accurate bool(data) | Ned Batchelder | 2018-08-24 | 1 | -4/+1 | |
| * | Get file_tracer semantics right, whew | Ned Batchelder | 2018-08-24 | 1 | -28/+51 | |
| * | Be flexible, and accept either json-sourced or sql-source error messages in s... | Ned Batchelder | 2018-08-24 | 1 | -1/+4 | |
| * | Skip some tests for SQL for now | Ned Batchelder | 2018-08-24 | 1 | -0/+3 | |
| * | Use pid-random suffixes for SQL files | Ned Batchelder | 2018-08-14 | 2 | -9/+16 | |
| * | Move the suffix parameter, but no implementation yet | Ned Batchelder | 2018-08-14 | 1 | -2/+2 | |
| * | Remove an unused debugging thing | Ned Batchelder | 2018-08-14 | 2 | -10/+1 | |
| * | Refactor initialization | Ned Batchelder | 2018-08-14 | 1 | -84/+108 | |
| * | Start moving suffix to constructor | Ned Batchelder | 2018-08-12 | 1 | -2/+4 | |
| * | Sqlite update() method | Ned Batchelder | 2018-08-11 | 1 | -0/+32 | |
| * | Error handling in add_file_tracers | Ned Batchelder | 2018-08-11 | 1 | -0/+19 | |
| * | A little better | Ned Batchelder | 2018-08-11 | 1 | -1/+1 | |
| * | Don't add data by asking about data | Ned Batchelder | 2018-08-11 | 1 | -11/+26 | |
| * | Implement more | Ned Batchelder | 2018-08-11 | 2 | -17/+60 | |
| * | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 2 | -20/+22 | |
| * | Move a common method outside the data classes | Ned Batchelder | 2018-08-10 | 3 | -15/+24 | |
| * | Forgot an import | Ned Batchelder | 2018-08-09 | 1 | -0/+1 | |
| * | Keep the env var naming scheme | Ned Batchelder | 2018-08-09 | 1 | -1/+1 | |
| * | Simplify how run --append works. | Ned Batchelder | 2018-08-09 | 1 | -6/+4 | |
| * | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-08 | 1 | -4/+0 | |
| |\ | ||||||
| * \ | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-07 | 2 | -8/+4 | |
| |\ \ | ||||||
| * | | | Improved debugging | Ned Batchelder | 2018-08-04 | 4 | -16/+33 | |
| * | | | Pull combine_parallel_data out of CoverageData | Ned Batchelder | 2018-08-04 | 2 | -67/+71 | |
| * | | | Can measure and report branches | Ned Batchelder | 2018-08-03 | 1 | -29/+89 | |
| * | | | Use a Sqlite application_id to identify the file. | Ned Batchelder | 2018-08-03 | 1 | -0/+7 | |
| * | | | Make writing data faster | Ned Batchelder | 2018-08-03 | 2 | -12/+21 | |
| * | | | SQL debugging | Ned Batchelder | 2018-07-31 | 1 | -10/+34 | |
| * | | | Report works | Ned Batchelder | 2018-07-31 | 1 | -2/+6 | |
| * | | | Move sqlite into sqldata.py | Ned Batchelder | 2018-07-31 | 2 | -118/+173 | |
| * | | | WIP WIP WIP | Ned Batchelder | 2018-07-30 | 1 | -0/+121 | |
| * | | | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 1 | -10/+16 | |
| * | | | CoverageData now also handles file operations | Ned Batchelder | 2018-07-23 | 3 | -158/+136 | |
* | | | | Simplify how run --append works. | Ned Batchelder | 2018-08-12 | 1 | -6/+4 | |
* | | | | Hasher needed more information about nesting to avoid collisions | Ned Batchelder | 2018-08-11 | 1 | -0/+1 | |
| |_|/ |/| | | ||||||
* | | | No need to erase before running | Ned Batchelder | 2018-08-08 | 1 | -4/+0 | |
| |/ |/| | ||||||
* | | Better wrapping | Ned Batchelder | 2018-08-05 | 1 | -2/+4 | |
* | | Remove use_cache | Ned Batchelder | 2018-08-05 | 1 | -6/+0 | |
|/ | ||||||
* | Be stricter about self._data | Ned Batchelder | 2018-07-08 | 5 | -26/+24 | |
* | Don't need the v3->v4 data converter in v5 | Ned Batchelder | 2018-07-01 | 2 | -53/+0 |