Pit

Results 13 issues of Pit

- [ ] Look into getting #524 merged. - [ ] Comment on and close #411. - [x] Probably retarget #277 to a different release/milestone.

Scenario: 1. Create a container providing some service under a non-published port, e.g. with the following `docker-compose.yml`: ```yaml version: '2' services: whoami: image: containous/whoami:latest command: "--port 8081" ``` Start the...

bug
workaround-available

Currently we only build the `x86_64` static musl-binary when we build a release. Since the Docker image [now supports](https://github.com/pitkley/dfw/pull/525) multiple architectures, building and attaching these binaries to the release would...

Please note that I have collected the changes that I subjectively classified as "major", or rather I skipped those that I felt were minor (small documentation updates for example). If...

In b1e6160 Pipenv was added to Paperless, adding a note to the changelog in eec8f09 that a switch to just using Pipenv was planned. This commit performs this switch. Having...

Currently this repository contains both `requirements.txt` and `Pipfile.lock`. Those two files are not kept in sync, which means that depending on how a user installs Paperless, they will have a...

enhancement

Rather than using the user/document-provided values directly, we instead escape them to use them verbatim. This fixes issue 568. --- I only checked the `models.py` file for occurrences of unescaped...

Calling `Docker::new().networks().list(&Default::default()).await` on a Docker Swarm manager node (potentially also on non-manager nodes, I wasn't able to reproduce this though) causes the following error: ``` SerdeJsonError( Error("invalid type: null, expected...

DFW has to be able to act on traffic when it traverses any one of the `input` or `forward` hooks. This can be achieved in one of three ways: 1....