From d3b31eff814e67c562dcd0f2f8ea99d47ededadc Mon Sep 17 00:00:00 2001 From: Adina Wagner Date: Thu, 2 Nov 2023 09:41:10 +0100 Subject: [PATCH] Add more log filters --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f4f9698ae..48c991d1c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -75,6 +75,11 @@ (r'\n\[INFO\] Downloading \S+ into .*', ''), (r'\n\[INFO\] Completed clone attempts for Dataset.*', ''), (r'\n\[INFO\] Fetching updates for Dataset.*', ''), + (r'\n\[INFO\] Unlocking files', ''), + (r'\n\[INFO\] Recording unlocked state in git', ''), + (r'\n\[INFO\] Completed unlocking files', ''), + (r'\n\[INFO\] Making sure inputs are available (this may take some time)', ''), + (r'\n\[INFO\] Creating a new annex repo at .*', ''), # annoying always-true test for a non-annex git remote (r'\n\[INFO\] \S+/config download failed: Not Found', ''), # datalad push step-progress @@ -82,6 +87,7 @@ (r'\n\[INFO\] Push refspecs', ''), (r'\n\[INFO\] Transfer data', ''), (r'\n\[INFO\] Update availability information', ''), + (r'\n\[INFO\] Finished push of Dataset.*', ''), ] # pre-crafted artificial environment to run the code examples in # start with all datalad settings