- Apr 13, 2018
-
-
Matthias Schiffer authored
-
- Mar 08, 2018
-
-
Matthias Schiffer authored
-
- Mar 07, 2018
-
-
Matthias Schiffer authored
-
- Jan 19, 2018
-
-
Matthias Schiffer authored
In addition to significant internal differences in check_site_lib.lua (in particular unifying error handling to a single place for the upcoming multi-domain support), this changes the way fields are addressed in site check scripts: rather than providing a string like 'next_node.ip6', the path is passed as an array {'next_node', 'ip6'}. Other changes in site check scripts: * need_array and need_table now pass the full path to the sub fields to the subcheck instead of the key and value * Any check referring to a field inside a table implies that all higher levels must be tables if they exist: a check for {'next_node', 'ip6'} adds an implicit (optional) check for {'next_node'}, which allows to remove many explicit checks for such tables
-
lemoer authored
[Matthias schiffer: rebase, add a few more restrictions]
-
- Sep 21, 2017
-
-
lemoer authored
-
- Aug 11, 2017
-
-
Matthias Schiffer authored
Some files have received some additional refactoring.
-
- Jun 29, 2017
-
-
Tata authored
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
We also make use of the boolean support of simple-uci to make scripts clearer.
-
- Jan 17, 2017
-
-
Matthias Schiffer authored
-
- Jul 10, 2016
-
-
Jan-Tarek Butt authored
-
- May 27, 2016
-
-
Jan-Philipp Litza authored
-
- May 26, 2016
-
-
Jan-Philipp Litza authored
Most doubles that are delivered via respondd have limited input precision, but are converted with up to 17 digits of precision. That can cause ugly blowups like 0.2800000000000001 in the output, which is avoided by specifying better format strings (like "%.2f" in most cases).
-
- Apr 28, 2016
-
-
kb-light authored
Signed-off-by:
kb-light <freifunk@kb-light.de>
-
- Apr 02, 2016
-
-
Matthias Schiffer authored
Avoid commiting configs inbetween to decrease number of flash writes. Fixes #714.
-
- Feb 02, 2016
-
-
Matthias Schiffer authored
gluon-announced and gluon-announce are merged to gluon-respondd.
-
- Apr 30, 2015
-
-
Matthias Schiffer authored
-
- Mar 23, 2015
-
-
Martin Weinelt authored
-
- Jan 24, 2015
-
-
Matthias Schiffer authored
Moving the scripts to a common directory not only vastly simplifies the zzz-gluon-upgrade script, but also allows to define an ordering of such scripts across packages.
-
- Jan 23, 2015
-
-
Kokel authored
"gluon-node-info": add section system and option role; add announce script to announce the role as nodeinfo; add invariant script "001-node-system" to add section "system" if not exist; add invariant script "010-node-role" to add section "system" if not exist; add invariant script "010-node-role" to set role to default value (site.roles.default) if not exist; depends on new site.conf section
-
- Sep 15, 2014
-
-
Nils Schneider authored
-
- Jul 20, 2014
-
-
Nils Schneider authored
-
- Jul 11, 2014
-
-
Nils Schneider authored
All announce.d scripts have been moved to /lib/gluon/announce/announce.d The script /lib/gluon/announce/announce.lua will collect all information and output json.
-
- Jun 10, 2014
-
-
Matthias Schiffer authored
-
- Jun 09, 2014
-
-
Matthias Schiffer authored
This also fixes the type of a few fields which were strings instead of numbers.
-
- Mar 17, 2014
-
-
Matthias Schiffer authored
-
- Mar 02, 2014
-
-
Nils Schneider authored
-
- Feb 24, 2014
-
-
Matthias Schiffer authored
-