Commit graph

26 commits

Author SHA1 Message Date
Pieter Oliver
f3ce2561a2
AutoFix RuboCop Lint/SymbolConversion 2025-07-08 17:28:54 +01:00
Pieter Oliver
93b41a6a2a
AutoFix RuboCop Style/BlockComments 2025-07-08 17:27:49 +01:00
Pieter Oliver
f3552bc1ff
AutoFix RuboCop Style/BlockDelimiters 2025-07-08 17:23:49 +01:00
Pieter Oliver
65aa4648b2
AutoFix RuboCop Style/Lambda 2025-07-08 17:21:14 +01:00
Pieter Oliver
6f0ffc2fda
AutoFix RuboCop Style/QuotedSymbols 2025-07-08 17:19:40 +01:00
Pieter Oliver
5eea5ab218
AutoFix RuboCop Style/StringLiterals 2025-07-08 17:17:15 +01:00
Pieter Oliver
78f7ba0e64
AutoFix RuboCop Style/TrailingCommaInHashLiteral 2025-07-08 17:14:55 +01:00
Pieter Oliver
433ace3101 AutoFix RuboCop Layout/SpaceInsideHashLiteralBraces 2025-06-30 12:40:56 +01:00
Pieter Oliver
0ac850435e AutoFix RuboCop Layout/SpaceBeforeComma 2025-06-30 12:38:14 +01:00
Pieter Oliver
f5a1cdb6f9 AutoFix RuboCop Layout/SpaceBeforeBlockBraces 2025-06-30 12:37:45 +01:00
Pieter Oliver
fc7ae9023a AutoFix RuboCop Layout/IndentationWidth 2025-06-30 12:35:23 +01:00
Pieter Oliver
ea6126dab1 AutoFix RuboCop Layout/HashAlignment 2025-06-30 12:34:54 +01:00
Pieter Oliver
c9dfc20973 AutoFix RuboCop Layout/FirstHashElementIndentation 2025-06-30 12:34:20 +01:00
Pieter Oliver
4cdf5f31b6 AutoFix RuboCop Layout/EndAlignment 2025-06-30 12:33:06 +01:00
Pieter Oliver
aa596b832c AutoFix RuboCop Layout/EmptyLinesAroundBlockBody 2025-06-30 12:32:07 +01:00
Pieter Oliver
b4daa9b92e Autofix RuboCop Layout/EmptyLine 2025-06-30 10:49:02 +01:00
Pieter Oliver
69f5e392d1 Autofix for RuboCop: Layout/ElseAlignment 2025-06-30 10:44:40 +01:00
d8d3f3ca1e
Fix the specs 2025-06-28 07:14:06 -04:00
Pieter Oliver
fe2d196494 Fix some small, non breaking changes typoes 2025-06-27 16:44:21 +01:00
abicky
58e7475b64 Convert parameter keys to ASCII-8BIT before filtering
This commit resolves https://github.com/aserafin/grape_logging/issues/53.
2018-09-26 00:15:27 +09:00
Dave Harris
7ae51d30d8 Add GrapeLogging::Formatters::RailsFormatter.new. Updates to README (#47) 2018-04-19 10:41:11 +02:00
Kun Liu
83117bc7e1 add spec for request_headers (#42)
* log for request headers

* add specification

* fix spec

* optimize readme

* add spec for request_headers
2017-10-13 08:46:51 +02:00
aserafin
d4cc3e2946 fix specs 2017-09-10 20:47:23 +02:00
Joel C
2a0c368551 Add log_level option (#39) 2017-05-15 12:40:44 +02:00
aserafin
1c5b13ff5e require spec_helper, configure travis 2017-03-06 18:35:52 +01:00
jason-uh
cc35a9ad50 port deep parameter logging from Badiapp/grape_logging (#37)
* port deep parameter logging from Badiapp/grape_logging; add some specs

* fix initializer for ParameterFilter

* PR feedback
2017-03-06 17:30:31 +01:00