Skip to content
Snippets Groups Projects
  1. Oct 03, 2018
  2. Sep 28, 2018
  3. Sep 21, 2018
  4. Sep 20, 2018
  5. 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
  6. Aug 01, 2018
  7. Jul 31, 2018
  8. Jul 17, 2018
  9. Jul 13, 2018
  10. Jul 12, 2018
  11. Jul 11, 2018
  12. Jul 03, 2018
  13. Jul 02, 2018
  14. May 25, 2018
  15. May 09, 2018
  16. 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
  17. 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
  18. Apr 10, 2018
  19. Apr 09, 2018
  20. Apr 06, 2018
  21. Feb 26, 2018
  22. Feb 20, 2018
  23. 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
  24. 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
  25. Feb 09, 2018
  26. Feb 06, 2018
    • Benjamin Bertrand's avatar
      Auto set the focus to ICS id and serial number · 5b6ad905
      Benjamin Bertrand authored
      Allow to use a scanner configured as keyboard to register items
      via the web UI.
      1. The attributes should be selected manually
      2. Focus set manually on ICS id
      3. Scan an ICS id -> prefix removed and focus set to serial number
      4. Scan serial number
      5. Click on submit
      6. Focus set automatically on ICS id
      7. Repeat from 3
      5b6ad905
  27. Jan 18, 2018
Loading