Commit Graph

5730 Commits

Author SHA1 Message Date
Antonin Delpeuch
a4ee5fdcab Revert "Fix GitHub pull request ref, follow up for #3571"
This reverts commit 2afab144c5.
2021-02-05 12:56:26 +01:00
Hosted Weblate
43feb2655c Merge remote-tracking branch 'origin/master' 2021-02-05 12:54:03 +01:00
Antonin Delpeuch
2afab144c5 Fix GitHub pull request ref, follow up for #3571 2021-02-05 12:53:38 +01:00
Antonin Delpeuch
c1a7a203e4
Translated using Weblate (French)
Currently translated at 74.6% (168 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/fr/
2021-02-05 12:38:48 +01:00
Antonin Delpeuch
7e0f14f95a
Attempt to run the CI on the test merge instead of the branch for each PR (#3585)
Closes #3571
2021-02-05 12:28:06 +01:00
dependabot[bot]
193d3c888c
build(deps): bump actions/cache from v2.1.3 to v2.1.4 (#3582)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-05 08:36:10 +01:00
Owen Stephens
7442b0470c
Merge pull request #3581 from ostephens/installing-doc
Re-instating Tabs import
2021-02-04 23:40:22 +00:00
Owen Stephens
85aef3c9f6 Re-instating Tabs import 2021-02-04 22:28:19 +00:00
Kush Trivedi
3692257aa1
feat: add tests for pagination and pagesize (#3550)
* feat: add tests for pagination and pagesize
2021-02-04 15:42:57 +01:00
Kush Trivedi
6750a45d53
feat: add prettier lint scripts and workflow (#3546)
* feat: add lint scripts and workflow

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

* fix lint

Signed-off-by: kushthedude <kushthedude@gmail.com>
2021-02-04 15:37:03 +01:00
Martin Magdinier
54f438721e
Update Governance and Contributing doc (#3198)
This is a work in progress, we want to improve our decision processes.
2021-02-04 07:39:31 +01:00
Antonin Delpeuch
6283328368
Merge pull request #3567 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-02-03 21:44:09 +01:00
J. Lavoie
01fcea4d7d
Translated using Weblate (French)
Currently translated at 72.0% (162 of 225 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/fr/
2021-02-03 21:42:02 +01:00
J. Lavoie
243a0bc5dd
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-03 21:42:01 +01:00
J. Lavoie
9c5a28aaf0
Translated using Weblate (German)
Currently translated at 98.1% (757 of 771 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2021-02-03 21:42:00 +01:00
J. Lavoie
b2065f01a7
Translated using Weblate (Italian)
Currently translated at 92.7% (715 of 771 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/it/
2021-02-03 21:42:00 +01:00
J. Lavoie
c37b7c4cc8
Translated using Weblate (French)
Currently translated at 100.0% (771 of 771 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2021-02-03 21:41:59 +01:00
Thad Guidry
b4e903264e
Update Java version (#3557)
* Update Java version

since the older JDK 14 version page says its been superseded with the new version

* Update installing.md

I think this is what we're looking for.

* Update build-test-run.md

Threw it all here.

Co-authored-by: allanaaa <allana.mayer@mail.mcgill.ca>
2021-02-03 19:11:30 +01:00
Kush Trivedi
8b917c4d82
Update snapshot_release.yml (#3555) 2021-02-02 10:04:26 +01:00
Florian Giroud
a5db3774f9
test: Added tests for expression panels, #3498 (#3535)
* test: Added tests for expression panels, #3498

* Cosmetic changes, renaming tests

* Refactored unique expressions used in tests
2021-02-02 09:09:25 +01:00
Florian Giroud
23be710f2c
test: Refactored the facet test, added more cases (#3534)
* test: Refactored the facet test, added more cases, added utility methods, #3419

* Update main/tests/cypress/cypress/integration/project/grid/column/facet/facets.spec.js

Co-authored-by: Thad Guidry <thadguidry@gmail.com>

* Update main/tests/cypress/cypress/integration/project/grid/column/facet/facets.spec.js

Co-authored-by: Thad Guidry <thadguidry@gmail.com>

* Update main/tests/cypress/cypress/integration/project/grid/column/facet/facets.spec.js

Co-authored-by: Thad Guidry <thadguidry@gmail.com>

* Removed assertion from utility method editCell

Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2021-02-02 09:07:40 +01:00
Florian Giroud
3ce9292b66
test: Added test cases for edit Cells, #3423 (#3541) 2021-02-01 14:43:27 +01:00
Kush Trivedi
b8982d1d6e
tests: add test for filtering project through tags (#3521)
* tests: add test for filtering project through tags

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
2021-02-01 13:49:04 +01:00
Kush Trivedi
0b748bcc37
feat: add tests for sorting column (#3519)
* feat: add tests for sorting column
2021-02-01 13:40:40 +01:00
dependabot[bot]
f58054b337
Bump plexus-archiver from 4.2.3 to 4.2.4 (#3548)
Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.3 to 4.2.4.
- [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.3...plexus-archiver-4.2.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 11:09:20 +01:00
dependabot[bot]
20af5ecf9b
Bump mariadb-java-client from 2.7.1 to 2.7.2 (#3547)
Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.7.1 to 2.7.2.
- [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.1...2.7.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 11:08:27 +01:00
dependabot[bot]
ee6fccdd67
Bump mockwebserver from 4.9.0 to 4.9.1 (#3549)
Bumps [mockwebserver](https://github.com/square/okhttp) from 4.9.0 to 4.9.1.
- [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.0...parent-4.9.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-01 11:07:16 +01:00
Thad Guidry
9f4a8432cd
skip building with Appveyor for only docs (#3538)
* skip building with Appveyor for only docs

* limit to only the docs folder
2021-01-29 23:04:21 +01:00
Thad Guidry
b010917f19
fix type in installation docs (#3537) 2021-01-29 19:11:14 +01:00
Antonin Delpeuch
ea54f7f2af
Merge pull request #3540 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-01-29 19:06:11 +01:00
Isao Matsunami
aff31c50ee
Translated using Weblate (Japanese)
Currently translated at 100.0% (771 of 771 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2021-01-29 11:17:46 +01:00
Thad Guidry
41db60d07c
Prevent snapshot release when only docs push (#3527)
I "think" this is the right way to handle this to prevent unnecessary workflow runs such as this one:
https://github.com/OpenRefine/OpenRefine/actions/runs/515619980

when only a PR for docs is merged into master branch.
2021-01-28 13:42:00 +01:00
Kush Trivedi
7e81f9500b
fix: properly migrate to cypress 6.2.1 (#3533)
Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
2021-01-28 12:36:02 +01:00
Florian Giroud
8c50a18a85
fix: Reverted Cypress to 6.2.1
Reverted Cypress, because of too many stability issues with the latest 6.3
2021-01-28 12:22:23 +01:00
Kush Trivedi
900ff2db9a
tests: UX Test for project list deletion, sort, filter (#3480)
* tests: UX Test for project list deletion, sort, filter

Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
2021-01-28 11:45:05 +01:00
Thad Guidry
f94bb5e8f4
Fix broken link for technical-reference (#3528) 2021-01-27 23:03:55 +01:00
allanaaa
00ac3d1fc4
Update README.md (#3526)
Update link from "Documentation wiki" to new user manual
2021-01-27 23:03:26 +01:00
Owen Stephens
f1bdce9237
Merge pull request #3525 from OpenRefine/thadguidry-patch-docs1
Improve formatting, add better links
2021-01-27 17:41:45 +00:00
Thad Guidry
717b0581c1
Improve formatting, add better links 2021-01-27 10:47:50 -06:00
Thad Guidry
c49b1d7f87
Merge pull request #3524 from glassjoseph/patch-1
Fix links on Manual Introduction page.
2021-01-27 10:26:39 -06:00
Joseph Glass
f310e924ef
Fix links on Manual Introduction page.
This documentation PR fixes links which currently 404 on the Introduction page by adding `manual/` to the path of the relevant links.
2021-01-27 11:06:22 -05:00
Kush Trivedi
f661201e9a
fix: add additional version translation (#3485)
Signed-off-by: Kush Trivedi <kushthedude@gmail.com>
2021-01-27 09:57:42 +01:00
Antonin Delpeuch
ffdede2423 Revert "Bump jackson.version from 2.11.3 to 2.12.1 (#3464)"
There are unexpected test failures in the Wikidata extension.
This reverts commit 6879401f23.
2021-01-27 09:32:23 +01:00
dependabot[bot]
eb0d998d8b
Bump dev-drprasad/delete-older-releases from v0.1.0 to v0.2.0 (#3391)
Bumps [dev-drprasad/delete-older-releases](https://github.com/dev-drprasad/delete-older-releases) from v0.1.0 to v0.2.0.
- [Release notes](https://github.com/dev-drprasad/delete-older-releases/releases)
- [Commits](https://github.com/dev-drprasad/delete-older-releases/compare/v0.1.0...e3510b26d17114d63269aa02d3ebb592936d0981)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 09:26:57 +01:00
dependabot[bot]
d9edb07be3
Bump jmh.version from 1.26 to 1.27 (#3398)
Bumps `jmh.version` from 1.26 to 1.27.

Updates `jmh-core` from 1.26 to 1.27

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 09:26:06 +01:00
dependabot[bot]
448faf0f27
Bump jena.version from 3.9.0 to 3.17.0 (#3379)
* Bump jena.version from 3.9.0 to 3.17.0

Bumps `jena.version` from 3.9.0 to 3.17.0.

Updates `jena-arq` from 3.9.0 to 3.17.0

Updates `jena-base` from 3.9.0 to 3.17.0

Updates `jena-cmds` from 3.9.0 to 3.17.0

Updates `jena-core` from 3.9.0 to 3.17.0

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

* Add commons-codec dependency for Jena

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-01-27 09:20:56 +01:00
Rajaram
7b080fe99d
Update openrefine-api.md (#3159)
* Update openrefine-api.md

Documentation for Create project and Export rows API calls modified

* Update docs/docs/technical-reference/openrefine-api.md

Co-authored-by: Tom Morris <tfmorris@gmail.com>

Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-01-27 09:19:44 +01:00
dependabot[bot]
6879401f23
Bump jackson.version from 2.11.3 to 2.12.1 (#3464)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 09:18:28 +01:00
dependabot[bot]
951175a1f5
Bump cypress-file-upload from 5.0.1 to 5.0.2 in /main/tests/cypress (#3516)
Bumps [cypress-file-upload](https://github.com/abramenal/cypress-file-upload) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/abramenal/cypress-file-upload/releases)
- [Commits](https://github.com/abramenal/cypress-file-upload/compare/v5.0.1...v5.0.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 09:15:30 +01:00
dependabot[bot]
a4ea122cc8
Bump clojure from 1.10.1 to 1.10.2 (#3523)
Bumps [clojure](https://github.com/clojure/clojure) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/clojure/clojure/releases)
- [Changelog](https://github.com/clojure/clojure/blob/master/changes.md)
- [Commits](https://github.com/clojure/clojure/compare/clojure-1.10.1...clojure-1.10.2)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-27 09:15:14 +01:00