Joel Damata

Results 25 comments of Joel Damata

@hjacobs I tried this approach but can't seem to get get it working: dockerfile: ```Dockerfile FROM python:3.7-alpine AS build-env COPY Pipfile . COPY Pipfile.lock . RUN pip install pipenv &&...

I had a similar problem running this on fedora 31: First a fontconfig problem : ``` Error: Error: Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" ``` Commenting out in...

For anyone else that runs into a problem migrating drone sqlite db to postgres: ``` CREATE TABLE builds1 ( build_id bigserial, build_repo_id bigint, build_trigger text, build_number bigint, build_parent bigint, build_status...

I think this is ready for review, was using the ratelimit with this PR for a few weeks in a load testing environment and it was working without issues. I...

> @jdamata sorry to bother you, but many people are looking forward to your addition. > > If you are not able to work on it, I can help if...

> Ok sounds good, I'll do that. Just to confirm, you said this is working when you tested it for your purposes right? Yep, I had built my own docker...

Attempting to do the same as above from a managed identity inside a azure function app gives me this error: ``` ManagedIdentityCredential.get_token failed: Unexpected response "{'exceptionMessage': 'AADSTS500011: The resource principal...

I don't see any web_api we can leverage to expose this configuration. I've added the upstream-blocked label for now.

What's the use case for this? Quality profile rules are deactivated/deleted if they were initially created via terraform on destroy: https://github.com/jdamata/terraform-provider-sonarqube/blob/master/sonarqube/resource_sonarqube_qualityprofile_activate_rule.go#L112