Dimitri Tischenko

Results 9 issues of Dimitri Tischenko

I tried to build it, but it does not run. And I cannot download JDK 7 anymore. Any suggestions? Also, I could not find any new released versions...

**Is your feature request related to a problem? Please describe.** The new plugin-specific configuration feature also enables (external) plugin authors to embed credentials in the wash configuration file. However, since...

enhancement

**Proposed changes**: - Fixes the logic for the `ignore_warnings` parameter inside `validator.py` - Explicitly specifies `ignore_warnings=False` in `test_validator.py` - Fixes failing tests - Adds a test `test_verify_utterances_does_not_error_when_no_utterance_template_provided` to make sure...

When building and running, I get this error in the console view: dyld: lazy symbol binding failed: Symbol not found: _objc_setProperty_nonatomic Referenced from: /Users/.../Library/Developer/Xcode/DerivedData/Viva-hfbuzzvfuuqquvcmuapalimsmweg/Build/Products/Debug/Viva.app/Contents/MacOS/Viva Expected in: /usr/lib/libobjc.A.dylib dyld: Symbol not...

Added a task to easily show the summary of the profiling log with Bolt or PE. For now, the task only supports human-readable output. The task accepts 1 optional parameter...

Add test for task metadata file with invalid escape character. This test is expected to fail on invalid json, but instead it fails on invalid schema - the task metadata...

**Describe the bug** When a task metadata json file contains an invalid escape sequence, JSON linters (such as jq and Puppet Forge) raise an error but `pdk validate` does not...

This is a WIP PR. It needs - addition of integration tests - addition of restore certs functionality with support for changing certnames

## Summary This PR changes the workflows `test-install-matrix`, `test-upgrade-matrix` and `test-fips-install-matrix.yaml` to only run on PR if a review is requested. Previously the workflows were started on every commit to...