Commit Graph

1222 Commits

Author SHA1 Message Date
Antonin Delpeuch
9e2bcb5c0f
Use OSSRH snapshot repository to host snapshot releases. ()
* Use OSSRH snapshot repository to host snapshot releases.

Closes .

* Remove install phase in Appveyor config
2021-12-09 15:39:54 +02:00
Eihel
fccde73fcc
Translated using Weblate (French)
Currently translated at 97.8% (45 of 46 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/fr/
2021-12-08 17:52:40 +01:00
Eihel
f431a45362
Translated using Weblate (French)
Currently translated at 98.4% (62 of 63 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/fr/
2021-12-08 17:52:39 +01:00
Antonin Delpeuch
48a9aa8dd9
Centralize dependency versions and plugin versions in root POM. ()
* Centralize dependency versions and plugin versions in root POM.

Closes .

Some dependencies which were clearly useful in a single extension
were left as such.

* Remove redundant plugin configuration in submodules
2021-12-06 16:50:54 +02:00
Joey
d2a66cc97b
Fix displayed msg when adding invalid manifests () 2021-12-06 16:45:37 +02:00
Yaron Shahrabani
14e504abf6
Translated using Weblate (Hebrew)
Currently translated at 100.0% (46 of 46 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/he/
2021-11-29 11:51:24 +01:00
Yaron Shahrabani
0dc21ab892
Translated using Weblate (Hebrew)
Currently translated at 100.0% (63 of 63 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/he/
2021-11-29 11:51:24 +01:00
Oğuz Ersen
861d69ecc7
Translated using Weblate (Turkish)
Currently translated at 100.0% (63 of 63 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/tr/
2021-11-28 06:51:34 +01:00
johnvl2
047b990145
Add ability to disable the refreshing of import previews ()
* [] Added checkbox to disable automatic preview updates for separator based files

* [] Checkbox now added for most parser types

* [] Google data and database additions for disabling auto preview

* [] Excel and pc axis fixes

* [] Test case addition

* [] Added comments

* [] Review comment fixes
2021-11-26 21:36:21 +01:00
Joey
cd4047b53a
4268: Add WbEntityVariable class () 2021-11-23 19:48:33 +01:00
dependabot[bot]
fa6eb22361
build(deps): bump okhttp from 4.9.2 to 4.9.3 ()
* build(deps): bump mockwebserver from 4.9.2 to 4.9.3

Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Refactor pom.xml to store OkHTTP version only in one place

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-11-23 08:44:13 +01:00
dependabot[bot]
11abc33be7
build(deps): bump mockito-core from 4.0.0 to 4.1.0 ()
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 09:32:47 +01:00
Joey
cbbad4273b
Make WbItemDocumentExpr extend EntityIdValue instead of ItemIdValue ()
For 

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-11-17 18:59:03 +01:00
Joey
21fc4375bd
Make Wikibase extension compatible with other entity types than Items ()
* Document clone command, and Java requirements

* Make extension compatible with other types

Fixes : Refactor Wikibase extension methods for editing other entity
types than Items.
Add test case for property updates on existing entities.
2021-11-16 17:35:01 +01:00
dependabot[bot]
ddeaf47f37
build(deps): bump google-api-services-drive ()
Bumps google-api-services-drive from v3-rev20211017-1.32.1 to v3-rev20211107-1.32.1.

---
updated-dependencies:
- dependency-name: com.google.apis:google-api-services-drive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-13 12:37:18 +01:00
Antonin Delpeuch
ea9abff4d4
Drop support for Java 8. ()
* Drop support for Java 8.

I have attempted to update all the relevant configuration parameters but might have
missed some, let's see!

Closes .

* Fix typo in pom.xml
2021-11-07 11:43:12 +01:00
dependabot[bot]
70ec2a99dd
build(deps): bump postgresql from 42.3.0 to 42.3.1 ()
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.0 to 42.3.1.
- [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.3.0...REL42.3.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-30 11:05:26 +02:00
Antonin Delpeuch
40398e1192
Fix Wikibase upload of batches with only new items. Closes () 2021-10-23 19:33:43 +02:00
dependabot[bot]
226a1baeea
build(deps): bump google-api-services-drive from v3-rev20210315-1.31.0 to v3-rev20211017-1.32.1 ()
* build(deps): bump google-api-services-drive

Bumps google-api-services-drive from v3-rev20210315-1.31.0 to v3-rev20211017-1.32.1.

---
updated-dependencies:
- dependency-name: com.google.apis:google-api-services-drive
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Change JSON API used by the Google extension, following dependency update.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-10-23 08:54:44 +02:00
dependabot[bot]
b812d72b26
build(deps): bump mariadb-java-client from 2.7.3 to 2.7.4 ()
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.7.3 to 2.7.4.
- [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.7.3...2.7.4)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-10-23 07:36:57 +02:00
Antonin Delpeuch
adfe1aa925
Fix Google extension authentication flow. Closes . ()
This prevents consecutive requests to the /authorized endpoint from requesting authorization
multiple times to Google (only the first time succeeds).
2021-10-22 08:57:02 +02:00
Antonin Delpeuch
6372f2d382
Fix useless waiting time before creating items when uploading to Wikibase. ()
Checks that there is at least one item to fetch before attempting to fetch
anything.

Closes .
2021-10-22 08:52:28 +02:00
Pablo Castellano
3bca46329c
Update wikidata reconciliation endpoint () 2021-10-20 14:45:57 +02:00
Antonin Delpeuch
00e425fd9b
Update Wikidata-Toolkit to 0.12.1. ()
* Update Wikidata-Toolkit to 0.12.1. Fixes .

* Update groupId for WDTK

* Update our code after change of interfaces in WDTK.
2021-10-20 10:20:42 +02:00
dependabot[bot]
f948e8dd4b
build(deps): bump mysql-connector-java from 8.0.26 to 8.0.27 ()
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.26 to 8.0.27.
- [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/8.0.26...8.0.27)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-19 22:24:46 +02:00
dependabot[bot]
7e9210c87d
build(deps): bump postgresql from 42.2.24 to 42.3.0 ()
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.24 to 42.3.0.
- [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.2.24...REL42.3.0)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-18 20:49:33 +02:00
dependabot[bot]
1d6d46999f
build(deps): bump sqlite-jdbc from 3.36.0.2 to 3.36.0.3 ()
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.36.0.2 to 3.36.0.3.
- [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.36.0.2...3.36.0.3)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-16 16:21:52 +02:00
dependabot[bot]
a1090bfa19
build(deps): bump google-http-client-jackson2 from 1.40.0 to 1.40.1 ()
Bumps [google-http-client-jackson2](https://github.com/googleapis/google-http-java-client) from 1.40.0 to 1.40.1.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-http-java-client/compare/v1.40.0...v1.40.1)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-jackson2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 11:09:31 +02:00
Hosted Weblate
a866b435ed
Merge remote-tracking branch 'origin/master' 2021-10-08 08:42:00 +02:00
dependabot[bot]
fe62e35034
build(deps): bump mockito-core from 3.12.4 to 4.0.0 ()
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.0.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.0.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 08:41:55 +02:00
Mateusz Malinowski
0c3c86b31f
Translated using Weblate (Polish)
Currently translated at 35.5% (16 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/pl/
2021-10-07 14:04:31 +02:00
Mateusz Malinowski
25db4c8918
Translated using Weblate (Polish)
Currently translated at 26.1% (59 of 226 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/pl/
2021-10-07 14:04:31 +02:00
Mateusz Malinowski
c08d85e452
Added translation using Weblate (Polish) 2021-10-07 00:05:36 +02:00
dependabot[bot]
5e310a7700
build(deps): bump mockwebserver from 4.9.1 to 4.9.2 ()
Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.9.2)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-03 09:01:27 +02:00
Yaron Shahrabani
a59cccfd32
Translated using Weblate (Hebrew)
Currently translated at 25.6% (58 of 226 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/he/
2021-09-27 00:36:09 +02:00
dependabot[bot]
c84bfe17c8
build(deps): bump postgresql from 42.2.23 to 42.2.24 ()
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.23 to 42.2.24.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.24/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.2.24)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-24 07:49:30 +02:00
Antonin Delpeuch
0dc2414fd0 Fix database extension test suite when run without SQL servers 2021-09-20 20:10:46 +02:00
Tejas Raghavendra Bhat M
29ab7b509f
fixes Schema import dialog improvement ()
Co-authored-by: tejas <tejas@rezolvinfo.com>
2021-09-17 09:30:11 +02:00
Peter Nõu
5a8997bba9
Translated using Weblate (Swedish)
Currently translated at 91.9% (57 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/sv/
2021-09-10 17:33:13 +02:00
dependabot[bot]
f607a3c145
build(deps): bump mockito-core from 3.11.2 to 3.12.4 ()
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.2...v3.12.4)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-07 10:09:29 +02:00
dependabot[bot]
cef96c0f8f
build(deps): bump google-http-client-jackson2 from 1.39.2 to 1.40.0 ()
Bumps [google-http-client-jackson2](https://github.com/googleapis/google-http-java-client) from 1.39.2 to 1.40.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/v1.39.2...v1.40.0)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-jackson2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-30 16:04:43 +02:00
dependabot[bot]
da57d09a2c
build(deps): bump sqlite-jdbc from 3.36.0.1 to 3.36.0.2 ()
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.36.0.1 to 3.36.0.2.
- [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.36.0.1...3.36.0.2)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-27 15:55:10 +02:00
Eihel
432af3aa44
Translated using Weblate (French)
Currently translated at 98.2% (222 of 226 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/fr/
2021-08-25 14:33:52 +02:00
Yaron Shahrabani
147493f35a
Translated using Weblate (Hebrew)
Currently translated at 100.0% (45 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/he/
2021-08-05 15:33:51 +02:00
Susanna Ånäs
7f1071bf24
Translated using Weblate (Finnish)
Currently translated at 50.4% (114 of 226 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/fi/
2021-07-25 15:35:09 +02:00
dependabot[bot]
4c7ba73c99
build(deps): bump mysql-connector-java from 8.0.25 to 8.0.26 ()
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.25 to 8.0.26.
- [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/8.0.25...8.0.26)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-20 21:44:33 +02:00
dependabot[bot]
fe86ec9582
build(deps): bump slf4j.version from 1.7.31 to 1.7.32 ()
Bumps `slf4j.version` from 1.7.31 to 1.7.32.

Updates `slf4j-log4j12` from 1.7.31 to 1.7.32
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Updates `slf4j-api` from 1.7.31 to 1.7.32
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-log4j12
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-20 21:43:48 +02:00
dependabot[bot]
de1633cd79
build(deps): bump postgresql from 42.2.20 to 42.2.23 ()
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.20 to 42.2.23.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.23/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.20...REL42.2.23)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 08:33:03 +02:00
dependabot[bot]
7e1b7dfb82
build(deps): bump google-api-services-sheets ()
Bumps google-api-services-sheets from v4-rev20210527-1.32.1 to v4-rev20210629-1.32.1.

---
updated-dependencies:
- dependency-name: com.google.apis:google-api-services-sheets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-12 08:07:14 +02:00
Boris Lehečka
b1f8a1743e
Translated using Weblate (Czech)
Currently translated at 44.6% (101 of 226 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/cs/
2021-07-12 00:33:32 +02:00