Commit Graph

2850 Commits

Author SHA1 Message Date
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
dependabot[bot]
a345c67c9a
build(deps-dev): bump eslint-plugin-cypress in /main/tests/cypress (#3880)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.11.2...v2.11.3)

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-08 00:13:48 +05:30
dependabot[bot]
f4d0f8ef7e
build(deps): bump dotenv from 8.2.0 to 9.0.0 in /main/tests/cypress (#3883)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 9.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/v8.2.0...v9.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-08 00:08:04 +05:30
Adolfo Jayme Barrientos
03285fc7d4
Translated using Weblate (Spanish)
Currently translated at 99.8% (776 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/es/
2021-05-07 18:33:22 +02:00
dependabot[bot]
cfff1d8b7c
build(deps): bump cypress-file-upload in /main/tests/cypress (#3873)
Bumps [cypress-file-upload](https://github.com/abramenal/cypress-file-upload) from 5.0.3 to 5.0.7.
- [Release notes](https://github.com/abramenal/cypress-file-upload/releases)
- [Commits](https://github.com/abramenal/cypress-file-upload/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 11:30:22 +02:00
dependabot[bot]
b59ff650db
build(deps): bump fs-extra from 9.1.0 to 10.0.0 in /main/tests/cypress (#3874)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 11:30:11 +02:00
Isao Matsunami
a76dd42981
Translated using Weblate (Japanese)
Currently translated at 100.0% (777 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2021-05-03 10:32:18 +02:00
Hosted Weblate
b1fbc5e75b Merge remote-tracking branch 'origin/master' 2021-05-01 14:41:38 +02:00
dependabot[bot]
66d45f55b9
build(deps): bump cypress from 7.1.0 to 7.2.0 in /main/tests/cypress (#3851)
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.1.0 to 7.2.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.1.0...v7.2.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-01 18:11:35 +05:30
Karol
ce434d06f1
Translated using Weblate (Polish)
Currently translated at 21.6% (168 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/
2021-05-01 14:32:17 +02:00
Eihel
b94b47ca5b
Translated using Weblate (French)
Currently translated at 100.0% (777 of 777 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2021-05-01 14:32:16 +02:00
Akshita Singh
d269a5ea4d
Common transforms on multiple columns (#3789)
Closes #1843.
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-04-26 11:33:23 +02:00
Pablo Bianchi
679fe69e76
Translated using Weblate (Spanish)
Currently translated at 100.0% (776 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/es/
2021-04-24 03:32:11 +02:00
Karol
877d26b735
Translated using Weblate (Polish)
Currently translated at 20.7% (161 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/
2021-04-21 21:29:26 +02:00
Karol
a293bbd855
Translated using Weblate (Polish)
Currently translated at 19.3% (150 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/
2021-04-20 21:05:56 +02:00
Isao Matsunami
d45174bf99
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-04-20 21:05:55 +02:00
Oleksandr Oksymets
d1d7a3b588
Translated using Weblate (Ukrainian)
Currently translated at 2.1% (17 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/uk/
2021-04-20 08:25:55 +02:00
Karol
76f5c453ea
Translated using Weblate (Polish)
Currently translated at 18.8% (146 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/
2021-04-20 08:25:54 +02:00
Oleksandr Oksymets
5b96b35d03
Translated using Weblate (Russian)
Currently translated at 86.2% (669 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ru/
2021-04-20 08:25:54 +02:00
Oleksandr Oksymets
6ed0d4fa57
Added translation using Weblate (Ukrainian) 2021-04-20 08:13:16 +02:00
Karol
a6592eabf8
Translated using Weblate (Polish)
Currently translated at 17.6% (137 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pl/
2021-04-20 08:07:43 +02:00
Faiq Miftakhul Falakh
39ec963811
Translated using Weblate (Indonesian)
Currently translated at 68.1% (529 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/id/
2021-04-17 05:27:20 +02:00
Eihel
4e8d05ec67
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-04-17 05:27:06 +02:00
Antoine Beaubien
fd3bfbea75
(I #2771) Control facet panel width thru a preference (#2772)
* First implementation, functional

First implementation, functional. Only 2 lines of code.

* Added min 200px, max 500px

Added validation to constrait the panel to have at least a minimum of 200px and a maximum of 500px.

* Update project.js

Change the pref key to facetsHistoryPanelWidth.

* Change to ui.browsing.facetsHistoryPanelWidth

Change ui.facetsHistoryPanelWidth to ui.browsing.facetsHistoryPanelWidth.

Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-04-16 18:06:04 +02:00
Florian Giroud
e3a3a9c0f5
Fixed failing test "edit all column / fill down" (#3814) 2021-04-15 21:25:26 +02:00
dependabot[bot]
5640ada759
build(deps-dev): bump eslint-config-prettier in /main/tests/cypress (#3815)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.0 to 8.2.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/v8.1.0...v8.2.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-04-14 22:06:53 +02:00
Matthieu Jonglez
c19aa3546f
Fixes #3809. Enables cross-origin property type-ahead. (#3810) 2021-04-14 22:04:14 +02:00
dependabot[bot]
acc68187cb
build(deps): bump cypress from 6.8.0 to 7.1.0 in /main/tests/cypress (#3813)
Bumps [cypress](https://github.com/cypress-io/cypress) from 6.8.0 to 7.1.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/v6.8.0...v7.1.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-13 22:42:00 +02:00
dependabot[bot]
d459a395f9
build(deps-dev): bump eslint in /main/tests/cypress (#3808)
Bumps [eslint](https://github.com/eslint/eslint) from 7.23.0 to 7.24.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.23.0...v7.24.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 20:44:36 +02:00
dependabot[bot]
4cb73181cb
build(deps-dev): bump eslint in /main/tests/cypress (#3775)
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.23.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.22.0...v7.23.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: Tom Morris <tfmorris@gmail.com>
2021-04-12 08:54:19 +02:00
Kush Trivedi
182f70729d
feat: add tests for special column All (#3769)
* feat: add tests for special column All
2021-04-11 21:41:05 +02:00
Florian Giroud
2f5c765b4d
Added functional tests for scatterplot facets
* Added test for scatterplots
* Enriched test docs with a section on visual testing

Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-04-11 21:05:27 +02:00
Kush Trivedi
8369a10cfd
fix: Added an error handling to reduce the number of errors (flaky tests) in integration tests
Signed-off-by: kushthedude <kushthedude@gmail.com>

Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-04-10 19:37:51 +02:00
Faiq Miftakhul Falakh
1ba20ca2e0
Translated using Weblate (Indonesian)
Currently translated at 29.5% (229 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/id/
2021-04-08 22:31:23 +02:00
Yaron Shahrabani
6d03f52304
Translated using Weblate (Hebrew)
Currently translated at 87.2% (677 of 776 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/he/
2021-04-08 22:31:14 +02:00
dependabot[bot]
588579ae73
build(deps): bump clojure from 1.10.2 to 1.10.3 (#3696)
Bumps [clojure](https://github.com/clojure/clojure) from 1.10.2 to 1.10.3.
- [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.2...clojure-1.10.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-03 21:55:37 -04:00
dependabot[bot]
b8c91eb0df
build(deps): bump commons-lang3 from 3.11 to 3.12.0 (#3685)
Bumps commons-lang3 from 3.11 to 3.12.0.

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-04-03 21:38:16 -04:00
Antonin Delpeuch
577caabec1
Add exponential backoff retries for reconciliation calls. (#3770)
* Update test to demonstrate retry mechanism for recon queries.

This was fixed earlier by #3237. Closes #3369.

* Ensure non-zero retry interval in HttpClient

* Restore original bound
2021-04-01 17:10:17 +02:00
Kush Trivedi
804e3a34e8
Fixed flaky integration test (#3768)
fix: detached element from dom in row_record_spec (#3768)
Signed-off-by: kushthedude <kushthedude@gmail.com>

Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-03-30 11:53:16 +02:00