Skip to content
Snippets Groups Projects
  1. Dec 18, 2019
  2. Nov 26, 2019
    • Benjamin Bertrand's avatar
      Fix regexp for ICS id validation · 0887bc00
      Benjamin Bertrand authored
      Validation worked in the models because fullmatch is used but in the
      Regexp validators from wtforms, only match is called.
      
      The form validator didn't catch "AAA1100".
      Test added for this.
      
      JIRA INFRA-1569 #action In Progress
      0887bc00
  3. Oct 18, 2018
  4. Jul 06, 2018
  5. Apr 23, 2018
    • Benjamin Bertrand's avatar
      Add stack_member field to item · ce031db6
      Benjamin Bertrand authored
      This is to be used for stack of switches only
      
      - a stack_member is linked to an host (device_type has to be "Switch")
      - a stack_member is an integer between 0 and 9 (included) or can be None
      - the couple (host_id, stack_member) must be unique
      
      JIRA INFRA-267
      ce031db6
  6. Apr 20, 2018
  7. Jan 18, 2018
  8. Jan 02, 2018
  9. Dec 21, 2017
  10. Dec 19, 2017
  11. Dec 18, 2017
  12. Dec 15, 2017
  13. Dec 13, 2017
  14. Dec 06, 2017
  15. Nov 17, 2017
  16. Sep 06, 2017
    • Benjamin Bertrand's avatar
      Add page to create QR codes · 99536bdd
      Benjamin Bertrand authored
      This can be done via the Admin interface but this latter shall be
      restricted to admin users. This simple page allows the group "create"
      to easily add new Manufacturer, Model or Location.
      99536bdd
Loading