Ahmon Dancy
Ahmon Dancy
@chtugha I have a fork of this repository at https://github.com/dancysoft/mailproxy which has the fix suggested by @ibv.
I was recently deceived by this documentation so I've submitted a pull request to fix it in hopes of saving others from my fate.
From `git review` docs. ``` -d change, --download=change Download change from Gerrit into a local branch. The branch will be named after the patch author and the name of a...
Given the hard one-commit-one-MR setup of everything, I don't think this change is going to work out.
> Then one could use `gerritlab` to develop `gerritlab`. I would like this too.
After enabling verbose output from pytest: ``` ============================= test session starts ============================== platform linux -- Python 3.8.18, pytest-8.0.0, pluggy-1.4.0 rootdir: /home/circleci/project collected 10 items unit_tests/git_credentials_test.py::test_git_instances PASSED unit_tests/git_credentials_test.py::test_git_credential_store PASSED unit_tests/merge_request_test.py::MergeRequestTest::test_create_multiple_mrs Commits...
This problem is probably related to https://gitlab.com/gitlab-org/gitlab/-/issues/441446
This change LGTM except for the linting problem.
> What's the use case behind this change? Frontends run in sandbox so there shouldn't be a security difference in the context of access to host. Hi Tõnis. At Wikimedia...
@tonistiigi Something like this? ``` ... # Frontend control [frontend."dockerfile.v0"] enabled = true [frontend."gateway.v0"] enabled = true # If allowedSources is empty, all gateway sources are allowed. # Otherwise, only...