1. 22 Mar, 2017 1 commit
  2. 21 Mar, 2017 1 commit
    • Alain Takoudjou's avatar
      Improve certificate authority, allow to set password at first access and Add... · ea435ee7
      Alain Takoudjou authored
      Improve certificate authority, allow to set password at first access and Add initials web services for administration
      
      Certificate Authority web use a database (see models.py) to store some informations about certificate. This help
      to not access singles files too much and also help to keep trace on what is done.
      The admin can revoke any certificate at any moment, users can also send revocation request to CA, administrator
      will decide to apply request or reject it.
      Admin can also cancel a CSR (this will delete csr file).
      ea435ee7
  3. 24 Jan, 2017 1 commit
  4. 23 Jan, 2017 1 commit
  5. 17 Jan, 2017 1 commit
  6. 10 Jan, 2017 2 commits
  7. 09 Jan, 2017 2 commits
  8. 30 Dec, 2016 1 commit
  9. 08 Dec, 2016 1 commit
  10. 02 Dec, 2016 3 commits
  11. 01 Dec, 2016 2 commits
  12. 30 Nov, 2016 3 commits
  13. 28 Oct, 2016 1 commit
  14. 26 Oct, 2016 2 commits
  15. 25 Oct, 2016 1 commit
  16. 21 Oct, 2016 2 commits
  17. 17 Oct, 2016 1 commit
  18. 16 Oct, 2016 1 commit
  19. 13 Oct, 2016 1 commit
  20. 10 Oct, 2016 2 commits
  21. 07 Oct, 2016 2 commits
  22. 05 Oct, 2016 1 commit
  23. 30 Sep, 2016 1 commit
  24. 29 Sep, 2016 2 commits
  25. 28 Sep, 2016 1 commit
  26. 16 Sep, 2016 1 commit
  27. 15 Sep, 2016 2 commits
    • Nicolas Wavrant's avatar
      Webrunner tests and new tools for resiliency · edd593b4
      Nicolas Wavrant authored
      Adds tests for the Webrunner, and updates its code to make it easier to test. These tests are still incomplete, but they have the merit of existing. I don't really like mocking function calls, but globally it's a better way than spawning a supervisord server and recreating the whole slaprunner's system tree.  
      
      Also adds tools (= scripts) which will be usefull for the monitoring in slapos : 
        * generation of RSS feed from status items, and management of them.
        * script for creating promises based on RSS feeds 
      
      /reviewed-on nexedi/slapos.toolbox!8
      edd593b4
    • Nicolas Wavrant's avatar