-
- [ ] Finish the data mapping between [lightbright](https://github.com/bucharest-gold/lightbright) and hawkular-apm json.
- [x] Avoid trace data polution on hawkular-apm-server from [roi](https://gith…
lance updated
8 years ago
-
Whether or not I set `secure_image_url` to `true`, I get no image and the following warning:
`Mixed Content: The page at 'https://fakeapp.herokuapp.com/#' was loaded over HTTPS, but requested an inse…
-
Tests by koajs style (with generators).
``` javascript
// test.js
'use strict';
const P = require('bluebird');
const http = require('http');
const Koa = require('koa');
const expect = require('chai'…
-
Hi,
I'm trying to connect to my Vault server using appid auth backend.
I've enabled appid on my Vault server with success.
Now I'm trying to get vaulted to work, but I can't figure out what's wrong.…
-
Here's an example of what I mean using dokku_client.sh:
```
$ dokku config:set HUBOT_IRC_CONNECT_COMMAND="AUTH fakenick fakepassword"
Usage: dokku config:set APP KEY1=VALUE1 [KEY2=VALUE2 ...]
Must sp…
jimeh updated
8 years ago
-
Registering a service whith an invalid rest call results in a NullpointerException when requesting the dashboard.
I observed that an invalid json body (in this case a missing node for _dataCenterInf…
-
I am experiencing an exception when running the following test:
```
@RunWith(classOf[JUnitRunner])
class ApplicationSpec extends Specification {
sequential
val jsonHeaders = FakeHeaders(Seq((CON…
-
-
PasteDeploy allows local configuration to set values in the global configuration. (Strange but true.)
``` ini
[DEFAULT]
foo = bar
[application:main]
use = egg:MyApp
email = foo@example.com
set foo =…
-
When using BoneCP plugin during integration tests for DAO/Repositories, it appears that the plugin is not restartable. I don't know if it's the case above 2.3 because code seems to have changed.
I me…