Skip to content
Snippets Groups Projects
  1. Dec 10, 2018
    • Ben Johnson's avatar
      Add Password support to Redis library · 4c7a6818
      Ben Johnson authored
      For Redis instances that require authentication, the current Redis store does not work.  So, this commit adds optional support for utilizing the Predis password option.  It will pick up the password from the config file and pass it along when it instantiates the Predis client.
      
      The test simply checks that adding the password option doesn't break the constructor. Since Predis parameters end up as protected, we can't verify that the instance contains the password.
      4c7a6818
  2. Nov 21, 2018
  3. Nov 20, 2018
  4. Nov 13, 2018
  5. Oct 21, 2018
  6. Oct 20, 2018
  7. Oct 18, 2018
  8. Oct 17, 2018
  9. Oct 10, 2018
  10. Oct 02, 2018
  11. May 31, 2018
  12. May 27, 2018
  13. May 24, 2018
  14. May 22, 2018
  15. May 17, 2018
  16. May 10, 2018
  17. May 02, 2018
    • dombenson's avatar
      Support metadataxml in config (#820) · 0d1599a2
      dombenson authored
      * Support metadata XML directly in config
      Also consider 'xml' as a key, in addition to 'url' and 'file'.
      When provided, attempt to load this directly as a metadata XML string.
      This is useful when working with dynamic configuration and external polling of metadata updates.
      
      * Test loading XML from a fixed string
      No preexisting test in this area
      Adjust XML loader to only get global config in file mode - otherwise it is
      unused, and it might pollute the test usage.
      Test that an actully invalid config throws an exception, but that minimal valid
      (albeit useless) XML is accepted.
      0d1599a2
  18. Mar 21, 2018
    • Dominic Benson's avatar
      Test for preloading · 474506f5
      Dominic Benson authored
      Explicitly test a file that does not exist, as well as a preloaded one
      Virtual test file names intented to be semantic but not collide.
      474506f5
  19. Jan 27, 2018
  20. Jan 21, 2018
  21. Nov 29, 2017
  22. Nov 01, 2017
  23. Oct 25, 2017
  24. Oct 10, 2017
  25. Sep 07, 2017
Loading