Commit Graph

531 Commits

Author SHA1 Message Date
Nick Krecklow
f467fa1938
add serverGraphDuration config option 2020-05-08 01:54:04 -05:00
Nick Krecklow
aee7b565b2
unify 72 magic number behind named constant 2020-05-08 01:27:21 -05:00
Nick Krecklow
7993ac0077
do not append serverId in getPingHistory entries 2020-05-08 01:25:38 -05:00
Nick Krecklow
c2494af82d
use a single, shared timestamps array between all pings 2020-05-08 01:22:07 -05:00
Nick Krecklow
3ddb2c9a08
work on bulking updateServer payloads and single timestamps 2020-05-08 00:36:15 -05:00
Nick Krecklow
a3c88dc0c5
add ability to skip unfurlSrv calls to avoid ping cost 2020-05-07 23:46:59 -05:00
Nick Krecklow
ac06ae884e
remove development configuration values 2020-05-05 23:47:04 -05:00
Nick Krecklow
49379acc77
release 5.3.1 2020-05-05 23:45:04 -05:00
Nick Krecklow
4c2c8492b8
new README.md 2020-05-05 19:07:40 -05:00
Nick Krecklow
b0e1f90ddb
fix typos in README.md 2020-05-05 18:38:02 -05:00
Nick Krecklow
9e196c4dee
update support status message in README.md 2020-05-05 18:36:01 -05:00
Nick Krecklow
b6f39ba607
add fix note to docs/CHANGELOG.md 2020-05-05 18:01:43 -05:00
Nick Krecklow
3458c608fd
run #updateGlobalStats in #handleSyncComplete 2020-05-05 17:59:05 -05:00
Nick Krecklow
cdb64f0ad8
auto assume WebSocket protocol using location.protocol 2020-05-05 17:52:28 -05:00
Nick Krecklow
899c094cb1
add wss behavior note to docs/MIGRATING.md 2020-05-05 17:46:35 -05:00
Nick Krecklow
00021c03dc
add wss behavior note to README.md and docs/CHANGELOG.md 2020-05-05 17:39:51 -05:00
Nick Krecklow
bbaecce036
Merge pull request #162 from Cryptkeeper/websockets
release 5.3.0
2020-05-05 17:24:24 -05:00
Nick Krecklow
84e38c90de
release 5.3.0 2020-05-05 17:20:52 -05:00
Nick Krecklow
438a72724b
add WebSocket reconnection logic 2020-05-05 17:17:12 -05:00
Nick Krecklow
ca9e127e3e
replace socket.io usage with WebSockets 2020-05-05 16:49:01 -05:00
Nick Krecklow
2ee9c8b919
release 5.2.1 2020-05-01 15:29:11 -05:00
Nick Krecklow
a335591d62
use flot.js yaxis auto scaling behavior 2020-05-01 15:28:08 -05:00
Nick Krecklow
f878357511
Merge pull request #156 from Cryptkeeper/use-serverids
release 5.2.0
2020-04-29 04:28:03 -05:00
Nick Krecklow
ea3f237bba
send existing graphPeakData, if any, in placeholder update 2020-04-29 04:27:10 -05:00
Nick Krecklow
45c34f1477
release 5.2.0 2020-04-29 04:25:08 -05:00
Nick Krecklow
7322b8dc82
merge updateHistoryGraph behavior into update flag 2020-04-29 04:21:50 -05:00
Nick Krecklow
7d47e9b5f8
remove frontend diffing behavior since the protocol does this now 2020-04-29 04:09:22 -05:00
Nick Krecklow
0e19904c39
remove legacy, unused #getServerByRank method 2020-04-29 04:03:59 -05:00
Nick Krecklow
be92449d52
use serverId in protocol instead of legacy info object 2020-04-29 04:01:10 -05:00
Nick Krecklow
36c3e056c2
Merge pull request #154 from TehNeon/TehNeon-add-1-15-2
Added 1.15.2 protocol version
2020-04-25 02:39:14 -05:00
Xavier
ccabfa1035
Added 1.15.2 protocol version 2020-04-24 21:40:57 -04:00
Nick Krecklow
359ca61ea1
Update MIGRATING.md 2020-04-23 21:22:53 -05:00
Nick Krecklow
0ad4025472
Merge pull request #151 from hugmanrique/master
Minetrack requires Node 12.4.0+
2020-04-23 21:21:56 -05:00
Hugo Manrique
cfefb7932b
Merge branch 'master' into master 2020-04-23 14:32:45 +02:00
Hugo Manrique
78e98c6eff
Document Node version requirement in README 2020-04-23 14:30:14 +02:00
Hugo Manrique
cabbd2bdf8
Minetrack requires Node 12.4.0+ 2020-04-23 14:28:19 +02:00
Xavier
82fa023f2f
Updated README to fix usage instructions (#149) 2020-04-22 19:18:33 -05:00
Nick Krecklow
1a4a67f478
5.1.2 release 2020-04-22 18:20:37 -05:00
Nick Krecklow
0402df0bc6
test fix for historical graph retaining too much data 2020-04-22 17:30:47 -05:00
Nick Krecklow
e226066a61
fix records being overwritten at boot 2020-04-21 18:51:29 -05:00
Nick Krecklow
2a3f177826
fix invalid object format return for #filterError 2020-04-21 18:11:29 -05:00
Nick Krecklow
4d66241ada
trim error messages sent to frontend 2020-04-21 18:10:07 -05:00
Nick Krecklow
ef2f2bd204
fix #getNextProtocolVersion crash from Bedrock having undefined versions 2020-04-21 18:02:29 -05:00
Nick Krecklow
4d13965e6b
Backend cleanup (#146)
* Add ServerRegistration, begin refactoring to match frontend

* move graphData logic into ServerRegistration

* move ping updates/history into ServerRegistration

* start updating main app entry methods

* fix default rates.updateMojangStatus

* fix record loading delays on freshly booted instances

* move database loading logic to method + callback

* use data in frontend for type lookup instead of ping

* cleanup app.js

* reorganize methods to improve flow

* avoid useless mojang updates, remove legacy fields

* rename legacy fields for consistency

* finish restructure around App model

* ensure versions are sorted by release order

* filter errors sent to frontend to avoid data leaks

* fix version listing behavior on frontend

* 5.1.0
2020-04-21 17:59:53 -05:00
Nick Krecklow
9eda8d6bdb
sync footer css with prod 2020-04-21 04:32:31 -05:00
Nick Krecklow
29dc264d6a
tweak footer style and center align 2020-04-19 20:45:29 -05:00
Nick Krecklow
c5941ff739
update README.md install info 2020-04-19 20:08:28 -05:00
Nick Krecklow
61295d0600
Safely handle legacy recordData that may not include the timestamp payload 2020-04-19 20:04:13 -05:00
Nick Krecklow
203d8df844
fix control buttons color matching background 2020-04-19 19:54:57 -05:00
Nick Krecklow
747fdbda8e
tweak header, footer link colors 2020-04-19 19:44:23 -05:00