Skip to content
Snippets Groups Projects
  1. Sep 28, 2018
  2. Sep 21, 2018
  3. Sep 20, 2018
  4. Sep 14, 2018
  5. Sep 13, 2018
  6. Aug 21, 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 12, 2018
  12. Jul 11, 2018
  13. Jul 06, 2018
  14. Jul 03, 2018
  15. Jul 02, 2018
  16. May 25, 2018
    • Benjamin Bertrand's avatar
      Allow to easily identify staging server · 3f3b43a7
      Benjamin Bertrand authored
      Change "CSentry" to "CSEntry-test" in the navbar (upper left corner)
      and set it to red on the staging server.
      
      This is done by setting the variable CSENTRY_STAGING to True in the
      settings.cfg file for the staging server (variable set to False by
      default).
      
      JIRA INFRA-347
      3f3b43a7
  17. May 23, 2018
  18. May 09, 2018
  19. Apr 27, 2018
  20. 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
  21. 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
  22. Apr 10, 2018
  23. Apr 09, 2018
    • Benjamin Bertrand's avatar
      Clear error messages on form fields on change · 343fbdb0
      Benjamin Bertrand authored
      The class "is-invalid" is removed on all type=text input
      on keyup event.
      
      JIRA INFRA-285
      343fbdb0
    • Benjamin Bertrand's avatar
      Add attributes favorites page · 3050ce17
      Benjamin Bertrand authored
      - create many-to-many relationships between the user table and
      attributes tables (manufacturer / model / location / status / action)
      - add a checkbox as the first column of the attributes table to add or
      remove an attribute to the favorites
      - add a new page to display the favorite attributes
      
      JIRA INFRA-283
      3050ce17
  24. Apr 06, 2018
  25. Mar 13, 2018
  26. Mar 06, 2018
  27. Mar 05, 2018
  28. Feb 20, 2018
Loading