Skip to content
Snippets Groups Projects
  1. Jul 11, 2018
  2. Jul 09, 2018
    • Benjamin Bertrand's avatar
      Use sqlalchemy events hook to trigger tasks · d9516a98
      Benjamin Bertrand authored
      Use the before_flush hook to trigger the core services update.
      It's much nicer than having to call a method in several places.
      
      The core services update is triggered on creation/modification/deletion
      of an Interface.
      
      In the before_flush we can manipulate the session (add objects) but we
      shouldn't call commit.
      The db.session.commit() was removed from the launch_task method.
      d9516a98
  3. Jul 06, 2018
  4. Jul 03, 2018
  5. Jul 02, 2018
  6. Jun 28, 2018
  7. May 25, 2018
  8. May 24, 2018
  9. May 23, 2018
  10. May 22, 2018
  11. May 09, 2018
  12. Apr 27, 2018
  13. 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
  14. 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
  15. Apr 10, 2018
  16. Apr 09, 2018
Loading