Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
  2. Aug 05, 2017
  3. Nov 18, 2016
  4. Oct 31, 2016
  5. Sep 30, 2016
  6. Sep 27, 2016
  7. Aug 31, 2016
  8. Jun 21, 2016
  9. May 04, 2016
  10. Apr 01, 2016
  11. Feb 22, 2016
  12. Feb 16, 2016
  13. Feb 15, 2016
  14. Feb 09, 2016
    • Andy Kruth's avatar
      [orientdb] put db conn stuff in sync method · 6116744d
      Andy Kruth authored
      All db connection and creation logic is the same, it is just pulled into
      a synchronized method so that multiple threads run through the
      connection process one at a time.
      
      Fixes #571
      6116744d
  15. Jan 27, 2016
  16. Jan 18, 2016
  17. Jan 12, 2016
  18. Jan 07, 2016
    • Andy Kruth's avatar
      [orientdb] properties cleanup · 50173ebe
      Andy Kruth authored
      Cleaner handling of properties.
      Updated documentation of available properties.
      Removed default database url.
      
      Making progress towards #539
      50173ebe
  19. Jan 05, 2016
  20. Jan 04, 2016
  21. Dec 31, 2015
  22. Dec 20, 2015
  23. Nov 03, 2015
    • Connor McCoy's avatar
      [version] update master to 0.6.0-SNAPSHOT. · b116ee5a
      Connor McCoy authored
      b116ee5a
    • Connor McCoy's avatar
      StatusCode -> Status · 5113c2e3
      Connor McCoy authored
      Replaces numeric status codes with a canonical set of Status objects,
      each with a short name and description.
      Bindings with more specific errors (e.g., timeouts) return additional
      statuses.
      
      This changes the default output from messages like:
      
         [UPDATE], Return=0, 511
      
      To:
      
         [UPDATE], Return=OK, 511
      5113c2e3
  24. Sep 21, 2015
  25. Aug 07, 2015
  26. Jul 17, 2015
  27. Jun 18, 2015
  28. Jun 17, 2015
  29. May 26, 2015
    • Sean Busbey's avatar
      [version] update to 0.2.0-SNAPSHOT. · 083db171
      Sean Busbey authored
      * Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases.
      * Increment minor version per pre-1.0 guidelines from the Version Numbers guide
      
      Fixes #236.
      083db171
  30. Aug 14, 2012
Loading