1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Mike Perham
1701c83788 Update dummy test app to only boot relevant subsystems 2019-09-12 14:53:57 -07:00
Mike Perham
9c4241e7cc Assume 6.0 2019-09-12 10:15:08 -07:00
Mike Perham
4bafe65f86 BUG WORKAROUND: requiring ActionText 6.0 (via 'rails/all') requires an ApplicationController to exist
https://github.com/rails/rails/issues/37183
2019-09-12 10:14:55 -07:00
Mike Perham
b4d66e5830 fix deprecation 2019-09-03 11:13:13 -07:00
Mike Perham
ea30e975ba Fix broken build due to rails/rails#35611 2019-03-27 10:30:52 -07:00
Mike Perham
731b5d69e4 cleanup 2019-02-08 08:53:50 -08:00
Mike Perham
d67e82473e remove things which complicate the test suite 2019-02-05 11:10:56 -08:00
Andrew Babichev
a281aa44a6 Consider Default Required Path on Config File Search (#4077)
* Consider default required path on config file search

* Fix bundler at ci
2019-01-08 09:20:59 -08:00
Andrew Babichev
1d835551f0 Check Config File Existence (#4054)
* Check config file existence

* Eager config file check

* Parse expanded path to default sidekiq.yml config file in Rails app

* Cleanup
2018-12-13 08:30:29 -08:00
Andrew Babichev
ea9b34a953 Add CLI Run Test - Write Pid, System Boot, Print Banner (#4039)
* Add appraisal

* Test CLI run (write pid, system boot, print banner)

* Cleanup test helper

* Set REDIS_URL to use non-default host in test env

* Move mintiest-focus to test bundle group
2018-12-07 08:59:42 -08:00