aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/adapters
Commit message (Expand)AuthorAgeFilesLines
* Remove an extra `@mutex.synchronize`yuuji.yaginuma2018-10-191-12/+1
* Return a non zero code when can not connect to backend on CIyuuji.yaginuma2018-10-194-4/+8
* Ignore psqlrc files when executing psql commandsJ Smith2018-09-172-4/+4
* Remove support for Qu gem.Alberto Almagro2018-03-191-40/+0
* Explicitly require `sidekiq/cli`yuuji.yaginuma2017-12-161-0/+1
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-11-132-9/+1
* Return a non zero code when can not connect to redis in CIyuuji.yaginuma2017-11-132-2/+4
* redis-rb 4.0 supportJeremy Daer2017-10-081-7/+4
* Wait for the Delayed Job worker thread to finishMatthew Draper2017-08-131-0/+1
* Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-311-1/+1
* [Active Job] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1111-0/+11
* Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-07-102-1/+9
* Use frozen-string-literal in ActiveJobKir Shatrov2017-07-0911-0/+11
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0211-11/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0111-0/+11
* make backburner integration test to workyuuji.yaginuma2017-01-281-2/+2
* Privatize unneededly protected methods in Active Job testsAkira Matsuda2016-12-241-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-293-3/+3
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-062-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-2/+0
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+2
* modernizes hash syntax in activejobXavier Noria2016-08-062-11/+11
* applies new string literal convention in activejob/testXavier Noria2016-08-067-29/+29
* Active Job: smaller footprint for the dev/test async adapterJeremy Daer2016-02-291-1/+2
* Remove celluloid from the GemfileRafael Mendonça França2016-01-271-3/+1
* Use Sidekiq.options to set initial waitAndrew White2015-09-211-1/+1
* Initial implementation of ActiveJob AsyncAdapter.Jerry D'Antonio2015-08-251-0/+9
* use `average_scheduled_poll_interval` option instead of deprecated `poll_inte...yuuji.yaginuma2015-08-151-1/+1
* Do not use named queues for que adapterRafael Mendonça França2015-05-031-1/+1
* Only *configure* the queue in setup; DB creation must come laterMatthew Draper2015-04-202-21/+25
* Shuffle a few things in aid of easier debuggingMatthew Draper2015-04-201-20/+36
* Fix sidekiq test order dependencyMatthew Draper2015-04-201-0/+3
* avoid double initialization error caused to sidekiqTakumi IINO2015-04-141-13/+34
* Fixed ActiveJob integration testsCristian Bica2015-03-052-2/+4
* redis 3.2.0 doesn't allow tcp protocol anymoreRafael Mendonça França2014-12-131-1/+1
* Merge pull request #17825 from aripollak/fix-activejob-sidekiq-integrationRafael Mendonça França2014-12-041-1/+2
|\
| * Fix Sidekiq ActiveJob integration setupAri Pollak2014-11-281-1/+2
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
|/
* - Removed unused variable warnings from ActiveJob AdaptersVipul A M2014-10-195-5/+5
* Make AJ integration tests much less verboseMatthew Draper2014-09-276-21/+11
* ActiveJob Integration TestsCristian Bica2014-09-1110-0/+393