Commit Graph

6112 Commits

Author SHA1 Message Date
Kush Trivedi
1b02446b5c
fix: accidental non-linted files in repo (#3635)
Signed-off-by: kushthedude <kushthedude@gmail.com>
2021-02-14 19:30:23 +01:00
Antonin Delpeuch
df2fbbc1f6
Merge pull request #3626 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-02-13 08:22:14 +01:00
Isao Matsunami
c9d3b315ab
Translated using Weblate (Japanese)
Currently translated at 100.0% (45 of 45 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/ja/
2021-02-12 23:16:17 +01:00
S-Harshit
389fa6257d
Add UX Test for controls at the row level (#3601)
* Add UX Test for controls at the row level
2021-02-12 14:16:33 +01:00
Antonin Delpeuch
253f91949b
Merge pull request #3617 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-02-11 19:57:46 +01:00
Hosted Weblate
326c48dd24 Merge remote-tracking branch 'origin/master' 2021-02-11 19:56:47 +01:00
Isao Matsunami
493aa6b1ea
Translated using Weblate (Japanese)
Currently translated at 100.0% (775 of 775 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2021-02-11 19:56:46 +01:00
Tom Morris
c3febcfdee
Improve GData importer i18n - fixes #3312 (#3613) 2021-02-11 19:56:41 +01:00
Akshita Singh
7bccdd1bcf
UI support for multiple hyperlinks in the same cell (#3597)
* fix for style ,hyperlink,tests added

* fixes #2519 hyperlink issue and added tests

* fixes #2519 ,span test,typo indent fixed
2021-02-11 19:54:36 +01:00
Kush Trivedi
4e219fd595
fix: rename lint action to include both prettier and aslant (#3615) 2021-02-11 19:52:48 +01:00
Tom Morris
314dbb560d
Add Google API key - fixes #3604 (#3611)
* Add Google API key - fixes #3604

Enables access to public data in Google Sheets/Drive. API key must be
sent if OAuth token isn't.

* Don't force authentication for GData import from URL
2021-02-11 19:50:54 +01:00
Tom Morris
8b459d69e3
Fix Google Data isAuthorized check - fixes #3054 (#3612)
- adjust for new undefined return value of new cookies package
- add some error handling in case we think we're logged in, but really aren't
2021-02-11 19:50:10 +01:00
Tom Morris
ff0b81e0f0
Remove obsolete licenses (#3609) 2021-02-10 22:15:48 +01:00
Kush Trivedi
f2d2be1356
CI: add eslint workflow in the CI (#3602)
Signed-off-by: kushthedude <kushthedude@gmail.com>
2021-02-10 14:18:49 +01:00
Akshita Singh
deb4b86451
fixes missing (i18n) internationalisation on about page (#3600)
* fixes missing (i18n) internationalisation on about page #3089

* fixes #3089 missing (i18n) on about page
2021-02-08 20:37:53 +01:00
dependabot[bot]
892ca6954c
build(deps): bump joda-time from 2.10.9 to 2.10.10 (#3598)
Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.9 to 2.10.10.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.9...v2.10.10)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 17:26:58 +01:00
Florian Giroud
a1209f9702
Fix Flaky Cypress tests, Issue 3594 (#3595)
* Attempt to fix flaky tests
* Increased Cypress retries, removed retries for openMode
2021-02-08 14:47:52 +01:00
Thad Guidry
ec4a1f431f
Update functional-tests.md (#3596) 2021-02-08 04:10:39 +01:00
Florian Giroud
382c030a7c
fix: UX tests linting (#3593) 2021-02-07 21:27:12 +01:00
S-Harshit
fb248495f1
Add UX Test for column / Text filter (#3566)
* AddUX Test for column / Text filter

fixes #3421
2021-02-07 21:05:36 +01:00
dependabot[bot]
c1cbc2bdd7
Bump cypress from 6.2.1 to 6.4.0 in /main/tests/cypress (#3551)
Bumps [cypress](https://github.com/cypress-io/cypress) from 6.2.1 to 6.4.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.2.1...v6.4.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-07 20:56:09 +01:00
Florian Giroud
7003dd2d2d
doc: Enriched UX testing documentation, #3573 (#3583) 2021-02-07 19:07:54 +01:00
Kush Trivedi
859828a0f0
feat: add ESLint configuration for cypress-test-suite (#3564)
* feat: Initialise ES-Lint for cypress
2021-02-07 18:53:13 +01:00
Antonin Delpeuch
a0bea8f8c7 Revert "Merge pull request #3588 from singhakshita/hyperlink-issue-tests"
This reverts commit 79aa260442, reversing
changes made to d6edf5ddb0.

See discussion at:
https://github.com/OpenRefine/OpenRefine/pull/3588
2021-02-07 09:21:26 +01:00
Thad Guidry
79aa260442
Merge pull request #3588 from singhakshita/hyperlink-issue-tests
fixed href tag creation for URLs in cell text, fixes #2519
2021-02-06 10:12:15 -06:00
singhakshita
44d019a014
Update main/tests/cypress/cypress/integration/project/grid/column/edit-cells/common-transforms/proper-display.spec.js
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2021-02-06 21:35:20 +05:30
akshitasingh
002d795c43 tests fixed 2021-02-06 11:41:02 +05:30
akshitasingh
86d64bfb15 lint fix 2021-02-06 08:16:30 +05:30
akshitasingh
d0802fa0ce tests for hyperlink 2021-02-05 22:41:29 +05:30
Tom Morris
d6edf5ddb0
Merge pull request #3586 from weblate/weblate-openrefine-translations
Translations update from Weblate
2021-02-05 11:17:06 -05:00
Hosted Weblate
8f10e3baad Merge remote-tracking branch 'origin/master' 2021-02-05 12:56:50 +01:00
Antonin Delpeuch
7b6285c761 Revert "Attempt to run the CI on the test merge instead of the branch for each PR (#3585)"
This reverts commit 7e0f14f95a.
2021-02-05 12:56:31 +01:00
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