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

  1. 25 May, 2016 2 commits
  2. 24 May, 2016 7 commits
  3. 23 May, 2016 5 commits
    • [ci skip] Model#truncate - Fixing documentation formatting (#5933) · ebec7a9f
      * Model#truncate - Fixing documentation formatting
      
      * Fixing code comment
      gtelljohann committed
    • Update changelog.md · 4460c13f
      Mick Hansen committed
    • Adding the ability to log warnings if they are present in MySQL. (#5902) · f274ebaf
      * Adding the ability to log warnings if they are present in MySQL.
      
      * Reset spy between tests...
      
      * Pass options over. Make changes for jshint.
      
      * Ack, forgot debug code.
      
      * Finishing up, added tests. Refactored promise chain a little to support the new logging.
      
      * Fixed automated test issue.
      
      * Changes per pull request feedback.
      
      * Adding the ability to log warnings if they are present in MySQL.
      
      * Pass options over. Make changes for jshint.
      
      * Rebased.
      
      * Adding the ability to log warnings if they are present in MySQL.
      
      * Pass options over. Make changes for jshint.
      
      * Finishing up, added tests. Refactored promise chain a little to support the new logging.
      
      * Fixed automated test issue.
      
      * Changes per pull request feedback.
      
      * Fixing per tests, conflicts, and formatting requests from pull request.
      
      * Fixed issue (hopefully) with the bad regex in the test.
      
      * Changed test to being MySQL only.
      
      * Adding the ability to log warnings if they are present in MySQL.
      
      * Reset spy between tests...
      
      * Pass options over. Make changes for jshint.
      
      * Ack, forgot debug code.
      
      * Adding the ability to log warnings if they are present in MySQL.
      
      * Adding the ability to log warnings if they are present in MySQL.
      
      * Pass options over. Make changes for jshint.
      
      * Pass options over. Make changes for jshint.
      
      * Finishing up, added tests. Refactored promise chain a little to support the new logging.
      
      * Finishing up, added tests. Refactored promise chain a little to support the new logging.
      
      * Fixed automated test issue.
      
      * Fixed automated test issue.
      
      * Changes per pull request feedback.
      
      * Changes per pull request feedback.
      
      * Rebased.
      
      * Fixing per tests, conflicts, and formatting requests from pull request.
      
      * Fixed issue (hopefully) with the bad regex in the test.
      
      * Changed test to being MySQL only.
      Michael D. Stemle, Jr committed
  4. 19 May, 2016 1 commit
  5. 18 May, 2016 6 commits
  6. 17 May, 2016 3 commits
  7. 16 May, 2016 13 commits
  8. 13 May, 2016 3 commits
    • One to one association batching (#5879) · eca67e85
      * add(associations): make belongsTo getter batch friendly
      
      * add(associations): make belongsTo getter batch friendly
      
      * add(associations): make hasOne getter batch friendly
      
      * variable
      
      * readd scope for has one
      
      * reintroduce options.limit = null to fix mssql
      Mick Hansen committed
    • Improve validation when dealing with non-strings (#5861) · 80e1774d
      * Improve validation when dealing with non-strings
      
      validator@5.0.0+ has stopped coercing input values as strings and since
      version 4, the library has been printing deprecation notices everytime a
      non-string is passed to it.
      
      All `validate` functions now correctly handle theses cases by delegating
      this work to lodash functions.
      
      * Coerce number values when validating
      Rui Marinho committed
    • Remove uneccesary options tests (#5875) · 45b9990e
      * Remove unneccesary tests checking options object not modified
      
      These tests are now performed universally by the tests support shim
      
      * Tidy tests code
      overlookmotel committed