Hi Emmanuel,

just a nit: every commit triggers our CI (see [1]). This helps to spot new build issues and regression.

When a commit does not change the code itself, triggering the CI is not really useful and will likely only waste some CPU and bandwidth. So when only STATUS, CHANGES or documentation are changed, you can add in the commit text the string "[skip ci]".

On the contrary, if for some reason a regression or build issue has been introduced, you can also touch these files (removing a trailing space, fixing a typo, ...) to force the CI to run.

If of interest to you, where to find CI reports is also explained in [1].


Happy hacking :)

CJ

[1]: https://httpd.apache.org/dev/devnotes.html#continuous-integration-ci



Le 19/11/2022 à 02:45, m...@apache.org a écrit :
Author: manu
Date: Sat Nov 19 01:45:24 2022
New Revision: 1905387

URL: http://svn.apache.org/viewvc?rev=1905387&view=rev
Log:
Backport ptoposal for DAVlockDiscovery option, and attempt to open DAVLockDB
read-only when possible.

Modified:
     httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1905387&r1=1905386&r2=1905387&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Nov 19 01:45:24 2022
@@ -282,6 +282,20 @@ PATCHES/ISSUES THAT ARE BEING WORKED
               make it nonblocking (by default)?
          jim: Non-blocking seems the best way to handle...
+ *) mod_dav: Open the lock database read-only when possible
+     trunk patch: http://svn.apache.org/r1905229
+     2.4.x patch: trunk works
+     +1: manu
+
+  *) mod_dav: DAVlockDiscovery option to disable WebDAV lock discovery
+     This is a game changer for performances if client use PROPFIND a lot,
+     trunk patch: http://svn.apache.org/r1904638
+                  http://svn.apache.org/r1904662
+                  http://svn.apache.org/r1905170
+                  http://svn.apache.org/r1905206
+                  http://svn.apache.org/r1905230
+     2.4.x patch: trunk works
+     +1: manu
PATCHES/ISSUES THAT ARE STALLED

Reply via email to