Commit Graph

2739 Commits

Author SHA1 Message Date
Rsl1122
fd22735084 Started using index creation task 2019-01-10 14:21:33 +02:00
Rsl1122
84b723a44a Missing license to CreateIndexTask 2019-01-10 14:18:59 +02:00
Rsl1122
c8e98e6caa DB Index Creation Task + test (Not used yet) 2019-01-10 14:11:26 +02:00
Rsl1122
76068ea6f8 [#876] Corrected /planbungee setup message 2019-01-10 13:14:00 +02:00
Rsl1122
7a47da4319 Fixed SLF4J no-op logger not shading 2019-01-08 21:36:13 +02:00
Rsl1122
57ddf070d2 [#777] Fixed network-server config file updating
TimeUnit.MINUTES was used where MILLISECONDS was appropriate,
the task would have ran once every 1000 hours instead of 1 minute.
2019-01-08 21:31:10 +02:00
Rsl1122
5d0f03c4c1 Fixed javadoc compile errors 2019-01-08 17:55:15 +02:00
Rsl1122
70dca38281 Fixed an error causing typo in UserInfoTable 2019-01-08 17:46:53 +02:00
Rsl1122
e5138d8ec7 [#874] Fixed config read case when key is empty 2019-01-08 17:28:20 +02:00
Risto Lahtela
1de08cdd9c
Update versions.txt 2019-01-08 14:46:24 +02:00
Rsl1122
d9a994c8e8 Update PlanPluginBridge version 2019-01-08 14:25:04 +02:00
Rsl1122
c3534042dd [#841] Attempt to prevent NPE related to GriefPrevention 2019-01-08 14:20:45 +02:00
Rsl1122
193ed783ff More tests against config update issues 2019-01-08 13:58:48 +02:00
Rsl1122
f80faef760 Rename final artifact to 'Plan' instead of 'plugin' 2019-01-08 13:27:08 +02:00
Rsl1122
a59e5d65ea Fixed "async task can't be called from server thread"
This exception occurred at least on Bukkit.
2019-01-08 11:18:10 +02:00
Rsl1122
f05108fe63 Fixed NPE on PlayersPage if Export is enabled 2019-01-08 11:15:47 +02:00
Rsl1122
ab99ed1976 Fixed compile warning in PluginPlayersTable 2019-01-08 11:10:50 +02:00
Rsl1122
2b4281ee53 Fixed ConfigNode#remove ConcurrentModificationException 2019-01-08 11:06:36 +02:00
Rsl1122
c4a0e18dd9 Fixed ConcurrentModification on ConfigNode#remove 2019-01-06 21:42:07 +02:00
Rsl1122
517c7f4498 Missing license header to ConfigUpdaterTest 2019-01-06 13:54:04 +02:00
Rsl1122
e7b9147042 Removed uses of ThreadRunnableFactory in tests 2019-01-06 13:48:38 +02:00
Rsl1122
7b0a178f70 ConfigNode#remove now recursively removes the children
This is to avoid memory leaks from removals
2019-01-06 13:48:18 +02:00
Rsl1122
23c32d00b8 Test for ConfigUpdater regressions 2019-01-06 13:43:28 +02:00
Rsl1122
d0df3e3fcf Simplified ConfigNode#moveChild 2019-01-06 13:43:02 +02:00
Rsl1122
ed67e0763d Renamed DB Patch regression test classes 2019-01-06 13:04:51 +02:00
Rsl1122
9f387290ba Smell: unused method parameter 2019-01-06 12:48:49 +02:00
Rsl1122
ca5eed979a Smell: duplicated implementation 2019-01-06 12:47:32 +02:00
Rsl1122
4cac329733 Smell: accessible constructor 2019-01-06 12:46:56 +02:00
Rsl1122
697f385814 Smell: duplicated "signal" string literal 2019-01-06 12:45:38 +02:00
Rsl1122
6b7e9c1132 Closed some ConfigReaders appropriately 2019-01-06 12:32:06 +02:00
Rsl1122
55e123f309 More tests for ConfigNode#moveChild 2019-01-06 11:31:45 +02:00
Rsl1122
2ef83ad99e Cleaned up ConfigWriter code 2019-01-06 11:15:11 +02:00
Rsl1122
fdaefd7e64 Cleaned up ConfigReader code 2019-01-06 11:07:19 +02:00
Rsl1122
0dd3af9a68 ConfigNode copy now preserves the original properly
Fixed a possible future issue where tree up-traversal is broken
if a node in a tree is passed to a copy operation.
This was because the parent node was updated in the process of copy if
no old node was present.

Fixed by creating a new node when copying instead of reusing the
object being copied
2019-01-05 20:21:10 +02:00
Rsl1122
f6384a49a4 Fix typo in query 2019-01-05 18:26:34 +02:00
Rsl1122
ad85bc385a Rewrote foreign key drop code in Patch 2019-01-05 18:21:23 +02:00
Rsl1122
1669e5ca56 [#822] Flipped condition
- "Active Players might be running out of things to do" was flipped due
  to the condition being flipped.
2019-01-05 18:00:24 +02:00
Rsl1122
b1746c5dab [#483] 'Display_options.Open_player_links_in_new_tab'
- Added a config setting for /player links opening in new tab, defaults
  to false. Only exists in case someone wants to have previous behavior
- Changed Player table links to follow the setting, some plugin links
  may still use the "wrong" link
2019-01-05 12:08:26 +02:00
Risto Lahtela
c9e80e31f1
Add checkstyle config file location to build.gradle (#871) 2019-01-04 17:44:59 +02:00
Rsl1122
ea187fadfc Added 'set -e' to test scripts to exit correctly 2019-01-04 17:18:35 +02:00
Rsl1122
7621167407 [#708] Added "back" links
- Added a back link /server -> /network if on a network
- Added a back link /player -> /server if on a server
- Added a back link /player -> /network if on a network
2019-01-04 17:11:49 +02:00
Rsl1122
ff266893d1 More tests against issues found during manual testing
During testing it was found that:
- MySQL patches are still failing if they failed before (test_sessions
  has foreign keys)
- Time.Thresholds.AFK_threshold was empty on fresh install (Leading to
  NPE that was prevented)
2019-01-04 17:09:28 +02:00
dependabot[bot]
3ad9277c99
Bump nucleus-api from 1.8.0-S7.1 to 1.8.1-S7.1 in /PlanPluginBridge (#870) 2019-01-04 13:05:25 +00:00
Rsl1122
2a272f3e6f +2 rules to checkstyle:
- switch statement fall through check
- inner assignment check
2019-01-03 14:43:33 +02:00
Rsl1122
df306b2c41 Merge remote-tracking branch 'origin/development' into development 2019-01-03 14:22:25 +02:00
dependabot[bot]
b7b96d5d37
Bump HikariCP from 3.2.0 to 3.3.0 in /Plan (#869) 2019-01-03 12:22:13 +00:00
Rsl1122
ad61522e89 Flipped equals statements with string literals 2019-01-03 14:04:26 +02:00
Rsl1122
ca52000794 EqualsAvoidNull check to checkstyle 2019-01-03 14:04:04 +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