Tobias Unger
Tobias Unger
Currently, on slave only branches below `refs/heads/` can be checked out. https://github.com/opendevstack/ods-jenkins-shared-library/blob/aa765fc7789358d1470000202a6e26b1650c401d/src/org/ods/OdsPipeline.groovy#L192 Aim of this ticket is to discuss whether we need to enable checking out tags and commits (SHA)....
Locations of caCert, tokenFile and namespaceFile are currently hard coded in main.go. Making these locations configurable would allow for easier setup of local dev environments. Proposal is: ```go namespaceFileDefault =...
### Description This pull request addresses various static analysis warnings to improve overall code quality and maintainability. The changes include: - Using string format placeholders (`{}`) in log messages instead...
### JabRef version Latest development branch build (please note build date below) ### Operating system Windows ### Details on version and operating system Windows 10 ### Checked with the latest...
**Description** The Jedis client fork for Valkey should support the following protocols in URIs: - redis (standard Redis connection) - rediss (secure Redis connection) - valkey (standard Valkey connection) -...