Commit Graph

27 Commits

Author SHA1 Message Date
Risto Lahtela 8149fc39b9 Updated javadocs front-page style 2021-03-11 16:31:17 +02:00
Risto Lahtela 3daf54edc8
Cleanup (#1789)
* Delete Jenkinsfile
* Delete .travis.yml
* Delete sonar.sh
* Delete updateJavadocs.sh
* Delete runTests.sh
* Delete runCheckstyle.sh
* Delete prepareServerJars.sh
* Delete eula.txt
* Delete release-drafter.yml
2021-03-10 10:39:59 +02:00
Risto Lahtela 4c3b531cb0 Added javadocs index page back 2021-03-10 10:15:35 +02:00
Rsl1122 59b33d5ff8 Parallel gradle execution where possible 2019-08-06 12:16:28 +03:00
Rsl1122 b8cc29e7ee Added a pre-commit script 2019-08-06 12:16:28 +03:00
Rsl1122 e157c64eba Script for updating javadocs
Affects issues:
- Close #993
2019-08-05 11:47:48 +03:00
Risto Lahtela 3e8427994d
Update chrome driver version (#1018) 2019-04-29 15:23:56 +03:00
Rsl1122 461c9ea472 Updated to gradle 5.3.1 2019-04-03 22:44:26 +03:00
Rsl1122 ea187fadfc Added 'set -e' to test scripts to exit correctly 2019-01-04 17:18:35 +02:00
Rsl1122 1bd6bef85d Fixed travis script paths 2019-01-03 13:33:23 +02:00
Rsl1122 7e52646cd2 Fixed travis script paths 2019-01-03 13:28:04 +02:00
Rsl1122 5444c04949 Fixed travis script paths 2019-01-03 13:22:23 +02:00
Rsl1122 63ea5b854e Added travis job for checkstyle 2019-01-03 13:18:57 +02:00
Rsl1122 19dbf232bb Update travis scripts
- Split sonarqube goal into its own script. Now sonar runs only
  after unit tests succeed.
2019-01-03 12:38:25 +02:00
Risto Lahtela ac6ae09a05
Ci selenium fix (#863)
* Added --no-sandbox argument to chrome on travis
* Added xvfb screen display settings
* Updated chromedriver version
2018-12-27 21:06:10 +02:00
Risto Lahtela 94e62cb63c
Update prepareTestEnv.sh
Added permissions for the chrome folders in an attempt to fix 
org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally
2018-12-27 19:55:11 +02:00
Risto Lahtela 7542370b44
Added '--info' to travis test script 2018-12-26 21:58:06 +02:00
Rsl1122 c152817aa1 Failing test + change to runTests 2018-12-26 21:15:30 +02:00
Rsl1122 81e3f37cf0 Removed 'gradle tasks' call from travis scripts 2018-12-26 20:54:25 +02:00
Rsl1122 a323877979 Travis MySQL service attempt 2018-12-26 20:36:29 +02:00
Risto Lahtela 06cb1f9cba
[#825] Create prepareTestEnv.sh
Script will install chromedriver
2018-12-25 10:58:29 +02:00
Rsl1122 36ee6e00db SonarCloud add-on to gradle 2018-12-19 19:24:33 +02:00
Risto Lahtela 486819cd2e
Update runTests.sh 2018-12-18 21:15:50 +02:00
Rsl1122 30bce4e365 Made it possible to run tests in parallel by class 2018-12-18 17:16:33 +02:00
Rsl1122 9aa0f0865d Removed pluginbridge jar from the repository and travis scripts 2018-11-17 11:47:05 +02:00
Risto Lahtela 624dff6f95
Attempt to fix File exist detection 2018-11-12 21:48:33 +02:00
Rsl1122 ab3833df91 Travis configuration changes
Created bash scripts for different steps and added them as jobs for travis to execute.

Begun preparing system testing: Goal is enabling actual servers with the plugin to see if it enables
2018-11-12 15:46:41 +02:00