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
Uploader
Commits
95812911
Commit
95812911
authored
Apr 08, 2019
by
Matija Obreza
Browse files
[maven-release-plugin] prepare release anno-1.4
parent
7e249f14
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
95812911
# Changelog
## Anno 1.4
-
7e249f1 Code cleanup for 1.4 release
-
a4720d3 Properly terminate monitoring thread when done
-
08967a9 Fixed skiprows for Excel sheets
-
bdfa81d Display pending buckets, push buckets older than 30s
-
0dc669d Use cursor on INSTCODE for MS Access files
-
95c9893 Improved log display & log scrolling
-
98ddec7 Added icons for Pause/Resume
-
8834532 Added "Skip rows" and read progress indicator
-
dfe849e Added Pause/Resume button
-
85ab4a9 Fix: Settings fail to load when refreshToken missing
-
729f50e No INSTCODE filters
-
5cd6c41 OAuth Client Credentials
-
56b9c2c Update default settings
## Anno 1.3
-
09ac358 genesys-client:1.3
-
c75fe5b Removed Eclipse project files
-
81de175 Driver updates
-
e4b2161 Need at least 2 threads (for single institute upload)
-
0704a8f Snapshots
-
38eabe6 Milko build
-
64076cb Improved uploader
-
24c7b8c BREDCODE allows multiple values
-
96684b2 Increase batch size and worker count
-
6cbf248 Embed OAuth client id
-
db7edf6 Set "Include null" to true by default
-
9f7eb59 Open Ms Access as a file source
-
f87b137 Updates for current appbundle-maven-plugin:1.2.1-SNAPSHOT
-
a7e3769 macos: Set jvm to 1.8
-
3b68037 Updated ucanaccess driver URL
-
1b83fe9 Improved checking of existing columns
-
045f5cc Log error to console when API client cannot be instantiated
-
b49bc9a Documentation updated
## Anno 1.2
-
fdab4f0 Column background colors updated
...
...
anno-docs/pom.xml
View file @
95812911
...
...
@@ -4,7 +4,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</parent>
<artifactId>
anno-docs
</artifactId>
<name>
Genesys Uploader documentation
</name>
...
...
anno-gui-macosx/pom.xml
View file @
95812911
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</parent>
<artifactId>
anno-gui-macosx
</artifactId>
<name>
Anno for MacOSX
</name>
...
...
@@ -12,7 +12,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno-gui
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.swt
</groupId>
...
...
anno-gui-package/pom.xml
View file @
95812911
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</parent>
<artifactId>
anno-gui-package
</artifactId>
<build>
...
...
@@ -49,7 +49,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno-gui
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</dependency>
<dependency>
<groupId>
org.eclipse.swt
</groupId>
...
...
anno-gui/pom.xml
View file @
95812911
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</parent>
<artifactId>
anno-gui
</artifactId>
<name>
Data annotator GUI
</name>
...
...
@@ -145,7 +145,7 @@
<dependency>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
genesys-client-api
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
</dependency>
<dependency>
<groupId>
commons-collections
</groupId>
...
...
pom.xml
View file @
95812911
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.genesys-pgr
</groupId>
<artifactId>
anno
</artifactId>
<version>
1.4
-SNAPSHOT
</version>
<version>
1.4
</version>
<packaging>
pom
</packaging>
<name>
Data annotator
</name>
...
...
@@ -17,7 +17,7 @@
<connection>
https://gitlab.croptrust.org/genesys-pgr/anno.git
</connection>
<developerConnection>
scm:git:git@gitlab.croptrust.org:genesys-pgr/anno.git
</developerConnection>
<url>
git@gitlab.croptrust.org:genesys-pgr/anno.git
</url>
<tag>
HEAD
</tag>
<tag>
anno-1.4
</tag>
</scm>
<developers>
...
...
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