Slava Semushin

Results 153 issues of Slava Semushin

Please provide ability to remove installed plugin. I suggest the following syntax: ``` class { 'jenkins': plugin_hash => { 'cvs' => { version => 'absent' } } } ```

enhancement

I tried to purge Jenkins from my system, but it outputs a lot of warnings: ``` Notice: /Stage[main]/Jenkins::Package/Package[jenkins]/ensure: ensure changed '1.509.3' to 'purged' Error: /Stage[main]/Jenkins::Config/Jenkins::Sysconfig[HTTP_PORT]/File_line[Jenkins sysconfig setting HTTP_PORT]: Could not...

enhancement

I'm trying Jasper and I noticed that it shows the following error to the console every second: ``` [N] [2018-02-14T18:11:41.840Z] [GitHubClient.js:147:29] [request] /user/teams [N] [2018-02-14T18:11:42.232Z] [GitHubClient.js:113:29] [rate limit remaining] 4862...

It would be great to have instructions or link about Spring configuration. Here is an instruction: https://docs.spring.io/spring-security/site/docs/4.2.x/reference/html/headers.html#headers-csp and mention that with Spring Boot it's possible to use `security.headers.*` properties.

As a possible user of this tool, it's not clear from the first sight why I should use this tool and how it can help me. What issues it looks...

`--help` shows that it's possible to output the result in the different formats but in fact only one is supported. I'd expect that it won't show unsupported configurations/options to not...

I need to generate a string that could consist from words. I'm trying the following: ```java length(10).with(oneOf(" ,")).english() ``` but sometimes it generates strings that start or end with space...

It would be great to have javadocs published somewhere.

https://github.com/qala-io/datagen/blob/523d0007a339ff8f7e4453c3ffcd063f4dfced6f/datagen/src/main/java/io/qala/datagen/RandomShortApi.java#L292-L310 I think that there 2 errors: - `Set sampleMultiple` has an incorrect comment "@return a random element from the collection" because it doesn't return an element but a set...