Commit Graph

3521 Commits

Author SHA1 Message Date
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
Rsl1122
710f8ec5bd Registered ViaVersion extension 2019-07-28 17:34:46 +03:00
Rsl1122
cbfc2e9b3f Reversed a filter condition in DataProviders
Affects issues:
- Close #1118
2019-07-28 17:14:25 +03:00
Rsl1122
f8efeb50a1 Fix compile error in test 2019-07-28 12:03:12 +03:00
Rsl1122
87ef84d43f QueryService implementation
Affects issues:
- Close #1117
2019-07-28 11:23:05 +03:00
Rsl1122
43a43b604c api 0.0.6: Query API
Affects issues:
- #1117
2019-07-28 11:22:32 +03:00
dependabot-preview[bot]
cba0a055d2 Bump dagger from 2.23.2 to 2.24 in /Plan
Bumps [dagger](https://github.com/google/dagger) from 2.23.2 to 2.24.
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/dagger/compare/dagger-2.23.2...dagger-2.24)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-26 05:56:04 +00:00