-
Notifications
You must be signed in to change notification settings - Fork 33
Conversation
Bumps `dependency.netty.version` from 4.1.32.Final to 4.1.33.Final. Updates `netty-transport-native-epoll` from 4.1.32.Final to 4.1.33.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.32.Final...netty-4.1.33.Final) Updates `netty-transport-native-kqueue` from 4.1.32.Final to 4.1.33.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.32.Final...netty-4.1.33.Final) Updates `netty-codec` from 4.1.32.Final to 4.1.33.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.32.Final...netty-4.1.33.Final) Updates `netty-handler` from 4.1.32.Final to 4.1.33.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.32.Final...netty-4.1.33.Final) Updates `netty-codec-http` from 4.1.32.Final to 4.1.33.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.32.Final...netty-4.1.33.Final) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [typetools](https://github.com/jhalterman/typetools) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/jhalterman/typetools/releases) - [Changelog](https://github.com/jhalterman/typetools/blob/master/CHANGELOG.md) - [Commits](jhalterman/typetools@typetools-0.6.0...typetools-0.6.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.4 to 1.18.6. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.4...v1.18.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
Closes #104 Signed-off-by: Marvin <marv.1997@live.de>
…ive permission set. Closes #104 Signed-off-by: Marvin <marv.1997@live.de>
Removed Codacy Badge
Added a temporary fix for the offline Vault repo
Changed Vault Repo
cloudnet-cord/cloudnet-log/src/main/java/de/dytanic/cloudnet/logging/CloudLogger.java
Show resolved
Hide resolved
cloudnet-wrapper/src/main/java/de/dytanic/cloudnetwrapper/setup/SetupSpigotVersion.java
Show resolved
Hide resolved
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
cloudnet-wrapper/src/main/java/de/dytanic/cloudnetwrapper/setup/SetupSpigotVersion.java
Show resolved
Hide resolved
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
@@ -105,6 +105,8 @@ public boolean shutdown(CloudFlareDatabase cloudFlareDatabase) | |||
|
|||
for (MultiValue<PostResponse, String> id : cloudFlareDatabase.getAndRemove().values()) | |||
{ | |||
if (id.getFirst() == null) continue; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'if' construct must use '{}'s.
...cord/cloudnet-cloudflare/src/main/java/de/dytanic/cloudnet/cloudflare/CloudFlareService.java
Show resolved
Hide resolved
...cord/cloudnet-cloudflare/src/main/java/de/dytanic/cloudnet/cloudflare/CloudFlareService.java
Show resolved
Hide resolved
System.out.println(prefix + " DNSRecord [" + postResponse.getId() + "] was removed"); | ||
} | ||
System.out.println(prefix + "DNSRecord [" + postResponse.getId() + "] was removed"); | ||
} else |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'else' construct must use '{}'s.
Bumps [snakeyaml](https://bitbucket.org/asomov/snakeyaml) from 1.23 to 1.24. - [Commits](https://bitbucket.org/asomov/snakeyaml/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
...cord/cloudnet-cloudflare/src/main/java/de/dytanic/cloudnet/cloudflare/CloudFlareService.java
Show resolved
Hide resolved
{ | ||
stringBuilder.append(input); | ||
} | ||
while ((input = bufferedReader.readLine()) != null) stringBuilder.append(input); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'while' construct must use '{}'s.
cloudnet-cord/cloudnet-log/src/main/java/de/dytanic/cloudnet/logging/CloudLogger.java
Show resolved
Hide resolved
CloudFlareService.getInstance().shutdown(cloudFlareDatabase); | ||
} catch (Exception ex) | ||
} catch (Exception ignored) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty catch block.
add debug subcommand to /cloud and /cloudserver Signed-off-by: Marvin <marv.1997@live.de>
…roupHas) Signed-off-by: Marvin <marv.1997@live.de>
Signed-off-by: Marvin <marv.1997@live.de>
Signed-off-by: Marvin <marv.1997@live.de>
...dnet-api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/util/CloudPermissible.java
Show resolved
Hide resolved
...dge/src/main/java/de/dytanic/cloudnet/bridge/internal/command/bukkit/CommandCloudServer.java
Show resolved
Hide resolved
...bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/command/bukkit/CommandResource.java
Show resolved
Hide resolved
...i-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/command/proxied/CommandCloud.java
Show resolved
Hide resolved
...api-bridge/src/main/java/de/dytanic/cloudnet/bridge/internal/command/proxied/CommandHub.java
Show resolved
Hide resolved
Code Climate has analyzed commit 48eaf6a and detected 70 issues on this pull request. Here's the issue category breakdown:
Note: there are 2 critical issues. View more on Code Climate. |
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.0.1...maven-javadoc-plugin-3.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps `dependency.netty.version` from 4.1.34.Final to 4.1.35.Final. Updates `netty-transport-native-epoll` from 4.1.34.Final to 4.1.35.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.34.Final...netty-4.1.35.Final) Updates `netty-transport-native-kqueue` from 4.1.34.Final to 4.1.35.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.34.Final...netty-4.1.35.Final) Updates `netty-codec` from 4.1.34.Final to 4.1.35.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.34.Final...netty-4.1.35.Final) Updates `netty-handler` from 4.1.34.Final to 4.1.35.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.34.Final...netty-4.1.35.Final) Updates `netty-codec-http` from 4.1.34.Final to 4.1.35.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.34.Final...netty-4.1.35.Final) Signed-off-by: dependabot[bot] <support@dependabot.com>
Fix BukkitCloudEvent Add materialNames to config-objects containing materialIds Use 1.13+ material names with original defaults
Fixes #41 |
Signed-off-by: Marvin <marv.1997@live.de>
…and configuration. This only affects the log file Signed-off-by: Marvin <marv.1997@live.de>
Bumps `dependency.netty.version` from 4.1.35.Final to 4.1.36.Final. Updates `netty-transport-native-epoll` from 4.1.35.Final to 4.1.36.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.35.Final...netty-4.1.36.Final) Updates `netty-transport-native-kqueue` from 4.1.35.Final to 4.1.36.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.35.Final...netty-4.1.36.Final) Updates `netty-codec` from 4.1.35.Final to 4.1.36.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.35.Final...netty-4.1.36.Final) Updates `netty-handler` from 4.1.35.Final to 4.1.36.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.35.Final...netty-4.1.36.Final) Updates `netty-codec-http` from 4.1.35.Final to 4.1.36.Final - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.35.Final...netty-4.1.36.Final) Signed-off-by: dependabot[bot] <support@dependabot.com>
…ssions. This fixes negative wildcard permissions Signed-off-by: Marvin <marv.1997@live.de>
I have added a proper changelog. Feel free to merge as soon as possible @byRoadrunner . |
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.6 to 1.18.8. - [Release notes](https://github.com/rzwitserloot/lombok/releases) - [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.6...v1.18.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
Simplify getting of permissionGroup Remove useless Optional Remove useless method
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.1.1...maven-jar-plugin-3.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
Downgraded javadoc plugin due to issues with the Javadocs
Noteworthy changes:
tagId
to allow for more intuitive understanding