aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
Commit message (Expand)AuthorAgeFilesLines
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-063-2/+3
* activejob typo fixes.alkesh262019-01-292-2/+2
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-182-1/+3
* Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+3
* Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-3/+0
* Ensure 0 is always the default for the individual exception counters in Activ...Rosa Gutierrez2019-01-082-3/+3
* Rewrite ActiveJob exception tests so it runs with the real adaptersRosa Gutierrez2019-01-082-88/+85
* Support in-flight jobs stored before individual execution counters for `retry...Rosa Gutierrez2019-01-053-21/+39
* Bump license years for 2019Arun Agrawal2018-12-312-2/+2
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-217-72/+50
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-1/+0
* Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-3/+3
* Do not require `webpacker` in Active Job integration testsyuuji.yaginuma2018-12-081-0/+1
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-052-1/+16
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-054-1/+53
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-284-1/+53
* | Do not deserialize GlobalID objects that were not generated by Active JobRafael Mendonça França2018-11-272-1/+5
* | Merge pull request #34376 from composerinteralia/default_queue_nameRafael França2018-11-232-2/+29
|\ \
| * | Allow using queue prefix with a default queue nameDaniel Colson2018-11-032-2/+29
* | | Keep executions for each specific exception (#34352)Alberto Almagro2018-11-235-4/+51
* | | Allow all ActiveJob assertion helper to accept Proc in their `only` kw:Edouard CHIN2018-11-214-4/+101
* | | Permit ActionController::Parameters for serializable HashBernie Chiu2018-11-193-3/+34
* | | Change queueing to queuing in docs and comments [skip ci]jacobherrington2018-11-187-13/+13
* | | Make `PERMITTED_TYPES` privateAlberto Almagro2018-11-121-4/+3
* | | Document missing supported types [ci skip]Alberto Almagro2018-11-112-7/+12
* | | Restore `private_constant` which is lost accidentally in #30941Ryuta Kamizono2018-11-091-1/+1
* | | Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* | | Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3
|/ /
* | Restore HWIA support to AJ::Arguments.deserializeGannon McGibbon2018-10-303-1/+13
* | Merge pull request #33972 from bogdanvlviv/follow-up-33897Rafael França2018-10-302-9/+13
|\ \ | |/ |/|
| * Improve `enqueue_retry.active_job` messagebogdanvlviv2018-09-252-9/+13
* | Merge pull request #34204 from XrXr/aj-test-helper-argsRafael França2018-10-243-15/+20
|\ \
| * | Include deserialized arguments in jobs returned by AJ test helpersAlan Wu2018-10-123-15/+20
* | | 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
* | | Clarify docs of `ActiveJob::TestHelper` [ci skip]bogdanvlviv2018-10-161-3/+3
* | | [ci skip] Fix link to Concurrent::ThreadPoolExecutor docsOrhan Toy2018-10-111-1/+1
* | | Remove unnecessary use of `included` in ActiveJob::CoreAlan Wu2018-10-051-21/+19
|/ /
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-4/+4
* | Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571)Mohit Natoo2018-09-281-8/+8
* | Merge pull request #33570 from mohitnatoo/queue_adapter_name_docRyuta Kamizono2018-09-281-0/+2
|\ \
| * | Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip]Mohit Natoo2018-08-101-0/+2
* | | Add a way to check for subset of arguments when performing jobs:Edouard CHIN2018-09-263-2/+100
* | | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
| |/ |/|
* | Extract `instrument` method.Kasper Timm Hansen2018-09-231-26/+11
* | Fix "warning: shadowing outer local variable - job"yuuji.yaginuma2018-09-221-2/+2
* | Merge pull request #33906 from dark-panda/ignore-psqlrc-when-using-psqlRafael França2018-09-202-4/+4
|\ \
| * | Ignore psqlrc files when executing psql commandsJ Smith2018-09-172-4/+4
* | | Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keysSharang Dashputre2018-09-213-9/+38
* | | Merge pull request #33897 from bogdanvlviv/follow-up-33751Rafael França2018-09-183-12/+23
|\ \ \ | |/ / |/| |