3
0
Commit Graph

5902 Commits

Author SHA1 Message Date
Jonas B
e8e4beecf4
Translated using Weblate (Norwegian Bokmål)
Currently translated at 73.0% (165 of 226 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/nb_NO/
2021-05-22 02:40:30 +02:00
Kush Trivedi
c162c9ca17
feat: add tests for tutorial 1,2,3 ()
* feat: add tests for tutorial 1,2,3

Signed-off-by: kushthedude <kushthedude@gmail.com>

* fix

Signed-off-by: kushthedude <kushthedude@gmail.com>

* fix: create csv method and add tutorial 3

Signed-off-by: kushthedude <kushthedude@gmail.com>

* fox

Signed-off-by: kushthedude <kushthedude@gmail.com>

* fix: requested changes

Signed-off-by: kushthedude <kushthedude@gmail.com>

Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-05-20 14:45:39 +02:00
Antonin Delpeuch
d312cd0c73
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-05-18 00:35:50 +02:00
Hosted Weblate
b8f1ad904b Merge remote-tracking branch 'origin/master' 2021-05-18 00:35:05 +02:00
Thad Guidry
a195f04737
Update the README.md for database extension ()
* Update the README.md for database extension

* Update README.md

* Add instructions to extend with other vendors

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-05-18 00:34:58 +02:00
Nicolas Prongué
954e27dbae
Translated using Weblate (French)
Currently translated at 97.7% (221 of 226 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/fr/
2021-05-17 18:34:00 +02:00
dependabot[bot]
4537f5f46f
build(deps): bump mockito-core from 3.9.0 to 3.10.0 ()
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-15 08:55:30 +02:00
dependabot[bot]
84956e2896
build(deps): bump @docusaurus/preset-classic in /docs ()
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-alpha.75 to 2.0.0-beta.0.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.0/packages/docusaurus-preset-classic)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-15 08:54:21 +02:00
dependabot[bot]
80fb066c44
build(deps): bump mysql-connector-java from 8.0.24 to 8.0.25 ()
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.24 to 8.0.25.
- [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/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-15 08:53:53 +02:00
Antonin Delpeuch
36589e5b1c
Make sure POST requests are retried even when connections are closed. ()
By default, the Apache HTTP client does not retry POST requests in those cases
because they are not deemed idempotent. But for reconciliation they are, so they
should be retried.

Closes .
2021-05-15 08:52:23 +02:00
Antonin Delpeuch
e664712a70
Make schema evaluation null-proof; avoid adding null values in data extension. ()
Null values in non-null cells should normally not happen, but sometimes they do and
we shouldn't fail miserably in those cases.

Closes .

Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-05-15 08:51:26 +02:00
Antonin Delpeuch
787c272fe0
Fix date parsing for XLS and ODS files to avoid timezone-dependency. ()
Closes .
2021-05-15 08:51:04 +02:00
Antonin Delpeuch
bbec28e67d
Restore log levels after Jetty update ()
* Restore log levels after Jetty update

* Merge the two log4j.properties files
2021-05-15 08:50:38 +02:00
Antonin Delpeuch
0739a89696
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-05-13 19:09:00 +02:00
Hosted Weblate
be4b7df393 Merge remote-tracking branch 'origin/master' 2021-05-13 19:07:55 +02:00
dependabot[bot]
15d43c55ee
build(deps): bump jmh.version from 1.30 to 1.31 ()
Bumps `jmh.version` from 1.30 to 1.31.

Updates `jmh-core` from 1.30 to 1.31

Updates `jmh-generator-annprocess` from 1.30 to 1.31

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 19:07:52 +02:00
Hosted Weblate
e4f11e4b9f Merge remote-tracking branch 'origin/master' 2021-05-13 19:07:11 +02:00
dependabot[bot]
e414c71324
build(deps): bump mariadb-java-client from 2.7.2 to 2.7.3 ()
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.7.2 to 2.7.3.
- [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/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-13 19:07:05 +02:00
Hosted Weblate
040cc40a11 Merge remote-tracking branch 'origin/master' 2021-05-13 14:08:58 +02:00
Florian Giroud
56f910f7db
Reconciliation tests ()
* Reconciliation tests PoC

* removed debug statement

* Added more reconciliation tests

* Fixed typo

* Fixed reconciliation test

* test disabling error handling, troubleshooting

* Attempt to fix flaky integration tests

* restored error handling, fixed flaky test

* Attempt to fix flaly test

* Attempt to fix flaky tests
2021-05-13 14:08:55 +02:00
ssantos
d6452fb66d
Translated using Weblate (Portuguese)
Currently translated at 96.2% (748 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pt/
2021-05-13 11:33:37 +02:00
dependabot[bot]
99780057e7
build(deps): bump dotenv from 9.0.0 to 9.0.2 in /main/tests/cypress ()
Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.0 to 9.0.2.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v9.0.0...v9.0.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-11 15:18:33 +05:30
dependabot[bot]
574ac82c5a
build(deps-dev): bump eslint in /main/tests/cypress ()
Bumps [eslint](https://github.com/eslint/eslint) from 7.24.0 to 7.26.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.24.0...v7.26.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-11 15:17:54 +05:30
dependabot[bot]
897bfa5308
build(deps-dev): bump prettier in /main/tests/cypress ()
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.3.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 15:17:31 +05:30
loulan
b481387d73
Fix wikibase date export format ()
* fixes 
2021-05-10 09:08:02 +02:00
Kush Trivedi
dd822526e9
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-05-09 12:32:12 +05:30
ssantos
8456331f7f
Translated using Weblate (Portuguese)
Currently translated at 100.0% (45 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/pt/
2021-05-08 22:33:16 +02:00
gitonthescene
dd49148f38
closes ()
Co-authored-by: Douglas Mennella <douglas.mennella@gmail.com>
2021-05-08 09:06:42 +02:00
dependabot[bot]
8abf367392
build(deps): bump launch4j-maven-plugin from 2.1.0 to 2.1.1 ()
Bumps [launch4j-maven-plugin](https://github.com/lukaszlenart/launch4j-maven-plugin) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/lukaszlenart/launch4j-maven-plugin/releases)
- [Commits](https://github.com/lukaszlenart/launch4j-maven-plugin/compare/launch4j-maven-plugin-2.1.0...launch4j-maven-plugin-2.1.1)

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-05-08 09:06:18 +02:00
dependabot[bot]
c49630f3eb
build(deps): bump jacoco-maven-plugin from 0.8.6 to 0.8.7 ()
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.6 to 0.8.7.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.6...v0.8.7)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-08 09:05:25 +02:00
Antonin Delpeuch
0d9c197a5f
Cleanup technical reference, incorporating changes made on the wiki ()
* Cleanup technical reference, incorporating changes made on the wiki

* Re-add reconciliation-api.md erroneously deleted in merge
2021-05-08 09:03:53 +02:00
Antonin Delpeuch
7961c90d44
Documentation versioning ()
* Take snapshot of docs for version 3.4

* Versioning for docs of the cross function, for 

* Document 'Store archive file' option ()

* Remove unsupported preference from 3.4 docs ()

* Mention that forEach works on JSON objects ()

* Remove wholeText from 3.4 docs ()

* Document -H, /H CLI options ()

* Migrate Wikibase documentation from Wikidata ()

* Miscellanous, copy-editing
2021-05-08 08:55:39 +02:00
dependabot[bot]
a345c67c9a
build(deps-dev): bump eslint-plugin-cypress in /main/tests/cypress ()
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.11.2...v2.11.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-08 00:13:48 +05:30
dependabot[bot]
f4d0f8ef7e
build(deps): bump dotenv from 8.2.0 to 9.0.0 in /main/tests/cypress ()
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 9.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v8.2.0...v9.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-08 00:08:04 +05:30
Antonin Delpeuch
7d5bfba6f3
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-05-07 19:47:29 +02:00
ssantos
d0c5db0252
Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (45 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/pt_PT/
2021-05-07 18:33:22 +02:00
Adolfo Jayme Barrientos
03285fc7d4
Translated using Weblate (Spanish)
Currently translated at 99.8% (776 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/es/
2021-05-07 18:33:22 +02:00
Antonin Delpeuch
4687f7a22f
Add maintainer guidelines. Closes . () 2021-05-06 12:48:09 +02:00
dependabot[bot]
03963ea7d1
build(deps): bump jmh.version from 1.29 to 1.30 ()
Bumps `jmh.version` from 1.29 to 1.30.

Updates `jmh-core` from 1.29 to 1.30

Updates `jmh-generator-annprocess` from 1.29 to 1.30

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-06 08:29:12 +02:00
Antonin Delpeuch
dafbcb7ccf
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-05-04 20:18:02 +02:00
ssantos
16f56b3d3b
Translated using Weblate (Portuguese)
Currently translated at 100.0% (62 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/pt/
2021-05-04 16:32:14 +02:00
dependabot[bot]
cfff1d8b7c
build(deps): bump cypress-file-upload in /main/tests/cypress ()
Bumps [cypress-file-upload](https://github.com/abramenal/cypress-file-upload) from 5.0.3 to 5.0.7.
- [Release notes](https://github.com/abramenal/cypress-file-upload/releases)
- [Commits](https://github.com/abramenal/cypress-file-upload/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 11:30:22 +02:00
dependabot[bot]
b59ff650db
build(deps): bump fs-extra from 9.1.0 to 10.0.0 in /main/tests/cypress ()
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 11:30:11 +02:00
dependabot[bot]
e9123ece73
build(deps): bump mockito-core from 3.8.0 to 3.9.0 ()
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

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-05-04 09:30:50 +02:00
dependabot[bot]
3bd053afa1
build(deps): bump plexus-archiver from 4.2.4 to 4.2.5 ()
Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.4 to 4.2.5.
- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.2.4...plexus-archiver-4.2.5)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 08:28:54 +02:00
dependabot[bot]
1edeb9e20f
build(deps): bump @docusaurus/preset-classic in /docs ()
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-alpha.74 to 2.0.0-alpha.75.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-alpha.75/packages/docusaurus-preset-classic)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 11:03:41 +02:00
Antonin Delpeuch
1af3245f01
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-05-03 10:57:36 +02:00
ssantos
7f4da4d5c9
Translated using Weblate (Portuguese)
Currently translated at 97.7% (44 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/pt/
2021-05-03 10:32:18 +02:00
Isao Matsunami
a76dd42981
Translated using Weblate (Japanese)
Currently translated at 100.0% (777 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2021-05-03 10:32:18 +02:00
Antonin Delpeuch
7f7c9f0af1
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-05-01 23:22:02 +02:00