Commit Graph

282 Commits

Author SHA1 Message Date
Julian Kornberger
082eac37e9 Add Freifunk communities using Yanic
closes #115
closes #116
2018-01-13 20:42:02 +01:00
Julian Kornberger
59c46ba655 Check for misspells 2018-01-13 17:52:20 +01:00
Julian Kornberger
082f8d6c7e Fix misspells 2018-01-13 17:04:26 +01:00
Julian Kornberger
db213db621 Test value of err variable 2018-01-13 17:04:26 +01:00
Julian Kornberger
37e798cd22 Check gofmt in travis tests 2018-01-13 17:04:26 +01:00
Julian Kornberger
d2e37f8c7d Simplify with gofmt -s -w . 2018-01-13 16:40:23 +01:00
Julian Kornberger
32d11421d3 Add PR template for communities using Yanic 2018-01-13 16:37:37 +01:00
Julian Kornberger
b56f4715e7 Check for test in cmd package 2018-01-13 15:55:55 +01:00
Julian Kornberger
c28e41bb62 Test Go 1.9.x 2018-01-13 15:55:55 +01:00
Julian K
873f469c63
Merge pull request #110 from FreifunkBremen/fix-sleep
[TASK] refactoring
2018-01-13 15:29:07 +01:00
Julian Kornberger
6f950c9376 Fix config test 2018-01-13 15:16:47 +01:00
Julian Kornberger
f5b24dfab2 Move config structs to packages 2018-01-13 15:06:18 +01:00
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