Julian Kornberger
5ca13ff9e5
lib/duration: Implement encoding.TextUnmarshaler
2018-01-13 15:06:18 +01:00
Martin Geno
d892d1693d
[TASK] extract seperate config to packages
2018-01-13 14:14:39 +01:00
Martin Geno
ba95194dec
[TASK] remove unused code
2018-01-13 14:14:39 +01:00
Martin Geno
cf2d2c3209
[BUGFIX] tests without sleep
2018-01-13 14:14:39 +01:00
Julian Kornberger
b560e275db
Change port for webserver test
...
8080 is taken on my dev machine
2018-01-13 14:13:44 +01:00
Julian Kornberger
ddc64ebd76
Use license from Github template
...
In this way Github shows it at the webpage.
2018-01-06 15:11:02 +01:00
Julian K
6e1fcd32ec
Add AGPL license ( #107 )
...
Add GNU AGPL v3 license in markdown format
Source: https://github.com/IQAndreas/markdown-licenses/blob/master/gnu-agpl-v3.0.md
2018-01-04 12:13:00 +01:00
Julian Kornberger
f852578b11
Improve error handling for duration parsing
2018-01-02 10:45:31 +01:00
Geno
f423da31d2
[TASK] add rules for documentation, PR and testing
...
(#76 )
2017-12-31 16:01:19 +01:00
Geno
69079b7d64
[TASK] extract enable to all databases + increase testing in database
...
(#78 )
2017-12-31 16:01:11 +01:00
Martin Geno
3422a29254
[TASK] show online clients in output only if online
...
(#105 )
2017-12-28 12:44:48 +01:00
kb-light
8fffdac0a4
[BUGFIX] fix calculation of wifi clients
...
(#106 )
2017-12-28 12:33:39 +01:00
Julian Labus
62bb21102f
[TASK] add autoupdater to graphite database
2017-12-06 09:30:19 +01:00
Julian Labus
7324567f91
[TASK] add global statistics for individual sites
2017-12-06 09:30:19 +01:00
Julian
fd9a1e1101
[BUGFIX] fix typo
2017-11-23 13:01:39 +01:00
Geno
395fb46fde
[BUGFIX] write during map interation
2017-11-22 12:58:29 +01:00
Julian
136b42b468
[TASK] influxdb: add site tag to node
2017-11-20 12:22:52 +01:00
Geno
9720835e60
[BUGFIX] export value 0 in output meshviewer-ffrgb
...
fixed #99
2017-11-17 11:00:01 +01:00
Geno
0d8fddbcb7
[TASK] add autoupdater to influxdb database ( #93 )
2017-11-14 19:33:50 +01:00
Geno
037ff80193
[TASK] use circle ci for build artifacts + enable data race detection ( #95 )
2017-11-14 19:33:28 +01:00
Martin Geno
63eaa413d6
[TASK] meshviewer-ffrgb output add mac of link
2017-11-14 19:32:24 +01:00
Xaver Maierhofer
93321ab3ad
[TASK] Add editorconfig & format code ( #94 )
2017-11-06 00:59:42 +01:00
Xaver Maierhofer
918b279b23
[TASK] Reduce network depth in meshviewer output
2017-11-04 20:22:22 +01:00
Ruben Barkow
573a5ee184
[DOC] config_example.toml output filtering
2017-11-04 02:23:47 +01:00
Geno
1acd8f4455
[BUGFIX] output meshviewer-ffrgb export owner ( #90 )
2017-11-04 00:35:30 +01:00
Ruben Barkow
bf2a026b89
[DOC] fix userrights instructions and add update to INSTALL.md ( #88 )
2017-11-02 23:01:15 +01:00
hexa-
db0aa25cf8
[TASK] Add script to remove nodes by nodeid into contrib ( #81 )
2017-11-02 16:55:03 +01:00
Martin Geno
d4b1de3da9
[BUGFIX] ignore links from offline nodes (output meshviewer-ffrgb)
2017-11-01 20:29:00 +01:00
Martin Geno
82fa527386
[TASK] improve output (filtering, fix links type, new outputs nodelist for freifunkapi and meshviewer-ffrgb v10 NextGen) - #63
2017-11-01 14:27:39 +01:00
Ruben Barkow
c3d486e584
[DOC] fix grammar in INSTALL.md and config_example.toml ( #86 )
2017-10-31 14:34:01 +01:00
Martin Geno
d0989cf018
[BUGFIX] contrib systemd.unit config path
2017-10-26 15:24:52 +02:00
Martin Geno
9ee424b912
[BUGFIX] binding listen port
2017-10-26 15:24:04 +02:00
Julian K
dbc1353154
Add support for listening on multiple interfaces ( #80 )
...
closes #79
2017-10-18 18:22:14 +02:00
Geno
4de49c6d16
Add codecov for test coverage to see sunburst ( #77 )
2017-10-13 13:10:10 +02:00
Geno
b8921052b6
[TEST] increase test coverage of package runtime to maximum ( #75 )
2017-10-12 15:25:00 +02:00
Martin Geno
3649bdd1c3
[DOC] fix config parameter
2017-10-02 00:44:21 +02:00
Martin Geno
4aa8acabfc
cmd yanic-query fix help and print ip-address
2017-10-01 17:09:12 +02:00
Julian Kornberger
cbb5f2e59b
Switch to cobra for the CLI
2017-10-01 17:09:12 +02:00
Julian K
f4650213b8
[TASK] add per-link statistics ( #57 )
...
ATM: support only influxdb
2017-09-27 13:55:02 +02:00
Igor Scheller
b5a694a7a4
[BUGFIX] Fixed Graphite naming ( #72 )
...
* Bugfix: Graphite compatibility with meshviewer
* Bugfix: Bad message: Router type not sanitized
* Refactoring: Implemented replaceInvalidChars function for Graphite
2017-08-06 12:39:16 +02:00
Julian Kornberger
2148a7de28
Fix division by zero to calculate memory usage
...
Closes #41
2017-07-06 11:42:03 +02:00
kb-light
fd7e712282
influxdb: replace log.Fatal() by log.Print()
...
Fatal() calls os.Exit(1), which causes yanic.service to fail if database is not reachable.
2017-06-29 12:40:27 +02:00
Geno
550e76ae4f
[DOC] update README
2017-06-14 21:33:15 +02:00
hexa-
de968473cd
[BUGFIX] yanic-import-timestamp: properly parse timestamps with strptime ( #67 )
...
Also some additional refactoring and more verbosity.
2017-06-14 09:47:41 +02:00
Julian K
7f554bd6d6
[TASK] Delay startup until a multiple of the period since zero time ( #68 )
2017-06-14 09:44:15 +02:00
Andreas Rammhold
88975d2566
[TASK] add database type graphite ( #65 )
2017-06-01 22:52:14 +02:00
kb-light
214a03866e
[TASK] add job tag to influxdb database type ( #44 )
2017-06-01 18:17:32 +02:00
Martin Geno
dc24c8b250
[TASK] init systemd restart after 5 seconds
2017-05-22 12:12:13 +02:00
Malte Blättermann
d20277a4c4
[DOC] usage example comment (fix rename to yanic) #59
2017-04-19 23:52:13 +02:00
Julian Kornberger
237e011068
Pass the time to addPoint
2017-04-18 03:10:16 +02:00