Commit graph

  • 9f35f74bd5
    Merge pull request #96 from n-rodriguez/wip/improve master Sami Samhuri 2026-03-05 14:10:28 -0800
  • 073a88614b Update CHANGELOG.md Nicolas Rodriguez 2026-03-05 18:27:36 +0100
  • df56d571b7 Use zeitwerk to load gem Nicolas Rodriguez 2026-03-02 03:32:41 +0100
  • 3b2ebd5669 Move dev dependencies to Gemfile Nicolas Rodriguez 2026-03-02 03:27:11 +0100
  • f9d417f2d6
    Merge pull request #95 from samsonjs/ruby-4 Sami Samhuri 2026-01-02 11:55:51 -0800
  • 189e6f0857
    Add Ruby 4.0 to test matrix Sami Samhuri 2026-01-02 11:54:42 -0800
  • 48ab8c414b
    Merge pull request #94 from leoarnold/leoarnold/ostruct Sami Samhuri 2025-12-11 17:46:07 -0800
  • a8290d3522 Remove OpenStruct Leo Arnold 2025-12-10 11:35:03 +0100
  • d97750a318
    Update README.md Sami Samhuri 2025-08-21 07:35:44 -0700
  • ffdd1a617c
    Bump version to 3.0.1 Sami Samhuri 2025-08-07 12:07:16 -0700
  • 39f6a064f1
    Preparing for release, 3.0.0 Sami Samhuri 2025-08-07 12:04:58 -0700
  • ed25898685
    Add support for Grape 2.4 (#93) Sami Samhuri 2025-08-07 12:03:04 -0700
  • bc2281ebf6
    Require grape >= 2.4 in gemspec fix-grape-2-4 Sami Samhuri 2025-08-07 12:00:51 -0700
  • ea84dc828f
    Update changelog Sami Samhuri 2025-08-07 11:33:52 -0700
  • 4ecaf2edaa
    Make RequestLogger#initialize signature match Grape 2.4 Sami Samhuri 2025-08-07 11:33:52 -0700
  • a20d392807
    Fix RequestLogger middleware to handle Grape 2.4 breaking chnage Cedric Darricau 2025-06-19 11:50:27 +0200
  • 5a9ef5d801
    Add rubocop with a todo list (#90) Sami Samhuri 2025-07-14 15:20:17 -0700
  • b338298711
    Fix auto-gen formatting + RuboCop AutoFix Style/ModuleFunction Pieter Oliver 2025-07-10 11:26:28 +0100
  • ba45a7dbf9
    Merge branch 'add-rubocop' into add-all-todos Pieter Oliver 2025-07-10 10:22:09 +0100
  • ca80cfef6c
    Bump version to 2.1.2 Sami Samhuri 2025-07-09 18:17:44 -0700
  • 08823ae0d1
    Merge pull request #92 from 1SecondEveryday/fix/filter-param-symbol-keys Sami Samhuri 2025-07-09 18:16:34 -0700
  • 586dc239dc
    Prepare for release, 2.1.1 Sami Samhuri 2025-07-09 18:15:04 -0700
  • 7e15b97cb4
    Handle symbol param keys during filtering Sami Samhuri 2025-07-09 18:11:05 -0700
  • a17c5f52e4
    Add me to authors in gemspec, fix formatting of text Sami Samhuri 2025-07-09 17:54:16 -0700
  • dbba26bc2c
    Bump version to 2.1.1 Sami Samhuri 2025-07-09 17:46:03 -0700
  • 31d46bc8f8
    Bump version to 2.1.0 Sami Samhuri 2025-07-09 17:44:19 -0700
  • 4fabe1aa37
    Merge pull request #91 from 1SecondEveryday/add-request-id Sami Samhuri 2025-07-09 17:43:57 -0700
  • b8452343f0
    Preparing for release, 2.1.0 Sami Samhuri 2025-07-09 17:43:04 -0700
  • 71c1adf3eb
    Add ActionDispatch request ID to logger arguments hash Sami Samhuri 2025-07-09 17:39:50 -0700
  • c9865f3ab0
    Merge branch 'master' into add-rubocop Sami Samhuri 2025-07-09 17:01:34 -0700
  • a4f6088a17
    Remove remote name from releasing doc Sami Samhuri 2025-07-09 16:58:44 -0700
  • c19b1d3732
    Bump version to 2.0.1 Sami Samhuri 2025-07-09 16:57:51 -0700
  • 362dd0a92e
    Bump version to 2.0.0 Sami Samhuri 2025-07-09 16:55:57 -0700
  • 0d738e4e7e
    Prepare for 2.0.0 release (#89) Sami Samhuri 2025-07-09 16:54:59 -0700
  • f3ce2561a2
    AutoFix RuboCop Lint/SymbolConversion Pieter Oliver 2025-07-08 17:28:54 +0100
  • e5b6b00c47
    AutoFix RuboCop Lint/UnusedMethodArgument Pieter Oliver 2025-07-08 17:28:33 +0100
  • 93b41a6a2a
    AutoFix RuboCop Style/BlockComments Pieter Oliver 2025-07-08 17:27:49 +0100
  • f3552bc1ff
    AutoFix RuboCop Style/BlockDelimiters Pieter Oliver 2025-07-08 17:23:49 +0100
  • 086281a5e9
    AutoFix RuboCop Style/ExpandPathArguments Pieter Oliver 2025-07-08 17:23:14 +0100
  • b8d083142f
    AutoFix RuboCop Style/GuardClause Pieter Oliver 2025-07-08 17:22:37 +0100
  • f6ae186ea6
    AutoFix RuboCop Style/HashSyntax Pieter Oliver 2025-07-08 17:22:12 +0100
  • 4ca251f9a8
    AutoFix RuboCop Style/IfUnlessModifier Pieter Oliver 2025-07-08 17:21:32 +0100
  • 65aa4648b2
    AutoFix RuboCop Style/Lambda Pieter Oliver 2025-07-08 17:21:14 +0100
  • a95640b31b
    AutoFix RuboCop Style/MultilineIfModifier Pieter Oliver 2025-07-08 17:20:53 +0100
  • c1fa224cc2
    AutoFix RuboCop Style/ParallelAssignment Pieter Oliver 2025-07-08 17:20:32 +0100
  • 481a6f67ff
    AutoFix RuboCop Style/PercentLiteralDelimiters Pieter Oliver 2025-07-08 17:20:03 +0100
  • 6f0ffc2fda
    AutoFix RuboCop Style/QuotedSymbols Pieter Oliver 2025-07-08 17:19:40 +0100
  • 3a71be798e
    AutoFix RuboCop Style/RedundantConstantBase Pieter Oliver 2025-07-08 17:19:14 +0100
  • e6af1dabf8
    AutoFix RuboCop Style/RedundantPercentQ Pieter Oliver 2025-07-08 17:18:39 +0100
  • 5e78a32bfe
    AutoFix RuboCop Style/RescueStandardError Pieter Oliver 2025-07-08 17:17:45 +0100
  • 5eea5ab218
    AutoFix RuboCop Style/StringLiterals Pieter Oliver 2025-07-08 17:17:15 +0100
  • 9e33e1f76f
    AutoFix RuboCop Style/StringLiteralsInInterpolation Pieter Oliver 2025-07-08 17:15:37 +0100
  • 78f7ba0e64
    AutoFix RuboCop Style/TrailingCommaInHashLiteral Pieter Oliver 2025-07-08 17:14:26 +0100
  • 8dfd1e8332
    Pin rubocop version to 1.77.0 Sami Samhuri 2025-06-30 09:41:12 -0700
  • d51a1db42c
    Specify files explicity in rubocop rake task Sami Samhuri 2025-06-30 09:38:27 -0700
  • df63cfe0ce
    WIP: Remove claude-scratchpad cruft from rubocop todo Sami Samhuri 2025-06-30 09:33:48 -0700
  • d4bce13269
    Update ci.yml Sami Samhuri 2025-06-30 11:14:46 -0400
  • abcef47505 AutoFix RuboCop Layout/TrailingEmptyLines Pieter Oliver 2025-06-30 12:41:37 +0100
  • 433ace3101 AutoFix RuboCop Layout/SpaceInsideHashLiteralBraces Pieter Oliver 2025-06-30 12:40:56 +0100
  • 8b1f794e78 AutoFix RuboCop Layout/SpaceInsideBlockBraces Pieter Oliver 2025-06-30 12:38:49 +0100
  • 0ac850435e AutoFix RuboCop Layout/SpaceBeforeComma Pieter Oliver 2025-06-30 12:38:14 +0100
  • f5a1cdb6f9 AutoFix RuboCop Layout/SpaceBeforeBlockBraces Pieter Oliver 2025-06-30 12:37:45 +0100
  • 1b9aedf01e Regenerate todo Pieter Oliver 2025-06-30 12:36:40 +0100
  • fc7ae9023a AutoFix RuboCop Layout/IndentationWidth Pieter Oliver 2025-06-30 12:35:23 +0100
  • ea6126dab1 AutoFix RuboCop Layout/HashAlignment Pieter Oliver 2025-06-30 12:34:54 +0100
  • c9dfc20973 AutoFix RuboCop Layout/FirstHashElementIndentation Pieter Oliver 2025-06-30 12:34:20 +0100
  • b6833655f5 AutoFix RuboCop Layout/ExtraSpacing Pieter Oliver 2025-06-30 12:33:41 +0100
  • 4cdf5f31b6 AutoFix RuboCop Layout/EndAlignment Pieter Oliver 2025-06-30 12:33:06 +0100
  • cf62a2439d AutoFix RuboCop Layout/EmptyLinesAroundClassBody Pieter Oliver 2025-06-30 12:32:40 +0100
  • aa596b832c AutoFix RuboCop Layout/EmptyLinesAroundBlockBody Pieter Oliver 2025-06-30 12:32:07 +0100
  • fc2add8c95 AutoFix RuboCop Layout/EmptyLinesAroundMethodBody Pieter Oliver 2025-06-30 11:11:51 +0100
  • 223c84cd2c AutoFix RuboCop Layout/EmptyLinesAroundAccessModifier Pieter Oliver 2025-06-30 11:05:37 +0100
  • 86f2485b2d AutoFix RuboCop Style/ZeroLengthPredicate Pieter Oliver 2025-06-30 10:50:37 +0100
  • b4daa9b92e Autofix RuboCop Layout/EmptyLine Pieter Oliver 2025-06-30 10:48:15 +0100
  • 672a086dae Regen autogen, removing all claude-scratchpad/* Pieter Oliver 2025-06-30 10:47:15 +0100
  • 69f5e392d1 Autofix for RuboCop: Layout/ElseAlignment Pieter Oliver 2025-06-30 10:44:23 +0100
  • 2967344f2b
    Run rubocop as part of the CI workflow Sami Samhuri 2025-06-28 10:54:01 -0400
  • f611a18962
    Add rubocop with a todo list Sami Samhuri 2025-06-28 10:52:10 -0400
  • 9e4fb8266b
    Add gem version badge to readme Sami Samhuri 2025-06-28 07:44:35 -0400
  • f35dc1e9d6
    Code style Sami Samhuri 2025-06-28 07:37:22 -0400
  • 585cd29a7d
    Merge pull request #88 from 1SecondEveryday/fix/specs Sami Samhuri 2025-06-28 07:16:33 -0400
  • d8d3f3ca1e
    Fix the specs Sami Samhuri 2025-06-28 07:14:06 -0400
  • 16062114b1
    Merge pull request #87 from pieterocp/misc-typoes Sami Samhuri 2025-06-27 15:19:19 -0400
  • fe2d196494 Fix some small, non breaking changes typoes Pieter Oliver 2025-06-26 14:20:13 +0100
  • b94fcb3046
    LoggerReporter: clone the logger parameter (#77) Dhruv Paranjape 2025-06-27 14:47:15 +0200
  • f7341032d5
    Merge pull request #75 from thedarkside/master Sami Samhuri 2025-06-27 08:45:59 -0400
  • 59813dedbc
    Merge pull request #70 from oslivan/master Sami Samhuri 2025-06-27 08:44:33 -0400
  • 0d70063ae5
    Merge pull request #54 from abicky/scrub-invalid-byte-sequence-keys Sami Samhuri 2025-06-27 08:42:15 -0400
  • ce103dad5a
    Get specs running again, but they still fail (#86) Sami Samhuri 2025-06-27 08:16:48 -0400
  • cc29dc7868
    Implement GitHub actions ci (#85) Eshton Robateau 2025-06-27 05:34:33 -0600
  • 01846a40ef
    Replaced all 'use' examples in README.md with 'insert_before' thedarkside 2021-10-08 22:04:12 +0200
  • 6e562a2788
    doc: update how grape logging middleware should be placed (#74) Luong Vo 2021-07-12 14:02:43 +0700
  • 8afa893a69 bump version to 1.8.4 v1.8.4 Adrian Serafin 2020-08-26 11:12:37 +0200
  • 36d23146a0
    Bugfix: Require ActiveSupport::ParameterFilter before inheriting from it (#72) David Shaffer 2020-08-26 05:10:14 -0400
  • ea6afd1d0f fix view time precise issue yanpz 2020-04-04 20:49:13 +0800
  • fd8d2d457f bump version to 1.8.3 v1.8.3 aserafin 2019-09-12 09:29:44 +0200
  • 4bced793a9 for rails < 6.0.0 still use ActionDispatch::Http::ParameterFilter aserafin 2019-09-10 17:08:04 +0200
  • 3eef054935 bump version to 1.8.2 v.1.8.2 aserafin 2019-09-05 17:01:17 +0200
  • 38b3edf2de Add new line to logstash formatter (#58) Elie 2019-09-05 16:58:45 +0200
  • f89177ff53 fix deprecation warning from Rails 6 (#63) Joshua Sierles 2019-09-05 16:58:32 +0200