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

  1. 11 Aug, 2017 1 commit
  2. 10 Aug, 2017 3 commits
    • (fix): connection manager evict stale connections (#7924) · 4660d0c1
      * Eviction config in connection-manager.js 
      
      Added configuration property `evictionRunIntervalMillis` to node-pool instantiation to allow evictions to run against stale connections in the pool. The default value is set to 0 which prevents evictions all together. The added configuration will cause evictions to run every 60 seconds. The setting has been exposed in the Sequelize configuration options.
      
      * Update default pool options in usage.md
      
      Corrected the existing default pooling options in `usage.md` and added new option for evict which controls the interval in which evictions run.
      
      * Added evictionTimeoutMillis to remaining areas
      
      Adding `evictionTimeoutMillis` to remaining configuration areas within `connection-manager.js`
      
      * Adding documentation for `options.pool.evict`
      
      Updating the comment which documents the configuration parameters available when constructing a new _Sequelize_ object.
      
      * Change "between" -> "for" 
      
      Updating the grammar for simplify the understanding of this option.
      Skylar Graika committed
    • (chores): fixing failing mssql builds (#8089) · 05f3c6d8
      Locked tedious to 1.14.0, this is required as Query Queue tests are failing in 1.15.0
      This indicate there is a breaking error message / type change between these two versions
      Sushant committed
  3. 28 Jul, 2017 1 commit
  4. 22 Jul, 2017 1 commit
  5. 21 Jul, 2017 2 commits
  6. 20 Jul, 2017 2 commits
  7. 13 Jul, 2017 2 commits
  8. 11 Jul, 2017 3 commits
  9. 10 Jul, 2017 3 commits
  10. 06 Jul, 2017 2 commits
  11. 29 Jun, 2017 3 commits
  12. 28 Jun, 2017 1 commit
  13. 27 Jun, 2017 1 commit
  14. 26 Jun, 2017 2 commits
  15. 21 Jun, 2017 3 commits
  16. 20 Jun, 2017 5 commits
  17. 19 Jun, 2017 1 commit
  18. 14 Jun, 2017 2 commits
    • docs: remove links to changelog · 32d7b825
      ESDoc failed to build because there were references to the deleted
      changelog.md file
      Felix Becker committed
    • chore: set up semantic-release (#7777) · 8f39f453
      - Set up semantic-release to automatically release from CI
      - Remove the changelog, which is maintained automatically in GitHub releases from now on
      - Add husky git hooks for validating commit messages with validate-commit-msg
      - Extend contribution guide
      - Adapt GitHub PR template
      - Add readme badge
      
      Closes #6550
      Felix Becker committed
  19. 13 Jun, 2017 2 commits