[Git][java-team/openrefine][upstream] 3 commits: New upstream version 3.5.2
Markus Koschany (@apo)
gitlab at salsa.debian.org
Sun Feb 20 16:33:35 GMT 2022
Markus Koschany pushed to branch upstream at Debian Java Maintainers / openrefine
Commits:
85ba3a73 by Markus Koschany at 2022-02-20T16:51:24+01:00
New upstream version 3.5.2
- - - - -
26a5ba0f by Markus Koschany at 2022-02-20T16:55:10+01:00
New upstream version 3.5.2
- - - - -
d5e4b444 by Markus Koschany at 2022-02-20T17:13:34+01:00
New upstream version 3.5.2
- - - - -
30 changed files:
- − .gitignore
- benchmark/pom.xml
- − docs/.gitignore
- − extensions/database/.eslintrc.json
- − extensions/database/module/MOD-INF/.gitignore
- extensions/database/pom.xml
- extensions/gdata/pom.xml
- − extensions/jython/.gitignore
- extensions/jython/pom.xml
- extensions/pc-axis/pom.xml
- − extensions/phonetic/.gitignore
- extensions/phonetic/pom.xml
- extensions/pom.xml
- − extensions/sample/.gitignore
- − extensions/wikidata/.gitignore
- extensions/wikidata/pom.xml
- main/pom.xml
- main/src/com/google/refine/RefineServlet.java
- − main/tests/cypress/.gitignore
- − main/webapp/modules/core/externals/jquery.lavalamp.min.js
- main/webapp/modules/core/scripts/views/data-table/data-table-view.js
- main/webapp/modules/core/styles/project.less
- − packaging/lib-local/launch4j-3.13-SNAPSHOT-core.jar
- − packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-linux.jar
- − packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-linux64.jar
- − packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-mac.jar
- − packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-win32.jar
- packaging/pom.xml
- pom.xml
- server/pom.xml
Changes:
=====================================
.gitignore deleted
=====================================
@@ -1,69 +0,0 @@
-.idea/
-*.log
-logs
-*~
-\#*#
-.*.swp
-*.DS_Store
-*.class
-*.patch
-.com.apple.timemachine.supported
-.import-temp/
-build/
-dist/
-server/classes/
-main/webapp/WEB-INF/classes/
-main/tests/server/classes/
-main/test-output/
-appengine/classes/
-tools/
-broker/appengine/module/MOD-INF/classes/
-broker/core/module/MOD-INF/classes/
-broker/core/WEB-INF/lib/
-broker/core/data/
-broker/core/test-output/
-tmp/
-/test-output
-test-out/
-/bin
-open-refine.log
-.vscode
-.metadata # Eclipse plugins specific
-
-# Locally stored "Eclipse launch configurations"
-*.launch
-
-.idea
-*.iml
-
-main/target/
-main/webapp/WEB-INF/lib/
-server/target/
-extensions/*/target/
-extensions/*/module/MOD-INF/classes/
-extensions/*/module/MOD-INF/lib/
-extensions/target
-target/
-**/test-output/*
-*.versionsBackup
-
-# Ignore classpath as it is automatically generated by Maven integrations in IDEs
-*.classpath
-*.project
-*.settings
-
-# Ignore Apache Maven default download path
-apache-maven-*/
-apache-maven-*-bin.tar.gz
-
-# Ignore refine-dev.ini
-refine-dev.ini
-
-# Java annotation processor (APT)
-.factorypath
-
-# Code Recommenders
-.recommenders/
-
-# STS (Spring Tool Suite)
-.springBeans
=====================================
benchmark/pom.xml
=====================================
@@ -6,7 +6,7 @@
<parent>
<artifactId>openrefine</artifactId>
<groupId>org.openrefine</groupId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<artifactId>benchmark</artifactId>
=====================================
docs/.gitignore deleted
=====================================
@@ -1,24 +0,0 @@
-node_modules
-
-lib/core/metadata.js
-lib/core/MetadataBlog.js
-
-translated_docs
-build/
-package-lock.json
-i18n/*
-
-# generated files
-.docusaurus
-.cache-loader
-
-# misc
-.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
=====================================
extensions/database/.eslintrc.json deleted
=====================================
@@ -1,28 +0,0 @@
-{
- "env": {
- "browser": true,
- "es6": true
- },
- "extends": "eslint:recommended",
- "parserOptions": {
- "sourceType": "module"
- },
- "rules": {
- "indent": [
- "error",
- 4
- ],
- "linebreak-style": [
- "error",
- "unix"
- ],
- "quotes": [
- "error",
- "double"
- ],
- "semi": [
- "error",
- "always"
- ]
- }
-}
\ No newline at end of file
=====================================
extensions/database/module/MOD-INF/.gitignore deleted
=====================================
@@ -1 +0,0 @@
-/classes/
=====================================
extensions/database/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<build>
=====================================
extensions/gdata/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<build>
=====================================
extensions/jython/.gitignore deleted
=====================================
@@ -1,4 +0,0 @@
-tests/classes/
-tests/report/
-module/MOD-INF/classes/
-module/MOD-INF/lib/cachedir/
=====================================
extensions/jython/pom.xml
=====================================
@@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>jython</artifactId>
<packaging>jar</packaging>
- <version>3.5.1</version>
+ <version>3.5.2</version>
<name>OpenRefine - Jython extension</name>
<description>OpenRefine integration of Python as an expression language</description>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<build>
=====================================
extensions/pc-axis/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<build>
=====================================
extensions/phonetic/.gitignore deleted
=====================================
@@ -1 +0,0 @@
-module/MOD-INF/classes/
=====================================
extensions/phonetic/pom.xml
=====================================
@@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>phonetic</artifactId>
<packaging>jar</packaging>
- <version>3.5.1</version>
+ <version>3.5.2</version>
<name>OpenRefine - Phonetic clustering extension</name>
<description>Adds a few advanced phonetic clustering methods</description>
@@ -13,7 +13,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<build>
=====================================
extensions/pom.xml
=====================================
@@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
<packaging>pom</packaging>
- <version>3.5.1</version>
+ <version>3.5.2</version>
<name>OpenRefine - extensions</name>
<description>Extensions add importers, exporters and other sorts of features to OpenRefine</description>
@@ -14,7 +14,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<modules>
=====================================
extensions/sample/.gitignore deleted
=====================================
@@ -1 +0,0 @@
-module/MOD-INF/classes/
=====================================
extensions/wikidata/.gitignore deleted
=====================================
@@ -1,3 +0,0 @@
-tests/classes/
-tests/report/
-tests/test-output/
=====================================
extensions/wikidata/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>extensions</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<properties>
=====================================
main/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<properties>
=====================================
main/src/com/google/refine/RefineServlet.java
=====================================
@@ -64,7 +64,7 @@ import edu.mit.simile.butterfly.Butterfly;
import edu.mit.simile.butterfly.ButterflyModule;
public class RefineServlet extends Butterfly {
- static private String ASSIGNED_VERSION = "3.5.1";
+ static private String ASSIGNED_VERSION = "3.5.2";
static public String VERSION = "";
static public String REVISION = "";
=====================================
main/tests/cypress/.gitignore deleted
=====================================
@@ -1,10 +0,0 @@
-node_modules
-.env
-.env.local
-cypress/videos
-cypress/screenshots
-cypress/downloads
-cypress/snapshots_diffs
-npm-debug.log
-cypress.env.json
-out
\ No newline at end of file
=====================================
main/webapp/modules/core/externals/jquery.lavalamp.min.js deleted
=====================================
@@ -1,20 +0,0 @@
-/**
- * Lava Lamp
- * http://lavalamp.magicmediamuse.com/
- *
- * Author
- * Richard Hung
- * http://www.magicmediamuse.com/
- *
- * Version
- * 1.0.6
- *
- * Copyright (c) 2014 Richard Hung.
- *
- * License
- * Lava Lamp by Richard Hung is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
- * http://creativecommons.org/licenses/by-nc/3.0/deed.en_US
- */
-
-
-(function(e){var t={init:function(t){var i={easing:"swing",duration:700,margins:false,setOnClick:false,activeObj:".active",autoUpdate:false,updateTime:100,enableHover:true};var t=e.extend({},i,t);return this.each(function(){var i=t.easing;var s=t.duration;var o=t.margins;var u=t.setOnClick;var a=t.activeObj;var f=t.autoUpdate;var l=t.updateTime;var c=t.enableHover;var h=e(this);var p=h.children();var d=h.children(a);if(d.length==0){d=p.eq(0)}h.data({easing:i,duration:s,margins:o,setOnClick:u,active:d,enableHover:c,isAnim:false});h.addClass("lavalamp").css({position:"relative"});var v=e('<div class="lavalamp-object" />').prependTo(h).css({position:"absolute"});p.addClass("lavalamp-item").css({zIndex:5,position:"relative"});var m=d.outerWidth(o);var g=d.outerHeight(o);var y=d.position().top;var b=d.position().left;var w=d.css("marginTop");var E=d.css("marginLeft");if(!o){E=parseInt(E);w=parseInt(w);b=b+E;y=y+w}v.css({width:m,height:g,top:y,left:b});var S=false;n=function(){var t=e(this);S=true;h.lavalamp("anim",t)};r=function(){var e=h.data("active");S=false;h.lavalamp("anim",e)};if(c){h.on("mouseenter",".lavalamp-item",n);h.on("mouseleave",".lavalamp-item",r)}if(u){p.click(function(){d=e(this);h.data("active",d).lavalamp("update")})}if(f){setInterval(function(){var e=h.data("isAnim");if(S==false&&e==false){h.lavalamp("update")}},l)}})},destroy:function(){return this.each(function(){var t=e(this);var i=t.children(".lavalamp-item");var s=t.data("enableHover");if(s){t.off("mouseenter",".lavalamp-item",n);t.off("mouseleave",".lavalamp-item",r)}t.removeClass("lavalamp");i.removeClass("lavalamp-item");t.children(".lavalamp-object").remove();t.removeData()})},update:function(){return this.each(function(){var t=e(this);var n=t.children(":not(.lavalamp-object)");var r=t.data("active");var i=t.children(".lavalamp-object");n.addClass("lavalamp-item").css({zIndex:5,position:"relative"});t.lavalamp("anim",r)})},anim:function(e){var t=this;var n=t.data("duration");var r=t.data("easing");var i=t.data("margins");var s=t.children(".lavalamp-object");var o=e.outerWidth(i);var u=e.outerHeight(i);var a=e.position().top;var f=e.position().left;var l=e.css("marginTop");var c=e.css("marginLeft");if(!i){c=parseInt(c);l=parseInt(l);f=f+c;a=a+l}t.data("isAnim",true);s.stop(true,false).animate({width:o,height:u,top:a,left:f},n,r,function(){t.data("isAnim",false)})}};e.fn.lavalamp=function(n){if(t[n]){return t[n].apply(this,Array.prototype.slice.call(arguments,1))}else if(typeof n==="object"||!n){return t.init.apply(this,arguments)}else{e.error("Method "+n+" does not exist on jQuery.lavalamp")}};var n,r})(jQuery)
\ No newline at end of file
=====================================
main/webapp/modules/core/scripts/views/data-table/data-table-view.js
=====================================
@@ -157,7 +157,7 @@ DataTableView.prototype._renderSortingControls = function(sortingControls) {
$('<a href="javascript:{}"></a>')
.addClass("action")
.text($.i18n('core-views/sort') + " ")
- .append($('<img>').attr("src", "../images/down-arrow.png"))
+ .append($('<img>').attr("src", "images/down-arrow.png"))
.appendTo(sortingControls)
.click(function() {
self._createSortingMenu(this);
@@ -290,7 +290,7 @@ DataTableView.prototype._renderDataTables = function(table, tableHeader) {
// See https://github.com/OpenRefine/OpenRefine/blob/master/main/src/com/google/refine/model/ColumnGroup.java
// and https://github.com/OpenRefine/OpenRefine/tree/master/main/src/com/google/refine/importers/tree
if (c == keys[k]) {
- $('<img />').attr("src", "../images/down-arrow.png").appendTo(th);
+ $('<img />').attr("src", "images/down-arrow.png").appendTo(th);
break;
}
}
=====================================
main/webapp/modules/core/styles/project.less
=====================================
@@ -76,9 +76,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
position: fixed;
overflow: hidden;
padding: 0px;
- padding-top: @padding_tight;
+ padding-top: 0px;
font-size: 1.3em;
background: @chrome_secondary;
+ border-top-right-radius: 7px;
}
#left-panel .ui-tabs .ui-tabs-panel {
@@ -94,6 +95,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
padding: 0px;
padding-left: @padding_tight;
background: @chrome_primary;
+ border-top-left-radius: 7px;
}
#tool-panel {
=====================================
packaging/lib-local/launch4j-3.13-SNAPSHOT-core.jar deleted
=====================================
Binary files a/packaging/lib-local/launch4j-3.13-SNAPSHOT-core.jar and /dev/null differ
=====================================
packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-linux.jar deleted
=====================================
Binary files a/packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-linux.jar and /dev/null differ
=====================================
packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-linux64.jar deleted
=====================================
Binary files a/packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-linux64.jar and /dev/null differ
=====================================
packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-mac.jar deleted
=====================================
Binary files a/packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-mac.jar and /dev/null differ
=====================================
packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-win32.jar deleted
=====================================
Binary files a/packaging/lib-local/launch4j-3.13-SNAPSHOT-workdir-win32.jar and /dev/null differ
=====================================
packaging/pom.xml
=====================================
@@ -9,7 +9,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<properties>
<rootdir>${basedir}/..</rootdir>
=====================================
pom.xml
=====================================
@@ -5,7 +5,7 @@
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
<packaging>pom</packaging>
- <version>3.5.1</version>
+ <version>3.5.2</version>
<name>OpenRefine</name>
<description>OpenRefine is a free, open source power tool for working with messy data and improving it</description>
@@ -63,7 +63,7 @@
<jackson.version>2.12.3</jackson.version>
<servlet-api.version>4.0.1</servlet-api.version>
<butterfly.version>1.2.2</butterfly.version>
- <log4j.version>2.16.0</log4j.version>
+ <log4j.version>2.17.1</log4j.version>
<slf4j.version>1.7.30</slf4j.version>
<jetty.version>9.4.26.v20200117</jetty.version>
</properties>
=====================================
server/pom.xml
=====================================
@@ -11,7 +11,7 @@
<parent>
<groupId>org.openrefine</groupId>
<artifactId>openrefine</artifactId>
- <version>3.5.1</version>
+ <version>3.5.2</version>
</parent>
<properties>
View it on GitLab: https://salsa.debian.org/java-team/openrefine/-/compare/3aefa8ac985565b6787734f07fee5cf521e89698...d5e4b444f42c83f1c503b0c16062730178894671
--
View it on GitLab: https://salsa.debian.org/java-team/openrefine/-/compare/3aefa8ac985565b6787734f07fee5cf521e89698...d5e4b444f42c83f1c503b0c16062730178894671
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220220/0d2924d5/attachment.htm>
More information about the pkg-java-commits
mailing list