dependabot[bot]
6efec5469d
build(deps): bump cypress from 7.5.0 to 8.0.0 in /main/tests/cypress ( #4066 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 7.5.0 to 8.0.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.5.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: cypress
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>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-07-24 14:06:42 +05:30
dependabot[bot]
f42d971505
build(deps-dev): bump eslint in /main/tests/cypress ( #4063 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.30.0 to 7.31.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.30.0...v7.31.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-07-20 23:11:42 +05:30
dependabot[bot]
a6f4a93e7b
build(deps): bump commons-compress from 1.20 to 1.21 ( #4059 )
...
Bumps commons-compress from 1.20 to 1.21.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
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-07-14 11:19:51 +02:00
dependabot[bot]
cdd7591adc
build(deps): bump commons-io from 2.10.0 to 2.11.0 ( #4060 )
...
Bumps commons-io from 2.10.0 to 2.11.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-07-14 11:19:30 +02:00
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
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
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
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
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
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
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]
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
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
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
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]
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
Hosted Weblate
55b96584fe
Merge remote-tracking branch 'origin/master'
2021-06-07 09:18:54 +02:00
dependabot[bot]
cfe00de6c2
build(deps-dev): bump eslint in /main/tests/cypress ( #3969 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.27.0 to 7.28.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.27.0...v7.28.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-07 09:18:50 +02:00
Boris Lehečka
2fc846273b
Translated using Weblate (Czech)
...
Currently translated at 47.4% (369 of 777 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/cs/
2021-06-07 08:48:40 +02:00
Boris Lehečka
80a4a807ef
Translated using Weblate (Czech)
...
Currently translated at 46.2% (359 of 777 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/cs/
2021-06-06 17:33:46 +02:00
CennoxX
b9ae789201
Translated using Weblate (German)
...
Currently translated at 97.2% (756 of 777 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2021-06-04 15:32:35 +02:00
dependabot[bot]
ad208065e2
build(deps): bump httpclient5 from 5.0.3 to 5.1 ( #3902 )
...
Bumps [httpclient5](https://github.com/apache/httpcomponents-client ) from 5.0.3 to 5.1.
- [Release notes](https://github.com/apache/httpcomponents-client/releases )
- [Changelog](https://github.com/apache/httpcomponents-client/blob/master/RELEASE_NOTES.txt )
- [Commits](https://github.com/apache/httpcomponents-client/compare/rel/v5.0.3...rel/v5.1 )
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-05-30 22:39:37 +02:00
Warpeas
fed23ec7f6
fixes #3462 ( #3921 )
...
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-05-30 22:24:06 +02:00
dependabot[bot]
7dd779e674
build(deps): bump commons-io from 2.8.0 to 2.9.0 ( #3938 )
...
Bumps commons-io from 2.8.0 to 2.9.0.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-30 21:45:48 +02:00
Antonin Delpeuch
6b30a7e13c
Set version to 3.6-SNAPSHOT
2021-05-29 13:06:04 +02:00
Antonin Delpeuch
1b9907e20c
Set version to 3.5-beta1
2021-05-29 09:23:23 +02:00
Florian Giroud
bd9b268dea
Cypress parallel manual ( #3922 )
...
Implemented parallelism fo Cypress Tests
2021-05-27 15:18:20 +02:00
Warpeas
3adc03c0db
fixe rotation parsing in scatterplot facet ( #3926 )
...
* fixes #3344
* Remove try/catch block no longer useful
2021-05-26 14:08:42 +02:00
dependabot[bot]
dd4eb781e1
build(deps): bump dotenv from 9.0.2 to 10.0.0 in /main/tests/cypress ( #3932 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 9.0.2 to 10.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases )
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-26 07:05:40 +02:00
dependabot[bot]
13b6f4f93b
build(deps-dev): bump eslint in /main/tests/cypress ( #3933 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.26.0 to 7.27.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.26.0...v7.27.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-25 23:57:18 +05:30
Jonas B
569728a036
Translated using Weblate (Swedish)
...
Currently translated at 56.3% (438 of 777 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/sv/
2021-05-22 02:40:31 +02:00
Kush Trivedi
c162c9ca17
feat: add tests for tutorial 1,2,3 ( #3796 )
...
* feat: add tests for tutorial 1,2,3
Signed-off-by: kushthedude <kushthedude@gmail.com>
* fix
Signed-off-by: kushthedude <kushthedude@gmail.com>
* fix: create csv method and add tutorial 3
Signed-off-by: kushthedude <kushthedude@gmail.com>
* fox
Signed-off-by: kushthedude <kushthedude@gmail.com>
* fix: requested changes
Signed-off-by: kushthedude <kushthedude@gmail.com>
Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-05-20 14:45:39 +02:00
Antonin Delpeuch
36589e5b1c
Make sure POST requests are retried even when connections are closed. ( #3875 )
...
By default, the Apache HTTP client does not retry POST requests in those cases
because they are not deemed idempotent. But for reconciliation they are, so they
should be retried.
Closes #3664 .
2021-05-15 08:52:23 +02:00
Antonin Delpeuch
e664712a70
Make schema evaluation null-proof; avoid adding null values in data extension. ( #3723 )
...
Null values in non-null cells should normally not happen, but sometimes they do and
we shouldn't fail miserably in those cases.
Closes #2880 .
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-05-15 08:51:26 +02:00
Antonin Delpeuch
787c272fe0
Fix date parsing for XLS and ODS files to avoid timezone-dependency. ( #3825 )
...
Closes #3740 .
2021-05-15 08:51:04 +02:00
Antonin Delpeuch
bbec28e67d
Restore log levels after Jetty update ( #3827 )
...
* Restore log levels after Jetty update
* Merge the two log4j.properties files
2021-05-15 08:50:38 +02:00
Hosted Weblate
040cc40a11
Merge remote-tracking branch 'origin/master'
2021-05-13 14:08:58 +02:00
Florian Giroud
56f910f7db
Reconciliation tests ( #3777 )
...
* Reconciliation tests PoC
* removed debug statement
* Added more reconciliation tests
* Fixed typo
* Fixed reconciliation test
* test disabling error handling, troubleshooting
* Attempt to fix flaky integration tests
* restored error handling, fixed flaky test
* Attempt to fix flaly test
* Attempt to fix flaky tests
2021-05-13 14:08:55 +02:00
ssantos
d6452fb66d
Translated using Weblate (Portuguese)
...
Currently translated at 96.2% (748 of 777 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pt/
2021-05-13 11:33:37 +02:00
dependabot[bot]
99780057e7
build(deps): bump dotenv from 9.0.0 to 9.0.2 in /main/tests/cypress ( #3898 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 9.0.0 to 9.0.2.
- [Release notes](https://github.com/motdotla/dotenv/releases )
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v9.0.0...v9.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-11 15:18:33 +05:30
dependabot[bot]
574ac82c5a
build(deps-dev): bump eslint in /main/tests/cypress ( #3894 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.24.0 to 7.26.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.24.0...v7.26.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-11 15:17:54 +05:30
dependabot[bot]
897bfa5308
build(deps-dev): bump prettier in /main/tests/cypress ( #3896 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.2.1 to 2.3.0.
- [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.2.1...2.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 15:17:31 +05:30
gitonthescene
dd49148f38
closes #3862 ( #3865 )
...
Co-authored-by: Douglas Mennella <douglas.mennella@gmail.com>
2021-05-08 09:06:42 +02:00