-
Updated
May 13, 2022 - Java
high-availability
Here are 439 public repositories matching this topic...
-
Updated
May 18, 2022 - Jinja
-
Updated
Apr 6, 2022 - Python
-
Updated
May 18, 2022 - Python
-
Updated
May 6, 2022 - Go
Describe the bug
certain pods are missing "standard" labels which are useful for certain scenarios:
app.kubernetes.io/name
app.kubernetes.io/instance
To Reproduce
Steps to reproduce the behaviour:
- Deploy longhorn
- Check labels
default labels are missing on:
all csi-.* pods
engine-image
instance-manager
longhorn-csi-plugin
Expected behavior
app.kubernetes.io
-
Updated
May 18, 2022 - C
-
Updated
May 15, 2022 - Go
-
Updated
Apr 25, 2022 - C
Your Feature Request
Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn the complete string to lower case before performing the lookup, but that would also change the values, which is not desired. A better approach would be to improve url_param, urlp, and urlp_val() to take a
-
Updated
May 18, 2022 - Go
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
Dec 7, 2021 - C
-
Updated
Sep 30, 2020 - Go
-
Updated
May 18, 2022 - Java
https://github.com/google/starlark-go/blob/master/doc/spec.md
It should satisfy our reproducibility needs (like jsonnet) and could be easier to write agola config files.
Like in #137 we should provide build context information.
-
Updated
May 10, 2022 - Python
-
Updated
Apr 1, 2022 - C++
Hi, hackers, I'm a database(postgresql variant) developer and we're considering to port pg_auto_failover for our database. The group_id is defined to be a keyword for a long time, which conflicts with the parameter in some functions. We can't change the keyword in our database.
Besides we maintain a new variant of pg_auto_failover, is it possible to change the parameter name group_id to anoth
-
Updated
Feb 20, 2021 - Smarty
-
Updated
Mar 9, 2022 - Go
-
Updated
May 2, 2022 - Makefile
-
Updated
May 12, 2022 - Java
-
Updated
May 2, 2022 - Jinja
-
Updated
Mar 8, 2022 - Go
-
Updated
May 18, 2022 - Go
-
Updated
May 14, 2022 - Go
Improve this page
Add a description, image, and links to the high-availability topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the high-availability topic, visit your repo's landing page and select "manage topics."
From code https://github.com/thanos-io/thanos/blob/main/pkg/queryfrontend/roundtrip.go#L123, we are compiling the regex every time to match strings. This can be optimized by only compiling the regex once and checking if the string matches.