Skip to content
Snippets Groups Projects
  1. Aug 05, 2017
  2. Feb 07, 2017
  3. Nov 18, 2016
  4. Nov 15, 2016
  5. Sep 28, 2016
  6. Sep 27, 2016
  7. Aug 31, 2016
  8. Jul 05, 2016
  9. Jun 21, 2016
  10. May 04, 2016
  11. Apr 01, 2016
  12. Feb 16, 2016
  13. Jan 27, 2016
  14. Jan 22, 2016
  15. Jan 19, 2016
  16. Dec 27, 2015
  17. Dec 20, 2015
  18. Nov 13, 2015
  19. Nov 05, 2015
    • kruthar's avatar
      [jdbc] testing code cleanup · 5ff4608f
      kruthar authored
      reverted a few things that were not necessary
      * semicolon change - coming in another PR
      * .gitignore change - no longer using derby
      
      Code cleanup
      * test scoped hsqldb
      * removed derby artifacts and references
      * setting driver class is not necessary
      * cleaned up unused objects in delete
      * now running cleanup on client
      * removed old assert(true) stub
      5ff4608f
    • kruthar's avatar
      [jdbc] implemented base operation test cases · 22085f62
      kruthar authored
      Had to fix the semicolon issue for Derby.
      Ended up switching to HSQLDB becuase Derby does not support LIMIT.
      22085f62
    • kruthar's avatar
      f69e3100
  20. Nov 04, 2015
  21. Nov 03, 2015
  22. Nov 02, 2015
  23. Oct 30, 2015
  24. Oct 14, 2015
  25. Sep 21, 2015
  26. Aug 07, 2015
  27. Jul 17, 2015
  28. Jun 18, 2015
  29. Jun 17, 2015
    • Sean Busbey's avatar
      [packaging] refactor packaging to avoid fat-jars. · 195d6e86
      Sean Busbey authored
      * remove unused declared deps in a few places
      * lex sort modules in top level pom
      * update maven plugin versions.
      * no more jar-with-dependencies
      * set ycsb-core to provided in bindings
      * introduce a bindings-parent pom that sets
      ** stage dependency copy on building binding
      ** iff binding has a README.md, build a binding-specific dist artifact
      * update distribution assembly to
      ** properly build after modules
      ** use per-binding sets of dependencies
      
      closes #250
      195d6e86
Loading