-
Updated
Jun 14, 2022
DevOps

DevOps is a set of practices that combine software development (Dev) and IT operations (Ops). It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.
Here are 8,521 public repositories matching this topic...
-
Updated
Jun 9, 2022
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc
-
Updated
Jun 16, 2022 - Python
the user should have an api to delete his own account
you just have to look at
https://github.com/go-gitea/gitea/blob/a7f0ce620774be861f11b57d426ab59e27e4171a/routers/api/v1/admin/user.go#L307-L320
Add basic CI
We already have some scripts in the scripts
directory. It would be good to run them for every PR.
This is also a great task for beginners.
## Python/Regex fix
-
Updated
Jun 16, 2022 - Shell
-
Updated
Jun 9, 2022 - Python
-
Updated
Jun 14, 2022 - Go
-
Updated
Jun 16, 2022 - Java
It will be useful to install/show helm chart pre releases from a helm repo. Using helm from the commandline pre releases are also not shown or installed. Adding the --devel it will show or install pre releases. It would be nice to have a switch to show the pre releases or not like for example in rancher.
 feature is great for our purpose, but can you add the same functionality to the post-update hook (in the same manner, of course)?
I have added a script to the post-update to check the database-version. If they not match, the script returns exit 1. It would be great if the post-update hook could log a error- or warning-message, so the slack-notification gets a message (l
Add a network option in creating workload
like rancher‘s Networking tab
** During workload creation, user can customize own hosts and DNS search doma
Small feature request. I am using helmfile for the deployment of our k8s infrastructure and wanted to use sops for encryption of secrets. I need to use the --keyservice but as I am calling sops inside a wrapper (helmfile) of a wrapper (helm secrets) I cannot pass this variable to sops in a clean way.
Could you provide an alternative way to provide this option to sops in the .sops.conf and/or i
-
Updated
May 18, 2022 - Shell
Summary
An working but restrictive Content-Security-Policy should either be given clearly in the documentation or (even better) set by the argocd server automatically.
Motivation
A Content-Security-Policy is a basic security measure to protect against cross site scripting attacks.
While I do trust the project to undergo aud
Description
- When I am using APISIX_PROFILE, if a value is assigned, it will be displayed as follows
a. config-dp.yaml
b. config-cp.yaml
c. ...[others]
- However, when I don't do the assignment, I expect to be
config.yaml
, but I actually getconfig-.yaml
. - It works fine, but the file names look ugly. As someone with code cleanliness, it's hard to accept i
-
Updated
Jan 28, 2022
-
Updated
May 30, 2022
-
Updated
Jun 16, 2022 - Go
-
Updated
Jun 9, 2022
-
Updated
Apr 28, 2022 - Go
-
Updated
Jun 16, 2022 - Java
Hi,
first thanks for this awesome software. But I have some trouble and I don't know how to proceed. First I try to find out what else I could provide for this report to be a good bug report.
First, I use the latest version (v1.14.0) from openSUSE build Service. I know, I should compile it by my self to avoid any other causes for this behavior. But for now I still use this package from there