Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/OPSILab/Idra.git
Browse files Browse the repository at this point in the history
  • Loading branch information
emastrosimone committed Jun 4, 2019
2 parents 198ef5c + 85d8b2c commit 9bf050c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2.0.1
- New feature: Implemented explicit Sitemap validation in the WebScraper.
- Fix: Refactored and cleaned DCAT-AP Dump se/deserialization in general according to the EU DCAT-AP validator (http://dcat-ap.semic.eu/dcat-ap_validator.html)
- Fix: Fixed DCAT Catalogue publisher serialization
- Fix: Now DCAT Serializator uses Range to create typed Resources where needed from the single DCATProperty
- Fix: Fixed documentation and landingPage fetching in the WebConnector
- Fix: Fixed bug when federating via API a Catalogue with no image.
- Fix: Idra portal - accessUrl/downloadUrl visualization
- Fix: Idra portal - License Uri visualization
- Idra Sitemap Creator: Plugin Release 2.0.1 available here: https://github.com/OPSILab/web-scraper-chrome-extension/releases/tag/v2.0.1

v2.0.0
- New Feature: Implementation of CKAN API
- New Feature: Provisioning of RESTful version of Idra API
Expand Down
4 changes: 2 additions & 2 deletions Idra/src/main/resources/configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#-------------------------------------------------------------------------------
################# PLATFORM API ###################################
idra.version=2.0.0
idra.release.timestamp=2019-05-20T19:30:00Z
idra.version=2.0.1
idra.release.timestamp=2019-05-29T19:30:00Z

################# PERSISTENCE MANAGER CONFIGURATION ##############
#&rewriteBatchedStatements\=true
Expand Down
2 changes: 1 addition & 1 deletion IdraPortal/src/main/resources/configuration.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ NODE_MESSAGES_SERVICE = /messages
NODES_ACTIVATE = /activate
NODES_DEACTIVATE = /deactivate

REMOTE_NODES_SERVICE= https://odf-repomanager.opsilab.it/api/v1/administration/nodes?withImage=true
REMOTE_NODES_SERVICE= https://odf-repomanager.opsi-lab.it/api/v1/administration/nodes?withImage=true

## GENERIC ADMIN SERVICES ####
VERSION=/version
Expand Down

0 comments on commit 9bf050c

Please sign in to comment.