-
Updated
Jul 4, 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,606 public repositories matching this topic...
-
Updated
Jul 4, 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
Jul 6, 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
Jul 5, 2022 - Shell
-
Updated
Jul 3, 2022 - Python
-
Updated
Jul 1, 2022 - Go
-
Updated
Jul 6, 2022 - Java
-
Updated
Jun 13, 2022 - Go
-
Updated
Jul 4, 2022 - Shell
The (still undocumented) 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
Summary
To make the onboarding experience better with ArgoCD and Helm chart I would like to suggest to improve the documentation page https://argo-cd.readthedocs.io/en/stable/user-guide/helm/ about how to work with Helm charts.
Motivation
I believe lot of people have questions when they first time try to deploy a simple Helm app (for example [nginx controller](https://kubernetes.githu
-
Updated
Jun 20, 2022 - Shell
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
Jul 6, 2022
-
Updated
Jun 30, 2022
-
Updated
Jul 6, 2022 - Go
-
Updated
Apr 28, 2022 - Go
-
Updated
Jul 6, 2022 - Java
Spug案例征集
Spug运维平台在过去的公司里稳定运行6年以上,开源的大部分代码也是基于稳定版本之上,为了增加更多用户在企业使用的信心,如您愿意,请将您在企业中使用Spug的案例展示给我们,请在该issue页面提供您的使用案例,提交格式:企业名称 + 公司官网地址。官网地址为可选项,您可以直接提供企业名称即可。
此外,您也可以通过其他渠道如QQ、微信、邮件的方式联系项目作者提供使用案例。
征集长期有效,感谢大家支持!
Spug部分案例:
- 上海家谐网络科技有限公司
- 上海爱上慧家信息技术有限公司
- 南京白鸥网络技术有限公司
- 杭州中艺实业股份有限公司
- [北京步鼎方舟科技有限公司](http://
Bug description
netdatacli has limit for output size of 4096
Expected behavior
do we just increase this limit or make it transfer arbitrary message sizes?