Commit graph

137 commits

Author SHA1 Message Date
a4f6088a17
Remove remote name from releasing doc 2025-07-09 16:58:44 -07:00
c19b1d3732
Bump version to 2.0.1 2025-07-09 16:57:51 -07:00
362dd0a92e
Bump version to 2.0.0 2025-07-09 16:55:57 -07:00
0d738e4e7e
Prepare for 2.0.0 release (#89)
* Add a changelog

* Add release and contributor docs based on grape-active_model_serializers (needs more work)

* Rename changelog to look like it's the 80s

* Tweak releasing doc

* Automate and document github releases

* RIP hash rocket
2025-07-09 16:54:59 -07:00
9e4fb8266b
Add gem version badge to readme 2025-06-28 07:44:35 -04:00
f35dc1e9d6
Code style 2025-06-28 07:37:22 -04:00
585cd29a7d
Merge pull request #88 from 1SecondEveryday/fix/specs
Fix the specs
2025-06-28 07:16:33 -04:00
d8d3f3ca1e
Fix the specs 2025-06-28 07:14:06 -04:00
16062114b1
Merge pull request #87 from pieterocp/misc-typoes
[Misc] Nitpick typoes
2025-06-27 15:19:19 -04:00
Pieter Oliver
fe2d196494 Fix some small, non breaking changes typoes 2025-06-27 16:44:21 +01:00
Dhruv Paranjape
b94fcb3046
LoggerReporter: clone the logger parameter (#77) 2025-06-27 05:47:15 -07:00
f7341032d5
Merge pull request #75 from thedarkside/master
Replaced all 'use' examples in README.md with 'insert_before'
2025-06-27 08:45:59 -04:00
59813dedbc
Merge pull request #70 from oslivan/master
fix view time precise issue
2025-06-27 08:44:33 -04:00
0d70063ae5
Merge pull request #54 from abicky/scrub-invalid-byte-sequence-keys
Convert parameter keys to ASCII-8BIT before filtering
2025-06-27 08:42:15 -04:00
ce103dad5a
Get specs running again, but they still fail (#86)
* Get specs running again, but they still fail on Ruby 3.4

* Add Ruby 3.4 to test matrix

* Remove bundler from dev dependencies
2025-06-27 05:16:48 -07:00
Eshton Robateau
cc29dc7868
Implement GitHub actions ci (#85)
* setup github actions ci

* add ruby 3.0 in versions to test

* Drop really old EOL Ruby versions, remove DISABLE_SPRING

---------

Co-authored-by: Sami Samhuri <sami@samhuri.net>
2025-06-27 04:34:33 -07:00
thedarkside
01846a40ef
Replaced all 'use' examples in README.md with 'insert_before' 2021-10-08 22:04:12 +02:00
Luong Vo
6e562a2788
doc: update how grape logging middleware should be placed (#74) 2021-07-12 09:02:43 +02:00
Adrian Serafin
8afa893a69 bump version to 1.8.4 2020-08-26 11:12:37 +02:00
David Shaffer
36d23146a0
Bugfix: Require ActiveSupport::ParameterFilter before inheriting from it (#72) 2020-08-26 11:10:14 +02:00
yanpz
ea6afd1d0f fix view time precise issue 2020-04-04 20:49:13 +08:00
aserafin
fd8d2d457f bump version to 1.8.3 2019-09-12 09:29:44 +02:00
aserafin
4bced793a9 for rails < 6.0.0 still use ActionDispatch::Http::ParameterFilter 2019-09-10 17:08:04 +02:00
aserafin
3eef054935 bump version to 1.8.2 2019-09-05 17:01:17 +02:00
Elie
38b3edf2de Add new line to logstash formatter (#58) 2019-09-05 16:58:45 +02:00
Joshua Sierles
f89177ff53 fix deprecation warning from Rails 6 (#63) 2019-09-05 16:58:32 +02:00
aserafin
c2b29ebf8a bump version to 1.8.1 2019-01-31 08:54:05 +01:00
motoki-shun
051636d873 Add new line on json formatter (#52) 2018-11-16 18:01:17 +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
aserafin
f4502d6723 bump version to 1.8.0 2018-04-19 10:47:33 +02: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
54f3fa84e0 bump version to 1.7.0 2017-09-10 20:55:58 +02:00
aserafin
fdbbf8a97b add datetime parameter to lograge formatter 2017-09-10 20:53:12 +02:00
aserafin
d4cc3e2946 fix specs 2017-09-10 20:47:23 +02:00
Jan Strnádek
7c3d7e2b70 Fix #29 (#33)
* Fix #29

* Update request_logger.rb

If it is possible use status code from error, otherwise send 500.
2017-09-10 20:46:29 +02:00
aserafin
b3c26abace bump version to 1.6.0 2017-09-01 10:01:26 +02:00
Raffael Schmid
eea802b546 Lograge formatter (#40)
* add lograge formatter

* simplify mapping
2017-09-01 09:59:00 +02:00
aserafin
30f7c515c1 bump version to 1.5.0 2017-05-15 12:42:56 +02:00
Joel C
2a0c368551 Add log_level option (#39) 2017-05-15 12:40:44 +02:00
aserafin
4ca6823d36 bump version 2017-03-06 18:41:50 +01:00
aserafin
00c95f54f0 add travis badge 2017-03-06 18:38:28 +01: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
Dmitry Shaposhnik
48adb780d3 Fix already configured logger formatter override (#36) 2017-03-01 09:57:53 +01:00
Juliana Lucena
3828b50b51 Fix README example on how to set a formatter (#35) 2016-10-11 22:51:15 +02:00
Adrian Serafin
a38f57ac5c Update grape_logging.rb 2016-08-18 20:50:06 +02:00
Stefan Rothlehner
1fd4d6655f Logstash formatter for grape_logging (#31)
* Logstash formatter for grape_logging

* Additional host parameter for Logstash
2016-08-17 18:37:05 +02:00
Glauco Custódio
e953a23d25 Add syntax highlighting to README.md (#30) 2016-08-04 22:45:08 +02:00
aserafin
2054d412c3 version bump 2016-05-18 15:35:35 +02:00