This plan allows to copy textual log to Raven. Exceptions are pure text, where Raven handles stacktraces, with source code snippets for context.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 5 2016
Mar 4 2016
Mar 2 2016
Mar 1 2016
Feb 28 2016
Feb 21 2016
PORTS="-p 5672:5672 -p 25672:25672 -p 1883:1883 -p 8883:8883 -p 15672:15672 -p 15674:15674 -p 61613:61613 -p 4369:4369"
VOLUMES="-v /data/$NAME/log:/data/log -v /data/$NAME/mnesia:/data/mnesia"
Feb 20 2016
Feb 18 2016
Feb 11 2016
Feb 9 2016
Feb 6 2016
I'm localizing this part of the code in the same time.
Feb 5 2016
Jan 27 2016
Jan 24 2016
Such request is now directly rejected by the controller with a 400 Bad request HTTP response.
Jan 23 2016
Jan 22 2016
Actually, the application itself creates a security risk with a default valid key. That will be SomeRandomString.
SomeRandomString actually won't work.
Jan 21 2016
Jan 19 2016
In Build Settings, under Repository Links, add the base image (here nasqureron/nginx-php-fpm), so we can benefit from autorebuild when we update PHP.
Jan 18 2016
Jan 10 2016
In D197#3104, @dereckson wrote:We need to mock the broker.
Code to mockBroker::setExchangeTarget($this->target) ->routeTo($this->routingKey) ->sendMessage($this->message);Mock proposal$mock = Mockery('Keruald\Broker\AMQPBroker'); $mock->shouldReceive('setExchangeTarget'); // TODO: return $this, not null $mock->shouldReceive('routeTo'); $mock->shouldReceive('sendMessage'); $this->app->instance('broker', $mock);Reference: http://docs.mockery.io/en/latest/reference/demeter_chains.html
Jan 9 2016
Jan 8 2016
The method can be public.