| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'... | Vishal Telangre | 2019-05-10 | 1 | -4/+21 |
* | revert changes to monotonic times | Kevin Solorio | 2019-04-30 | 1 | -2/+2 |
* | Remove @duration instance variable since we're not maintaining instances vari... | Vishal Telangre | 2019-04-16 | 1 | -2/+1 |
* | Use monotonic time to record `started` and `finished` time values for an even... | Vishal Telangre | 2019-04-16 | 1 | -2/+2 |
* | Fix: #cpu_time doesn't work for a `ActiveSupport::Notifications::Fanout::Subs... | Vishal Telangre | 2019-04-16 | 1 | -2/+2 |
* | Update CHANGELOG and docs | Ali Ibrahim | 2019-03-22 | 1 | -3/+4 |
* | Update AS::Notifications::Instrumenter#instrument | Ali Ibrahim | 2019-03-22 | 1 | -1/+1 |
* | Ruby 2.7 warning: creating a Proc without a block | utilum | 2019-02-13 | 1 | -2/+2 |
* | Merge pull request #32861 from zvkemp/asn-unsubscribe-proxy | Aaron Patterson | 2019-02-11 | 1 | -3/+35 |
|\ |
|
| * | use a proxy matcher for AS::N fanout | zvkemp | 2019-02-11 | 1 | -3/+35 |
* | | Fix elapsed time calculations | bogdanvlviv | 2019-02-08 | 1 | -1/+1 |
|/ |
|
* | Keep cache for strings in notifications/fanout | John Hawthorn | 2019-02-01 | 1 | -3/+5 |
* | Make Notifications::Fanout#listeners_for faster | John Hawthorn | 2019-02-01 | 1 | -5/+18 |
* | Don't expose internal `clock_gettime_supported?` class method | Ryuta Kamizono | 2018-11-30 | 1 | -1/+2 |
* | Deprecate `event.end = Time.now` in favor of `event.finish!` | Ryuta Kamizono | 2018-11-20 | 1 | -2/+6 |
* | Windows support for parallelization and instrumenter | Gannon McGibbon | 2018-11-08 | 1 | -1/+6 |
* | Only use CLOCK_PROCESS_CPUTIME_ID if it's defined | Bart de Water | 2018-07-29 | 1 | -2/+8 |
* | fix arity check to use "parameters" for backwards compat | Aaron Patterson | 2018-07-26 | 1 | -4/+9 |
* | Always subscribe to event objects via `AS::Notifications.subscribe` | Aaron Patterson | 2018-07-26 | 2 | -12/+9 |
* | Subscribe to event objects via `subscribe_event` | Aaron Patterson | 2018-07-26 | 2 | -1/+39 |
* | Match the units in `duration` (milliseconds) | Aaron Patterson | 2018-07-26 | 1 | -1/+7 |
* | Add cpu_time, idle_time, and allocations to Event | Eileen Uchitelle | 2018-07-26 | 1 | -0/+47 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 2 | -0/+2 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 2 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 2 | -2/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 2 | -0/+2 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | fixes remaining RuboCop issues [Vipul A M, Xavier Noria] | Xavier Noria | 2016-09-01 | 1 | -1/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 2 | -3/+3 |
* | Adds exception object to instrumenter's payload | Ryan T. Hosford | 2015-12-31 | 1 | -0/+1 |
* | Subscribing to notifications while inside the said instrumented section. | thedarkone | 2015-11-28 | 2 | -4/+9 |
* | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 1 | -1/+1 |
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 1 | -3/+3 |
* | :nodoc: internal class [ci skip] | Godfrey Chan | 2015-08-10 | 1 | -1/+1 |
* | Replace `#=>` with `# =>` [ci skip] | claudiob | 2014-12-17 | 1 | -1/+1 |
* | Fix docs for AS::Notifications::Event#duration | claudiob | 2014-12-17 | 1 | -2/+2 |
* | Add docs for AS::Notifications::Event#duration | claudiob | 2014-12-17 | 1 | -0/+12 |
* | Avoid looping through subscribers when unsubscribing with a subscriber object. | Guo Xiang Tan | 2014-06-01 | 1 | -5/+10 |
* | Update documentation to reflect unsubscription with name. | Guo Xiang Tan | 2014-06-01 | 1 | -2/+2 |
* | use a thread local rather than a queue so events are in the right order | Aaron Patterson | 2013-10-30 | 1 | -7/+4 |
* | use a queue rather than a list. fixes #12069 | Aaron Patterson | 2013-10-28 | 1 | -1/+1 |
* | duration is called multiple times in dev, so lets cache it | Aaron Patterson | 2013-08-18 | 1 | -1/+2 |
* | Bug fix: Evented notification subscribers can handle published events | Carl Lerche | 2013-05-17 | 1 | -0/+7 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-03-30 | 1 | -1/+1 |
|\ |
|
| * | Fix some typos | Akira Matsuda | 2013-03-25 | 1 | -1/+1 |
* | | ActiveSupport::Notifications::Instrumenter#instrument should yield | stopdropandrew | 2013-03-02 | 1 | -1/+1 |
|/ |
|
* | adding start / finish on the instrumenter, adding tests for the class | Aaron Patterson | 2013-01-09 | 1 | -6/+17 |
* | Replace some global Hash usages with the new thread safe cache. | thedarkone | 2012-12-14 | 1 | -2/+5 |
* | update AS/notifications and AS/testing docs [ci skip] | Francesco Rodriguez | 2012-09-14 | 1 | -1/+1 |