nesies

Results 16 issues of nesies

### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. 32.122.5 ### Please select which platform you are using if...

type:bug
reproduction:needed
status:requirements
priority-5-triage
stale
manager:ansible-galaxy

The follow code throws: ``` Traceback (most recent call last): File "lib/python3.9/site-packages/luigi/worker.py", line 429, in check_complete is_complete = check_complete_cached(task, completion_cache) File "lib/python3.9/site-packages/luigi/worker.py", line 414, in check_complete_cached is_complete = task.complete() File...

add the ability to set up a custom user agent

Zabbix 2.2.9 here, sometimes, i got a stack trace: ``` result = api_conn.host.get(request) ``` File "xxx/zabbix_api.py", line 334, in method return self.universal("%s.%s" % (self.data["prefix"], name), opts[0]) File "xxx/zabbix_api.py", line 79,...

test repo: https://github.com/nesies/camunda-test-assert-coverage-mockito i added the mockito dependency: ``` 7.20.0 ... org.camunda.community.mockito camunda-platform-7-mockito test ${version.camunda_mockito} ``` when i run my tests (which are working without mockito): ```` NFO] Running sample.camunda.unittest.sampleTest...

pycamunda/externaltask.py ``` if self.request_error_details: for external_task in external_tasks: if external_task.error_details is None: try: response = requests.get(self.url + f'/{external_task.id_}/errorDetails') except requests.exceptions.RequestException: raise pycamunda.PyCamundaException() if not response: pycamunda.base._raise_for_status(response) external_task.error_details = response.text ```...

Closes #45 pass timeout argument to requests

add parameter timeout to http requests

https://docs.camunda.org/rest/camunda-bpm-platform/7.19/#tag/Historic-Process-Instance/operation/getHistoricProcessInstances