Skip to content
Snippets Groups Projects
  1. Oct 29, 2013
  2. Jun 28, 2013
  3. Apr 30, 2013
  4. Apr 15, 2013
    • Christos Stavrakakis's avatar
      Improve settings related to ASTAKOS url · 134e03c2
      Christos Stavrakakis authored
      Rename 'PITHOS_AUTHENTICATION_URL' setting to 'ASTAKOS_URL'. Also remove
      'PITHOS_AUTHENTICATION_USERS' from docs (it was removed from code in
      commit 8df4fae).
      
      Modify 'ASTAKOS_URL' to point to the node hosting the Astakos service
      instead of im endpoint, i.e. rename from
      'accounts.example.org/im/authenticate' to 'accounts.example.org'.
      134e03c2
  5. Apr 10, 2013
  6. Apr 08, 2013
  7. Mar 27, 2013
    • Georgios D. Tsoukalas's avatar
      pool context manager, http pool AssertionError fix · 2f432a67
      Georgios D. Tsoukalas authored
      Refs #3492
      
      - Introduce a generic PooledObject class to act both
        as a context manager for getting and putting back
        an object from a pool.
      
      - Implement a class PooledHTTPConnection(PooledObject)
        as a sublcass of the one in (1)
      
      - Eliminate httplib.HTTPConnection patching of close().
        Eliminate put/get_http_connection.
        The httplib.HTTPConnection object is no longer released
        back to the pool via a method on it.
        One must explicitly put it to the pool,
        or use the PooledObject context manager in (2) above.
      
      - Update lib.astakos, lib.quotaholder.http,
        synnefo.api.delegate, pithos.api.delegate to use
        PooledHTTPConnection.
      
      - Update tests
      2f432a67
  8. Mar 20, 2013
  9. Mar 13, 2013
  10. Feb 01, 2013
  11. Jan 28, 2013
  12. Jan 23, 2013
  13. Jan 14, 2013
  14. Jan 07, 2013
  15. Jan 03, 2013
  16. Dec 28, 2012
  17. Dec 27, 2012
  18. Dec 19, 2012
  19. Sep 06, 2012
  20. Jun 29, 2012
  21. Jun 12, 2012
  22. Mar 16, 2012
  23. Feb 23, 2012
    • Kostas Papadimitriou's avatar
      Common synnefo lib · 5f4ac335
      Kostas Papadimitriou authored
      Includes the following helpers to be used by synnefo django apps
      
      - logging config initialization middlware
      - astakos authentication helpers
      - parse_http_date compat helper
      - rabbitmq client using pika
      5f4ac335
Loading