From 96bdce21c0c5ce19e6c704f2c98a6fc424e9a2cf Mon Sep 17 00:00:00 2001 From: EEA Jenkins <2368628+eea-jenkins@users.noreply.github.com> Date: Thu, 13 Jul 2023 16:12:44 +0300 Subject: [PATCH 1/5] Back to devel --- docs/HISTORY.txt | 3 +++ eea/ldapadmin/version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 82bb3f24..8e2f0f2b 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,6 +1,9 @@ Changelog ========= +4.1-dev0 - (unreleased) +--------------------------- + 4.0 - (2023-07-13) --------------------------- * Change: Update sonarqube tags diff --git a/eea/ldapadmin/version.txt b/eea/ldapadmin/version.txt index 5186d070..2995c174 100644 --- a/eea/ldapadmin/version.txt +++ b/eea/ldapadmin/version.txt @@ -1 +1 @@ -4.0 +4.1-dev0 From dfe68c4cb7ec3c77d6b7fc85fde1e7d86ab698cf Mon Sep 17 00:00:00 2001 From: Claudia Ifrim Date: Wed, 16 Aug 2023 13:08:16 +0300 Subject: [PATCH 2/5] fix: error urllib.error.HTTPError: HTTP Error 308: Permanent Redirect on init countries --- eea/ldapadmin/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eea/ldapadmin/constants.py b/eea/ldapadmin/constants.py index 17b606c2..343966ba 100644 --- a/eea/ldapadmin/constants.py +++ b/eea/ldapadmin/constants.py @@ -32,7 +32,7 @@ OPTIONAL { skos:member ?ucountry, ?eionetmember } }""" # noqa: E501 -SPARQL_ENDPOINT = 'http://semantic.eea.europa.eu/sparql' +SPARQL_ENDPOINT = 'https://semantic.eea.europa.eu/sparql' USER_INFO_KEYS = [ 'status', 'last_name', 'uid', 'reasonToCreate', 'full_name', 'id', From 6f900cb40c1452823105fb2d41f4b787f4264300 Mon Sep 17 00:00:00 2001 From: EEA Jenkins Date: Wed, 16 Aug 2023 13:25:56 +0300 Subject: [PATCH 3/5] Updated version to 4.1 --- eea/ldapadmin/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eea/ldapadmin/version.txt b/eea/ldapadmin/version.txt index 2995c174..7d5c902e 100644 --- a/eea/ldapadmin/version.txt +++ b/eea/ldapadmin/version.txt @@ -1 +1 @@ -4.1-dev0 +4.1 From e1ee26cdbc9148f4bddb048c9f8cc00c1ec3846e Mon Sep 17 00:00:00 2001 From: EEA Jenkins Date: Wed, 16 Aug 2023 13:25:59 +0300 Subject: [PATCH 4/5] Updated changelog - removed develop information --- docs/HISTORY.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 8e2f0f2b..fb93f468 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -1,8 +1,10 @@ Changelog ========= -4.1-dev0 - (unreleased) +4.1 - (2023-08-16) --------------------------- +* Change: fix: error urllib.error.HTTPError: HTTP Error 308: Permanent Redirect + [claudiaifrim] 4.0 - (2023-07-13) --------------------------- From 8a8bdd6ac8174c33c65e419cfa2f80bf065fd8d8 Mon Sep 17 00:00:00 2001 From: EEA Jenkins Date: Wed, 16 Aug 2023 13:26:01 +0300 Subject: [PATCH 5/5] Updated changelog - removed develop information