stable

Clone or download

Read-only

Merge commit 'refs/changes/23/28423/13' of ssh://gerrit.tuleap.net:29418/tuleap

# By Thomas Gerbet # Via Thomas Gerbet * ssh://gerrit.tuleap.net:29418/tuleap: Closes request #31580: Filter outbound HTTP requests

Modified Files

Name
A src/additional-packages/tuleap-smokescreen.nix +68 −0 Go to diff View file
A src/additional-packages/tuleap-smokescreen/tuleap-smokescreen.service +25 −0 Go to diff View file
A src/additional-packages/tuleap-smokescreen/tuleap-smokescreen.spec +63 −0 Go to diff View file
M src/common/Http/Client/FilteredOutboundHTTPResponseAlerter.php +24 −7 Go to diff View file
A src/common/Http/Client/FilteredOutboundRequestJustification.php +55 −0 Go to diff View file
M src/common/Http/Client/HTTPOutboundResponseMetricCollector.php +28 −8 Go to diff View file
M src/common/Http/Client/OutboundHTTPRequestProxy.php +7 −2 Go to diff View file
A src/common/Http/Client/SmokescreenConfiguration.php +58 −0 Go to diff View file
A src/common/Http/Client/SmokescreenDumpConfigurationCommand.php +53 −0 Go to diff View file
M src/tuleap-cfg/Command/Docker/Supervisord.php +2 −0 Go to diff View file
M src/utils/tuleap.php +7 −0 Go to diff View file
M tests/unit/common/Http/Client/FilteredOutboundHTTPResponseAlerterTest.php +6 −2 Go to diff View file
A tests/unit/common/Http/Client/FilteredOutboundRequestJustificationTest.php +49 −0 Go to diff View file
M tests/unit/common/Http/Client/HTTPOutboundResponseMetricCollectorTest.php +9 −1 Go to diff View file
M tests/unit/common/Http/Client/OutboundHTTPRequestProxyTest.php +8 −0 Go to diff View file
A tests/unit/common/Http/Client/SmokescreenConfigurationTest.php +43 −0 Go to diff View file
A tests/unit/common/Http/Client/SmokescreenDumpConfigurationCommandTest.php +47 −0 Go to diff View file
A tools/docker/tuleap-aio-c7/supervisor.d/smokescreen.ini +5 −0 Go to diff View file
A tools/docker/tuleap-aio-c7/supervisor.d/start-tuleap-smokescreen.sh +10 −0 Go to diff View file
M tools/docker/tuleap-aio-dev/run.sh +3 −2 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +1 −0 Go to diff View file