Nariman Abdullin
Nariman Abdullin
We have `com.saveourtool.save.core.config.TestConfigSections` in `save-cli`, which stores in common module. We store a simple name of class of plugin in `pluginName` in `com.saveourtool.save.entities.Test`. We don't have access to plugin classes...
`GenericConfig` looks like a common class for all plugins. We can move all properties form `GenericConfig` to `*PluginConfigs` and use them during executing a specific plugin instead of fetching 2...
Currently we create Plugin for all PluginConfig and then discover test files to exclude plugin config for hierarchy. This logic is common for all plugins and can be extracted to...
As described in #404 (a fix for #403), `save-cli` has two steps: discovering and processing test configs (`save.toml`). Currently, we `save-cli` expects a first argument for working dir, but we...
- [ ] Support Options - [ ] Support Arguments - [ ] Generate MD with info about options and arguments - [ ] Read from property file - [...
**Describe the bug** `io.kubernetes.client.custom.Quantity` has overridden [`equals`](https://github.com/kubernetes-client/java/issues/343), but a default one for `hashCode`. It leads to problem with comparing set of `io.kubernetes.client.custom.Quantity` **Client Version** `20.0.1` **To Reproduce** ```java import io.kubernetes.client.custom.Quantity;...