Commit Graph

  • dfcd3cd35a Merge branch '7-feature-ranking-command' into 'dev' dev Augusto Dwenger 2020-02-08 22:00:37 +0000
  • ad2afd85d5 Resolve "[FEATURE] "ranking" command" Augusto Dwenger 2020-02-08 22:00:37 +0000
  • e312fa1dfe Merge branch '7-feature-ranking-command' into 'dev' Augusto Dwenger 2020-02-08 21:54:51 +0000
  • 5da691fff0 update readme to hold the news commands Augusto Dwenger 2020-02-08 23:53:10 +0100
  • e8fff7b200 implement coverage report with jacoco Augusto Dwenger 2020-02-08 21:54:28 +0000
  • 62c5c27757 Merge branch 'feature/code-coverage' into 'dev' Augusto Dwenger 2020-02-08 21:47:58 +0000
  • 6dfa961e5f add badges for pipeline status and coverage Augusto Dwenger 2020-02-08 23:46:35 +0100
  • 3cc87342fd fix typo Augusto Dwenger 2020-02-08 23:24:05 +0100
  • 03f62ce4f5 fix the artifact to export test results Augusto Dwenger 2020-02-08 23:16:22 +0100
  • 717dc4b599 add coverage report Augusto Dwenger 2020-02-08 23:15:27 +0100
  • 171575aa79 linting Augusto Dwenger 2020-02-08 18:12:26 +0100
  • d80701a36a extract the playtime calculation to a private method Augusto Dwenger 2020-02-08 17:52:07 +0100
  • 97f9213af3 add toptime as command to the plugin Augusto Dwenger 2020-02-08 17:35:08 +0100
  • f9dd7efe4b linting Augusto Dwenger 2020-02-08 16:31:31 +0100
  • a87e1f84da implement topTime command executor with list limit Augusto Dwenger 2020-02-08 16:29:42 +0100
  • 3e6c29f881 WIP starting the command implementation with some tests Augusto Dwenger 2020-02-06 23:07:27 +0100
  • 0895514469 Implements the getTopPlayer method to get all player sorted by there playtime Augusto Dwenger 2020-02-06 19:49:15 +0000
  • fb9cb5dd85 Merge branch 'dev' with version 0.2.0 Features: * Implementation of `playtimeof` command hamburghammer/playtime#4 master Augusto Dwenger 2020-01-12 18:31:16 +0100
  • cae74a56b6 Merge branch 'dev' into 'master' Augusto Dwenger 2020-01-12 16:27:35 +0000
  • f73fcb8bba release candidate v0.2.0 v0.2.0 Augusto Dwenger 2020-01-12 18:22:25 +0100
  • 789f4981b6 Merging `4-feature-view-the-playtime-of-another-player` in to dev with redesigned PlayTime api and File db Augusto Dwenger 2020-01-12 16:12:31 +0000
  • b65b48a6f2 release candidate v0.1.5 v0.1.5 Augusto Dwenger 2019-12-29 19:48:00 +0100
  • 28781c2bc1 fix hamburghammer/playtime#16 Augusto Dwenger 2019-12-29 19:37:54 +0100
  • 6ee11559e3 fix bug where the server schedules the saving to fast hamburghammer/playtime#15 v0.1.2 Augusto Dwenger 2019-12-29 19:00:30 +0100
  • d6e3d9dbe3 fix bug that the time rises to fast when it got saved without removing the player hamburghammer/playtime#14 The fix was to use the save time if its available instead of the join time Augusto Dwenger 2019-12-29 18:58:47 +0100
  • d114d0085f Merge branch 'dev' with version 0.1.1 Augusto Dwenger 2019-12-29 17:37:23 +0100
  • cfd61f6245 fix error that the jar could not be started because it was referenced by the wrong version number hamburghammer/playtime#13 v0.1.1 Augusto Dwenger 2019-12-29 17:29:17 +0100
  • 260dc71548 Release version 0.1.0 as first official release with core functionality (hamburghammer/playtime%"Release 0.1.0"). Augusto Dwenger 2019-12-29 14:47:59 +0000
  • 6e56e77d90 Merge branch 'dev' into 'master' Augusto Dwenger 2019-12-29 14:47:25 +0000
  • 1c38a3d63d add build artifacts job for tags hamburghammer/playtime#10 add artifacts to the unit-test job with correct report path v0.1.0 Augusto Dwenger 2019-12-29 16:27:19 +0100
  • 6dc53d7083 update the README.md with a developer section and with links hamburghammer/playtime#9 Augusto Dwenger 2019-12-29 16:11:42 +0100
  • e2f6da0c7e change version number to met Semantic Versioning hamburghammer/playtime#6 Augusto Dwenger 2019-12-29 15:45:29 +0100
  • b9a5489164 adds scheduled persisting of the playtime hamburghammer/playtime#1 Augusto Dwenger 2019-12-29 13:40:02 +0000
  • 57a513c801 Merge branch '1-feature-scheduled-persisting' into 'dev' Augusto Dwenger 2019-12-29 13:25:11 +0000
  • a78f659e69 add BukkitScheduler to manage the scheduled tasks Augusto Dwenger 2019-12-29 15:24:37 +0100
  • 8e90d445f9 create runnable task to persist all state Augusto Dwenger 2019-12-29 15:23:51 +0100
  • 4b16f65c53 change the map do be a concurrent map for thread safety Augusto Dwenger 2019-12-29 15:22:59 +0100
  • b66cc27441 Merge branch 'dev' of gitlab.com:hamburghammer/playtime into dev Augusto Dwenger 2019-12-29 04:37:46 +0100
  • 0f0b038994 add gitlab ci security report Augusto Dwenger 2019-12-29 04:37:12 +0100
  • fa6e527921 Merge branch 'dev' of gitlab.com:hamburghammer/playtime into dev Augusto Dwenger 2019-12-29 03:53:40 +0100
  • e49f0c5886 Add LICENSE Augusto Dwenger 2019-12-29 02:22:58 +0000
  • e130455009 refactor PlayerService tests by restructuring theme and updating the mocking validation plus update test in general Augusto Dwenger 2019-12-29 01:50:04 +0000
  • 4dbd9e9e82 Merge branch '5-refactor-add-test' into 'dev' Augusto Dwenger 2019-12-29 01:31:44 +0000
  • e47e20145a lint formatting Augusto Dwenger 2019-12-29 03:31:12 +0100
  • a7c047dcf9 add QuitListenerTest.kt Augusto Dwenger 2019-12-29 03:06:42 +0100
  • 003df91dd8 add JoinListenerTest.kt Augusto Dwenger 2019-12-29 03:04:00 +0100
  • 31c0f64578 update docs Augusto Dwenger 2019-12-29 02:51:12 +0100
  • d108c78487 add dokka as plugin to generate a doc Augusto Dwenger 2019-12-29 02:50:54 +0100
  • 5828e90659 remove the object key word to just have the instance of PlayerService Augusto Dwenger 2019-12-29 02:47:43 +0100
  • 83c9da1c42 remove validateLookUp method due to the unnecessarily of doing a validation but not handling it in the call/method Augusto Dwenger 2019-12-29 02:00:38 +0100
  • b998f310a4 remove exception by adding an existing player because the caller should not care about it Augusto Dwenger 2019-12-29 01:56:00 +0100
  • 5ecde72dbc refactor PlayerService tests by restructuring theme and updating the mocking validation plus update test in general Augusto Dwenger 2019-12-29 01:53:50 +0100
  • 17dfacb2f4 removes unneeded FileAlreadyExistsException Augusto Dwenger 2019-12-29 01:01:10 +0100
  • def496b9ed move the path variable and verification of the path into the FilePlayerTimeDB.kt class Augusto Dwenger 2019-12-29 00:56:00 +0100
  • 068afa378d add indentation for readability Augusto Dwenger 2019-12-29 00:52:57 +0100
  • 75b6eba244 rename function findUUID to findByID to hide the implementation detail Augusto Dwenger 2019-12-29 00:51:21 +0100
  • 4e76a54ac2 move negative case to the beginning of the if expression Augusto Dwenger 2019-12-29 00:39:41 +0100
  • f0885405d5 Merge branch 'issue-#2' into 'dev' Augusto Dwenger 2019-12-28 21:07:49 +0000
  • 49479ece55 Issue #2 Save on server shutdown Augusto Dwenger 2019-12-28 21:07:49 +0000
  • ce0b72dc5c Merge branch 'issue-#2' into 'dev' Augusto Dwenger 2019-12-28 21:04:15 +0000
  • a2bb1a27b9 linter Augusto Dwenger 2019-12-28 22:59:45 +0100
  • dfcc71969a add docs Augusto Dwenger 2019-12-28 22:56:59 +0100
  • 9d65e3d86c move the dir check to the init block Augusto Dwenger 2019-12-28 22:56:51 +0100
  • a0f48134d6 add shutdown saving of the stats Augusto Dwenger 2019-12-28 22:48:10 +0100
  • 3bc37fcd79 add automatic building of the plugin to test it Augusto Dwenger 2019-12-28 22:47:51 +0100
  • ec311e87f8 update README.md Augusto Dwenger 2019-12-28 21:25:00 +0100
  • 25299fee9c Merge branch 'playerTime' into 'dev' Augusto Dwenger 2019-12-28 00:02:20 +0000
  • 3c56f8b51a Player time Augusto Dwenger 2019-12-28 00:02:19 +0000
  • 5342e617dd Merge branch 'playerTime' into 'dev' Augusto Dwenger 2019-12-27 23:59:18 +0000
  • 9be36de353 add playtime implementation Augusto Dwenger 2019-12-28 01:55:39 +0100
  • a59687746f add server uptime command Augusto Dwenger 2019-12-27 16:58:15 +0100
  • 26cb50c966 add for the beginning uptime sever command with test class Augusto Dwenger 2019-12-27 00:08:40 +0100
  • d78e31d4e1 add plugin to add all dependencies to the build jar Augusto Dwenger 2019-12-26 21:59:33 +0100
  • fd8078092c exclude minecraft test dir Augusto Dwenger 2019-12-26 21:58:52 +0100
  • a4b1daecaf add test command handler Augusto Dwenger 2019-12-26 21:58:27 +0100
  • e5404412e9 Merge branch 'ci' into 'dev' Augusto Dwenger 2019-12-26 15:34:26 +0000
  • d672dee632 fix gitlab ci not finding the gradle wrapper because it was excludet by the ignore file Augusto Dwenger 2019-12-26 15:34:26 +0000
  • a626a0be1a Merge branch 'ci' into 'dev' Augusto Dwenger 2019-12-26 15:33:52 +0000
  • 56e35b9da2 reenable the variable and removing the debug ls Augusto Dwenger 2019-12-26 17:20:56 +0100
  • 1fd9468f22 fix gitlab ci not finding the gradle wrapper because it was excludet by the ignore file Augusto Dwenger 2019-12-26 17:19:40 +0100
  • ca00e9d532 add ls for debug Augusto Dwenger 2019-12-26 17:15:14 +0100
  • a6d19f599a deactivate variable GRADLE_USER_HOME Augusto Dwenger 2019-12-26 17:12:35 +0100
  • ff32ecd864 add basic readme Augusto Dwenger 2019-12-26 17:05:42 +0100
  • acce178148 change verion number from 1.0 to 0.0.1 Augusto Dwenger 2019-12-26 17:02:16 +0100
  • 4863ed0d47 Initial commit Augusto Dwenger 2019-12-26 17:01:27 +0100