Commit Graph

2499 Commits

Author SHA1 Message Date
Rsl1122
c152817aa1 Failing test + change to runTests 2018-12-26 21:15:30 +02:00
Rsl1122
0b19adcc74 Failing test to ensure MySQLTest is being run 2018-12-26 21:04:52 +02:00
Rsl1122
da3a19d913 Gradle test logging settings 2018-12-26 20:58:16 +02:00
Rsl1122
81e3f37cf0 Removed 'gradle tasks' call from travis scripts 2018-12-26 20:54:25 +02:00
Rsl1122
cb3df34a9e MySQL service moved 2018-12-26 20:38:56 +02:00
Rsl1122
a323877979 Travis MySQL service attempt 2018-12-26 20:36:29 +02:00
Rsl1122
131585179d MySQL Test + CIProperties 2018-12-26 20:32:33 +02:00
Rsl1122
c17b1c1aca JUnit 5 Selenium Extension 2018-12-25 23:17:13 +02:00
Rsl1122
693f008942 Removed deprecated code in SeleniumDriver 2018-12-25 23:16:57 +02:00
dependabot[bot]
47cc92da00
Bump discordsrv from 1.16.4 to 1.16.6 in /PlanPluginBridge (#859) 2018-12-25 13:26:37 +00:00
dependabot[bot]
91976b0482
Bump selenium-java from 3.14.0 to 3.141.59 in /Plan (#850) 2018-12-25 09:56:48 +00:00
Rsl1122
5715744159 Fixed SeleniumDriver imports 2018-12-25 11:28:04 +02:00
Risto Lahtela
d1b095af38
[#825] Travis driver info to SeleniumDriver.java 2018-12-25 11:19:08 +02:00
Risto Lahtela
7b9cce2a16
[#825] Add chrome add-on to .travis.yml
Also changed sudo: true and added prepareTestEnv.sh to Unit Tests before_install
2018-12-25 11:01:46 +02:00
Risto Lahtela
06cb1f9cba
[#825] Create prepareTestEnv.sh
Script will install chromedriver
2018-12-25 10:58:29 +02:00
Rsl1122
3bdb85312c Test & fix for FileWatcher
- Test for modification listening
- Fix for Path resolution when calling a WatchedFile
2018-12-24 22:44:01 +02:00
Rsl1122
88f8653cb8 Removed remnants of the old '/network' server box requests
- Removed /info/cachenetworkpagecontentrequest end-point
- Removed CacheNetworkPageContentRequest
- Removed NetworkPageContent
2018-12-24 22:44:01 +02:00
Rsl1122
6c72592120 [#839] Network page now displays "No Servers" again
- Fixes a bug where tabs are out of place on /network page if
  no servers are connected to the proxy Plan server.
2018-12-24 22:44:01 +02:00
dependabot[bot]
862439000a
Bump nucleus-api from 1.7.0-S7.1 to 1.8.0-S7.1 in /PlanPluginBridge (#858) 2018-12-24 12:25:52 +00:00
Rsl1122
187e4b8ce1 Tests for SettingsTable
- Fixed ConfigNode equals method
- Fixed SettingsTable SQL
2018-12-24 13:26:08 +02:00
Rsl1122
c68c95a608 Removed NetworkSettings and ServerSpecificSettings 2018-12-24 12:01:41 +02:00
Rsl1122
5c6442fdb2 Fixed regression issues from new code:
- Fixed StackOverFlow from ConfigNode equals using parent
- Fixed enable fail due to call to ServerInfo#getServerUUID in constructor
2018-12-24 11:45:23 +02:00
Rsl1122
b827e83dd5 Added SettingsManagers to ConfigSystems 2018-12-24 11:31:26 +02:00
Rsl1122
4791657439 [#777] Added ServerSettingsManager
- This manager updates config if database has changes, and updates the
  config in database if the file is modified.
- equals and hashcode to ConfigNode
2018-12-24 11:25:17 +02:00
Rsl1122
0acf54eed5 [#777] Added NetworkSettingManager
- This manager updates config in database if a server config file is
  updated on proxy server, and updates the config in database if the
  file is modified.
- Added a setting for the update check delay
2018-12-23 22:52:26 +02:00
Rsl1122
cfc7f25a07 Config operations 2018-12-23 22:10:54 +02:00
Rsl1122
60b771e005 Settings table store and read methods 2018-12-23 21:59:50 +02:00
Rsl1122
bf5cc170e5 Added a 'plan_settings' table
Columns:
- id (primary key int)
- server_uuid (varchar(39))
- updated (long)
- content (TEXT 65535 characters)

- Added SettingsTable
2018-12-23 21:36:53 +02:00
Rsl1122
940c414f7d Removed 'plan_transfer' table from the database
- Removed TransferTable
- Added a TransferTableRemovalPatch
- Removed TransferOperations (and Database#transfer)
- Removed SQLTransferOps
- Removed UnsupportedTransferDatabaseException
- Removed uses in NetworkSettings and related tests
2018-12-23 15:20:42 +02:00
Rsl1122
f4db11f2fa Deprecated PlanAPI#fetchFromPlanDB:
- Added a PlayerContainer wrapper and a fetchPlayerContainer method
- Added a ServerContainer wrapper and a fetchServerContainer method
- Added a fetchServerUUIDs method
2018-12-22 22:26:06 +02:00
dependabot[bot]
5234ff46fd
Bump dagger-compiler from 2.19 to 2.20 in /Plan (#855) 2018-12-21 13:49:37 +00:00
dependabot[bot]
3e2b64f57e
Bump dagger from 2.19 to 2.20 in /Plan (#854) 2018-12-21 13:40:29 +00:00
Rsl1122
a64336803f Bunch of things:
- IntelliJ Inspection fixes.
- Removed some unused code
- Added ConfigNode#getStringMap
- Removed usages of ConfigNode#getChildren
2018-12-20 13:50:40 +02:00
Rsl1122
f39e1cd95c Removed Serializer 2018-12-20 13:24:36 +02:00
Rsl1122
c985a9536f Added IntelliJ IDEA annotation configuration plugin to gradle 2018-12-20 12:47:30 +02:00
Rsl1122
a990b846fe Added Gradle directories to travis cache 2018-12-19 19:36:26 +02:00
Rsl1122
57d45940ca Updated sonarqube plugin 2018-12-19 19:30:47 +02:00
Rsl1122
4c27343868 Attempt to fix sonar plugin 2018-12-19 19:29:43 +02:00
Rsl1122
36ee6e00db SonarCloud add-on to gradle 2018-12-19 19:24:33 +02:00
Rsl1122
4c7636b0c2 Removed Maven configurations (poms) 2018-12-19 19:14:06 +02:00
Risto Lahtela
1da29faed1
[#831] Finished gradle setup (#847) 2018-12-19 19:10:12 +02:00
Rsl1122
51eb37c382 Fixed gradle shadow issues
Now relocation works, the relocated items were not being depended on
2018-12-19 19:08:07 +02:00
Rsl1122
8e2df1de9b Fixed Gradle build failing, shadow problems remain.
Shadow does not relocate classes in the final jar for some reason, and the final jar is bigger than what is produced by maven
2018-12-18 23:06:47 +02:00
Risto Lahtela
486819cd2e
Update runTests.sh 2018-12-18 21:15:50 +02:00
MicleBrick
65221b1ba9 Add WIP gradle build scripts (#833) by Miclebrick
> Not actually fully functional, but it's a start
2018-12-18 21:13:05 +02:00
Rsl1122
8d199bcdc3 [#845] Added an event that is called when Plan enables.
This includes, but might not be limited to:
- First time the plugin enables successfully
- Plan is reloaded
- Bukkit-BungeeCord setup updates settings
- Plan is enabled after it was disabled

Following events are available:
Bukkit: PlanBukkitEnableEvent
Sponge: PlanSpongeEnableEvent
BungeeCord: PlanBungeeEnableEvent
Velocity: PlanVelocityEnableEvent
2018-12-18 18:01:58 +02:00
Rsl1122
30bce4e365 Made it possible to run tests in parallel by class 2018-12-18 17:16:33 +02:00
Rsl1122
e1e5d526c7 Tests for list write 2018-12-18 16:55:35 +02:00
Rsl1122
3305b46da2 Fixed ConfigReader not reading in UTF-8 2018-12-18 13:11:50 +02:00
Rsl1122
2a950e5ea7 Fixed ConfigReader and ConfigWriter 2018-12-18 12:50:12 +02:00