Commit Graph

3366 Commits

Author SHA1 Message Date
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
dependabot-preview[bot]
3d53c94db2 Bump dagger-compiler from 2.23.2 to 2.24 in /Plan
Bumps [dagger-compiler](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:38:53 +00:00
dependabot-preview[bot]
ddd7d123b2 Bump dagger from 2.23.2 to 2.24 in /PlanPluginBridge
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:32:55 +00:00
Risto Lahtela
88c3b07356
[Merge] Version 4.8.8 (#1112) 2019-07-25 11:44:43 +03:00
Risto Lahtela
29089ab196
Update versions.txt 2019-07-25 11:44:11 +03:00
Rsl1122
faccb8ab16 Bump version to 4.8.8 2019-07-25 11:42:31 +03:00