From 7864616c58f945b995833ec3292bda3bf93e678d Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Thu, 26 May 2022 19:20:48 -0400 Subject: [PATCH 01/13] try longer url check --- .github/workflows/url_checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index c4f0109f61..5a67a49589 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -22,10 +22,10 @@ jobs: print_all: false # Timeout in 10 seconds if url is not reached - timeout: 10 + timeout: 20 # How many times to retry a failed request (each is logged, defaults to 1) - retry_count: 5 + retry_count: 10 # A comma separated patterns to exclude during URL checks exclude_patterns: https://www.datacamp.com/community/tutorials/fuzzy-string-python,http://127.0.0.1,https://github.com/pybamm-team/PyBaMM/tree/v From 59d365e8608c7a0964e7006d5df7fc9aa5a4752a Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Fri, 27 May 2022 18:34:37 -0400 Subject: [PATCH 02/13] more retries, less time --- .github/workflows/url_checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 5a67a49589..dcc844ae2e 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -22,10 +22,10 @@ jobs: print_all: false # Timeout in 10 seconds if url is not reached - timeout: 20 + timeout: 10 # How many times to retry a failed request (each is logged, defaults to 1) - retry_count: 10 + retry_count: 20 # A comma separated patterns to exclude during URL checks exclude_patterns: https://www.datacamp.com/community/tutorials/fuzzy-string-python,http://127.0.0.1,https://github.com/pybamm-team/PyBaMM/tree/v From 3ba8c56e6bfa291448f9bef3b4a17963123b8633 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Fri, 24 Jun 2022 12:59:09 -0400 Subject: [PATCH 03/13] longer timeout --- .github/workflows/url_checker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index dcc844ae2e..f2117208fc 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -21,11 +21,11 @@ jobs: # Choose whether to include file with no URLs in the prints. print_all: false - # Timeout in 10 seconds if url is not reached - timeout: 10 + # Timeout in 20 seconds if url is not reached + timeout: 20 # How many times to retry a failed request (each is logged, defaults to 1) - retry_count: 20 + retry_count: 5 # A comma separated patterns to exclude during URL checks exclude_patterns: https://www.datacamp.com/community/tutorials/fuzzy-string-python,http://127.0.0.1,https://github.com/pybamm-team/PyBaMM/tree/v From 1bcc713b35025d5c2034eb50d3c8d7ddb39e5487 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Tue, 28 Jun 2022 17:22:44 -0400 Subject: [PATCH 04/13] longer timeout --- .github/workflows/url_checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index f2117208fc..a2ab21e689 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -21,8 +21,8 @@ jobs: # Choose whether to include file with no URLs in the prints. print_all: false - # Timeout in 20 seconds if url is not reached - timeout: 20 + # Timeout in 30 seconds if url is not reached + timeout: 30 # How many times to retry a failed request (each is logged, defaults to 1) retry_count: 5 From 12dc4975899fc1c598d9d03156a8b33d4d466eb5 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Tue, 28 Jun 2022 17:38:13 -0400 Subject: [PATCH 05/13] 60 seconds --- .github/workflows/url_checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index a2ab21e689..626c8dd5dd 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -21,8 +21,8 @@ jobs: # Choose whether to include file with no URLs in the prints. print_all: false - # Timeout in 30 seconds if url is not reached - timeout: 30 + # Timeout in 60 seconds if url is not reached + timeout: 60 # How many times to retry a failed request (each is logged, defaults to 1) retry_count: 5 From ebc86c29b38ff0e1258952a511dec40a184842e8 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Wed, 29 Jun 2022 15:51:57 -0400 Subject: [PATCH 06/13] use older version --- .github/workflows/url_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 626c8dd5dd..1996d1d142 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: URLs-checker - uses: urlstechie/urlchecker-action@master + uses: urlstechie/urlchecker-action@v0.0.25 with: # A comma-separated list of file types to cover in the URL checks file_types: .rst,.md,.py,.ipynb From f38dac4f5447574373a621223c2ad00e493bd4a3 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Wed, 29 Jun 2022 15:54:05 -0400 Subject: [PATCH 07/13] remove v --- .github/workflows/url_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 1996d1d142..9810687d32 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: URLs-checker - uses: urlstechie/urlchecker-action@v0.0.25 + uses: urlstechie/urlchecker-action@0.0.25 with: # A comma-separated list of file types to cover in the URL checks file_types: .rst,.md,.py,.ipynb From 23dde8cd4675b325f4d61ae8f9297b6080c11df3 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Wed, 29 Jun 2022 16:08:44 -0400 Subject: [PATCH 08/13] more retries, exclude doi and sciencedirect --- .github/workflows/url_checker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 9810687d32..14089989af 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -25,10 +25,10 @@ jobs: timeout: 60 # How many times to retry a failed request (each is logged, defaults to 1) - retry_count: 5 + retry_count: 10 # A comma separated patterns to exclude during URL checks - exclude_patterns: https://www.datacamp.com/community/tutorials/fuzzy-string-python,http://127.0.0.1,https://github.com/pybamm-team/PyBaMM/tree/v + exclude_patterns: https://www.datacamp.com/community/tutorials/fuzzy-string-python,http://127.0.0.1,https://github.com/pybamm-team/PyBaMM/tree/v,https::/doi.org,https::/www.sciencedirect.com # A comma separated list of file patterns (direct paths work as well) to exclude exclude_files: CHANGELOG.md From f26a9a6ecb2103eb8c6e03616eaf015b90500c89 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Sun, 24 Jul 2022 19:43:00 -0400 Subject: [PATCH 09/13] new version --- .github/workflows/url_checker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index d4c4f0201b..4fd8dce73b 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: URLs-checker - uses: urlstechie/urlchecker-action@0.0.25 + uses: urlstechie/urlchecker-python@a9bf156 with: # A comma-separated list of file types to cover in the URL checks file_types: .rst,.md,.py,.ipynb @@ -21,11 +21,11 @@ jobs: # Choose whether to include file with no URLs in the prints. print_all: false - # Timeout in 60 seconds if url is not reached - timeout: 60 + # Timeout in 10 seconds if url is not reached + timeout: 10 # How many times to retry a failed request (each is logged, defaults to 1) - retry_count: 10 + retry_count: 5 # A comma separated patterns to exclude during URL checks exclude_patterns: https://www.datacamp.com/community/tutorials/fuzzy-string-python,http://127.0.0.1,https://github.com/pybamm-team/PyBaMM/tree/v,https::/doi.org,https::/www.sciencedirect.com From b34b22ae6744b2ead587ea46dce05c77aff01264 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Sun, 24 Jul 2022 19:44:07 -0400 Subject: [PATCH 10/13] full commit SHA --- .github/workflows/url_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 4fd8dce73b..7804cec968 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: URLs-checker - uses: urlstechie/urlchecker-python@a9bf156 + uses: urlstechie/urlchecker-python@a9bf1564962176725805a024573c1377a3edf664 with: # A comma-separated list of file types to cover in the URL checks file_types: .rst,.md,.py,.ipynb From f92b11bdba304c9667902e654af1332b8edad934 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Sun, 24 Jul 2022 19:48:56 -0400 Subject: [PATCH 11/13] @test-release-31-drivers --- .github/workflows/url_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 7804cec968..44cba2177f 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: URLs-checker - uses: urlstechie/urlchecker-python@a9bf1564962176725805a024573c1377a3edf664 + uses: urlstechie/urlchecker-python@test-release-31-drivers with: # A comma-separated list of file types to cover in the URL checks file_types: .rst,.md,.py,.ipynb From f86bbf46a2c62abaf224ead7fd58c55a403ee073 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Sun, 24 Jul 2022 19:50:20 -0400 Subject: [PATCH 12/13] use action instead of python --- .github/workflows/url_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 44cba2177f..1fab18f567 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: URLs-checker - uses: urlstechie/urlchecker-python@test-release-31-drivers + uses: urlstechie/urlchecker-action@test-release-31-drivers with: # A comma-separated list of file types to cover in the URL checks file_types: .rst,.md,.py,.ipynb From 6f25e3bcc08fe2dd76dea0f3ce5851975830bd54 Mon Sep 17 00:00:00 2001 From: Valentin Sulzer Date: Sun, 24 Jul 2022 19:58:29 -0400 Subject: [PATCH 13/13] use 0.0.31 --- .github/workflows/url_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/url_checker.yml b/.github/workflows/url_checker.yml index 1fab18f567..f10ecd64fd 100644 --- a/.github/workflows/url_checker.yml +++ b/.github/workflows/url_checker.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: URLs-checker - uses: urlstechie/urlchecker-action@test-release-31-drivers + uses: urlstechie/urlchecker-action@0.0.31 with: # A comma-separated list of file types to cover in the URL checks file_types: .rst,.md,.py,.ipynb