221 Commits

Author SHA1 Message Date
A. Svensson
166215a6f4 Rename main to globals. 2016-04-22 11:14:23 +02:00
A. Svensson
4ef925549c Update README. 2016-04-21 17:06:17 +02:00
A. Svensson
4a69defedf Disable the stats link for now. 2016-04-21 16:35:55 +02:00
A. Svensson
2976629ad2 Add about page. 2016-04-21 16:32:04 +02:00
A. Svensson
6fe5510291 Handle web errors better. 2016-04-21 15:47:55 +02:00
A. Svensson
d661c0352f Rename all templates. 2016-04-21 15:27:03 +02:00
A. Svensson
23d2d3c75c Add simple error 404 page. 2016-04-21 15:23:46 +02:00
A. Svensson
e526cff3e7 Removed the IsDebug* crap. 2016-04-21 14:59:43 +02:00
A. Svensson
014b42cbb3 Handle errors better in updater/scraper/poller. 2016-04-21 14:54:02 +02:00
A. Svensson
a91ba8a5dd Make log_error actually log errors without panicing. 2016-04-21 14:51:19 +02:00
A. Svensson
206817cc65 Add some todos and tweak server list order. 2016-04-21 14:07:28 +02:00
A. Svensson
872d7a429b Revert "Sort server list better."
This reverts commit eca528318ff7f533ea75f82616a6d37aba0ade82.
Fuck, I made a mess.
2016-03-13 10:50:32 +01:00
A. Svensson
eca528318f Sort server list better. 2016-03-13 10:46:10 +01:00
A. Svensson
8fa98df187 Don't quit on scraper errors. 2016-03-04 20:52:30 +01:00
A. Svensson
2ec35faed1 Fix servers not getting removed. 2016-02-22 19:30:25 +01:00
A. Svensson
8fd8528a0b Remove leftover js file. 2016-02-22 18:57:38 +01:00
A. Svensson
68aeecd053 Shave of some bytes of server_detail.html. 2016-02-22 18:52:58 +01:00
A. Svensson
4861eeabbc Update README. 2016-02-22 18:37:04 +01:00
A. Svensson
fcf964d936 Fix the tooltips and js timestamps. 2016-02-22 18:36:34 +01:00
A. Svensson
4240297aa8 Log stats in UTC. 2016-02-22 18:35:46 +01:00
A. Svensson
5a10cdecd9 Fix the stupid DB functions and embed gorm instead. 2016-02-20 20:46:27 +01:00
A. Svensson
3dfee907c1 Run updates in a DB transaction. 2016-02-20 20:25:18 +01:00
A. Svensson
66cad28cf9 Fix removing inactive servers and avoid doing unneeded work. 2016-02-20 20:14:00 +01:00
A. Svensson
9723c63912 Fix encoding issue with server titles. 2016-02-20 19:55:23 +01:00
A. Svensson
0fbc127ec6 Update README. 2016-02-20 18:05:30 +01:00
A. Svensson
f7e57b1a22 Rewrote the whole CLI app code. 2016-02-20 17:54:53 +01:00
A. Svensson
9043b8b10d Stop setting up the web server when doing an update... 2016-02-20 17:54:21 +01:00
A. Svensson
642e5227eb Add versioning. 2016-02-20 17:52:55 +01:00
A. Svensson
74fe8963d3 Use a better name for the main file. 2016-02-20 17:13:23 +01:00
A. Svensson
62b76b1a66 Updated README. 2015-11-03 22:29:23 +01:00
A. Svensson
43c7271a76 Added note about foreign keys, gorm and sqlite. 2015-11-03 22:22:37 +01:00
A. Svensson
046b1834a4 Added a simple database migration tool.
Gotta remember to remove it again when the old python code is gone.
2015-11-03 22:18:02 +01:00
A. Svensson
207c0a056b Fixed bug with tuesday/thursday getting mixed. 2015-11-03 22:08:29 +01:00
A. Svensson
5df2d7e3fd Added index and foreign key support to server_populations table. 2015-11-03 21:49:29 +01:00
A. Svensson
dd68cbdeb6 Added a config file with list of servers to poll. 2015-11-03 20:21:13 +01:00
A. Svensson
83876aae78 Updated README to reflect the new go code. 2015-11-03 20:09:20 +01:00
A. Svensson
c6ec28fc9b Added the new go code. 2015-11-03 19:36:33 +01:00
A. Svensson
2dc2aee782 Removed the old python code,
and saved a copy of it in the old_python_code_dev branch.
2015-11-03 19:31:22 +01:00
A. Svensson
3ef6385710 Updated readme. 2015-05-25 18:23:48 +02:00
A. Svensson
29b662ba61 Added the stats page to the menu. 2015-05-25 18:19:08 +02:00
A. Svensson
8d95ac2cac Added a stats page. 2015-05-25 18:15:40 +02:00
A. Svensson
881ca6fe4d Added naive threading using dumb and simple goroutines. 2015-05-25 14:48:16 +02:00
A. Svensson
4792581d4d Show warning text when a graph img couldn't be loaded. 2015-05-25 14:08:01 +02:00
A. Svensson
04301db79f Only try making graphs when there's data to work with. 2015-05-25 13:47:08 +02:00
A. Svensson
2bd111e568 Do not attempt to make new graphs for servers with no data. 2015-05-25 12:49:44 +02:00
A. Svensson
4483137198 Handle errors from external scripts run by update_graphs.go. 2015-05-24 17:38:44 +02:00
A. Svensson
86eac2f50a Added more info to the readme. 2015-05-24 16:24:41 +02:00
A. Svensson
6555c6f19a Moved up the footer so it's more visible (or something.. it looks better now at least) 2015-05-24 16:05:49 +02:00
A. Svensson
353b733d58 Removed footer note about byond data, since it's on the about page now. 2015-05-24 16:05:21 +02:00
A. Svensson
ecf2ff8140 Updated readme with more info and cleaned up the TODO, now that's it's displayed publiclly. 2015-05-24 16:00:18 +02:00