Skip to content
Snippets Groups Projects
  1. Apr 13, 2018
  2. Mar 08, 2018
  3. Mar 07, 2018
  4. Jan 19, 2018
    • Matthias Schiffer's avatar
      treewide: rework check_site_lib.lua · 7ccdacd2
      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
      Unverified
      7ccdacd2
    • lemoer's avatar
      treewide: forbid use of selected site variables in domain specific or site configs · 50812b16
      lemoer authored
      [Matthias schiffer: rebase, add a few more restrictions]
      Unverified
      50812b16
  5. Sep 21, 2017
  6. Aug 11, 2017
  7. Jun 29, 2017
  8. Feb 10, 2017
  9. Jan 17, 2017
  10. Jul 10, 2016
  11. May 27, 2016
  12. May 26, 2016
    • Jan-Philipp Litza's avatar
      respondd modules: Use proper formatting of doubles · f7eda938
      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).
      f7eda938
  13. Apr 28, 2016
  14. Apr 02, 2016
  15. Feb 02, 2016
  16. Apr 30, 2015
  17. Mar 23, 2015
  18. Jan 24, 2015
  19. Jan 23, 2015
    • Kokel's avatar
      "gluon-node-info": add section system and option role; add announce script to... · ba81359c
      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
      ba81359c
  20. Sep 15, 2014
  21. Jul 20, 2014
  22. Jul 11, 2014
  23. Jun 10, 2014
  24. Jun 09, 2014
  25. Mar 17, 2014
  26. Mar 02, 2014
  27. Feb 24, 2014
Loading