1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

13 Commits

Author SHA1 Message Date
718e2c026a Create an lcov file for coverage instead of the automatic simplecov formatter for coveralls 2020-07-23 16:29:34 +02:00
0e0cb7dbae Use a more generic detection of a CI environment for coveralls in specs 2020-07-23 16:10:36 +02:00
5e29b7f912 Enfore RSpec expect syntax 2018-02-15 16:04:34 +01:00
dab393ee21 Disable moneky patching with RSpec 2018-02-15 16:03:13 +01:00
3b8e76329c Explicitly load Rackstash::Version again during coverage tests 2017-11-29 12:16:47 +01:00
59c94a8ecc Insert newline comment below magic comments in ruby file header 2017-09-29 17:15:07 +02:00
168e62b63c Remove useless newlines 2017-08-12 14:02:03 +02:00
f6c5930db6 Use __dir__ instead of deriving from __FILE__ where suitable 2017-08-02 16:06:21 +02:00
a4a6b248cf Use frozen string literals throughout the codebase in Ruby >= 2.3 2017-07-17 13:35:24 +02:00
411465073f Check code coverage of tests using coveralls 2017-02-16 23:26:24 +01:00
3081b03db1 Add basic logger structure with early spikes
The Rackstash::Logger class will server as the public main entry point
for users. It will eventually implement the mostly complete interface of
Ruby's Logger.

The idea of Rackstash is the we will allow to buffer multiple log
messages allong with additional data until a combined log event is
eventually flushed to an underlying log target. This allows to keep
connected log messages and data as a single unit from the start without
having to painstakingly parse and connect these in later systems again.
2017-01-18 23:34:55 +01:00
750da262b7 Add license headers to all code files 2017-01-15 18:38:33 +01:00
7e937904c0 Create inititial gem structure for rackstash
bundle gem --exe --coc --mit --test=rspec rackstash
2017-01-15 18:38:33 +01:00