Lauris BH
Lauris BH
I could help as soon as support to Linux is added as this is currently my only available platform to work on
Yes, I'm aware of that but that would be breaking change for us and would require asking all our clients to change configuration to either manually disable or enable APM...
Currently I'm using in `Configure` method of `Startup` class such construct: ```cs if (!string.IsNullOrWhiteSpace(Environment.GetEnvironmentVariable("ELASTIC_APM_SERVER_URLS")) || !string.IsNullOrWhiteSpace(configuration.GetValue("ElasticApm:ServerUrls"))) { app.UseElasticApm(configuration, ...); } ``` I can't really move this code to `Program` class...
I could also probably help on maintaining it as we need it for Gitea project :)
Maybe `github.com/src-d/go-license-detector` could also moved to that org as it is functionally related?
@pombredanne I need golang library to use in Gitea project ;)
Tests need to be fixed
Also would be cool if it would be possible to define pipeline or multiple pipelines for repository that would be run even if repository itself does not have pipeline definition....
But secrets are not really env variables, they are used quite differently
Env vars has one use case and secrets have other, only case where their use case overlaps is if they are specifically bound together in step definition. If we are...