- Nov 22, 2023
-
-
Duncan Meacher authored
-
- Nov 08, 2023
-
-
Duncan Macleod authored
Fix detection of X.509 cert in headers See merge request !80
-
Duncan Macleod authored
by properly detecting Apache's weird `(null)` value
-
Duncan Macleod authored
Differentiate between HTTP errors 401 and 403 when authorising requests Closes #32 See merge request !75
-
Duncan Macleod authored
Separately document the LDR API See merge request !78
-
Duncan Macleod authored
Add support for diskcache 0x0101 (multiple extensions, take 2) Closes #21 See merge request !76
-
- Nov 07, 2023
-
-
Duncan Macleod authored
-
Duncan Macleod authored
this commit adds support for determining the version of a diskcache ASCII file via the `# version:` header, and then mapping that version to a specific line parser that is then applied to the whole file. the version parsing is dynamic, so we should be able to elegantly handle the version changing while the app is running. this also adds support for parsing the 'multiple extensions' diskcache ASCII format, 0x0101 (closes #21), and migrates the test suite to use that by default
-
- Nov 02, 2023
-
-
Duncan Macleod authored
-
- Nov 01, 2023
-
-
Duncan Macleod authored
Separate old LDR paths to a different 'compatibility' API Closes #23 See merge request !63
-
-
to support nested blueprints
-
-
but register it by default for compatibility
-
- Oct 30, 2023
-
-
Duncan Meacher authored
Add debian/clean file Closes #31 See merge request !74
-
Duncan Meacher authored
Remove build/test CI jobs for EL7 Closes #29 See merge request !71
-
- Oct 26, 2023
-
-
Duncan Macleod authored
Don't fail flake8 on lint See merge request !77
-
Duncan Macleod authored
just let the code quality widget present it
-
- Sep 19, 2023
-
-
Duncan Macleod authored
-
Duncan Macleod authored
-
- Aug 31, 2023
-
-
Duncan Macleod authored
-
Duncan Macleod authored
Add EL9 CI build/test jobs Closes #17 See merge request !56
-
- Jul 14, 2023
-
-
Duncan Macleod authored
only use builder for build jobs, use base for testing, currently use base for building on el9, until docker/builder#2 is complete
-
Duncan Macleod authored
-
Duncan Macleod authored
fixes #31
-
- Jul 13, 2023
-
-
Duncan Meacher authored
Updating version to 1.3.0 See merge request !73
-
Duncan Meacher authored
-
- Jul 11, 2023
-
-
Duncan Meacher authored
Use setuptools-scm for automatic versioning Closes #30 See merge request !72
-
Duncan Macleod authored
-
Duncan Macleod authored
to ensure that out locally-built package is always selected, regardless of version
-
- Jul 06, 2023
-
-
Duncan Macleod authored
requires a bunch of hackery in the CI pipeline, but is otherwise fairly straightforward
-
Duncan Macleod authored
Add Debian postinst script to create user Closes #25 See merge request !68
-
- Jun 28, 2023
-
-
Duncan Macleod authored
Add support for OSDF URL transforms Closes #18 See merge request !64
-
- Jun 26, 2023
-
-
Duncan Macleod authored
so that any lintian items are actionable
-
Duncan Macleod authored
-
Duncan Macleod authored
when packages are installed
-
Duncan Macleod authored
use long options to make it more obvious what is happening
-
Duncan Macleod authored
closes #25
-
- Jun 23, 2023
-
-
Duncan Macleod authored
Add CI build/test jobs for Debian 12 (Bookworm) See merge request !70
-
Duncan Macleod authored
-