summaryrefslogtreecommitdiff
path: root/cloudinit/analyze
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code (#2038)Brett Holman2023-03-031-15/+0
* analyze: use init-local as start of boot record (#1767)Chris Patterson2022-10-041-4/+1
* style: prefer absolute imports over relative importsMina Galić2022-09-301-2/+1
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Resource leak cleanup (#1556)Brett Holman2022-07-131-0/+13
* Remove xenial references (#1472)Alberto Contreras2022-06-081-18/+13
* upstart: drop vestigial support for upstart (#1421)Chad Smith2022-05-091-1/+1
* Stop hardcoding systemctl location (#1278)Robert Schweikert2022-03-011-1/+1
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-153-230/+302
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-032-369/+0
* testing: monkeypatch system_info call in unit tests (SC-533) (#1117)James Falcon2021-11-221-11/+2
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-1/+1
* cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins2020-07-131-22/+19
* Move subp into its own module. (#416)Scott Moser2020-06-084-12/+15
* analyze/dump: refactor shared string into variable (#350)Daniel Watkins2020-05-111-2/+3
* analyze/dump: add support for Amazon Linux 2 log lines (#346)Daniel Watkins2020-05-062-2/+29
* Make tests work with Python 3.8 (#139)Conrad Hoffmann2020-01-081-4/+4
* analyze/show: remove trailing space in outputDaniel Watkins2019-09-251-1/+1
* Cloud-init analyze module: Added ability to analyze boot events.Sam Gilson2019-07-153-12/+448
* tests: Disallow use of util.subp except for where needed.Scott Moser2018-09-051-53/+33
* pylint: pay attention to unused variable warnings.Scott Moser2018-04-191-1/+1
* pycodestyle: Fix invalid escape sequences in string literals.Scott Moser2018-04-181-1/+1
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-052-8/+4
* relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman2017-09-051-1/+1
* cloud-init analyze: fix issues running under python 2.Andrew Jorgensen2017-08-252-3/+3
* tools: Add tooling for basic cloud-init performance analysis.Chad Smith2017-08-215-0/+748