Tom Morris
b59228185e
Merge pull request #2756 from OpenRefine/wikidata-extension-oauth
...
Wikidata extension two-legged OAuth support
2020-06-19 12:49:52 -04:00
Ekta Mishra
45fab05bf6
New implementation for Conflicts-With Scrutinizer ( #2693 )
...
part of #2354
2020-06-19 10:18:21 +02:00
afkbrb
ffd92663d7
delete outdated comment
2020-06-19 15:09:23 +08:00
afkbrb
7b237b4d83
call setSecure explicitly & fix HTTP response splitting
2020-06-19 14:38:35 +08:00
Antonin Delpeuch
4fb0ac8082
Fix bad conflict resolution from rebase
2020-06-19 00:06:22 -04:00
afkbrb
cdb02004fd
improve frontend
2020-06-18 23:51:22 -04:00
Lu Liu
335e81a26c
OAuth support for the Wikidata extension ( #2661 )
...
Closes #1612
Merges @afkbrb work to finish @wetneb protype, including:
* adding support for OAuth in addition to basic auth
* supporting registration of single user Wikidata OAuth consumers.
* adding extensive tests
* cleaning up the login dialog
This depends on the next release of the Wikidata Toolkit, but we're currently publishing our own snapshot that includes the necessary changes (thanks @wetneb!)
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2020-06-18 23:51:22 -04:00
Tom Morris
f88c0e3657
Preserve international characters in project/file names on import/export ( #2720 )
...
* Preserve international characters on import/export
Fixes #1352 . Preserve non-ASCII characters in project names on
project creation and filenames on export.
Uses existing filename cleaner with the addition of a few
more characters from StackOverflow, plus "#" which messes
up the download URL. Also URIencode download URL.
Removes unused I18N-incompatible cleaning function from
Wikidata extension rather than fixing it.
* Use common name cleaner function
Also preview cleaned table name instead of raw name, so user can see it.
Also add a TODO for better preview of column names
2020-06-18 22:06:46 +02:00
dependabot-preview[bot]
6ff800fa76
Bump postgresql from 42.1.4 to 42.2.14 ( #2744 )
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.1.4 to 42.2.14.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.1.4...REL42.2.14 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-17 12:10:41 +02:00
dependabot-preview[bot]
66c409aec6
Bump mysql-connector-java from 5.1.46 to 8.0.20 ( #2726 )
...
* Bump mysql-connector-java from 5.1.46 to 8.0.20
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j ) from 5.1.46 to 8.0.20.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases )
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES )
- [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.46...8.0.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Remove unneeded references to com.mysql.jdbc.ResultSetMetaData
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2020-06-16 15:05:20 +02:00
dependabot-preview[bot]
5be2cf0806
Bump sqlite-jdbc from 3.30.1 to 3.31.1 ( #2739 )
...
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc ) from 3.30.1 to 3.31.1.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases )
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG )
- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.30.1...3.31.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-16 11:43:59 +02:00
Tom Morris
b593306d1c
Merge pull request #2702 from OpenRefine/dependabot/maven/org.mariadb.jdbc-mariadb-java-client-2.6.0
...
Bump mariadb-java-client from 2.2.6 to 2.6.0
2020-06-15 17:18:31 -04:00
james-cui
04055153a1
add archive column ( #2573 )
...
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2020-06-15 19:56:00 +02:00
dependabot-preview[bot]
4e9d365fcd
Bump maven-compiler-plugin from 3.1 to 3.8.1 ( #2728 )
...
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin ) from 3.1 to 3.8.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases )
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.1...maven-compiler-plugin-3.8.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-15 11:20:38 +02:00
Antonin Delpeuch
683c00f535
Merge pull request #2718 from weblate/weblate-openrefine-translations
...
Translations update from Weblate
2020-06-14 10:19:21 +02:00
Tom Morris
3a7812aef7
Load GDrive icon from local resource, not Github ( #2689 )
...
Fixes #2688 .
2020-06-14 09:46:38 +02:00
Hosted Weblate
a9f7a55793
Merge branch 'origin/master' into Weblate.
2020-06-14 09:21:33 +02:00
Isao Matsunami
451d6c76f1
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/ja/
2020-06-14 09:21:33 +02:00
Biswaranjan Manna
2946e6135c
Added translation using Weblate (Bengali (India))
2020-06-14 09:21:31 +02:00
Tom Morris
7b41bbe0b0
Merge pull request #2708 from weblate/weblate-openrefine-translations
...
Translations update from Weblate
2020-06-13 23:07:04 -04:00
Tom Morris
cb65348c95
Merge pull request #2643 from OpenRefine/thadguidry-update-jython-version
...
Update to latest Jython version 2.7.2
2020-06-13 22:49:09 -04:00
Rafael Fontenelle
0efffd8b10
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/pt_BR/
2020-06-13 21:41:49 +02:00
Rafael Fontenelle
dbac4388ee
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 6.7% (12 of 179 strings)
Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/pt_BR/
2020-06-13 21:41:47 +02:00
Rafael Fontenelle
b8c93832a7
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (47 of 47 strings)
Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/pt_BR/
2020-06-13 21:41:47 +02:00
Isao Matsunami
2dda2b1065
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (179 of 179 strings)
Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/ja/
2020-06-13 21:41:45 +02:00
Isao Matsunami
901f05b79a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/ja/
2020-06-13 21:41:45 +02:00
Rafael Fontenelle
43cf319f79
Added translation using Weblate (Portuguese (Brazil))
2020-06-12 20:40:58 +02:00
Rafael Fontenelle
f3dc3b0cf6
Added translation using Weblate (Portuguese (Brazil))
2020-06-12 19:29:50 +02:00
Hosted Weblate
4a2f3c2b82
Merge branch 'origin/master' into Weblate.
2020-06-12 18:55:36 +02:00
Rafael Fontenelle
fbb3836916
Added translation using Weblate (Portuguese (Brazil))
2020-06-12 18:55:33 +02:00
dependabot-preview[bot]
225fe2f881
Bump mariadb-java-client from 2.2.6 to 2.6.0
...
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j ) from 2.2.6 to 2.6.0.
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases )
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.2.6...2.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-12 08:18:01 +00:00
Tom Morris
a7e84e8a56
Merge pull request #2697 from OpenRefine/dependabot/maven/powermock.version-2.0.7
...
Bump powermock.version from 2.0.2 to 2.0.7
2020-06-11 21:44:15 -04:00
dependabot-preview[bot]
c8f8290aa1
Bump slf4j-api from 1.7.18 to 1.7.30
...
Bumps [slf4j-api](https://github.com/qos-ch/slf4j ) from 1.7.18 to 1.7.30.
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.18...v_1.7.30 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-12 01:33:00 +00:00
dependabot-preview[bot]
af9e5ab3f0
Bump powermock.version from 2.0.2 to 2.0.7
...
Bumps `powermock.version` from 2.0.2 to 2.0.7.
Updates `powermock-module-testng` from 2.0.2 to 2.0.7
- [Release notes](https://github.com/powermock/powermock/releases )
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt )
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.2...powermock-2.0.7 )
Updates `powermock-api-mockito2` from 2.0.2 to 2.0.7
- [Release notes](https://github.com/powermock/powermock/releases )
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt )
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.2...powermock-2.0.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-11 08:23:05 +00:00
dependabot-preview[bot]
2c490e101c
Bump httpclient from 4.5.5 to 4.5.12
...
Bumps httpclient from 4.5.5 to 4.5.12.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-11 08:22:37 +00:00
Tom Morris
2adb789a09
Merge pull request #2665 from OpenRefine/dependabot/maven/com.google.http-client-google-http-client-jackson2-1.35.0
...
Bump google-http-client-jackson2 from 1.20.0 to 1.35.0
2020-06-10 20:50:27 -04:00
Tom Morris
09a76a1f05
Merge pull request #2676 from OpenRefine/dependabot/maven/org.jasypt-jasypt-1.9.3
...
Bump jasypt from 1.9.2 to 1.9.3
2020-06-10 20:33:16 -04:00
Tom Morris
e3df28c155
Merge pull request #2672 from OpenRefine/dependabot/maven/org.testng-testng-7.1.0
...
Bump testng from 6.9.10 to 7.1.0
2020-06-10 20:29:07 -04:00
dependabot-preview[bot]
28d7f93edb
Bump google-http-client-jackson2 from 1.20.0 to 1.35.0
...
Bumps [google-http-client-jackson2](https://github.com/googleapis/google-http-java-client ) from 1.20.0 to 1.35.0.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases )
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-http-java-client/compare/1.20.0...v1.35.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-11 00:11:01 +00:00
darecoder1999
4983dbc0f7
Fixed typos made in PR #2641
2020-06-10 09:45:53 +05:30
Ekta Mishra
cf851ee636
Added conflicts-with constraints ( #2641 )
...
Implemented conflicts-with scrutinizer as part of #2354
2020-06-09 20:45:15 +02:00
Isao Matsunami
77e8aa3c88
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (177 of 177 strings)
Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/ja/
2020-06-07 16:53:30 +02:00
Allan Nordhøy
123c2580e3
Translated using Weblate (English)
...
Currently translated at 100.0% (177 of 177 strings)
Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/en/
2020-06-07 16:53:30 +02:00
Isao Matsunami
6dff3e3026
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/ja/
2020-06-07 16:53:29 +02:00
Ekta Mishra
1638d68e35
Added difference-within-range Scrutinizer ( #2634 )
2020-06-06 19:48:14 +01:00
dependabot-preview[bot]
46021fbe33
Bump jasypt from 1.9.2 to 1.9.3
...
Bumps [jasypt](https://github.com/jasypt/jasypt ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/jasypt/jasypt/releases )
- [Commits](https://github.com/jasypt/jasypt/commits/jasypt-1.9.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-04 08:50:36 +00:00
dependabot-preview[bot]
56bbb073cd
Bump testng from 6.9.10 to 7.1.0
...
Bumps [testng](https://github.com/cbeust/testng ) from 6.9.10 to 7.1.0.
- [Release notes](https://github.com/cbeust/testng/releases )
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt )
- [Commits](https://github.com/cbeust/testng/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-03 08:49:47 +00:00
dependabot-preview[bot]
72b8bfed05
Bump commons-lang3 from 3.6 to 3.10 ( #2648 )
...
Bumps commons-lang3 from 3.6 to 3.10.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-03 07:03:01 +01:00
dependabot-preview[bot]
88ab328e93
Bump mockito-core from 2.23.4 to 3.3.3 ( #2662 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 2.23.4 to 3.3.3.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v2.23.4...v3.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-03 07:01:22 +01:00
Tom Morris
16a7209b17
Merge pull request #2660 from OpenRefine/2659-type-constraint
...
Fix Wikidata entity type constraint violation message
2020-06-01 19:14:22 -04:00