Patrick Del Conte

Results 23 comments of Patrick Del Conte

It should work but I was unable to get the integration test to work. It fails with (even without my changes) ``` Tests run: 1, Failures: 0, Errors: 1, Skipped:...

Okay I was able to get the tests to work. After my latest change all tests in `TestSearchApi` are green. To get it to run I had to remove `seedData()`...

@jmini please review

@jmini Please let me know if you need me to change something to get this merged

As far as I can tell this could be accomplished by using the https://docs.gitlab.com/ee/api/groups.html#list-a-groups-descendant-groups api after having loaded the group here https://github.com/gitlabform/gitlabform/blob/main/gitlabform/lists/groups.py#L28 We would also have to consider "excluded" groups...

I made an attempt to implement this with a new CLI flag that is disabled by default. If disabled the result is the same as now. If the flag is...

This is most likely cause by the breaking change to health endpoints in 25.x https://www.keycloak.org/docs/latest/release_notes/index.html#management-port-for-metrics-and-health-endpoints

We have exactly the same issue here. When Keycloak starts everything is fine until you look at a federated user for the first time and from that point on all...

Workaround: The module provides a `module.alloydb.primary_instance` output which has all outputs of `google_alloydb_instance` but only for the primary instance. For read instances we had to use a `data google_alloydb_instance` to...

Thanks @Zomis for the workaround! It probably helped a bunch of people because this was broken for more than a year. The issue is with how Kotlin bundles the js...