- 24 Jan, 2025 7 commits
-
-
Xavier Thompson authored
See merge request !1685
-
Xavier Thompson authored
-
Xavier Thompson authored
Stop using deprecated ssl.wrap_socket, and let unset key-file mean the key is included in cert-file, as is done in python ssl module. Also let the server crash if specified cert-file or key-file does not exist, instead of silently falling back to non-TLS http.
-
Xavier Thompson authored
Add 'socketpath' and 'abstract' options for path based unix sockets and abstract unix sockets respectively.
-
Xavier Thompson authored
-
Xavier Thompson authored
-
Xavier Thompson authored
-
- 23 Jan, 2025 2 commits
-
-
Titouan Soulard authored
-
Romain Courteaud authored
-
- 22 Jan, 2025 1 commit
-
-
Jérome Perrin authored
See merge request !1716
-
- 21 Jan, 2025 6 commits
-
-
Julien Muchembled authored
See neoppod@f4a5fe3b.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This was sometimes causing false positives, for example if site have only one hit and this hit takes more than one second, apdex is 0% and promise failed, it seems useful to at least have a way to disable. We are discussed on !1716 (comment 225941) an idea of introducing a "minimal number of hits" parameter to not detect this false positive on sites that are not accessed enough to calculate a meaningful apdex.
-
Joanne Hugé authored
-
- 20 Jan, 2025 1 commit
-
-
Ivan Tyagov authored
-
- 16 Jan, 2025 2 commits
-
-
Joanne Hugé authored
Needed for password authentication to websocket A bug was discovered in previous version
-
Thomas Gambier authored
-
- 15 Jan, 2025 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 14 Jan, 2025 1 commit
-
-
Thomas Gambier authored
-
- 13 Jan, 2025 13 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
See merge request !1717
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
used in theia or with security vulnerabilities (idna & Werkzeug)
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
With fixes for two critical CVE
-
Jérome Perrin authored
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Thomas Gambier authored
See merge request !1705
-
Xavier Thompson authored
See merge request !1705
-
- 11 Jan, 2025 1 commit
-
-
Jérome Perrin authored
-
- 10 Jan, 2025 5 commits
-
-
Xavier Thompson authored
See merge request !1638
-
Xavier Thompson authored
Add `validate-parameters` options to slapconfiguration:jsonschema. Accepted values are `all|main|shared|none`. Default value is `all`. When shared parameters validation is skipped, shared parameters are left in `slave-instance-list`.
-
Xavier Thompson authored
-
Xavier Thompson authored
Add `set-default` options to slapconfiguration:jsonschema. Accepted values are `all|main|shared|none`. Default value is `none`. These allow controlling whether default values of parameters that where not provided by the user are set from the defaults given in the JSON schema. The default behavior of the recipe is now not to add any defaults. The new option allows adding all defaults, only the defaults of the main instance, or only the defaults of shared instances.
-
Xavier Thompson authored
-