Gonzalo Rodriguez
|
d1b71da182
|
Merge pull request #418 from lmansur/update-rubies
Update rubies
|
2019-06-12 17:37:01 -03:00 |
|
Lucas Mansur
|
c043102904
|
Update rubies
|
2019-06-07 20:25:12 -03:00 |
|
Gonzalo Rodriguez
|
34e221acc6
|
Merge pull request #416 from lmansur/fix-readme
Update README example with new ActiveSupport Notification syntax
|
2019-05-24 11:24:01 -03:00 |
|
Lucas Mansur
|
93fa023322
|
Use namespaced event
|
2019-05-23 19:01:50 -03:00 |
|
Gonzalo Rodriguez
|
39337d416e
|
docs: update v6.0.0 changelog
|
2019-05-23 16:20:56 -03:00 |
|
Gonzalo Rodriguez
|
bd9fc930d4
|
docs: fix typo
|
2019-04-19 11:14:27 -03:00 |
|
Gonzalo Rodriguez
|
6045b82897
|
Bump version to v6.0.0
|
2019-04-17 18:44:59 -03:00 |
|
Gonzalo Rodriguez
|
6d1c9680d3
|
build: update development gems
|
2019-04-17 18:44:54 -03:00 |
|
Gonzalo Rodriguez
|
306d157df3
|
docs: fix Basic Auth example typo
|
2019-03-28 12:08:48 -03:00 |
|
Gonzalo Rodriguez
|
ca95156acc
|
Merge pull request #412 from grzuy/update_rubies
ci: update rubies
|
2019-03-14 16:25:28 -03:00 |
|
Gonzalo Rodriguez
|
9511ae3abc
|
ci: update rubies
|
2019-03-14 15:20:00 -03:00 |
|
Gonzalo Rodriguez
|
935b91815b
|
Merge pull request #410 from grzuy/style
Code style updates
|
2019-03-06 20:20:48 -03:00 |
|
Gonzalo Rodriguez
|
6541634fb0
|
style: enable Style/Semicolon rubocop
|
2019-03-01 22:25:27 -03:00 |
|
Gonzalo Rodriguez
|
fcb89a6c12
|
refactor: avoid unnecessary nil argument passing
|
2019-03-01 22:22:11 -03:00 |
|
Gonzalo Rodriguez
|
0e8dff4c88
|
refactor: make Throttle.new consistent with Blocklist/Safelist.new
|
2019-03-01 22:12:32 -03:00 |
|
Gonzalo Rodriguez
|
3639afc196
|
refactor: remove unnecessary block local variable
|
2019-03-01 22:01:17 -03:00 |
|
Gonzalo Rodriguez
|
5a42fd3ac7
|
style: enable Style/OptionalArguments rubocop
|
2019-03-01 21:51:15 -03:00 |
|
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 |
|