devops
Here are 5,544 public repositories matching this topic...
-
Updated
Oct 3, 2020 - Python
-
Updated
Oct 6, 2020
-
Updated
Oct 5, 2020
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
Oct 6, 2020 - Python
source: go-gitea/gitea#9833 (comment)
"...some feedback on whether the URL is correct (like checking the response of the URL to see that it does return something that looks like a .well-known/openid-configuration) rather than blindly accepting the URL would be a big improvement in user experience."
-
Updated
Sep 26, 2020 - Go
-
Updated
Oct 6, 2020 - Java
-
Updated
Oct 5, 2020 - Go
Describe the bug
In the Apps section under Releases, you can sort on Revision. It seems to sort on the string values instead of the integers which looks silly (see screenshot below).
To Reproduce
Steps to reproduce the behavior:
- Go to Apps -> Releases
- Click on Revisions
- See nonsensical number order
Expected behavior
Numbers sort in their counting order.
**Screen
It would be nice if lynis would gather (and report in the portal/reports) information about user-accounts:
- Expired or soon to expire passwords (passwd -e)
- Locked accounts (passwd -S )
- Expired accounts (chage -E / chage -l )
-
Updated
Oct 6, 2020 - Go
-
Updated
Jan 22, 2020
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)
Description
Enhance RawFile LocalPV repo CSI driver to change the default data-dir mount path using an ENV or chart template parameter to make it configurable.
The data directory used for creating the sparse file is hardcoded to "/var/csi/rawfile" in the task template.
https://github.com/openebs/rawfile-localpv/blob/master/templates/task.y
-
Updated
Oct 6, 2020 - Ruby
## 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
-
Updated
Oct 3, 2020
-
Updated
Oct 6, 2020 - Java
-
Updated
Sep 29, 2020 - Go
-
Updated
Oct 6, 2020
Coming from: aws ec2 describe-reserved-instances
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.