index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activejob
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not deserialize GlobalID objects that were not generated by Active Job
Rafael Mendonça França
2018-11-27
2
-1
/
+5
*
Merge pull request #34376 from composerinteralia/default_queue_name
Rafael França
2018-11-23
2
-2
/
+29
|
\
|
*
Allow using queue prefix with a default queue name
Daniel Colson
2018-11-03
2
-2
/
+29
*
|
Keep executions for each specific exception (#34352)
Alberto Almagro
2018-11-23
5
-4
/
+51
*
|
Allow all ActiveJob assertion helper to accept Proc in their `only` kw:
Edouard CHIN
2018-11-21
4
-4
/
+101
*
|
Permit ActionController::Parameters for serializable Hash
Bernie Chiu
2018-11-19
3
-3
/
+34
*
|
Change queueing to queuing in docs and comments [skip ci]
jacobherrington
2018-11-18
7
-13
/
+13
*
|
Make `PERMITTED_TYPES` private
Alberto Almagro
2018-11-12
1
-4
/
+3
*
|
Document missing supported types [ci skip]
Alberto Almagro
2018-11-11
2
-7
/
+12
*
|
Restore `private_constant` which is lost accidentally in #30941
Ryuta Kamizono
2018-11-09
1
-1
/
+1
*
|
Amend CVE note and security guide section wordings
Gannon McGibbon
2018-11-06
1
-3
/
+3
*
|
Add CVE note to security guide and gemspecs
Gannon McGibbon
2018-11-06
1
-0
/
+3
|
/
*
Restore HWIA support to AJ::Arguments.deserialize
Gannon McGibbon
2018-10-30
3
-1
/
+13
*
Merge pull request #33972 from bogdanvlviv/follow-up-33897
Rafael França
2018-10-30
2
-9
/
+13
|
\
|
*
Improve `enqueue_retry.active_job` message
bogdanvlviv
2018-09-25
2
-9
/
+13
*
|
Merge pull request #34204 from XrXr/aj-test-helper-args
Rafael França
2018-10-24
3
-15
/
+20
|
\
\
|
*
|
Include deserialized arguments in jobs returned by AJ test helpers
Alan Wu
2018-10-12
3
-15
/
+20
*
|
|
Remove an extra `@mutex.synchronize`
yuuji.yaginuma
2018-10-19
1
-12
/
+1
*
|
|
Return a non zero code when can not connect to backend on CI
yuuji.yaginuma
2018-10-19
4
-4
/
+8
*
|
|
Clarify docs of `ActiveJob::TestHelper` [ci skip]
bogdanvlviv
2018-10-16
1
-3
/
+3
*
|
|
[ci skip] Fix link to Concurrent::ThreadPoolExecutor docs
Orhan Toy
2018-10-11
1
-1
/
+1
*
|
|
Remove unnecessary use of `included` in ActiveJob::Core
Alan Wu
2018-10-05
1
-21
/
+19
|
/
/
*
|
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
2
-4
/
+4
*
|
Documentation clarity in ActiveJob::TestHelper [ci skip] (#33571)
Mohit Natoo
2018-09-28
1
-8
/
+8
*
|
Merge pull request #33570 from mohitnatoo/queue_adapter_name_doc
Ryuta Kamizono
2018-09-28
1
-0
/
+2
|
\
\
|
*
|
Documentation for queue_adapter_name method in ActiveJob::QueueAdapter [ci skip]
Mohit Natoo
2018-08-10
1
-0
/
+2
*
|
|
Add a way to check for subset of arguments when performing jobs:
Edouard CHIN
2018-09-26
3
-2
/
+100
*
|
|
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
|
|
/
|
/
|
*
|
Extract `instrument` method.
Kasper Timm Hansen
2018-09-23
1
-26
/
+11
*
|
Fix "warning: shadowing outer local variable - job"
yuuji.yaginuma
2018-09-22
1
-2
/
+2
*
|
Merge pull request #33906 from dark-panda/ignore-psqlrc-when-using-psql
Rafael França
2018-09-20
2
-4
/
+4
|
\
\
|
*
|
Ignore psqlrc files when executing psql commands
J Smith
2018-09-17
2
-4
/
+4
*
|
|
Make `assert_<enqueued|performed>_with()` compare hashes ignoring order of keys
Sharang Dashputre
2018-09-21
3
-9
/
+38
*
|
|
Merge pull request #33897 from bogdanvlviv/follow-up-33751
Rafael França
2018-09-18
3
-12
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
`retry_job` should publish `enqueue_retry.active_job` notification
bogdanvlviv
2018-09-16
3
-12
/
+23
*
|
|
Print correct rake command on running AJ integration tests
bogdanvlviv
2018-09-17
1
-1
/
+1
|
/
/
*
|
Update arguments.rb [ci skip]
Sharang Dashputre
2018-09-13
1
-1
/
+1
*
|
Add changelog entries for #33849 [ci skip]
bogdanvlviv
2018-09-13
1
-0
/
+4
*
|
Merge pull request #33849 from ricardotk002/include-helpers-action-dispatch-i...
Rafael França
2018-09-12
1
-0
/
+4
|
\
\
|
*
|
Include test helpers when ActionDispatch::IntegrationTest is loaded
Ricardo Díaz
2018-09-12
1
-0
/
+4
*
|
|
Update test_helper_test.rb
Sharang Dashputre
2018-09-12
1
-1
/
+1
|
/
/
*
|
Merge pull request #33823 from stoodfarback/aj_backburner_fix_priority
Rafael França
2018-09-10
2
-2
/
+14
|
\
\
|
*
|
ActiveJob Backburner adapter: fix priority
stoodfarback
2018-09-07
2
-2
/
+14
*
|
|
Merge pull request #33826 from tgturner/activejob-retry-attempts
Eileen M. Uchitelle
2018-09-09
1
-1
/
+3
|
\
\
\
|
*
|
|
clarifies documentation around the attempts arugment to retry_on
Graham Turner
2018-09-09
1
-1
/
+3
|
|
/
/
*
/
/
Add missing `perform_enqueued_jobs` to error logging test
yuuji.yaginuma
2018-09-09
1
-1
/
+1
|
/
/
*
|
Merge pull request #33751 from steves/add_retry_notifications_to_aj
Rafael França
2018-08-30
4
-35
/
+128
|
\
\
|
*
|
Move ActiveJob retry and discard logging into log subscriber
Steve S
2018-08-30
3
-32
/
+103
|
*
|
Add hooks to ActiveJob around retries and discards
Steve S
2018-08-29
2
-7
/
+29
*
|
|
Merge pull request #33718 from kddeisz/permit-list
Matthew Draper
2018-08-29
1
-9
/
+11
|
\
\
\
[next]