241 Commits

Author SHA1 Message Date
James Muscat
6ed5537d71 Merge branch 'master' of https://github.com/jamesremuscat/EDDN 2015-06-05 14:12:22 +01:00
AnthorNet
37fdd5333e Merge pull request #13 from AnthorNet/Pull-for-James---Release-0.4
EDDN Release 0.4
2015-06-05 12:45:25 +02:00
AnthorNet
dc9a71df3a Fix local test setting 2015-06-05 12:43:05 +02:00
AnthorNet
05b5dc42e9 Move commodity v2 to production 2015-05-19 14:18:02 +02:00
AnthorNet
58f47222f3 Added duplicate function 2015-05-08 17:55:25 +02:00
AnthorNet
f7fe80e4fa Removed old status page 2015-05-07 19:34:29 +02:00
AnthorNet
69f7134a94 Fix wrong argument in gateway 2015-05-07 19:33:59 +02:00
AnthorNet
bde962ade1 Fix monitor not removing topic from message 2015-05-07 19:33:45 +02:00
AnthorNet
35c7041edb Bump version 2015-05-07 14:16:56 +02:00
AnthorNet
d3f5fadc68 Little refactoring on monitor 2015-05-07 14:16:26 +02:00
AnthorNet
1bedc16f32 Added getTotalUploaders method to monitor 2015-05-07 13:15:34 +02:00
AnthorNet
71c77e9fdd Add getTotalSchemas to monitor 2015-05-07 12:52:56 +02:00
AnthorNet
535b282c49 Local saves to change branch 2015-05-06 09:36:59 +02:00
AnthorNet
cb9064fca2 Add softwares total method 2015-05-06 09:23:18 +02:00
AnthorNet
1101578d38 Add some methods to ask monitor 2015-05-05 15:58:20 +02:00
AnthorNet
b1c4090e9b Really fix settings this time
Stranged it works on windows BTW !
2015-05-05 13:55:33 +02:00
AnthorNet
227c7a98ae Fix settings 2015-05-05 13:48:39 +02:00
AnthorNet
189a4ab8f5 Remove loggin from Monitor 2015-05-05 13:26:12 +02:00
AnthorNet
47c035e24f Forget to commit new settings ! 2015-05-05 12:55:32 +02:00
AnthorNet
c7187e90bd Added topic in Gateway/Relay to allow filtering 2015-05-05 12:37:57 +02:00
AnthorNet
e2bcca0c72 Added uploaderID monitor 2015-05-05 10:06:41 +02:00
AnthorNet
6a1800baf1 Added monitor setting and first monitoring 2015-05-05 09:47:41 +02:00
AnthorNet
863d5937c7 Remove unnecessary comment 2015-05-04 13:33:58 +02:00
AnthorNet
c8e21abea5 Added monitor first draft 2015-05-04 13:29:10 +02:00
AnthorNet
76954751c0 Fix missing _Core in relay 2015-05-04 13:26:33 +02:00
AnthorNet
e25ac62154 Moved _version to _Conf/Version.py 2015-05-04 13:23:23 +02:00
AnthorNet
6639b3a13e Moved core functions to _Core 2015-05-04 13:21:58 +02:00
AnthorNet
d091464e2c Fix missing schemas in setup.py 2015-05-04 12:58:42 +02:00
AnthorNet
915aee107c Fix missing schemas in setup 2015-05-04 12:57:40 +02:00
AnthorNet
a80994ae4a Change conf directory name 2015-05-04 11:41:15 +02:00
James Muscat
c8bba2b880 Tally software+version. 2015-05-01 12:45:08 +01:00
James Muscat
592084973f Tally each type of message we see, so we can track use of new schemas as
they get deployed.
2015-04-28 12:13:33 +01:00
James Muscat
cc7a92770e Bump version number. 2015-04-23 18:04:10 +01:00
James Muscat
976454c358 Extra stats: uptime and EDDN version. 2015-04-23 09:57:51 +01:00
AnthorNet
67163c8bed Add test to commodity schema v2 2015-04-22 15:36:04 +02:00
AnthorNet
5b2b2138a4 Moved Client.py to examples 2015-04-16 10:01:43 +02:00
James Muscat
1d270c112f Merge remote-tracking branch 'origin/master' 2015-04-15 15:02:37 +01:00
James Muscat
72cacba69d Bump version number. 2015-04-15 15:02:00 +01:00
James Muscat
3fc16cbb0a Set CORS header to allow status page to read these values. 2015-04-15 15:00:39 +01:00
James Muscat
5bd5b001d8 Draft v2.0 schema provided by AnthorNet. 2015-04-14 23:54:46 +01:00
James Muscat
4c314a9b9b Keep track of how many messages fail gateway validation. 2015-04-14 17:06:26 +01:00
James Muscat
02f1ebc307 Unused import. 2015-04-14 16:39:09 +01:00
James Muscat
ddd81574ed Allow configuration of gateway HTTP port rather than hardcoding. 2015-04-14 16:38:56 +01:00
James Muscat
46292e3c30 Don't corrupt the commandline unless we're asked to.
The hacky approach caused problems with anything else trying to use
argparse (e.g. nosetests). This approach only tries to parse the
commandline if we need to e.g. within Relay/Gateway's main() function.
2015-04-14 14:30:26 +01:00
James Muscat
43ff4cda3a Move version number out of init file to its own file (consistent with
other projects).
2015-04-14 13:58:33 +01:00
James Muscat
1f3de2474c First pass at getting test framework up and running. 2015-04-14 13:36:23 +01:00
James Muscat
ec3987ad17 Correctly figure out enough of Python's internals for this to work. 2015-04-14 01:03:07 +01:00
James Muscat
d71469c10f This is slightly horrid, but parse the commandline in Settings to
determine if we need to override our configuration.
2015-04-14 00:55:31 +01:00
James Muscat
f178fec08d Allow overriding settings with config file. 2015-04-14 00:37:11 +01:00
James Muscat
da426c1d89 Encapsulate settings as a class. Make a singleton available. 2015-04-14 00:30:22 +01:00