Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
File Repository
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Genesys PGR
File Repository
Commits
53f6e24d
Commit
53f6e24d
authored
Apr 02, 2020
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[maven-release-plugin] prepare release file-repository-1.1
parent
ec01a931
Pipeline
#13538
passed with stage
in 1 minute and 47 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
15 deletions
+46
-15
CHANGELOG.md
CHANGELOG.md
+37
-0
file-repository-core/pom.xml
file-repository-core/pom.xml
+2
-2
file-repository-ftpserver/pom.xml
file-repository-ftpserver/pom.xml
+4
-4
pom.xml
pom.xml
+3
-9
No files found.
CHANGELOG.md
View file @
53f6e24d
# Changelog
## 1.1 Release
April 2, 2020
-
d3a2a78 Metadata for .json files is stored in .json.json
-
07ffb83 New method to load galleries list
-
0506bd2 Fix: FolderNotEmptyException is thrown for no good reason
-
577005e Revert "Fix: FolderNotEmptyException is thrown for no good reason"
-
53c8489 Fix: FolderNotEmptyException is thrown for no good reason
-
f85c65e Blacklist originalFilenames in Repository
-
e25f6d2 Thumbs: bugfixes
-
71ae1fa Thumbnails as JPEGs
-
7adf7dd Updated CI for artifact deployment
-
1337c5c maven-gpg-plugin version update
-
7620183 Improved generating of thumbnails
-
c9d5e0c FTP: CWD only to existing folders
-
887342e Introducing AbstractRepositoryFolderAspects
-
b55f11c Mapped 1-to-1 RepositoryFolder to ImageGallery
-
822f08c Added listFolders, listFiles with pagination
-
b567e8d Fix: Respect metadata information over incoming file information
-
0fa2de9 mvn surefire plugin problem
-
7857634 Repository services with
`sort`
parameter
-
e2b2fa9 RepositoryFolder: inherit permissions from alternative ACL OID
-
d514b73 Fix: Thumbnail generation
-
eeb3df1 Create thumbnails of pre-determined sizes when images added to Gallery
-
3b2ad71 FIX: ensureThumbnails with read-only transaction
-
cf98e1f Added JSON views
-
3ded77e Additional service methods to manage Folder data
-
b3bd164 RepositoryService#getFileBytes by path removed
-
7a09043 Repository path must be absolute (starting with /)
-
a6317a0 Updated FTP server tests for ACL support in repository
-
1b55451 Image gallery ACL update respects folder permissions
-
5c9f96c Ensure user has write permission on parent folder
-
a627ed9 FIX: ignore null paths during migration
-
9bb00fd Cleanup and tests after upgrade to using Path
-
7a2277d RepositoryFile with ACL
## 1.0 Release
September 19, 2018.
...
...
file-repository-core/pom.xml
View file @
53f6e24d
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
</parent>
<artifactId>
file-repository-core
</artifactId>
<name>
Genesys File Repository
</name>
...
...
@@ -204,7 +204,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-security
</artifactId>
<version>
1.
5-SNAPSHOT
</version>
<version>
1.
6
</version>
</dependency>
<dependency>
<groupId>
org.apache.tika
</groupId>
...
...
file-repository-ftpserver/pom.xml
View file @
53f6e24d
...
...
@@ -20,7 +20,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
</parent>
<artifactId>
file-repository-ftpserver
</artifactId>
<name>
FTP/S for Genesys File Repository
</name>
...
...
@@ -83,20 +83,20 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
application-blocks-security
</artifactId>
<version>
1.
5-SNAPSHOT
</version>
<version>
1.
6
</version>
</dependency>
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository-core
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
</dependency>
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository-core
</artifactId>
<type>
test-jar
</type>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
<scope>
test
</scope>
</dependency>
...
...
pom.xml
View file @
53f6e24d
...
...
@@ -7,13 +7,11 @@
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License. -->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
file-repository
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
</version>
<name>
Genesys File Repository
</name>
<description>
Parent project for the File Repository projects
</description>
<url>
https://gitlab.croptrust.org/genesys-pgr/file-repository
</url>
...
...
@@ -35,7 +33,7 @@
<connection>
https://gitlab.croptrust.org/genesys-pgr/file-repository.git
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/file-repository.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/file-repository.git
</url>
<tag>
HEAD
</tag>
<tag>
file-repository-1.1
</tag>
</scm>
<developers>
...
...
@@ -62,10 +60,6 @@
<url>
https://gitlab.croptrust.org/genesys-pgr/file-repository/issues
</url>
</issueManagement>
<prerequisites>
<maven>
3.0
</maven>
</prerequisites>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<jdk.target>
1.8
</jdk.target>
...
...
Write
Preview
Markdown
is supported
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