Commit Graph

6345 Commits

Author SHA1 Message Date
Florian Giroud
1df51b6b58
Speed-up testing time for Cypress in CI/CD (#4042)
* Added an environment variable to disable projects cleanup on CI/CD, improve performances

* revert DISABLE_PROJECT_CLEANUP to be 0 by default

Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-07-08 14:13:55 +02:00
dependabot[bot]
21759b4565
build(deps): bump jackson.version from 2.12.3 to 2.12.4 (#4045)
Bumps `jackson.version` from 2.12.3 to 2.12.4.

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

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

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
  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-07-08 12:12:50 +02:00
Florian Giroud
423715d3ca
Improved notification checking, improved reconciliation tests to improve flakiness rate (#4041) 2021-07-08 12:03:28 +02:00
dependabot[bot]
aba5f7ff10
build(deps-dev): bump eslint in /main/tests/cypress (#4038)
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.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.29.0...v7.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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-07-07 11:34:08 +02:00
dependabot[bot]
ecd420a548
build(deps): bump @crowdin/cli from 3.6.2 to 3.6.3 in /docs (#4039)
Bumps [@crowdin/cli](https://github.com/crowdin/crowdin-cli) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/crowdin/crowdin-cli/releases)
- [Changelog](https://github.com/crowdin/crowdin-cli/blob/cli3/CHANGELOG.md)
- [Commits](https://github.com/crowdin/crowdin-cli/compare/3.6.2...3.6.3)

---
updated-dependencies:
- dependency-name: "@crowdin/cli"
  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-07-07 08:13:47 +02:00
Antonin Delpeuch
87d55b167f
Merge pull request #4040 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-07-07 08:13:16 +02:00
Boris Lehečka
25ada064f9
Translated using Weblate (Czech)
Currently translated at 67.0% (521 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/cs/
2021-07-06 22:34:13 +02:00
Md. Shahriyar Hossain
df36ff507d
Translated using Weblate (Bengali)
Currently translated at 48.8% (22 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/bn/
2021-07-06 22:34:07 +02:00
dependabot[bot]
0c5854cbde
build(deps): bump @crowdin/cli from 3.6.0 to 3.6.2 in /docs (#4037)
Bumps [@crowdin/cli](https://github.com/crowdin/crowdin-cli) from 3.6.0 to 3.6.2.
- [Release notes](https://github.com/crowdin/crowdin-cli/releases)
- [Changelog](https://github.com/crowdin/crowdin-cli/blob/cli3/CHANGELOG.md)
- [Commits](https://github.com/crowdin/crowdin-cli/compare/3.6.0...3.6.2)

---
updated-dependencies:
- dependency-name: "@crowdin/cli"
  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-07-06 15:43:52 +02:00
Thad Guidry
685ac580fc
Add Translations section to Docs README (#4034) 2021-07-05 15:03:29 +02:00
Antonin Delpeuch
9b24ba64f2
Fix docusaurus config so it fails on broken links. (#4032)
* Fix docusaurus config so it fails on broken links. Closes #4031

* Fix broken links
2021-07-04 18:43:32 +02:00
Antonin Delpeuch
aebcd41102
Crowdin integration to translate the docs (#4029)
* Start Crowdin integration, for #3890

* Wire up crowdin in docs deployment
2021-07-02 20:37:23 +02:00
dependabot[bot]
ab07883336
build(deps): bump sqlite-jdbc from 3.36.0 to 3.36.0.1 (#4028)
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.36.0 to 3.36.0.1.
- [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...3.36.0.1)

---
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-07-01 21:15:11 +02:00
dependabot[bot]
2fe8780256
build(deps): bump @docusaurus/preset-classic in /docs (#4026)
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.2 to 2.0.0-beta.3.
- [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.3/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-06-30 20:48:38 +02:00
Thad Guidry
8021690d4f
Update info on Docs README about Next version (#4024)
* Update info on Docs README about Next version

@wetneb Does this look OK?  I just tested and seems that this is how we can actually work and see the "current" docs and we didn't really document this anywhere as far as I can tell.  So this README section is a good place?

* fix numbered list
2021-06-29 22:25:52 +02:00
dependabot[bot]
ad0b31abe9
build(deps): bump prismjs from 1.23.0 to 1.24.0 in /docs (#4023)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-29 07:32:28 +02:00
dependabot[bot]
ca52ded833
build(deps): bump sqlite-jdbc from 3.34.0 to 3.36.0 (#4021)
Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.34.0 to 3.36.0.
- [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.34.0...3.36.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  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-06-29 07:31:51 +02:00
dependabot[bot]
0d43c01eae
build(deps-dev): bump prettier in /main/tests/cypress (#4022)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [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.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: prettier
  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-06-29 02:25:55 +05:30
dependabot[bot]
cce51de0cb
build(deps): bump jetty-servlets (#3998)
Bumps [jetty-servlets](https://github.com/eclipse/jetty.project) from 9.4.26.v20200117 to 9.4.41.v20210516.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.26.v20200117...jetty-9.4.41.v20210516)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-servlets
  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-06-28 09:43:56 +02:00
Matías García Isaía
282cfa6e93
Fix null precondition while importing a Google Sheet (#3801)
`Credential.Builder()` requires a non-null `AccessMethod`[0], and we were sending
it `null` when actually importing the spreadsheet.

This commit defaults to the same `BearerToken.authorizationHeaderAccessMethod()` that the
`getDriveService()` function was already using.

[0]: https://github.com/googleapis/google-oauth-java-client/blob/v1.31.0/google-oauth-client/src/main/java/com/google/api/client/auth/oauth2/Credential.java#L636-L638

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-06-28 09:35:05 +02:00
Joe Wicentowski
26eaacefc6
Update homebrew-cask-process.md (#4017)
As promised in https://github.com/OpenRefine/OpenRefine/pull/3949
2021-06-28 08:36:18 +02:00
Antonin Delpeuch
9919ee51bf
Respect spaces in clustering dialog. Closes #4004. (#4005) 2021-06-27 16:14:22 +02:00
Florian Giroud
91440b4cfb
Tests stability (#4014)
* Cypress 7.5 now redirects properly, removed doCreateProjectThroughUserInterface method

* temporarily changed CI

* temporarily changed CI

* Fixed an invalid call to a method that doesn't exist, fixed importing tutorial tests

* Fixed row_records test

* Attempt to fix flaky tests by improving the way we check for notifications

* disabledf scatterplot testing

* Attempt to fix flaky tests

* force CI

* force CI

* force CI

* force CI, edge

* attempt to fix flaky tests

* Attempt to fix flaky tests

* CI

* fastfix

* Code cleaning & linting

* Removed temporary edit of CI/CD

* revert debug edit of test files
2021-06-26 16:15:28 +05:30
dependabot[bot]
dbaa80a2eb
build(deps): bump @docusaurus/preset-classic in /docs (#4012)
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.1 to 2.0.0-beta.2.
- [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.2/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-06-25 05:26:21 +02:00
Antonin Delpeuch
329b17f40f
Merge pull request #4013 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-06-25 05:25:43 +02:00
Sandra Fauconnier
c99fa2fa40
Translated using Weblate (Dutch)
Currently translated at 53.1% (413 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nl/
2021-06-24 21:33:25 +02:00
Thad Guidry
24807dd7fa
Update to Docusaurus 2 beta (#4008)
There are significant updates currently and plans coming on their roadmap.  For now, along with many bug fixes, this allows us to explore more translation opportunities.
2021-06-24 08:23:57 +02:00
dependabot[bot]
4f028cb72e
build(deps): bump cypress from 7.2.0 to 7.5.0 in /main/tests/cypress (#3970)
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.2.0 to 7.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/v7.2.0...v7.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>
2021-06-23 09:32:39 +02:00
dependabot[bot]
a1da40a7f6
build(deps): bump mockito-core from 3.11.1 to 3.11.2 (#3999)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.1...v3.11.2)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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-06-22 14:12:43 +02:00
dependabot[bot]
9cf921607d
build(deps): bump google-api-services-sheets (#4000)
Bumps google-api-services-sheets from v4-rev20210527-1.31.0 to v4-rev20210527-1.31.5.

---
updated-dependencies:
- dependency-name: com.google.apis:google-api-services-sheets
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 14:12:13 +02:00
dependabot[bot]
8790d3729b
build(deps): bump git-commit-id-plugin from 4.0.4 to 4.0.5 (#3973)
Bumps git-commit-id-plugin from 4.0.4 to 4.0.5.

---
updated-dependencies:
- dependency-name: pl.project13.maven:git-commit-id-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-06-22 14:11:37 +02:00
dependabot[bot]
c7eb964b35
build(deps-dev): bump eslint in /main/tests/cypress (#4002)
Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.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.28.0...v7.29.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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-06-22 14:11:11 +02:00
dependabot[bot]
144586cfc4
build(deps): bump cypress-file-upload in /main/tests/cypress (#4003)
Bumps [cypress-file-upload](https://github.com/abramenal/cypress-file-upload) from 5.0.7 to 5.0.8.
- [Release notes](https://github.com/abramenal/cypress-file-upload/releases)
- [Commits](https://github.com/abramenal/cypress-file-upload/compare/v5.0.7...v5.0.8)

---
updated-dependencies:
- dependency-name: cypress-file-upload
  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-06-22 14:10:51 +02:00
dependabot[bot]
256f96d3d6
build(deps): bump slf4j.version from 1.7.30 to 1.7.31 (#3994)
Bumps `slf4j.version` from 1.7.30 to 1.7.31.

Updates `slf4j-log4j12` from 1.7.30 to 1.7.31
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

Updates `slf4j-api` from 1.7.30 to 1.7.31
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-log4j12
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
  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-06-21 18:05:21 +02:00
dependabot[bot]
97aa92bfae
build(deps): bump @docusaurus/preset-classic in /docs (#3997)
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.0 to 2.0.0-beta.1.
- [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.1/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-06-19 18:34:11 +02:00
Antonin Delpeuch
550cd2a721
Merge pull request #3989 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-06-17 16:11:21 +02:00
Boris Lehečka
52da572ec5
Translated using Weblate (Czech)
Currently translated at 49.8% (387 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/cs/
2021-06-16 19:32:31 +02:00
Joe Wicentowski
e00c4280b9
Update Homebrew documentation (#3949)
With Homebrew 2.6.0:

> All brew cask commands have been deprecated in favour of brew commands (with --cask) when necessary. 

See https://brew.sh/2020/12/01/homebrew-2.6.0/.

Also, removed mention of openrefine-dev cask as this facility does not appear to be in use.
2021-06-16 10:28:06 +02:00
dependabot[bot]
3fd686c5b9
build(deps): bump commons-io from 2.9.0 to 2.10.0 (#3985)
Bumps commons-io from 2.9.0 to 2.10.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  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-06-14 09:23:01 +02:00
dependabot[bot]
5086ec3c91
build(deps): bump maven-dependency-plugin from 3.1.2 to 3.2.0 (#3984)
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.1.2...maven-dependency-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  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-06-14 09:22:30 +02:00
dependabot[bot]
fb917a643a
build(deps): bump mockito-core from 3.11.0 to 3.11.1 (#3982)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.0 to 3.11.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.11.0...v3.11.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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-06-14 09:14:45 +02:00
Antonin Delpeuch
a8c0b115fa
Merge pull request #3981 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-06-13 06:31:26 +02:00
Włodzimierz Bartczak
765b32c136
Translated using Weblate (Polish)
Currently translated at 23.4% (53 of 226 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/pl/
2021-06-12 18:56:40 +02:00
Boris Lehečka
95b90d82b8
Translated using Weblate (Czech)
Currently translated at 49.6% (386 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/cs/
2021-06-12 18:56:39 +02:00
Antonin Delpeuch
d647f93c7c
Remove lavalamp js dependency, non-free. Closes #3957. (#3974) 2021-06-11 19:18:55 +02:00
dependabot[bot]
df964ef328
build(deps): bump normalize-url from 4.5.0 to 4.5.1 in /docs (#3975)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 09:33:37 +02:00
Antonin Delpeuch
1654cd31b1
Use environment variables for default workspace location on Windows, (#3840)
* Use environment variables for default workspace location on Windows, for #2961.

* Mention possibility of using System.getProperty instead

* Migrate to user.profile java property for Windows workspace dir fallback
2021-06-10 08:09:09 +02:00
dependabot[bot]
5c891e6ad7
build(deps-dev): bump prettier in /main/tests/cypress (#3968)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1.
- [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.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: prettier
  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-06-07 10:51:44 +02:00
dependabot[bot]
1543c53046
build(deps-dev): bump jsdoc from 3.6.6 to 3.6.7 in /main/tests/cypress (#3914)
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.6 to 3.6.7.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.7/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.6...3.6.7)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 09:30:08 +02:00
Antonin Delpeuch
5f9f26c010
Merge pull request #3965 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-06-07 09:25:56 +02:00