不要怂,就是干,撸起袖子干!

  1. 15 Nov, 2016 2 commits
  2. 14 Nov, 2016 1 commit
  3. 13 Nov, 2016 2 commits
  4. 08 Nov, 2016 2 commits
  5. 07 Nov, 2016 4 commits
  6. 04 Nov, 2016 2 commits
  7. 03 Nov, 2016 1 commit
  8. 02 Nov, 2016 1 commit
  9. 01 Nov, 2016 2 commits
  10. 31 Oct, 2016 1 commit
  11. 27 Oct, 2016 2 commits
  12. 25 Oct, 2016 1 commit
  13. 24 Oct, 2016 1 commit
  14. 17 Oct, 2016 1 commit
  15. 13 Oct, 2016 1 commit
  16. 10 Oct, 2016 3 commits
  17. 07 Oct, 2016 1 commit
    • Update Travis-CI to use Docker (#6443) · 9731d130
      * Use Docker for travis-ci
      
      * Fix up running local docker tests
      
      * Travis.yml cleanup, fix postgis version type testing
      
      * New way of accessing postgis version
      
      * Add version specific clause around mysql error message
      
      * Fix warning message to ignore if mysql >= 5.6
      
      - Tweak travis env var order to be more readable in travis
      
      * Remove testing against legacy dbs to make the testing process more lean
      Todd Bluhm committed
  18. 30 Sep, 2016 1 commit
  19. 27 Sep, 2016 1 commit
  20. 26 Sep, 2016 1 commit
  21. 25 Sep, 2016 1 commit
  22. 24 Sep, 2016 5 commits
  23. 23 Sep, 2016 2 commits
    • Fixed behavior where a mixed required status in an include would not honor given required's (#6170) · caa03cd5
      * Fixed behavior where a mixed required status in an include would not be respected
       Refactored include handling of abstract query-generator into seperate functions for through or non-thorugh joins
       Join generating functions now return join in parts so that it can be rearranged by the parent in even of a `required` mismatch
       Internal table names that are a combonation for multiple tables are now seperated by underscores instead of periods to avoid bad behavior inside parentheses
       Multiple fixes to tests to accommodate changing behavior
      
      * Fixes to PR
       Fixed spelling of "separate"
       generateInclude now returns new attributes instead of adding them to arrays passed in
       consolidated topLevel options into one object
      
      * Removed line ketp in merge. Whoops!
      
      * Separate fix, shoulkd fix failing psql tests.
      
      * Removed errant logging from tests, added more nested include testing.
      
      * Replaced '_' sperator with '->' in 'internal' selections.
      
      * fixed wrong name in abstract query-generator.
      
      * translate literal keys and  in select where to new internal -> connectors.
      
      * Replaced needlessly verbose ternary operator in abstract query-generator.
      
      * Fixed foramtting and nameing, added fix to changelog.
      
      * Fixed variable shadowing issue from rename.
      
      * Fixed sql unit test from master.
      
      * Fixed Postgres unit test.
      
      * added .eslintrs.json back to git.
      
      * Fixed postgres identifier quoting issues.
      
      * Added line about bc breaks to changlog.
      
      * Removed lines from development, tightened spacing to match style.
      cbauerme committed
  24. 16 Sep, 2016 1 commit