devops
Here are 6,382 public repositories matching this topic...
-
Updated
May 15, 2021 - Python
-
Updated
May 13, 2021
-
Updated
May 15, 2021
Next line returns 200 as status https://github.com/Kong/kong/blob/c817fada7a514d84f6e0aab7461605c71bf3a841/kong/plugins/cors/handler.lua#L13
Internet says it should return 204:
- https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
- https://docs.microsoft.com/en-us/aspnet/core/security/cors?view=aspnetcore-3.1#preflight-requests
Internet changed its mind since 2018 https://
-
Updated
May 16, 2021 - Python
- Gitea version (or commit ref): 1.13 (Codeberg), 1.15 (try.gitea.io)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes https://try.gitea.io/30repos (feel free to join this org as admin)
Description
The paging of repos is broken in the user dashboard with (n)*15 repos, n >= 2.
So wi
-
Updated
May 12, 2021 - Shell
-
Updated
Apr 26, 2021 - Go
-
Updated
May 16, 2021 - Java
-
Updated
May 16, 2021 - Go
Any hover effects doesn't properly applied to all header elements (top line with cluster name and cluster menu). It seems that something placed on top of them and covers most of their height.
https://user-images.githubusercontent.com/9607060/108056014-cd186a00-7061-11eb-8ac0-5d01e206e636.mp4
-
Updated
May 15, 2021 - Shell
## Python/Regex fix
This is a reminder for me or a task if anyone wants :P
Basically, The last two questions aren't really regex's questions.
To do:
- Move said questions to correct place.
- Add new regex questions (Python related!)?
- Maybe add a new ## Regex section, as it is a valuable skill
Yeah, to be totally honest, I already thought we did this!
😅 This is the intended behavior, so we'll need to fix that. Thanks for reporting!
Originally posted by @simskij in containrrr/watchtower#647 (reply in thread)
-
Updated
May 15, 2021 - Go
-
Updated
May 8, 2021 - Go
-
Updated
Jan 22, 2020
Local PV (device) provisioner leaves a stale BDC in the following case:
- On PVC request, creates a BDC
- If the system doesn't have a matching BD, then PVC request keeps retrying, and so does the NDM operator that keeps retrying
- Now if the user deletes the PVC, then Local PV (device) provisioner doesn't get the trigger to process delete, as there was no PVC.
This causes the stale BDC
-
Updated
May 15, 2021 - Ruby
-
Updated
Apr 10, 2021
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
.
Describe the bug
Values from an Application CRD values block that overrides values from value files are not visualized under the App Details -> Parameters -> Parameters section.
**To Repro
Spug案例征集
Spug运维平台在过去的公司里稳定运行3年以上,开源的大部分代码也是基于稳定版本之上,为了增加更多用户在企业使用的信心,如您愿意,请将您在企业中使用Spug的案例展示给我们,请在该issue页面提供您的使用案例,提交格式:企业名称 + 公司官网地址。官网地址为可选项,您可以直接提供企业名称即可。
此外,您也可以通过其他渠道如QQ、微信、邮件的方式联系项目作者提供使用案例。
征集长期有效,感谢大家支持!
Spug部分案例:
- 上海家谐网络科技有限公司
- 上海爱上慧家信息技术有限公司
- 南京白鸥网络技术有限公司
- 杭州中艺实业股份有限公司
- [北京步鼎方舟科技有限公司](http://
-
Updated
May 15, 2021 - Java
-
Updated
May 16, 2021
Improve this page
Add a description, image, and links to the devops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the devops topic, visit your repo's landing page and select "manage topics."
Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytes
andblkio.bfq.io_serviced
files.