Skip to content
Snippets Groups Projects
  1. Nov 25, 2020
    • Benjamin Bertrand's avatar
      Improve logging · 239d9edf
      Benjamin Bertrand authored
      - Remove extra handler - flask default handler is fine (everything was
        logged twice due to changes in flask 1.0)
      - Add more logging messages
      
      JIRA INFRA-2899 #action In Progress
      239d9edf
  2. Mar 09, 2020
    • Benjamin Bertrand's avatar
      Add DELETE method on all API endpoints · 3f2391c7
      Benjamin Bertrand authored
      This is for admin only.
      Note that deleting a network with existing hosts is not allowed.
      Same for domain, network scope...
      Will make testing csentry-api easier by allowing to reset the db during
      tests.
      
      JIRA INFRA-1853 #action In Progress
      3f2391c7
  3. Feb 03, 2020
  4. Oct 29, 2019
  5. Apr 03, 2019
  6. Apr 02, 2019
  7. Nov 30, 2018
    • Benjamin Bertrand's avatar
      Add extra fields to the API · e6494e47
      Benjamin Bertrand authored
      - add fqdn to host
      - add gateway to network
      - add netmask to interface
      - allow to pass recursive via the API (to expand interfaces in host)
      - add is_main property to interface (True if the interface is the main
        interface of the host)
      
      JIRA INFRA-640
      e6494e47
  8. Sep 28, 2018
  9. Jul 06, 2018
  10. Feb 28, 2018
  11. 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
  12. Dec 21, 2017
Loading