Commit Graph

18 Commits

Author SHA1 Message Date
Antonin Delpeuch
c68507b0dc
Fix database extension tests configuration. Closes #3633. (#3634)
Co-authored-by: Tom Morris <tfmorris@gmail.com>
2021-02-15 19:01:58 +01: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
Chris Parker
93d34d781a Replaced some deprecated methods 2020-02-24 23:51:41 -06:00
Chris Parker
e5120a1a02 Added SQLite support
* Added SQLite support
* Fixed database import code
2020-02-22 21:53:12 -06:00
Antonin Delpeuch
b52c009491 CSRF protection for database extension 2019-10-17 09:10:28 +01:00
Antonin Delpeuch
71e76524e5 Fix database connection list rendering and backend unit test 2019-09-22 18:31:38 +01:00
tcbuzor
dca496aa3b remove debug statements 2019-09-14 23:07:23 -05:00
tcbuzor
575a7d4979 input validation for database connection data 2019-09-08 23:22:22 -05:00
Antonin Delpeuch
d7156a1ea3 Enable MySQL tests 2019-06-13 13:51:03 +01:00
Antonin Delpeuch
29f2a98a7e Exclude MariaDB tests as well, for #2043 2019-05-15 10:24:17 +01:00
Antonin Delpeuch
a6424e53a0 Temporarily disable MySQL, #2043 2019-05-15 10:17:42 +01:00
Antonin Delpeuch
916ede440b Remove all mentions of org.json in database extension 2018-11-30 19:38:52 +09:00
Antonin Delpeuch
5a4a79028f Revert "data package metadata (#1398)"
This reverts commit c4b0ff6bea.
2018-11-30 19:35:31 +09:00
jackyq2015
d9df1b63d9 fix UT 2018-11-25 16:40:41 -05:00
jackyq2015
7db3af74f8 fix issue #1819 2018-11-25 16:25:51 -05:00
Antonin Delpeuch
782ae4e788 Revert "Revert "Migrate to Maven""
This reverts commit c20918b73d.
2018-09-16 15:34:47 +01:00
Jacky
c20918b73d
Revert "Migrate to Maven" 2018-09-16 10:16:50 -04:00
Antonin Delpeuch
1184528098 Fix Database extension testing for Maven 2018-09-10 13:37:51 +01:00