Skip to content
Snippets Groups Projects
  1. Oct 11, 2018
    • Benjamin Bertrand's avatar
      Implement server side processing for network hosts · 3a2d05fa
      Benjamin Bertrand authored
      - switch to server side processing to retrieve network hosts
        (the table started to be bigger and takes time to load)
      - add full text search using elasticsearch
      
      Note that only the first IP is displayed in the host table (all
      interfaces were displayed before). Search can be performed on any
      interfaces.
      
      JIRA INFRA-595 #action In Progress
      3a2d05fa
    • Benjamin Bertrand's avatar
      Improve documentation · 037548f2
      Benjamin Bertrand authored
      JIRA INFRA-575
      037548f2
  2. Oct 05, 2018
  3. Sep 28, 2018
    • Benjamin Bertrand's avatar
      Add button to delete hosts · f3206d0a
      Benjamin Bertrand authored
      - set cascade to all and delete-orphan to delete interfaces when
        deleting a host
      - button added on the view host page to delete host (admin only)
      
      JIRA INFRA-557 #action In Progress
      f3206d0a
    • Benjamin Bertrand's avatar
      Add button to export items to excel file · 8471ec5b
      Benjamin Bertrand authored
      Retrieving all items from the database takes some time.
      The task is thus handled by the RQ worker.
      We use ajax to periodically monitor the status of the job
      and redirect to the file when ready.
      A progress bar is displayed to let the user see the progress.
      
      The mechanism put in place could be re-used for other use cases.
      
      JIRA INFRA-545 #action In Progress
      8471ec5b
  4. Sep 21, 2018
  5. Aug 21, 2018
  6. Jul 16, 2018
  7. Jul 06, 2018
  8. May 25, 2018
  9. Feb 20, 2018
  10. Feb 16, 2018
  11. Feb 09, 2018
  12. Feb 08, 2018
Loading