Rsl1122
a802a56223
Updated Server platform versions
...
- Updated Bukkit versions to 1.13.2
- Removed RegisterCommandFilter due to removed dependencies
- Added api-version: 1.13 to plugin.yml
- Updated Bungee to 1.13
Affects issues:
- Close #1086
2019-08-09 09:42:33 +03:00
Rsl1122
eba36e45a5
Added nuVotifier to softdepend
2019-08-09 09:22:26 +03:00
Risto Lahtela
b05ca2e5eb
Enforced some upper-limit checkstyle rules ( #1132 )
...
* Checkstyle: Enforced catch parameter name
* Checkstyle: Enforced ClassFanOutComplexity 85
* Checkstyle: Enforced ClassTypeParameterName
* Checkstyle: Enforced CommentsIndentation
* Checkstyle: Enforced CovariantEquals
* Checkstyle: Enforced CyclomaticComplexity 18
* Checkstyle: Enforced DefaultComesLast
* Checkstyle: Enforced EmptyCatchBlock
* Checkstyle: Enforced EmptyForIteratorPad
* Checkstyle: Enforced EmptyStatement
* Checkstyle: Enforced FileLength 1750
* Checkstyle: Enforced GenericWhitespace
* Checkstyle: Enforced HideUtilityClassConstructor
* Checkstyle: Enforced IllegalInstantiation
* Checkstyle: Enforced IllegalThrows
* Checkstyle: Enforced LambdaParameterName
* Checkstyle: Enforced LineLength 3000
* Checkstyle: Enforced MissingOverride
* Checkstyle: Enforced PackageAnnotation
* Checkstyle: Enforced NestedTryDepth 1
* Checkstyle: Enforced UnnecessaryParentheses
* Checkstyle: Enforced MethodLength 150
* Checkstyle: Enforced NoWhitespaceAfter
2019-08-09 09:02:46 +03:00
Rsl1122
cf21eccbdf
Enabled jacoco xml report
2019-08-08 21:01:48 +03:00
Risto Lahtela
df80790672
Update versions.txt
2019-08-08 14:46:23 +03:00
Rsl1122
79a22c1ee5
Updated ProtocolSupport extension
...
- Disables ProtocolSupport join listener if ViaVersion is present
Affects issues:
- Close #1124
2019-08-08 14:11:32 +03:00
Rsl1122
24831c7246
Updated APF & changed reloading
...
Reloads are now done with a separate Thread instead of a task
to avoid exceptions if the reload task is cancelled while the
plugin is being reloaded.
Affects issues:
- Close #1125
2019-08-08 11:42:33 +03:00
Rsl1122
a129c24e7a
Added PKCS12 support
...
Affects issues:
- Close #1102
2019-08-08 10:13:43 +03:00
Risto Lahtela
8fe59ae83c
Parallel test execution, moved clean-up
2019-08-07 14:58:52 +03:00
Rsl1122
8d62cd78ab
Updated nuVotifier Extension to R0.2
...
Affects issues:
- Close #1123
2019-08-07 14:39:17 +03:00
dependabot-preview[bot]
0153bb1a6f
Bump slf4jVersion from 1.7.26 to 1.7.27 in /Plan
...
Bumps `slf4jVersion` from 1.7.26 to 1.7.27.
Updates `slf4j-nop` from 1.7.26 to 1.7.27
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.26...v_1.7.27 )
Updates `slf4j-api` from 1.7.26 to 1.7.27
- [Release notes](https://github.com/qos-ch/slf4j/releases )
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.26...v_1.7.27 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-07 09:59:44 +00:00
Risto Lahtela
84e30e09dc
Removed --no-daemon flag
2019-08-07 09:29:53 +03:00
dependabot-preview[bot]
858b64a5ae
Bump caffeine from 2.7.0 to 2.8.0 in /Plan
...
Bumps [caffeine](https://github.com/ben-manes/caffeine ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/ben-manes/caffeine/releases )
- [Commits](https://github.com/ben-manes/caffeine/compare/v2.7.0...v2.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-07 05:52:20 +00:00
Rsl1122
484f3d5976
Fixed some code smells
...
! Removed BukkitImporter#getNames
- Refactored duplicate code in PerServerAggregateQueries
- Refactored duplicate code in BaseUserQueries
- Refactored duplicate code in GeoInfoQueries
- Refactored duplicate code in PingQueries
- Refactored duplicate code in 3 patches
- Refactored many duplicated string literals (SQL)
! Removed unnecessary Exception in GeoInfoStoreTransaction
2019-08-06 22:34:50 +03:00
Rsl1122
846cce0eed
Changed Database tests to JUnit 5
...
Affects issues:
- Close #1110
2019-08-06 14:35:13 +03:00
Rsl1122
239f087f41
Database preparing test utility
2019-08-06 13:49:13 +03:00
Rsl1122
a28e1e0a64
Removed SeleniumDriver JUnit 4 rule
2019-08-06 13:21:34 +03: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
Risto Lahtela
22d6303e4f
Update README.md
2019-08-06 10:35:18 +03:00
Risto Lahtela
13e7c49436
Change build badge to Jenkins
2019-08-06 10:32:54 +03:00
Risto Lahtela
0f058e0823
Configured Jenkins ( #1127 )
...
Added a Jenkins configuration file for a build pipeline using gradle.
- Runs tests
- Run checkstyle
- Runs sonar and publishes to SonarCloud
2019-08-05 22:08:45 +03:00
Risto Lahtela
e54a781520
Added an issue template for plugin suggestions
2019-08-05 15:17:24 +03:00
Risto Lahtela
c61d34c660
Update feature_request.md
2019-08-05 15:11:57 +03:00
Risto Lahtela
436672451e
Update bug_report.md
2019-08-05 15:10:28 +03:00
Risto Lahtela
219d819d2d
[Merge] Fix javadocs ( #1126 )
2019-08-05 11:53:15 +03:00
Rsl1122
e157c64eba
Script for updating javadocs
...
Affects issues:
- Close #993
2019-08-05 11:47:48 +03:00
Rsl1122
4fd473f804
Updated gradle wrapper
2019-08-05 10:55:46 +03:00
Rsl1122
7f55bdea98
Removed old javadocs in docs/ folder
...
Affects issues:
- #993
2019-08-05 10:26:12 +03:00
Rsl1122
27f6350076
Fixed javadoc errors
...
Affects issues:
- #993
2019-08-05 10:25:00 +03:00
Rsl1122
b3bcea4798
Added aggregated javadocs plugin
...
Affects issues:
- #993
2019-08-05 10:24:50 +03:00
Risto Lahtela
d1d4eba702
Update versions.txt
2019-08-02 16:18:53 +03:00
Risto Lahtela
a959131c2d
[Merge] Version 4.9.1 ( #1122 )
...
PR for 4.9.1
2019-08-02 16:14:56 +03:00
Rsl1122
134de1b2e2
Version bump to 4.9.1
2019-08-02 16:08:08 +03:00
Rsl1122
64cf78101c
Register DataExtension super class Providers
...
Affects issues:
- Close #1121
2019-08-02 16:07:37 +03:00
Risto Lahtela
3a9db0a598
Update versions.txt
2019-08-02 10:42:21 +03:00
Risto Lahtela
152fe9a803
[Merge] Version 4.9.0 ( #1120 )
2019-08-02 10:38:04 +03:00
Rsl1122
369afb2469
Bump version to 4.9.0
2019-08-02 10:26:51 +03:00
Rsl1122
30c3494091
Removed module-info.classes from the jar
2019-08-01 20:35:33 +03:00
Rsl1122
962fe89c01
Reload plugin after db clear to avoid some issues
2019-08-01 19:53:50 +03:00
Rsl1122
08ce920727
Changed language for Extension errors:
...
This redirects blame away from the plugin that the extension is about.
2019-08-01 19:48:02 +03:00
Rsl1122
2f4a53711e
Reordered player remove call for QueryService
...
This is to avoid issues where deletion needs username from
the plan database.
2019-07-31 12:44:49 +03:00
Rsl1122
b073b23832
Registered NuVotifier Extension
2019-07-31 12:43:28 +03:00
Rsl1122
881fd44a72
Registered ProtocolSupport Extension
2019-07-30 11:22:58 +03:00
Rsl1122
110e47c3ad
Bridge: Removed ProtocolSupport
2019-07-30 11:20:19 +03:00
Rsl1122
782f6d5b82
Registered AAC Extension
...
Affects issues:
- Close #1116
2019-07-29 16:38:23 +03:00
Rsl1122
b93c794846
Bridge: Fix bridge
2019-07-29 15:54:43 +03:00
Rsl1122
8575061e25
Bridge: Removed AAC & ViaVersion
2019-07-29 15:50:18 +03:00
Rsl1122
91bbb00968
Removed source of null current world
...
Affects issues:
- Close #1119
2019-07-29 10:37:36 +03:00
Rsl1122
8f639f7f41
Fixed color parsing eating first character
...
Fixes a bug where first character of
nickname or DataExtension String was
removed if it started with of 1-9, a-f & r
2019-07-28 17:53:30 +03:00