Commit graph

831 commits

Author SHA1 Message Date
Gonzalo Rodriguez
7daeac3401
style: enable Style/Encoding rubocop 2019-03-01 21:27:08 -03:00
Gonzalo Rodriguez
2240e8f2c6
style: enable Style/RaiseArgs rubocop 2019-03-01 21:19:06 -03:00
Gonzalo Rodriguez
92bc56b7b7
style: enable Style/RedundantSelf rubocop 2019-03-01 21:15:50 -03:00
Gonzalo Rodriguez
a0259fb14a
style: enable Style/SingleLineMethods rubocop 2019-03-01 21:14:47 -03:00
Gonzalo Rodriguez
8e3077c845
style: enabled Style/RedundantBegin rubocop 2019-03-01 21:10:40 -03:00
Gonzalo Rodriguez
7dbb490c01
style: enabled Style/EmptyMethod rubocop 2019-03-01 21:09:46 -03:00
Gonzalo Rodriguez
04eeeb9a33
refactor: avoid rescuing pattern repetition 2019-02-28 22:51:57 -03:00
Gonzalo Rodriguez
20d668211e
style: fix Lint/HandleExceptions rubocop 2019-02-28 21:17:36 -03:00
Gonzalo Rodriguez
bf4e902407
Merge pull request #408 from grzuy/style
style: prefer ruby 1.9+ hash syntax
2019-02-28 21:07:20 -03:00
Gonzalo Rodriguez
f772d0b3cd
Merge pull request #406 from grzuy/optional_name
Make blocklist/safelist name argument optional
2019-02-28 21:01:55 -03:00
Gonzalo Rodriguez
c67e71defe
style: prefer ruby 1.9+ hash syntax 2019-02-27 23:29:32 -03:00
Gonzalo Rodriguez
ee7177fbff
Merge pull request #405 from grzuy/fix_instrumentation_event_name_format
Match ActiveSupport Instrumentation event name format spec
2019-02-27 22:19:59 -03:00
Gonzalo Rodriguez
b678f5bfea
Merge pull request #407 from grzuy/rails_6
ci: get Travis to test against rails 6 betas
2019-02-27 21:22:55 -03:00
Gonzalo Rodriguez
f79637559f
ci: don't run tests for rails 6 against incompatible ruby versions 2019-02-26 22:27:14 -03:00
Gonzalo Rodriguez
78266c19d4
ci: get Travis to test against rails 6 betas 2019-02-26 19:07:19 -03:00
Gonzalo Rodriguez
9a726bd29b
refactor: remove repeated initialization of anonymous_blocklists/safelists 2019-02-25 20:29:07 -03:00
Gonzalo Rodriguez
6addaa11d0
feat: make blocklist/safelist name argument optional 2019-02-24 21:04:51 -03:00
Gonzalo Rodriguez
6c6dfb06e3
feat: match ActiveSupport Instrumentation event name format spec 2019-02-24 20:19:38 -03:00
Gonzalo Rodriguez
58aa6714d8
test: let test file be run individually 2019-02-24 20:16:51 -03:00
Gonzalo Rodriguez
b1558d022f
docs: correct instrumentation example 2019-02-24 19:50:45 -03:00
Gonzalo Rodriguez
9e90b20122
Merge pull request #402 from collimarco/patch-1
Add example: Match Actions in Rails
2019-02-21 22:24:45 -03:00
Gonzalo Rodriguez
cdbd7a8193
Merge branch 'master' into patch-1 2019-01-31 11:27:37 -03:00
Gonzalo Rodriguez
df809e5b17
Merge pull request #404 from grzuy/update_rubies
ci: update rubies
2019-01-31 11:25:34 -03:00
Gonzalo Rodriguez
1694aaec39
ci: update rubies 2019-01-30 10:25:13 -03:00
Gonzalo Rodriguez
3f07a62d0b
Merge pull request #403 from grzuy/update_bundler
build: support bundler 2.0 for development
2019-01-28 23:17:58 -03:00
Gonzalo Rodriguez
193a27dbed
build: support bundler 2.0 for development 2019-01-28 22:32:12 -03:00
Marco Colli
1fa555f37c
Update advanced_configuration.md 2019-01-26 15:23:40 +01:00
Gonzalo Rodriguez
590ea36908
Merge pull request #400 from grzuy/ruby_2_6
feat: explicitly support ruby 2.6
2018-12-27 18:25:30 -03:00
Gonzalo Rodriguez
1111179051
feat: explicitly support ruby 2.6 2018-12-27 10:32:50 -03:00
Gonzalo Rodriguez
96200fd534
Merge pull request #398 from grzuy/update_travis_linux_dist
Update TravisCI linux dist from trusty to xenial
2018-11-23 18:40:45 -03:00
Gonzalo Rodriguez
9d95bdb18e
Update TravisCI linux dist from trusty to xenial 2018-11-22 11:16:15 -03:00
Gonzalo Rodriguez
ff1cb4a445
Update CHANGELOG 2018-10-31 11:12:23 -03:00
Gonzalo Rodriguez
ef7fe67b5e
docs: fix typo 2018-10-30 10:27:46 -03:00
Gonzalo Rodriguez
093d809eae
style: don't enforce rubocop in autogenerated files 2018-10-30 10:23:32 -03:00
Gonzalo Rodriguez
e9155fffbe
Merge pull request #393 from leoarnold/leoarnold/feature/wiki_to_doc
Move Wiki examples into version control
2018-10-29 11:27:20 -03:00
Leo Arnold
b0da52a1bd Move Wiki examples into version control. Closes #324 2018-10-28 19:21:43 +01:00
Gonzalo Rodriguez
452ea1b849
Merge pull request #394 from grzuy/improve_misconfigured_store_exception_message
feat: improve MisconfiguredStoreError exception message to aid debugging
2018-10-16 00:16:42 -03:00
Gonzalo Rodriguez
8cbd3dc0fc
feat: improve MisconfiguredStoreError exception message to aid debugging 2018-10-11 11:44:10 -03:00
Gonzalo Rodriguez
3d55bfabf6
Merge pull request #392 from leoarnold/leoarnold/feature/readme_toc
Add table of contents to README
2018-10-08 20:29:34 -03:00
Leo Arnold
95d536414a Add table of contents to README. Closes #335 2018-10-08 18:15:07 +02:00
Gonzalo Rodriguez
014f74b95d
Merge pull request #387 from grzuy/fix_redis_3_and_memory_store
[Fixes #355] Fix unexpected error when using redis 3 and any store which is not proxied
2018-10-08 11:33:34 -03:00
Gonzalo Rodriguez
141f2f0759
Merge pull request #385 from grzuy/no_unwrapping
Remove store class unwrapping completely
2018-10-02 20:43:30 -03:00
Gonzalo Rodriguez
935f99a638
[Fixes #355] Avoid unexpected 'Gem::LoadError' for redis when not intented to be used
It seems that the original implementation accidentally autoloaded ActiveSupport::Cache::RedisCacheStore
which once evaluated asks for redis v4 generating Gem::LoadError.

In order to bypass any unnecessary constant autoloading we can just check class name string.
2018-09-30 22:13:30 -03:00
Gonzalo Rodriguez
82c0a17dd4
Test against Redis 3.x 2018-09-30 22:02:33 -03:00
Gonzalo Rodriguez
91dbb52235
Remove unwrapping 2018-09-30 13:32:08 -03:00
Gonzalo Rodriguez
d189a2c7ee
Update CHANGELOG 2018-09-29 18:25:44 -03:00
Gonzalo Rodriguez
fc235c90c2
Merge pull request #382 from grzuy/cleanup_redis_cache_store_proxy
Remove unnecessary wrapping of ActiveSupport::Cache::RedisCacheStore#read
2018-09-03 23:15:39 -03:00
Gonzalo Rodriguez
a7b50abdd5
Merge pull request #381 from grzuy/remove_obsolete_mem_cache_proxy
Remove MemCacheProxy which existed only for now obsolete memcache-client
2018-09-03 23:15:24 -03:00
Gonzalo Rodriguez
ef21932760
Update README: Mailing list no longer user 2018-09-03 18:35:08 -03:00
Gonzalo Rodriguez
55411e5e82
Remove MemCacheProxy which existed only for now obsolete memcache-client 2018-09-03 18:24:21 -03:00