1. 12 Mar, 2019 1 commit
    • Stas's avatar
      Fix tests (#1724) · bdb15c94
      Stas authored
      *   Update Dockerfile, add for methods setUp and tearDown return type hint in all tests, replace fire on dispatch
      
      * Resolve error test with touch
      
      * Use COMPOSER_VERSION in Dockerfile
      
      * Add alias for composer
      
      * Change parent method's names
      Broken commit in laravel: https://github.com/laravel/framework/commit/2ee18923eaff142a89439f0adf0d3f15c30db85b
      
      * Remove changes in .travis.yml
      
      * Remove changes from Dockerfile
      
      * Revert changes in docker-compose.yml
      
      * Update image with mysql
      bdb15c94
  2. 27 Feb, 2019 6 commits
  3. 26 Feb, 2019 1 commit
  4. 09 Feb, 2019 1 commit
  5. 24 Jan, 2019 1 commit
  6. 20 Dec, 2018 1 commit
    • reatang's avatar
      fix bug · 317369cf
      reatang authored
      The main solution is to solve the bugs encountered in using database alone
      317369cf
  7. 29 Nov, 2018 1 commit
  8. 28 Nov, 2018 1 commit
  9. 27 Nov, 2018 1 commit
  10. 23 Nov, 2018 1 commit
  11. 17 Nov, 2018 1 commit
  12. 06 Nov, 2018 1 commit
  13. 16 Aug, 2018 2 commits
  14. 22 Jul, 2018 2 commits
  15. 27 Jun, 2018 1 commit
  16. 26 Jun, 2018 6 commits
  17. 18 Jun, 2018 1 commit
  18. 26 Apr, 2018 3 commits
  19. 25 Apr, 2018 2 commits
  20. 10 Apr, 2018 1 commit
  21. 07 Apr, 2018 2 commits
  22. 03 Apr, 2018 2 commits
  23. 27 Mar, 2018 1 commit
    • Mike Nichols's avatar
      Fix drop index · 7adb4378
      Mike Nichols authored
      Fixes bug that prevents dropping compound indexes with multiple fields.
      Indexes can now be dropped by name or column list, adhering to the Illuminate Blueprint interface.
      7adb4378