Skip to content
GitLab
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
3df5c147
Commit
3df5c147
authored
Feb 16, 2018
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release genesys-catalog-1.7
parent
9f5998cf
Changes
5
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3df5c147
# Changelog
## 1.7 Release
-
Enhanced Excel metadata
-
Excel metadata controller
-
More effective loading of Vocabulary terms
-
Added
`Dataset#crop`
filter
-
Added
`Dataset#crops`
as set of Strings
-
Filters updated to use JPA paths
-
Descriptor API: Provide extra Descriptor data
-
file-repository:1.0 uses new JPA names
-
Repository controller accepts metadata as string
-
Added
`AccessionIdentifier#species`
field
-
Import requires a sleep(100ms) to be friendly to the server
-
Handle AccessDenied exceptions
-
Added
`DescriptorList#extra`
map of Strings
-
Descriptor list import updated
-
Remove dataset API
-
FIX: Keyword filter on more fields
-
Enhanced keyword filters for descriptor, descriptor lists, datasets
-
Added
`_text`
string filter to dataset, descriptor list and descriptor
-
FIX: Deleting DescriptorLists and Vocabularies
## 1.6 Release
-
25be8ec
`ControlledVocabulary`
terms pagination,
`get()`
returns only first 50 terms
...
...
genesys-catalog-core/pom.xml
View file @
3df5c147
...
...
@@ -20,7 +20,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</version>
</parent>
<artifactId>
genesys-catalog-core
</artifactId>
<packaging>
jar
</packaging>
...
...
genesys-catalog-parent/pom.xml
View file @
3df5c147
...
...
@@ -19,7 +19,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</version>
</parent>
<artifactId>
genesys-catalog-parent
</artifactId>
<packaging>
pom
</packaging>
...
...
genesys-catalog-server/pom.xml
View file @
3df5c147
...
...
@@ -4,7 +4,7 @@
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog-parent
</artifactId>
<relativePath>
../genesys-catalog-parent/pom.xml
</relativePath>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</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.7
-SNAPSHOT
</version>
<version>
1.7
</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.7
-SNAPSHOT
</version>
<version>
1.7
</version>
<exclusions>
<exclusion>
<artifactId>
commons-lang3
</artifactId>
...
...
pom.xml
View file @
3df5c147
...
...
@@ -18,7 +18,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-catalog
</artifactId>
<version>
1.7
-SNAPSHOT
</version>
<version>
1.7
</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.7
</tag>
</scm>
<issueManagement>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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