Commit Graph

22 Commits

Author SHA1 Message Date
Antonin Delpeuch
7ce2013abe Fix test run description to include browser 2020-12-16 09:55:11 +01:00
Florian Giroud
32b4787c76
Added edge to the CI build, #3401 (#3411) 2020-12-16 09:51:18 +01:00
Antonin Delpeuch
2f08690600 Change Cypress project id after merge 2020-12-16 09:36:54 +01:00
Florian Giroud
4b6106a386
Run UI tests in continuous integration (#3393)
* Fixed flaky tests

* Refactored ui_test commans-line, added documentation

* Attempt to build a workflow with cypress

* Fixed CI UX tests build

* Changed cyprss actions for pull-request

* Merged Cypress workflow into the regular PR target workflow

* Refactored Github workflows to include Cypress Tests

* Revert Ci build to pull_request_target
2020-12-15 20:34:15 +01:00
Antonin Delpeuch
9e94d32b49
GitHub actions migration followup (#3386)
* Update CI badge in README.md after #3378

* Fix permissions issue with Coveralls token

* Run jobs for Java 8 and 14.

Temporarily re-hook the workflow to the pull_request event to test the setup.

* Publish coverage for master builds too
2020-12-06 23:36:05 -05:00
Antonin Delpeuch
3e955b3f73
Migrate from Travis to GitHub Actions (#3378)
* Only keep JRE 8 and 14 in the build matrix.

For #3377.

* Run tests in GitHub Actions on each PR

* Attempt to fix Postgres configuration

* Set explicit password for Postgres on GitHub Actions

* Set explicit password for MySQL and MariaDB

* Fix credentials for postgres and mysql

* Fix duplicate id in GitHub workflow

* Fix creation of test_db on MySQL

* Revert back to GH Action MySQL service

* Populate initial test databases

* Fix syntax of workflow file

* Reorder steps to give more time for MySQL to boot

* Run MySQL database as a service, forward ports to config

* Reformat MySQL options

* Fix YAML syntax

* Add missing 'steps' field

* Fix connection to MySQL and Postgres

* Add back explicit database creation steps

* Force TCP/IP connection for postgres

* Remove explicit creation of test database for postgres

* Fix Postgres and Mariadb configs

* Fix parameter spelling for mariadb

* Display MariaDB test configuration

* Fix more inconsistent parameter names

* Fix more inconsistent parameter names

* Attempt to use Coveralls maven plugin instead of GH action

* Fix workflow file

* Enable submission to coveralls

* Supply coveralls token

* Remove Travis-specific configuration files

* Also update appveyor script after rename of SQL files

* Reintroduce packaging/test_pom.xml used by Appveyor

* Update filenames in appveyor.yml
2020-12-04 08:50:10 +01:00
Tom Morris
581ed90628
Git fetch depth infinite for build 2020-11-28 22:00:03 -05:00
Tom Morris
fedd1c7187
Merge pull request #3313 from OpenRefine/dependabot/github_actions/actions/checkout-v2.3.4
Bump actions/checkout from v1 to v2.3.4
2020-11-28 20:27:41 -05:00
Antonin Delpeuch
dd83258b0e
Temporary workaround set-env deprecation, for #3341 (#3342) 2020-11-18 18:33:57 +01:00
dependabot[bot]
6569864764
Bump actions/checkout from v1 to v2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-09 10:24:13 +00:00
dependabot[bot]
aca4879a9a
Bump actions/cache from v2.1.2 to v2.1.3 (#3324)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.2...0781355a23dac32fd3bac414512f4b903437991a)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09 11:23:35 +01:00
Tom Morris
692b533f68
Merge pull request #3297 from OpenRefine/dependabot/github_actions/actions/upload-release-asset-v1.0.2
Bump actions/upload-release-asset from v1.0.1 to v1.0.2
2020-11-04 11:18:40 -05:00
dependabot[bot]
fd5cc30bcd
Bump actions/cache from v1 to v2.1.2 (#3296)
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...d1255ad9362389eac595a9ae406b8e8cb3331f16)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-04 10:58:56 -05:00
dependabot[bot]
32e80ec6d4
Bump actions/upload-release-asset from v1.0.1 to v1.0.2
Bumps [actions/upload-release-asset](https://github.com/actions/upload-release-asset) from v1.0.1 to v1.0.2.
- [Release notes](https://github.com/actions/upload-release-asset/releases)
- [Commits](https://github.com/actions/upload-release-asset/compare/v1.0.1...e8f9f06c4b078e705bd2ea027f0926603fc9b4d5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-31 19:35:16 +00:00
Antonin Delpeuch
48b5918408 Rename nightly releases to snapshot releases 2020-07-07 17:49:59 +02:00
Thad Guidry
6b2b38b41c
Add new option for deleting tags associated to releases
Graciously, Reddy has added a new option for us to `delete_tags`
https://github.com/dev-drprasad/delete-older-releases#delete_tags
2020-06-20 12:25:45 -05:00
Antonin Delpeuch
69d6048c0e Restrict delete releases workflow to official repo 2020-06-18 07:56:36 +02:00
Antonin Delpeuch
9a2208ce4b Delete older releases, for #2462 2020-06-16 23:26:41 +02:00
Tom Morris
2a9ea896d4
Don't try to upload if running in a forked repo (#2538) 2020-04-12 21:22:32 +02:00
Antonin Delpeuch
ad398076a7 Fix GitHub action workflow to publish snapshots 2020-03-23 15:45:14 +01:00
Antonin Delpeuch
f8adf29df6
Enable release snapshots for all commits
Not just for tagged releases.
2020-03-20 13:45:26 +00:00
Ernesto
a9d36bfe04 GitHub Actions and Hosted Runners
- Initial configuration to build releases
2020-01-28 12:06:00 -05:00