Commit Graph

5925 Commits

Author SHA1 Message Date
dependabot[bot]
99ea1f7a77
Bump jackson.version from 2.11.3 to 2.12.1 (#3530)
* Bump jackson.version from 2.11.3 to 2.12.1

Bumps `jackson.version` from 2.11.3 to 2.12.1.

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

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

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

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

* Pin jackson-core version to same as OpenRefine main

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-03-03 12:17:18 +01:00
Thad Guidry
efb6a032c8
Add Security Policy on how we handle reports (#3405)
* Add Security Policy on how we handle reports

* Update SECURITY.md

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>

* Add note about privately reporting

...to the openrefine-coredev@googlegroups.com mailing list
Note, mailing list group is private already but does indeed allow outside persons to email to us.
** Group members - can post but posts from new members will be held for moderation.

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-03-03 11:33:21 +01:00
dependabot[bot]
145126a775
build(deps-dev): bump eslint-config-prettier in /main/tests/cypress (#3670)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.1.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v8.1.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-28 18:07:30 -05:00
Tom Morris
757581fb28
Merge pull request #3522 from OpenRefine/thadguidry-gitter-matrix
* Add updated chat for Web and Mobile clients
2021-02-28 15:23:49 -05:00
Tom Morris
23af186fe1
Merge pull request #3669 from OpenRefine/dependabot/maven/com.google.http-client-google-http-client-jackson2-1.39.0
build(deps): bump google-http-client-jackson2 from 1.38.1 to 1.39.0
2021-02-27 21:48:51 -05:00
Thad Guidry
13395e8a8b
Update README.md
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-02-27 19:03:15 -06:00
dependabot[bot]
c0606e1ccc build(deps): bump google-http-client-jackson2 from 1.38.1 to 1.39.0
Bumps [google-http-client-jackson2](https://github.com/googleapis/google-http-java-client) from 1.38.1 to 1.39.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.38.1...v1.39.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27 19:45:43 -05:00
Tom Morris
a4d3b5522f
Merge pull request #3675 from tfmorris/3652-lgtm-build-fix
Don't run tests for LGTM build - fixes #3652
2021-02-27 19:22:41 -05:00
Tom Morris
bbc464456b Don't run tests for LGTM build - fixes #3652 2021-02-27 19:21:52 -05:00
Martin Magdinier
5782186711
Update CONTRIBUTING.md (#3574)
Update following discussion in #3568
2021-02-27 17:54:54 -05:00
Antonin Delpeuch
fdc8d073e3
Follow-up improvements to GOVERNANCE.md after #3198 (#3568)
* Follow-up improvements to GOVERNANCE.md after #3198

* Move code of conduct mention to the first section

* Remove wording about specialness of committers

Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-02-27 17:53:23 -05:00
Tom Morris
3e20bc8da0
Merge pull request #3654 from OpenRefine/dependabot/maven/org.postgresql-postgresql-42.2.19
build(deps): bump postgresql from 42.2.18 to 42.2.19
2021-02-27 17:29:23 -05:00
dependabot[bot]
8ac7c55260 build(deps): bump postgresql from 42.2.18 to 42.2.19
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.2.19.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.19/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.18...REL42.2.19)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27 17:10:22 -05:00
Kush Trivedi
3db9453661
feat: add tests for create project (#3603)
* feat: add tests for create project

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

* add test for URL and increase timeout

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

* restore timeout

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

* restore timeout

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

* fix

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

* amend urls

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

Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-02-26 21:12:46 +01:00
Antonin Delpeuch
763ef2fd09
Merge pull request #3671 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-02-26 14:25:21 +01:00
Adithya K
56c9b3aec3
Translated using Weblate (Malayalam)
Currently translated at 0.1% (1 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ml/
2021-02-26 12:50:54 +01:00
Adithya K
26312ef7fc
Translated using Weblate (Malayalam)
Currently translated at 20.9% (13 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/ml/
2021-02-26 12:50:53 +01:00
Allan Nordhøy
6b8362de5b
Translated using Weblate (Norwegian Bokmål)
Currently translated at 53.2% (413 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2021-02-26 12:50:53 +01:00
Eihel
a317d36348
Translated using Weblate (French)
Currently translated at 98.2% (221 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/fr/
2021-02-26 12:50:52 +01:00
Eihel
07be8a1327
Translated using Weblate (French)
Currently translated at 100.0% (45 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/fr/
2021-02-26 12:50:51 +01:00
Eihel
e20f9db574
Translated using Weblate (French)
Currently translated at 100.0% (62 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/fr/
2021-02-26 12:50:51 +01:00
Isao Matsunami
ddc3bf3cd7
Translated using Weblate (Japanese)
Currently translated at 100.0% (776 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2021-02-26 12:50:51 +01:00
Eihel
6962607ef8
Translated using Weblate (French)
Currently translated at 100.0% (776 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2021-02-26 12:50:51 +01:00
Adithya K
31298a1e91
Added translation using Weblate (Malayalam) 2021-02-25 20:11:12 +01:00
dependabot[bot]
46e4b88587
build(deps): bump mockito-core from 3.7.7 to 3.8.0 (#3665)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.7.7 to 3.8.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.7.7...v3.8.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-02-24 15:56:07 +01:00
Akshita Singh
ad22c7709a
Add link to GREL reference in Help tab of expression editor (#3647)
* grel reference added

* descriptive link added

* modified

* translation text added

* conflict issue resolved and link added

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-02-24 14:37:47 +01:00
Antonin Delpeuch
d72193f25e
Merge pull request #3662 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-02-22 17:44:43 +01:00
Adithya K
4288820033
Translated using Weblate (Malayalam)
Currently translated at 16.1% (10 of 62 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/ml/
2021-02-22 15:50:49 +01:00
Adithya K
cedbb95c8e
Translated using Weblate (Malayalam)
Currently translated at 4.4% (10 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/ml/
2021-02-22 15:50:48 +01:00
Adithya K
3a94fa9bae
Translated using Weblate (Filipino)
Currently translated at 84.6% (656 of 775 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fil/
2021-02-22 15:50:48 +01:00
Tom Morris
740de3a520
Merge pull request #3658 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-02-21 16:48:22 -05:00
Hosted Weblate
2835c26e5e Merge remote-tracking branch 'origin/master' 2021-02-20 21:57:40 +01:00
Tom Morris
1e47c612d9
Remove obsolete licenses (#3660)
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-02-20 21:57:36 +01:00
Hosted Weblate
0ad3c49f4d Merge remote-tracking branch 'origin/master' 2021-02-20 20:06:52 +01:00
Adithya K
8ebc797f36
Translated using Weblate (Malayalam)
Currently translated at 3.1% (7 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/ml/
2021-02-20 20:06:51 +01:00
Tom Morris
149bd3a3f5
Merge pull request #3659 from tfmorris/pr-template
Move pull request template up a level
2021-02-20 14:06:48 -05:00
Tom Morris
09e0f270e4 Move pull request template up a level 2021-02-20 14:03:06 -05:00
Adithya K
9b6a53f1f2
Added translation using Weblate (Malayalam) 2021-02-20 13:39:48 +01:00
Hosted Weblate
0d592e4381 Merge remote-tracking branch 'origin/master' 2021-02-20 12:56:46 +01:00
Gnoeee
af92119b5d
Translated using Weblate (Malayalam)
Currently translated at 1.7% (4 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/ml/
2021-02-20 12:56:46 +01:00
sarahelshabrawy
cf58dc4cdc
Enable hyperlinks in in-tool Help field (#3648) 2021-02-20 12:56:39 +01:00
Gnoeee
4eb9efa20d
Added translation using Weblate (Malayalam) 2021-02-20 12:24:59 +01:00
Mo-hamdy2000
6c47c81e59
fix: Expression window resize (#3587)
* fix: Expression window resize

* fix: Expression window resize

* fix: Expression window resize

hard-coded value removed

* fix: Expression window resize

- adding column dialog fixed
- default width is preserved

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-02-20 11:36:06 +01:00
dependabot[bot]
62c5270a6d
build(deps): bump uniqid from 5.2.0 to 5.3.0 in /main/tests/cypress (#3655)
Bumps [uniqid](https://github.com/adamhalasz/uniqid) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/adamhalasz/uniqid/releases)
- [Commits](https://github.com/adamhalasz/uniqid/commits)

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-02-20 10:36:40 +01:00
Antonin Delpeuch
1af0e06a41
Enable docusaurus link checker. Closes #3529. (#3576) 2021-02-20 10:08:45 +01:00
dependabot[bot]
968378a39c
build(deps-dev): bump eslint in /main/tests/cypress (#3640)
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.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.19.0...v7.20.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>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-02-19 08:44:37 +01:00
Antonin Delpeuch
be9da2161a
Merge pull request #3653 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-02-18 22:48:11 +01:00
Kush Trivedi
c3e77e0936
Translated using Weblate (Hindi)
Currently translated at 3.2% (25 of 775 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/hi/
2021-02-18 19:50:48 +01:00
Eihel
386bbf1aba
Translated using Weblate (French)
Currently translated at 79.1% (178 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/fr/
2021-02-18 19:50:48 +01:00
Eihel
9620cd809b
Translated using Weblate (French)
Currently translated at 93.3% (42 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/fr/
2021-02-18 19:50:47 +01:00