|
ee2cb214a9
|
fix: unify value format of tabulated vars (#792)
|
2024-10-08 10:08:06 +02:00 |
|
|
4bb11fd6cd
|
feat: add to_code filter and enable codeblocks for tabulated vars (#784)
|
2024-10-08 08:26:25 +02:00 |
|
|
8e22e87a31
|
refactor: replace logger by structlog (#718)
BREAKING CHANGE: Replace the custom logger and `python-json-logger` with
`structlog`. This will also change the layout and general structure of
the log messages.
The original `python-json-logger` package is unmaintained and has caused
some issues. Using https://github.com/nhairs/python-json-logger.git
instead has fixed the logging issues but prevents PyPI package
uploads...
```
HTTP Error 400: Can't have direct dependency: python-json-logger@ git+https://github.com/nhairs/python-json-logger.git@v3.1.0. See https://packaging.python.org/specifications/core-metadata for more information.
```
|
2024-06-17 13:51:03 +02:00 |
|
|
08e2178333
|
feat: add option to load templates from remote git sources (#717)
|
2024-06-12 20:59:55 +02:00 |
|
|
8e042c739e
|
feat: migrate to dynaconf to handle multi-source configuration (#708)
|
2024-06-07 21:51:10 +02:00 |
|
|
89c6a11be4
|
fix: fix sysexit with custom error (#703)
|
2024-06-02 00:08:25 +02:00 |
|
Chip Selden
|
4051d2915d
|
feat: add option for tabulating variables (#693)
|
2024-06-01 22:05:16 +02:00 |
|
|
0db500b0a8
|
fix: replace log by message for yes/no prompt (#606)
|
2023-11-23 10:33:36 +01:00 |
|
|
593a90ff10
|
chore: drop yapf and favor of the ruff formatter (#595)
|
2023-11-10 14:50:50 +01:00 |
|
renovate[bot]
|
114f87306f
|
chore(deps): update dependency ruff to v0.0.278 (#527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
|
2023-07-19 10:16:46 +02:00 |
|
|
588f41a3ea
|
feat: add support for indentation with spaces (#508)
|
2023-06-14 13:31:01 +02:00 |
|
renovate[bot]
|
70f458dce6
|
chore(deps): update devdeps non-major (#493)
|
2023-05-28 23:07:24 +02:00 |
|
|
3aad08646f
|
fix: join lines with newline instead of space in markdown templates (#446)
|
2023-02-09 19:27:22 +01:00 |
|
|
194a4e1d82
|
refctor: migrate flake8 to ruff python linter (#429)
|
2023-01-20 11:56:12 +01:00 |
|
renovate[bot]
|
4bfe75d991
|
chore(deps): update devdependencies (non-major) (#354)
|
2022-08-21 23:10:03 +02:00 |
|
renovate[bot]
|
a6ace7a257
|
fix(deps): update dependency jinja2 to v3.1.1 (#267)
|
2022-03-27 13:13:34 +02:00 |
|
|
6a4328d6d5
|
fix: allow to force line breaks using '\' in multiline strings (#255)
|
2022-03-02 14:33:37 +01:00 |
|
|
aac0ef5f20
|
fix: allow line-breaks in multiline annotations (#243)
|
2022-02-19 14:58:35 +01:00 |
|
|
801498570e
|
refactor: rename modules to reflect pep8 recommendations (#27)
|
2021-01-01 13:50:41 +01:00 |
|