Skip to content
Snippets Groups Projects
  1. Mar 09, 2020
  2. Aug 08, 2018
    • Benjamin Bertrand's avatar
      Replace jwt decorators with flask-login · fb3f568e
      Benjamin Bertrand authored
      Using flask-login request_loader, we can validate jwt tokens.
      This allows to use the same decorators for the web UI (using cookies)
      and the API (using JWT) as well as the current_user local proxy.
      fb3f568e
  3. Jul 06, 2018
  4. Feb 20, 2018
  5. Feb 09, 2018
  6. Feb 06, 2018
  7. 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
  8. Dec 21, 2017
    • Benjamin Bertrand's avatar
      Add API to create users · 5e8b9d5c
      Benjamin Bertrand authored
      Required to create users when importing items from JIRA.
      
      Renamed blueprint from "users" to "user" to be consistent with other
      blueprints (inventory and network).
      5e8b9d5c
    • Benjamin Bertrand's avatar
      Refactor API · 77468350
      Benjamin Bertrand authored
      Split API in different blueprints like for the web UI:
      - users (login)
      - inventory
      - network
      
      Use version in API url (api/v1) to make future changes easier without
      breaking backward compatibility
      77468350
Loading