Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

4.1 - (2023-08-16)
---------------------------
* Change: fix: error urllib.error.HTTPError: HTTP Error 308: Permanent Redirect
[claudiaifrim]

4.0 - (2023-07-13)
---------------------------
* Change: Update sonarqube tags
Expand Down
2 changes: 1 addition & 1 deletion eea/ldapadmin/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
OPTIONAL { <http://rdfdata.eionet.europa.eu/eea/countries/EIONET> 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',
Expand Down
2 changes: 1 addition & 1 deletion eea/ldapadmin/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.1