Commit Graph

5433 Commits

Author SHA1 Message Date
Yaron Shahrabani
b842760e96
Translated using Weblate (Hebrew)
Currently translated at 86.6% (666 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/he/
2020-11-02 14:26:48 +01:00
Adolfo Jayme Barrientos
4a786366ac
Translated using Weblate (Spanish)
Currently translated at 99.4% (765 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/es/
2020-11-02 14:26:47 +01:00
dependabot[bot]
2291b5953c
Bump powermock.version from 2.0.7 to 2.0.9 (#3303)
Bumps `powermock.version` from 2.0.7 to 2.0.9.

Updates `powermock-module-testng` from 2.0.7 to 2.0.9
- [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.7...powermock-2.0.9)

Updates `powermock-api-mockito2` from 2.0.7 to 2.0.9
- [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.7...powermock-2.0.9)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 11:11:20 +01:00
dependabot[bot]
32dc7957ef
Bump git-commit-id-plugin from 4.0.0 to 4.0.2 (#3298)
* Bump git-commit-id-plugin from 4.0.0 to 4.0.2

Bumps git-commit-id-plugin from 4.0.0 to 4.0.2.

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

* Bump to maven-git-commit-id-plugin 4.0.3 for JSON bugfix

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2020-11-02 08:08:50 +01:00
rubyAnne
352127558a
changed to reflect the function's acceptance of either simple string … (#3294)
* changed to reflect the function's acceptance of either simple string or regex

* cast p into a Pattern

* cast p into a Pattern

* Changed test to reflect the new output from function.
2020-11-01 08:52:36 +01:00
Thad Guidry
77f26c1218
Create FUNDING.yml to have Sponsor button for repo (#3154)
As per GitHub Support, the only other thing left to do is also publish the FUNDING.yml file that links to the Organization itself to our OpenRefine repo so that folks visiting the repository directly will also see the Sponsor button.

Jack (GitHub Support)
Sep 1, 2020, 5:51 PM UTC

Hi Thad,

I ran this by our Sponsors product team, and they said that the link I shared https://docs.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository should have the correct information to add the Sponsors button to a repo. If you have any specific suggestions on how to improve it, we're definitely open to hearing how it can be improved or less confusing.

They said:

    If they want the Sponsor button to show up in the OpenRefine/OpenRefine repo, then they will need to add a FUNDING.yml file under the .github/ directory on the default branch. The funding file should look something like:

    github: OpenRefine

I hope this helps, but if we can further clarify, please let us know.

Best,
Jack
2020-11-01 08:50:46 +01:00
dependabot-preview[bot]
464beb530b
Create Dependabot config file (#3273)
* Create Dependabot config file

* Add yarn, Github Actions, & link to docs

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2020-10-31 20:34:45 +01:00
dependabot-preview[bot]
f111442e3a
Bump mockito-core from 3.5.15 to 3.6.0 (#3287)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.15 to 3.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.15...v3.6.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-27 09:10:02 +01:00
dependabot-preview[bot]
bbc4d84b2b
Bump joda-time from 2.10.6 to 2.10.8 (#3286)
Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.6 to 2.10.8.
- [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.6...v2.10.8)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-26 07:52:36 +01:00
Tom Morris
c8220d687e
Improve fingerprint keyers - fixes #3282 (#3283)
* Add more keyer tests

- All forms of Unicode whitespace for both fingerprint & N-gram fingerprint
- additional N-gram fingerprint cases

* Improve fingerprint keyers

- Update N-gram fingerprint keyer to match (missed last time)
- refactor string normalization to reduce redundancy between two keyers
- add C1 controls to control characters that are stripped
- include all Unicode whitespace characters in splitting delimiter
  and don't strip controls which are whitespace (HT, LF, VT, FF, CR,
NEL)
- minor cleanups, simplifications, and performance optimizations
2020-10-25 20:32:30 +01:00
Antonin Delpeuch
a3fc40aa0d
Merge pull request #3281 from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-10-22 17:23:19 +02:00
Faiq Miftakhul Falakh
6f75d07e1c
Translated using Weblate (Indonesian)
Currently translated at 1.6% (13 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/id/
2020-10-22 15:26:48 +02:00
Faiq Miftakhul Falakh
66f13e848d
Translated using Weblate (Indonesian)
Currently translated at 100.0% (62 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/id/
2020-10-22 15:26:47 +02:00
Yaron Shahrabani
03e7a303e4
Translated using Weblate (Hebrew)
Currently translated at 85.3% (656 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/he/
2020-10-22 15:26:46 +02:00
Faiq Miftakhul Falakh
275d26cea2
Added translation using Weblate (Indonesian) 2020-10-21 15:16:52 +02:00
Faiq Miftakhul Falakh
9bf2562cab
Added translation using Weblate (Indonesian) 2020-10-21 14:57:00 +02:00
Antonin Delpeuch
5ccad05072
Merge pull request #3280 from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-10-21 07:32:37 +02:00
Hosted Weblate
286133e2ef
Merge branch 'origin/master' into Weblate. 2020-10-20 19:33:55 +02:00
Weblate (bot)
ffda8216b4
Translations update from Weblate (#3278)
* Added translation using Weblate (Polish)

* Added translation using Weblate (Polish)

* Added translation using Weblate (Polish)

* Translated using Weblate (Polish)

Currently translated at 6.3% (49 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/

* Translated using Weblate (Polish)

Currently translated at 4.0% (9 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/pl/

* Translated using Weblate (Polish)

Currently translated at 19.3% (12 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/pl/

* Translated using Weblate (French)

Currently translated at 99.2% (763 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/

Co-authored-by: Włodzimierz Bartczak <wzbartczak@gmail.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2020-10-20 13:33:50 -04:00
Tom Morris
b18656c58d
Translated using Weblate (French)
Currently translated at 99.2% (763 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2020-10-20 19:31:09 +02:00
Włodzimierz Bartczak
73ebbd7392 Translated using Weblate (Polish)
Currently translated at 19.3% (12 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/pl/
2020-10-20 18:46:39 +02:00
Włodzimierz Bartczak
4e9631ce5a Translated using Weblate (Polish)
Currently translated at 4.0% (9 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/pl/
2020-10-20 18:46:39 +02:00
Włodzimierz Bartczak
71eca02244 Translated using Weblate (Polish)
Currently translated at 6.3% (49 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/
2020-10-20 18:46:39 +02:00
Włodzimierz Bartczak
3c5b148dcb Added translation using Weblate (Polish) 2020-10-20 18:46:39 +02:00
Włodzimierz Bartczak
7215ad07cd Added translation using Weblate (Polish) 2020-10-20 18:46:39 +02:00
Włodzimierz Bartczak
202f889c24 Added translation using Weblate (Polish) 2020-10-20 18:46:39 +02:00
dependabot-preview[bot]
63ebccfa2d
Bump mockito-core from 3.5.13 to 3.5.15 (#3279)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.13 to 3.5.15.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.13...v3.5.15)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-20 10:20:40 +02:00
Antonin Delpeuch
7bac1f5dbe
Merge pull request #3275 from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-10-19 11:14:16 +02:00
Hosted Weblate
a794d77467
Merge branch 'origin/master' into Weblate. 2020-10-19 11:11:24 +02:00
Yaron Shahrabani
d7b95362bb
Translated using Weblate (Hebrew)
Currently translated at 9.3% (21 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/he/
2020-10-19 11:11:23 +02:00
Yaron Shahrabani
01f236e0e7
Translated using Weblate (Hebrew)
Currently translated at 100.0% (47 of 47 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/he/
2020-10-19 11:11:23 +02:00
Yaron Shahrabani
09497c1b9b
Translated using Weblate (Hebrew)
Currently translated at 100.0% (62 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/he/
2020-10-19 11:11:22 +02:00
Georgios Mavropalias
13fad7ae43
Translated using Weblate (Greek)
Currently translated at 11.4% (88 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/el/
2020-10-19 11:11:21 +02:00
Yaron Shahrabani
384ca32f71
Translated using Weblate (Hebrew)
Currently translated at 84.3% (649 of 769 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/he/
2020-10-19 11:11:21 +02:00
dependabot-preview[bot]
0432ea5f80
Bump mysql-connector-java from 8.0.21 to 8.0.22 (#3276)
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.21 to 8.0.22.
- [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-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-19 11:11:10 +02:00
Yaron Shahrabani
9855a2925d
Added translation using Weblate (Hebrew) 2020-10-19 08:25:42 +02:00
Tom Morris
d3d62a62c3
Update to docusaurus-2.0.0-alpha.64 to fix security vuln in dependency (#3261)
* Update docusaurus to fix security vuln in dependency

Also update docusaurus config to match new version.

Fixed some broken links in the documentation, but not sure
if they were related to the version change.

* Remove bad links

* Make broken links a warning instead of error
2020-10-16 20:49:57 +02:00
dependabot-preview[bot]
2d74f1dd1b
Bump postgresql from 42.2.17 to 42.2.18 (#3266)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.17 to 42.2.18.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.18/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.17...REL42.2.18)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-16 10:58:27 +02:00
Owen Stephens
50d958608a
Fix image filenames and links in documentation (#3268)
* Fix case of PNG extensions

* Fix incorrect links
2020-10-16 10:26:27 +02:00
Tom Morris
de2e76506e
Merge pull request #3265 from OpenRefine/dependabot/maven/com.google.apis-google-api-services-drive-v3-rev20201004-1.30.10
Bump google-api-services-drive from v3-rev20200813-1.30.10 to v3-rev20201004-1.30.10
2020-10-15 21:46:13 -04:00
Tom Morris
d1b8ccdedf
Merge pull request #3262 from OpenRefine/dependabot/maven/com.google.http-client-google-http-client-jackson2-1.37.0
Bump google-http-client-jackson2 from 1.36.0 to 1.37.0
2020-10-15 21:45:08 -04:00
dependabot-preview[bot]
8733df3817
Bump google-api-services-drive
Bumps google-api-services-drive from v3-rev20200813-1.30.10 to v3-rev20201004-1.30.10.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-15 06:29:39 +00:00
dependabot-preview[bot]
a9b4a61a91
Bump google-http-client-jackson2 from 1.36.0 to 1.37.0
Bumps [google-http-client-jackson2](https://github.com/googleapis/google-http-java-client) from 1.36.0 to 1.37.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.36.0...v1.37.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-14 06:31:12 +00:00
Tom Morris
de7d7ecfb0
Merge pull request #3260 from OpenRefine/dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.3
Bump plexus-archiver from 4.2.2 to 4.2.3
2020-10-13 13:55:14 -04:00
Tom Morris
73e3a2f8cc Clarify that plexus-archiver upgrade was to 4.0+ 2020-10-13 13:51:26 -04:00
dependabot-preview[bot]
343c567b5a
Bump plexus-archiver from 4.2.2 to 4.2.3
Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.2 to 4.2.3.
- [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.2...plexus-archiver-4.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-13 06:33:01 +00:00
Tom Morris
9fa7f6afe5
Merge pull request #3259 from OpenRefine/dependabot/maven/org.postgresql-postgresql-42.2.17
Bump postgresql from 42.2.16 to 42.2.17
2020-10-12 12:00:26 -04:00
Tom Morris
632189b7a6
Merge pull request #3258 from OpenRefine/dependabot/maven/jmh.version-1.26
Bump jmh.version from 1.25.2 to 1.26
2020-10-12 11:55:08 -04:00
dependabot-preview[bot]
4777fdf5ce
Bump postgresql from 42.2.16 to 42.2.17
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.16 to 42.2.17.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.17/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.16...REL42.2.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12 06:35:08 +00:00
dependabot-preview[bot]
13dc1b655d
Bump jmh.version from 1.25.2 to 1.26
Bumps `jmh.version` from 1.25.2 to 1.26.

Updates `jmh-core` from 1.25.2 to 1.26

Updates `jmh-generator-annprocess` from 1.25.2 to 1.26

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12 06:34:37 +00:00