Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Catalog
Genesys Catalog Server
Commits
a0585f28
Commit
a0585f28
authored
Jan 18, 2018
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release genesys-catalog-1.4
parent
ba0ee855
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
a0585f28
# Changelog
## 1.4 Release
-
440630f Service and API endpoint to update dataset file metadata
-
2d72206 Fixed: Delete vocabulary requires
`@Transactional`
-
3423d9e Dataset files are stored in repository under
**/dataset/{dataset.uuid}**
folder
-
42c9a0b Don't automatically create the ISO639-3 vocabulary
-
f47fb68 Application configuration updated with FileRepositoryConfig
-
15cd05f Fixed faulty
`key_descriptor`
column
-
92c9dc1 Key descriptors
-
86155f7 Create system admin account (app-blocks:1.4)
-
6142542 Ensure one primary Partner record
-
a84ee81 Store ISO639 vocabulary
-
1c2cdf1 Languages API endpoint
-
d184833 Controlled Vocabulary - Languages
-
8b4afc5 Lazy load dataset on loadDataset
-
458028e Merge first and last name in Dataset Creator
## 1.3 Release
-
24be818 Using
`BasicUserService`
from app-blocks
...
...
genesys-catalog-core/pom.xml
View file @
a0585f28
...
...
@@ -20,7 +20,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</parent>
<artifactId>
genesys-catalog-core
</artifactId>
<packaging>
jar
</packaging>
...
...
genesys-catalog-core/src/main/java/org/genesys/catalog/service/DatasetService.java
View file @
a0585f28
...
...
@@ -157,7 +157,7 @@ public interface DatasetService {
/**
* Adds the file to dataset.
*
* @param dataset
Uuid UUID of
dataset
* @param dataset
the
dataset
* @param file file that be added to Db and dataset
* @return updated dataset
* @throws NotFoundElement NotFoundElement
...
...
@@ -171,7 +171,7 @@ public interface DatasetService {
/**
* Removes the file of dataset.
*
* @param dataset
Uuid UUID of
dataset
* @param dataset
the
dataset
* @param fileUuid UUID of repositoryFile
* @return updated dataset
* @throws NotFoundElement NotFoundElement
...
...
@@ -184,7 +184,7 @@ public interface DatasetService {
/**
* Load list of RepositoryFile by uuid of dataset.
*
* @param dataset
Uuid
dataset
UUID
* @param dataset
the
dataset
* @return loaded list of RepositoryFile
* @throws NotFoundElement the not found element
*/
...
...
@@ -229,12 +229,12 @@ public interface DatasetService {
Dataset
unpublishDataset
(
Dataset
dataset
);
/**
* Update dataset file information
*
* Update dataset file information
.
*
* @param dataset the dataset
* @param metadata the updated file metadata
* @return updated dataset
* @throws NoSuchRepositoryFileException
* @throws NoSuchRepositoryFileException
the no such repository file exception
*/
@PreAuthorize
(
"hasRole('ADMINISTRATOR') or hasPermission(#dataset, 'write')"
)
Dataset
updateDatasetFile
(
Dataset
dataset
,
RepositoryFile
metadata
)
throws
NoSuchRepositoryFileException
;
...
...
genesys-catalog-parent/pom.xml
View file @
a0585f28
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</parent>
<artifactId>
genesys-catalog-parent
</artifactId>
<packaging>
pom
</packaging>
...
...
genesys-catalog-server/pom.xml
View file @
a0585f28
...
...
@@ -4,7 +4,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</parent>
<artifactId>
genesys-catalog-server
</artifactId>
<packaging>
war
</packaging>
...
...
@@ -93,7 +93,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-core
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</dependency>
<dependency>
<groupId>
org.springframework.security.oauth
</groupId>
...
...
@@ -166,7 +166,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-core
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
<exclusions>
<exclusion>
<artifactId>
commons-lang3
</artifactId>
...
...
pom.xml
View file @
a0585f28
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
<packaging>
pom
</packaging>
<name>
The Genesys Catalog
</name>
<description>
This is the shared project pom.
</description>
...
...
@@ -39,7 +39,7 @@
<connection>
scm:https://gitlab.croptrust.org/genesys-pgr/genesys-catalog
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/genesys-catalog.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/genesys-catalog.git
</url>
<tag>
HEAD
</tag>
<tag>
genesys-catalog-1.4
</tag>
</scm>
<issueManagement>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment