Dr. Stefan Schimanski
Dr. Stefan Schimanski
The web ui allows to define haproxy ACLs, but not the order they are applied, i.e. the order of use_backend lines in the config. I propose to add an order...
This is the weburi the user arrives at from dcos.
After marking some of today's mails as archived, suddenly some months old mails appear above the today section: These mails do not show up when reloading gmail initially, but the...
Twitter supports a screen_name and a (full) name. The former was not exported via the SocialUser class. We now misuse the firstName field to store the screen_name.
### Description of your changes In collaboration with @haarchri, fixing a number of issues in realtime-compositions. In particular, ensure the right life-cycle of watches and informers to match that of...
### What problem are you facing? Today users rely mostly on controller-runtime metrics for monitoring a control plane. Higher level metrics are missing. ### How could Crossplane help solve your...
## What problem are you facing? This is the tracking issue for promoting *realtime compositions* to Beta. With the feature [recently merged](https://github.com/crossplane/crossplane/pull/4637) into the master under the `--enable-realtime-compositions` feature gate,...
**Is your feature request related to a problem? Please describe.** Postgres supports CYCLE detection in recursive CTEs, compare https://www.postgresql.org/docs/current/queries-with.html#QUERIES-WITH-CYCLE: ```sql WITH RECURSIVE search_graph(id, link, data, depth) AS ( SELECT g.id,...