summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: use glob matching instead of fnmatch. #1407Ned Batchelder2022-10-303-23/+48
| | | | | | | I didn't understand that fnmatch considers the entire string to be a filename, even if it has slashes in it. This led to incorrect matching. Now we use our own implementation of glob matching to get the correct behavior.
* fix: in toml config, only apply environment substitution to coverage ↵Ned Batchelder2022-10-281-4/+8
| | | | settings. #1481
* build: 3.11.0 and 3.12.0a1 are availableNed Batchelder2022-10-271-3/+2
|
* chore: make upgradeNed Batchelder2022-10-261-6/+6
|
* chore: make upgradeNed Batchelder2022-10-231-18/+18
|
* docs: add another FAQNed Batchelder2022-10-201-2/+15
|
* docs: updates for implicit relative path mappingNed Batchelder2022-10-152-10/+12
|
* build: automate release-related editsNed Batchelder2022-09-301-5/+7
|
* docs: sample html report6.5.0Ned Batchelder2022-09-2911-64/+64
|
* build: prep for 6.5.0Ned Batchelder2022-09-292-4/+4
|
* docs: minor tweaks to db docsNed Batchelder2022-09-291-2/+3
|
* chore: make upgradeNed Batchelder2022-09-271-3/+3
|
* chore: make upgradeNed Batchelder2022-09-171-3/+3
|
* feat: --debug=pathmap will show details of re-mapping due to [paths] setting.Ned Batchelder2022-09-162-0/+6
|
* chore: make upgradeNed Batchelder2022-09-131-9/+9
|
* docs: contributions should have testsNed Batchelder2022-09-031-0/+3
|
* docs: add more details to doc/contributing.rstNed Batchelder2022-08-291-14/+47
|
* docs: ensure code blocks are highlighted properlyNed Batchelder2022-08-217-8/+26
|
* docs: sample html report6.4.4Ned Batchelder2022-08-1611-41/+41
|
* build: prep for 6.4.4Ned Batchelder2022-08-161-3/+3
|
* build: update 3.11 references to rc1Ned Batchelder2022-08-161-1/+1
|
* build: make upgrade (with hashes)Ned Batchelder2022-08-151-37/+159
|
* docs: don't use tabs while we work out the docutil version pinningNed Batchelder2022-08-152-17/+15
|
* build: make upgradeNed Batchelder2022-08-151-34/+15
|
* build: reduce doc reqs to avoid conflictsNed Batchelder2022-08-151-3/+3
|
* build: remove sphinx-autobuild, it's rarely used and causes conflictsNed Batchelder2022-08-151-1/+1
|
* Revert "build: switch to hashed dev dependencies"Ned Batchelder2022-08-111-200/+41
| | | | This reverts commit 015e42af088e03c4c69068b191be9212d7808689.
* build: switch to hashed dev dependenciesNed Batchelder2022-08-111-41/+200
| | | | | | | | | | | | | | | I used this tweak to the Makefile to mostly just add hashes, though some dependencies were also upgraded, not sure why... @@ -74,7 +74,7 @@ metasmoke: .PHONY: upgrade -PIP_COMPILE = pip-compile --upgrade --allow-unsafe +PIP_COMPILE = pip-compile --allow-unsafe --generate-hashes upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade upgrade: ## Update the *.pip files with the latest packages satisfying *.in files. pip install -q -r requirements/pip-tools.pip
* docs: latest sample6.4.3Ned Batchelder2022-08-0612-43/+43
|
* docs: prep for 6.4.3Ned Batchelder2022-08-062-4/+4
|
* docs: latest sample HTML report6.4.2Ned Batchelder2022-07-1211-41/+41
|
* docs: prep for 6.4.2Ned Batchelder2022-07-121-3/+3
|
* docs: update the 3.11 versionNed Batchelder2022-07-121-1/+1
|
* docs: latest sample HTML report6.4.1Ned Batchelder2022-06-0211-41/+41
|
* build: prep for 6.4.1Ned Batchelder2022-06-022-7/+7
|
* chore: make upgradeNed Batchelder2022-05-311-4/+4
|
* docs: latest sample HTML reportNed Batchelder2022-05-2213-173/+469
|
* build: prep for 6.4Ned Batchelder2022-05-222-4/+4
|
* docs: spell checkNed Batchelder2022-05-222-1/+30
|
* docs: mention in the man pageNed Batchelder2022-05-221-1/+2
|
* docs: add a note about using --debug=trace to debug No Data. #1379Ned Batchelder2022-05-221-0/+3
|
* style(docs): use definition list for warningsNed Batchelder2022-05-221-12/+10
|
* feat: a new debug option `sqldata` shows all the data being written to the db.Ned Batchelder2022-05-221-0/+3
|
* fix: the SIGTERM handler is now opt-in. #1310Ned Batchelder2022-05-181-0/+18
|
* docs: cross-reference cmd to config, and add the missing lcov settingNed Batchelder2022-05-182-14/+51
|
* style(docs): blank lines between settings, and wrap paragraphsNed Batchelder2022-05-171-93/+124
|
* docs: every config setting is an h3. #1380Ned Batchelder2022-05-172-49/+173
|
* docs: latest sample6.3.3Ned Batchelder2022-05-1211-21/+21
|
* build: prep for 6.3.3Ned Batchelder2022-05-122-4/+4
|
* chore: make upgradeNed Batchelder2022-05-121-3/+3
| | | | | Wrote this bug for pylint, because I shouldn't have to add a pragma: https://github.com/PyCQA/pylint/issues/6592