#
b2b0534e |
| 21-Sep-2023 |
Dan Fandrich |
github/labeler: give the sync-labels config item a default value This shouldn't be necessary and is likely a bug with this beta version of the labeller. Also, fix the negative m
github/labeler: give the sync-labels config item a default value This shouldn't be necessary and is likely a bug with this beta version of the labeller. Also, fix the negative matches for the documentation label. Follow-up to dd12b452a Closes #11907
show more ...
|
#
32dcda98 |
| 21-Sep-2023 |
Dan Fandrich |
github/labeler: fix up more the labeler config format The new version didn't like the workaround we had for a bug in the previous labeler version, and it should no longer be needed.
github/labeler: fix up more the labeler config format The new version didn't like the workaround we had for a bug in the previous labeler version, and it should no longer be needed. Follow-up to dd12b452a Closes #11906
show more ...
|
#
23283dac |
| 21-Sep-2023 |
Dan Fandrich |
github/labeler: fix indenting to try to appease labeller Follow-up to dd12b452a
|
#
dd12b452 |
| 20-Sep-2023 |
Dan Fandrich |
github/labeler: switch to the 5 beta version This version adds an important feature that will allow more PRs to be labelled. Rather than being limited to labeling PRs with files that
github/labeler: switch to the 5 beta version This version adds an important feature that will allow more PRs to be labelled. Rather than being limited to labeling PRs with files that match a single glob, it can now label them if multiple changed files match any one of a number of globs.
show more ...
|
#
78e0938f |
| 01-Sep-2023 |
Dan Fandrich |
CI: adjust labeler match patterns for new & obsolete files
|
#
6396c1f8 |
| 11-Aug-2023 |
Daniel Stenberg |
github/labeler: make HYPER.md set Hyper and not TLS
|
#
db70846e |
| 01-Aug-2023 |
Viktor Szakats |
tests: ensure `libcurl.def` contains all exports Add `test1279` to verify that `libcurl.def` lists all exported API functions found in libcurl headers. Also: - extend t
tests: ensure `libcurl.def` contains all exports Add `test1279` to verify that `libcurl.def` lists all exported API functions found in libcurl headers. Also: - extend test suite XML `stdout` tag with the `loadfile` attribute. - fix `tests/extern-scan.pl` and `test1135` to include websocket API. - use all headers (sorted) in `test1135` instead of a manual list. - add options `--sort`, `--heading=` to `tests/extern-scan.pl`. - add `libcurl.def` to the auto-labeler GHA task. Follow-up to 2ebc74c36a19a1700af394c16855ce144d9878e3 Closes #11570
show more ...
|
#
6d0d8b90 |
| 12-Apr-2023 |
Dan Fandrich |
CI: adjust labeler match patterns
|
#
fc2f1e54 |
| 14-Apr-2023 |
Stefan Eissing |
http2: support HTTP/2 to forward proxies, non-tunneling - with `--proxy-http2` allow h2 ALPN negotiation to forward proxies - applies to http: requests against a https: proxy only,
http2: support HTTP/2 to forward proxies, non-tunneling - with `--proxy-http2` allow h2 ALPN negotiation to forward proxies - applies to http: requests against a https: proxy only, as https: requests will auto-tunnel - adding a HTTP/1 request parser in http1.c - removed h2h3.c - using new request parser in nghttp2 and all h3 backends - adding test 2603 for request parser - adding h2 proxy test cases to test_10_* scorecard.py: request scoring accidentally always run curl with '-v'. Removed that, expect double numbers. labeller: added http1.* and h2-proxy sources to detection Closes #10967
show more ...
|
#
90f5250c |
| 13-Mar-2023 |
Dan Fandrich |
CI: add and adjust labeler match patterns Allow cmdline tool alongside other labels.
|
#
d194a19e |
| 09-Mar-2023 |
Dan Fandrich |
CI: Add more labeler match patterns Also, add the CI, tests or libcurl API tags in conjunction with any others that might also apply.
|
#
e497a96a |
| 01-Mar-2023 |
Stefan Eissing |
tests: rename tests/tests-httpd to tests/http - httpd is only one server we test with - the suite coveres the HTTP protocol in general where the default test cases need a more b
tests: rename tests/tests-httpd to tests/http - httpd is only one server we test with - the suite coveres the HTTP protocol in general where the default test cases need a more beefy environment Closes #10654
show more ...
|
#
c4095fae |
| 30-Jan-2023 |
Dan Fandrich |
CI: Add more labeler match patterns
|
#
be5f6c31 |
| 30-Jan-2023 |
Daniel Stenberg |
zuul: stop using this CI service The important jobs have already transitioned. The remaining ones we can skip for now. Closes #10368
|
#
7d01a449 |
| 26-Jan-2023 |
Dan Fandrich |
CI: Add even more paths to the labeler config (#10326)
|
#
54189d8b |
| 25-Jan-2023 |
Dan Fandrich |
CI: Add a few more paths to the labeler config (#10326)
|
#
3eabedc0 |
| 20-Jan-2023 |
Dan Fandrich |
CI: Add a workflow to automatically label pull requests The labeler language is quite restrictive right now so labels are added quite conservatively, meaning that many PRs won't get labe
CI: Add a workflow to automatically label pull requests The labeler language is quite restrictive right now so labels are added quite conservatively, meaning that many PRs won't get labels when it's "obvious" they should. It will still save some manual work on those that it can label.
show more ...
|