configuration-management
Here are 1,329 public repositories matching this topic...
Description
In log messages, salt.modules.tls uses csr_path in log messages without checking for a trailing slash, resulting in misleading log entries:
'Created Private Key: "/etc/ssl/MYCA/certsMY.HOSTNAME.key." '
(It also makes it appear that there's a trailing dot on the filename)
https://github.com/saltstack/salt/blob/v3003.3/salt/modules/tls.py#L1167 among other places. It pr
-
Updated
Feb 24, 2022 - Java
-
Updated
Feb 20, 2022 - Python
Would be great to add a simple test for this commit and also to double check that the test fails if that commit is reverted.
Commit: purpleidea/mgmt@bf7e454
Thanks to @frebib for the nice patch!
-
Updated
Feb 23, 2022 - Rust
-
Updated
Feb 23, 2022 - Python
-
Updated
Oct 20, 2021 - JavaScript
-
Updated
Feb 13, 2022 - Ruby
-
Updated
Jul 5, 2021 - C++
-
Updated
Feb 23, 2022 - Python
-
Updated
Feb 18, 2022 - Java
-
Updated
Feb 23, 2022 - Python
-
Updated
Nov 4, 2021 - Python
-
Updated
Feb 24, 2022 - Rust
-
Updated
Dec 16, 2021 - C
We have a small number of e2e tests for kpt live (outside of the bash-based approach). They currently run in serial and requires that a new cluster is created for several of the tests. This causes them to be very slow.
We should improve this by:
- Reduce the number of times we need to create a new kind cluster, as this takes ~1 minute. Tests should clean up after themselves and we can handle
Similar to the Email validator.
-
Updated
Dec 15, 2020 - Python
-
Updated
Feb 13, 2022 - Go
-
Updated
Nov 29, 2021 - TypeScript
-
Updated
Feb 24, 2022 - C#
-
Updated
Oct 1, 2021 - C#
-
Updated
Feb 5, 2019 - Python
-
Updated
Feb 20, 2022 - Shell
-
Updated
Jan 28, 2022 - Python
-
Updated
Feb 24, 2022 - Ruby
-
Updated
Jan 21, 2022 - Java
-
Updated
Feb 18, 2022 - Java
Improve this page
Add a description, image, and links to the configuration-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the configuration-management topic, visit your repo's landing page and select "manage topics."


The code coverage https://codecov.io/github/ctripcorp/apollo seems to be less than 60%.
It would be great if it can be brought up around 80-90%.