3
0
Commit Graph

6134 Commits

Author SHA1 Message Date
Thad Guidry
41e471708e
Add mention of adding Row numbers into column ()
* Add mention of adding Row numbers into column

* move row.index note to Facets

* remove unneeded sentence

* mention customizing facets in Numeric facets

* update yarn.lock to master branch

* remove yarn.lock changes from PR

* remove yarn.lock from PR

* try again to revert to origin

* Restore yarn.lock

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-10-23 07:34:52 +02:00
dependabot[bot]
943a0056f0
build(deps): bump guava from 31.0-jre to 31.0.1-jre ()
Bumps [guava](https://github.com/google/guava) from 31.0-jre to 31.0.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

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-22 21:10:24 +02:00
Thad Guidry
57fa7c2800
Add info box in doc page about Reconciling with Wikidata ()
* Add info at very top about Reconciling with Wikidata

* Apply suggestions from code review

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-10-22 21:09:49 +02:00
Antonin Delpeuch
369774a847
Document translation of docs ()
* Document translation of docs

* Fix page ids
2021-10-22 20:33:45 +02:00
Albin Larsson
919892b85f
Make it possible to view more than 50 rows ()
Adding the options 100, 500, 1000

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-10-22 19:50:10 +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
Antonin Delpeuch
235b5957e2
Change the behaviour of failed reconciliations to not reconcile the cell at all ()
* Change the behaviour of failed reconciliations to not reconcile the cell at all.

This makes it easier to tell apart cells which could not be reconciled due to
a network error and those which just did not have any reconciliation candidate.
This makes it possible to retry reconciling cells which have been left unreconciled
after a recon operation.

Closes .

* Update StandardReconConfigTests with new behaviour for failed recons
2021-10-22 08:43:45 +02:00
dependabot[bot]
f94116148b
build(deps): bump maven-install-plugin from 2.5.1 to 2.5.2 ()
Bumps maven-install-plugin from 2.5.1 to 2.5.2.

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  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-22 07:53:57 +02:00
dependabot[bot]
b7cc54fc7f
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-beta.7 to 2.0.0-beta.8.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.8/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  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-22 07:15:43 +02:00
Martin Magdinier
545b4b97d3
Merge pull request from OpenRefine/advisory-committee-update
Update current advisory committe members
2021-10-21 15:49:06 -04:00
Antonin Delpeuch
d507818a39
Update current advisory committe members 2021-10-20 20:38:52 +02:00
Pablo Castellano
3bca46329c
Update wikidata reconciliation endpoint () 2021-10-20 14:45:57 +02:00
Antonin Delpeuch
94ffe4811f
Remove unused launch4j jars () 2021-10-20 14:45:30 +02:00
Antonin Delpeuch
9036e50954
Improve documentation of Java compatibility. () 2021-10-20 11:35:47 +02:00
Antonin Delpeuch
c71dee891c
Fix Recon id generation. ()
The previous method was prone to creating collisions when a lot of recon ids
were created around the same time.

Closes .
2021-10-20 11:28:42 +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
Matthieu Jonglez
aa1b61769c
Fixes . IDs / URIs should be encoded with a method that encodes special characters like # () 2021-10-19 15:47:10 +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
Ritesh Soni
a5a2cd3c9b
Cypress tests for header elements ()
* added test for header elements
* added test to check that the downloaded files are not empty in export_project.spec.js
2021-10-18 09:40:30 +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]
aca71f6e3d
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-beta.6 to 2.0.0-beta.7.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.0.0-beta.7/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  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 10:11:32 +02:00
Antonin Delpeuch
6960b7db66
Increase socket timeout for reconciliation. Closes () 2021-10-16 09:08:56 +02:00
dependabot[bot]
6599aecdf5
build(deps-dev): bump eslint from 8.0.0 to 8.0.1 in /main/tests/cypress ()
Bumps [eslint](https://github.com/eslint/eslint) from 8.0.0 to 8.0.1.
- [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/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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-15 08:46:28 +02:00
dependabot[bot]
862bb9ddd2
build(deps): bump cypress from 8.5.0 to 8.6.0 in /main/tests/cypress ()
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.5.0...v8.6.0)

---
updated-dependencies:
- dependency-name: cypress
  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>
Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-10-13 10:17:35 +02:00
Ritesh Soni
e22ead56a5
added test for replace and transform ()
Added test for replace and transform
2021-10-13 10:01:27 +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
Pablo Castellano
33fba98d6a
Update maven download link () 2021-10-12 10:54:49 +02:00
dependabot[bot]
5f73a69cd9
build(deps): bump jackson.version from 2.12.5 to 2.13.0 ()
Bumps `jackson.version` from 2.12.5 to 2.13.0.

Updates `jackson-databind` from 2.12.5 to 2.13.0
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-annotations` from 2.12.5 to 2.13.0
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-core` from 2.12.5 to 2.13.0
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.12.5...jackson-core-2.13.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-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>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-10-12 07:02:40 +02:00
dependabot[bot]
3ba4b7a6a1
build(deps-dev): bump eslint from 7.32.0 to 8.0.0 in /main/tests/cypress ()
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.0.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.32.0...v8.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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-12 06:54:07 +02:00
Antonin Delpeuch
c7675c4061
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-10-08 10:42:50 +02:00
Hosted Weblate
49740c51d2
Merge remote-tracking branch 'origin/master' 2021-10-08 10:41:36 +02:00
dependabot[bot]
c6678b1557
build(deps): bump joda-time from 2.10.11 to 2.10.12 ()
Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.11 to 2.10.12.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.11...v2.10.12)

---
updated-dependencies:
- dependency-name: joda-time:joda-time
  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-08 10:41:29 +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
Hosted Weblate
75323565ca
Merge remote-tracking branch 'origin/master' 2021-10-07 14:04:31 +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
b9690726d9
Translated using Weblate (Polish)
Currently translated at 20.2% (157 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/
2021-10-07 14:04:30 +02:00
dependabot[bot]
b309bbabdb
build(deps): bump cypress from 8.4.1 to 8.5.0 in /main/tests/cypress ()
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.4.1 to 8.5.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.4.1...v8.5.0)

---
updated-dependencies:
- dependency-name: cypress
  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>
Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-10-07 14:04:24 +02:00
Mateusz Malinowski
c08d85e452
Added translation using Weblate (Polish) 2021-10-07 00:05:36 +02:00
Hosted Weblate
015d49284c
Merge remote-tracking branch 'origin/master' 2021-10-06 15:42:01 +02:00
Sandra Fauconnier
72ad32ed54
Translated using Weblate (Dutch)
Currently translated at 51.8% (403 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nl/
2021-10-06 15:42:01 +02:00
Yaron Shahrabani
a06d42c3f9
Translated using Weblate (Hebrew)
Currently translated at 88.0% (684 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/he/
2021-10-06 15:42:01 +02:00
Florian Giroud
9f7b8651f0
Improved stability of Cypress tests ()
* Improved stability for undo/redo tests

* Dummy commit to trigger CI

* Dummy commit to trigger CI

* Refactored pagination tests, removed duplicated tests

* Attempt for flakiness on undo/redo -> apply

* Attempt for flakiness on undo/redo -> apply

* Attempt for flakiness on undo/redo -> apply (Wait)

* Attempt for flakiness on undo/redo -> apply (Wait,2)

* Dummy commit to trigger CI

* Dummy commit to trigger CI

* Dummy commit to trigger CI

* Dummy commit to trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* Removed dummy files, increased Cypress retries

* Reverted cypress retries to 3, refactored pagination tests about previou,next to not use pagination

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* Removed dummy file to trigger CI
2021-10-06 19:11:54 +05:30
Hosted Weblate
e49416efd7
Merge remote-tracking branch 'origin/master' 2021-10-04 16:39:53 +02:00
Yael Netzer
3e0b6ff648
Translated using Weblate (Hebrew)
Currently translated at 88.0% (684 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/he/
2021-10-04 16:39:53 +02:00
Ritesh Soni
e286d9f02f
Added tests for view/collapse,
* added four tests (collapse.spec.js,collapse_all.spec.js,collapse_left.spec.js,collapse_right.spec.js) to check if the column's label are empty when collapsed
2021-10-04 16:39:47 +02:00
Hosted Weblate
dfadd6f79c
Merge remote-tracking branch 'origin/master' 2021-10-03 09:01:34 +02:00