-
## Problem description
I am currently using Franklin to create my static website, however this comes with a couple of downsides which a pure julia Genie version would simplify I think.
Core compon…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
### 🔍 Before submitting the issue
- [x] I have searched among the existing issues
- [x] I am using a Python virtual environment
### 🐞 Description of the bug
Currently the latest push into main does…
-
# This request is to support Azure Service Tags in AKS API Server Authorization.
- Azure DevOps + AKS provides a seamless CICD experience.
- AKS API server authorized IP ranges https://docs.micro…
-
I have added npm-run-all as a dev dependency in our project and using it to start 2 node servers, each having their respective start scripts, and the start script looks like this
```
"start" : "npm-…
-
Install many helm chart and run the command "helm list", it is hard to judge what is correct the chart name for specific helm release,
for example,
what i want to know is the chart version instead…
-
At present, although it has the function of httppassword/tls authentication , it lacks the function of IP black and white list. For example, for the upload scenario, we want to control it on the serve…
-
## Talk title
How to prove Ansible did what it said it did!
## Talk Description
When we run Ansible to manage server configurations, we assume (if there is no red errors) that it worked. But if …
-
Pushing to the web server triggers a build (via the post receive hook). The build works as expected, but an error is raised:
```
Failed to read Git log: fatal: not a git repository: '.'
```
Hu…
-
Is there a reason why we are not running qa for *all* branches?
```groovy
anyOf {
 branch 'cicd'
 branch 'main'
 …