Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 1.7 release1.7Arthur de Jong2023-07-301-1/+1
|
* Rename license_file option in setup.cfgArthur de Jong2023-07-301-1/+1
| | | | | | | It seems the old option wasn't working with all versions of setuptools anyway. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html
* Get files ready for 1.6 release1.6Arthur de Jong2023-04-291-1/+1
|
* Update NPM packagesArthur de Jong2023-01-031-1/+1
| | | | | | | | | | | | | | | | | This upgrades to version 7 of eslint which results in some minor other changes. Sadly no fix for CVE-2022-46175 in json5 (a transitive dependency of eslint) is available yet. This vulnerability should not affect munin-plot because we don't run eslint on untrusted input. Sadly no fix for a vulnerability in d3-color is available yet (no CVE for GHSA-36jr-mh4h-2g58 has been assigned) because there is not yet a version of plotly.js available that doesn't depend on a version of d3-interpolate that doesn't depend on the vulnerable package. This could affect munin-plot because d3 is used in the web application but we only pass data to d3 (via plotly.js) that is output of the munin-plot server-side component.
* Get files ready for 1.5 release1.5Arthur de Jong2022-03-271-1/+1
|
* Account for changed flake8 ignore codeArthur de Jong2021-12-281-0/+1
|
* Get files ready for 1.4 release1.4Arthur de Jong2021-11-071-1/+1
|
* Get files ready for 1.3 release1.3Arthur de Jong2021-10-171-1/+1
|
* Rename README to README.mdArthur de Jong2021-10-171-1/+2
| | | | Mostly to please GitHub.
* Get files ready for 1.2 release1.2Arthur de Jong2021-09-041-1/+1
|
* Use codespell for spelling checkArthur de Jong2021-08-101-0/+3
|
* Fix the way the graph resolution is determinedArthur de Jong2021-02-131-0/+1
| | | | | | | In some cases it could end up with a non-available resolution. This simplifies the code to determine the resolution. Fixes 1e4488a
* Get files ready for 1.1 release1.1Arthur de Jong2021-01-311-1/+1
|
* Ignore flake8 blind except Exception warningArthur de Jong2021-01-131-0/+1
|
* Get files ready for 1.0 release1.0Arthur de Jong2020-06-211-4/+2
|
* Add more docstringsArthur de Jong2020-01-251-2/+1
|
* Ship static directory in source and wheelArthur de Jong2020-01-051-2/+5
| | | | | | | This allows installing this package without NPM installed. This also moves the static directory within the muninplot package so they can also be picked up from installed versions of muninplot.
* Move Python code to muninplot packageArthur de Jong2019-12-301-1/+1
| | | | This allows more easy installation into a virtualenv.
* Add flake8 testsArthur de Jong2019-12-301-0/+10
|
* Add basic Python packagingArthur de Jong2019-12-301-0/+34