Gregor Tudan
Gregor Tudan
It would be nice to have some means to localize the templates and risks in the go-files. This would allow us to create reports in other languages.
The license field in package.json expects an SPDX license identifier https://docs.npmjs.com/files/package.json#license This isn't quiet right here according to https://spdx.org/licenses/ That breaks license check tools with rather strict matching logic.
Maven projects can be mapped to a license by their group/artifactID. It would be cool to have a similar feature for NPM packages. We publish NPM packages to a private...
This adds support for protected Jenkins instances where users must authenticate. It adds two optional parameters (username and password/apikey) to all four scripts. Authentication is done using basic auth
JMS 2.0 introduced an API for shared durable subscriptions (see section 8.3.4). It would be nice to have a standardized activation property for this feature, so that MDBs can also...
#273 #231: Fügt die Stadtbibliothek Karlsruhe hinzu. Leider war dies in meinem Tests noch nicht besonders nützlich, da Karlsruhe kein Genios, sondern Munzinger abonniert hat. Das scheint momentan noch nicht...
##### Issue Overview The project currently does not build with JDK 11. There are quiet a few issues here: - the fabric8 clients rely on an old Version of io.sundr:builder-annotations...
The license field in package.json should use a SPDX identifier for the license. https://docs.npmjs.com/files/package.json#license "Apache 2.0" isn't quiet right according to https://spdx.org/licenses/ This breaks license checks plugins that do rather...
### Name and Version bitnami/seaweedfs 0.1.4 ### What architecture are you using? amd64 ### What steps will reproduce the bug? * configure the chart with mariaDB.enabled: false * configure an...
**Describe the bug** The seaweedfs helm chart uses a secret to deploy the filer database credentials for MySQL. We don't Redis in our setup, so we don't really need those...