Skip to content
Snippets Groups Projects
  1. Jul 06, 2018
  2. Apr 20, 2018
  3. Apr 10, 2018
  4. Apr 06, 2018
  5. Mar 13, 2018
  6. Feb 28, 2018
  7. Feb 23, 2018
  8. Feb 20, 2018
  9. Feb 14, 2018
  10. Feb 09, 2018
  11. Feb 06, 2018
  12. Jan 12, 2018
    • Benjamin Bertrand's avatar
      Fix inconsistency in interface creation · a3c407f4
      Benjamin Bertrand authored
      The string representation of a Network is the vlan_name.
      This is what we should allow to pass as string to create an interface.
      
      Note that if we pass network_id instead of network when creating
      and interface, the validate_interfaces method from the Network class
      is not called.
      a3c407f4
  13. Jan 11, 2018
  14. Jan 10, 2018
  15. Jan 08, 2018
    • Benjamin Bertrand's avatar
      Add pagination to API · a87309e5
      Benjamin Bertrand authored
      Pagination information (next, prev, first, last) is included in the Link
      HTTP header.
      The total number of entries is provided in the X-Total-Count HTTP
      header.
      v0.5.1
      a87309e5
  16. Jan 02, 2018
  17. Dec 21, 2017
  18. Dec 13, 2017
    • Benjamin Bertrand's avatar
      Refactor database schema · a5963f99
      Benjamin Bertrand authored
      - Rename Host to Interface
      - Create new Host table to group interfaces
      a5963f99
    • Benjamin Bertrand's avatar
      Add token revoking · c5965f94
      Benjamin Bertrand authored
      - All created tokens are stored in the database.
        To revoke a token, we just delete it from the database.
        Tokens not found in the database are thus considered unvalid / revoked.
      
      - Add button to copy generated token to the clipboard
      
      - Redesign profile page
      c5965f94
  19. Dec 06, 2017
  20. Nov 20, 2017
  21. Nov 15, 2017
  22. Nov 14, 2017
  23. Nov 13, 2017
  24. Nov 03, 2017
  25. Sep 21, 2017
  26. Sep 17, 2017
  27. Sep 07, 2017
  28. Sep 06, 2017
    • Benjamin Bertrand's avatar
      Improve API (patch and get item) · 738fd371
      Benjamin Bertrand authored
      - add more tests
      - patching an item update children location and status
      - setting the parent on an item updates the location and status with the
        parent ones
      738fd371
Loading