Commit Graph

3675 Commits

Author SHA1 Message Date
Fuzzlemann
4bd8e8fb5c Merge branch '3.7.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-08-09 19:17:19 +02:00
Rsl1122
301c54dbd2 Fix Timezone issues 2017-08-09 19:30:40 +03:00
Rsl1122
dfd5f82610 Update ISSUE_TEMPLATE 2017-08-09 19:09:01 +03:00
Fuzzlemann
fb69dfaee2 Merge branch '3.7.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-08-09 17:58:09 +02:00
Fuzzlemann
eebe513a76 Update Upstream 2017-08-09 17:57:47 +02:00
Rsl1122
b9629ccee4 Fix compile issues due to merge 2017-08-09 18:49:43 +03:00
Rsl1122
afd2d3fb0a Merge pull request #226 from Fuzzlemann/master
PR for 3.7.0 (or 3.6.2) (Fuzzlemann) (2)
2017-08-09 18:47:09 +03:00
Rsl1122
4467411c8b Merge branch '3.7.0' into master 2017-08-09 18:44:50 +03:00
Fuzzlemann
1f5e5192c8 Merge branch 'master' of https://github.com/Fuzzlemann/Plan-PlayerAnalytics 2017-08-09 17:41:58 +02:00
Fuzzlemann
433561a293 Adds a Dump command for easy issue reporting 2017-08-09 17:41:41 +02:00
Rsl1122
2143736978 Implement #215
Changes HtmlUtils replace to use Serializable
2017-08-09 18:33:57 +03:00
Fuzzlemann
cec6124bb6 Merge branch '3.7.0' into master 2017-08-09 16:40:19 +02:00
Rsl1122
c8126cf7d3 Implement #222 (and #223)
Fix #228
Fix NPE due to plugin variable not being initialized when SubCommand
super constructor is called. (Calls addHelp)
2017-08-08 22:30:15 +03:00
Rsl1122
3925a99ead APF 2.0.2
Fix Tests
Debug Messages & Benchmarks
addHelp method override
2017-08-08 20:14:28 +03:00
Fuzzlemann
36e9414362 Reverted some changes 2017-08-08 18:41:48 +02:00
Fuzzlemann
6c10d1874c Merge branch '3.7.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-08-08 18:31:21 +02:00
Fuzzlemann
cd38d0f36e Merge branch '3.7.0' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-08-08 18:26:45 +02:00
Rsl1122
36e4a09661 Merge branch '3.7.0' into master 2017-08-07 22:38:28 +03:00
Rsl1122
0269dde382 Batch Size set to 10192 2017-08-07 17:50:26 +03:00
Fuzzlemann
982a094dd5 Merge branch '3.7.0' into master 2017-08-05 23:18:39 +02:00
Rsl1122
1e68a9ce55 Added Commits for DB.
PassEncryptUtil throwing exception for some reason - Could not verify WebUser addition commit success.

TODO:
- ViaVersion table (PluginBridge) needs commit additions.
- Needs Tests for remove method when it fails (Rollback method in db)
2017-08-05 22:34:19 +03:00
Fuzzlemann
e306bc1021 Revert removal of .columns 2017-08-03 20:38:04 +02:00
Fuzzlemann
307fd2ec4f Revert removal of a.active 2017-08-03 20:34:39 +02:00
Fuzzlemann
fb6b777404 Fix error at mockHTTPServer() 2017-08-03 20:13:44 +02:00
Fuzzlemann
3094079a80 Remove unnecessary != null check 2017-08-03 20:01:43 +02:00
Fuzzlemann
d45b0f426e Reformats Code
Uses the Logger for some Exceptions which were still using e.printStackTrace()
2017-08-03 19:50:01 +02:00
Fuzzlemann
7e1e7d80e9 Compresses the data before it's sent with GZIP, does not support browsers who don't support GZIP, because every browser which was downloaded in the last 10 years supports it 2017-08-03 16:29:31 +02:00
Fuzzlemann
3fc0abc4f1 Remove unnecessary .stream() call
Optimizes .html files (tested)
Removes unnecessary throws
2017-08-03 13:23:59 +02:00
Rsl1122
4f3c542bda Test for catching DB Commit issues 2017-08-03 13:28:10 +03:00
Rsl1122
28d02408b7 Merge pull request #224 from Fuzzlemann/master
PR for 3.7.0 (or 3.6.2) (Fuzzlemann) (1)
2017-08-03 13:10:08 +03:00
Fuzzlemann
f2cfedf4c9 Remove unnecessary .stream() call
Add setAutoCommit(false) at the SQLite connection; Improves speed massively
2017-08-03 11:56:07 +02:00
Rsl1122
92e639e7b9 Merge pull request #213 from Rsl1122/3.6.1
Main Pull Request for 3.6.1
2017-08-03 10:24:41 +03:00
Rsl1122
c94bcafc41 3.6.1
Fix TimeKeeper tostring
Remove parallelStream from Tables because there is only one database connection.
2017-08-03 09:57:54 +03:00
Rsl1122
6ddd7a212c Merge pull request #216 from Fuzzlemann/master
PR for 3.6.1 (Fuzzlemann) (1)
2017-08-03 09:30:46 +03:00
Fuzzlemann
62e73ffe1c Adds the flag "rewriteBatchedStatements=true" to the MySQL JDBC connection URL to pack batches into one Query
Fixes NullPointerException at saveMultipleUserData(Collection<UserData>)
Improves the save... methods
Makes Batch Insertion parallel
Removed NoSuchFieldError where it's not going to happen
Modifies GM Times to update / insert in batches (previous: 520977ms (521s); after: 495115ms (495s)
2017-08-03 03:25:48 +02:00
Fuzzlemann
dedb95766a Only set the status every 5% -> Performance Improvement of 17s; previous: 20s, now: 4s. 2017-08-02 23:47:43 +02:00
Fuzzlemann
52cec5912b Replace unSaved.size() with introduced value amount 2017-08-02 22:22:02 +02:00
Fuzzlemann
83281aab92 Merge branch 'master' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-08-02 21:55:42 +02:00
Rsl1122
5be0042823 Update README.md 2017-08-02 22:54:16 +03:00
Rsl1122
4afd13f9f8 Update licence.yml 2017-08-02 22:53:57 +03:00
Rsl1122
deb2feed33 Create license.yml 2017-08-02 22:53:23 +03:00
Fuzzlemann
3559b66b55 Fixes Issue #217 2017-08-02 18:59:55 +02:00
Fuzzlemann
af91f25827 Fix 'i' now counting at WorldPieCreator.createSeriesData(Map<String, Long>)
Make the creation of offline players at the import parallel (before: 68608 ms, now: 20320 ms)
2017-08-02 18:46:59 +02:00
Fuzzlemann
f705877cbc Change TimeKeeper.toString()
Simplifies TimeKeeper.equals()
2017-08-02 01:30:32 +02:00
Fuzzlemann
53cd34978b Adds a KillDataComparator to list the KillData correctly and in the right order 2017-08-01 22:28:58 +02:00
Fuzzlemann
05c893b35c Replace UUID.randomUUID() to RandomStringUtils.random(size) 2017-08-01 20:38:43 +02:00
Fuzzlemann
15abeb294d Inline variables
Convert some things to Method Reference
Add randomEnum(Class<T>)
2017-08-01 20:34:23 +02:00
Fuzzlemann
c2c3ce0daa Merge branch '3.6.1' of https://github.com/Rsl1122/Plan-PlayerAnalytics 2017-08-01 20:25:17 +02:00
Rsl1122
8efe9c4ca4 Cleaned up tests a bit 2017-08-01 21:12:56 +03:00
Fuzzlemann
f7941fd59f Adds more visibility to the code 2017-08-01 19:38:43 +02:00