Skip to content
Snippets Groups Projects
  1. Oct 11, 2018
    • Benjamin Bertrand's avatar
      Implement server side processing for network hosts · 3a2d05fa
      Benjamin Bertrand authored
      - switch to server side processing to retrieve network hosts
        (the table started to be bigger and takes time to load)
      - add full text search using elasticsearch
      
      Note that only the first IP is displayed in the host table (all
      interfaces were displayed before). Search can be performed on any
      interfaces.
      
      JIRA INFRA-595 #action In Progress
      3a2d05fa
  2. Oct 05, 2018
  3. Oct 03, 2018
  4. Sep 28, 2018
  5. Sep 21, 2018
  6. Sep 20, 2018
  7. Aug 02, 2018
    • Benjamin Bertrand's avatar
      Remove flask-bootstrap dependency · 7c98683d
      Benjamin Bertrand authored
      The official flask-bootstrap is still not compatible with bootstrap 4.
      The application basically only uses the main template and one macro.
      It's easier to include directly bootstrap in CSEntry.
      It makes upgrading to the latest bootstrap much easier and removes a
      dependency.
      
      Update to bootstrap 4.1.3
      
      Added:
      - jquery-3.3.1.min.js
      - bootstrap.bundle.min.js (include popper but not jquery)
      
      Note that jquery.slim can't be used.
      We need for example $.getJSON for datatables.
      7c98683d
  8. Aug 01, 2018
  9. Jul 31, 2018
  10. Jul 17, 2018
  11. Jul 13, 2018
  12. Jul 12, 2018
  13. Jul 11, 2018
  14. Jul 03, 2018
  15. Jul 02, 2018
  16. May 25, 2018
  17. May 09, 2018
  18. 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
    • Benjamin Bertrand's avatar
      Add extra default device types · 1a2f3786
      Benjamin Bertrand authored
      - rename "Virtual" to "Virtual Machine"
      - add "Virtual IOC"
      - add several physical devices (Switch, Industrial PC IOC, MicroTCA,
        VME, PLC)
      1a2f3786
  19. Apr 20, 2018
    • Benjamin Bertrand's avatar
      Allow to link several items to one host · 4209cdb8
      Benjamin Bertrand authored
      1. When we have a stack of switches, the same IP is associated to several
         switches
      2. Move the items <-> host assocation to the item create/edit page
      
      JIRA INFRA-267
      4209cdb8
    • Benjamin Bertrand's avatar
      Hide interface name in create host form · e884acd3
      Benjamin Bertrand authored
      The interface name doesn't need to be displayed in the form as we force
      it to the hostname.
      
      We set the interface name to the hostname when submitting the form.
      This fixes the copy/paste issue with the mouse that didn't trigger the
      keyup event.
      
      JIRA INFRA-287
      e884acd3
  20. Apr 10, 2018
  21. Apr 09, 2018
  22. Apr 06, 2018
  23. Feb 26, 2018
  24. Feb 20, 2018
  25. Feb 15, 2018
    • Benjamin Bertrand's avatar
      Move QR codes to attributes table · d0dfa712
      Benjamin Bertrand authored
      - Remove QRcodes page
      - Add Status to attributes page (only allow admin to add new statuses)
      
      Actions QR Codes not visible anymore. Required ones shall be put on the
      page where they are used.
      d0dfa712
  26. Feb 12, 2018
    • Benjamin Bertrand's avatar
      Allow admin to create interface outside range · a653f0d9
      Benjamin Bertrand authored
      The network range defines the IP to be allocated.
      This is to reserve some specific addresses (for gateway for example).
      
      An admin user should be able to define an interface outside the network
      range.
      
      The IP address select field was replaced with a string field
      (initialized to the first available IP).
      
      Fixes INFRA-200
      a653f0d9
  27. Feb 09, 2018
Loading