Markus Zellner

Results 17 comments of Markus Zellner

As mentioned in PR, Have the very same Problem

Same issue, can this be merged and released? Would really appreciate @ezbz ❤️ My GitLab version is GitLab Enterprise Edition 13.12.9-ee - anyone knows if there is a bug ticket...

Ok, my issue is different. I fail on listing GitLab subgroups already: `def get_subgroups(self, group, parent):` fails with `GitlabListError: 404` Therefor I adapted calling method: ```python def load_gitlab_tree(self): groups =...

Will also test this evening, sorry für late reply

yes, have the same problem as @devstek . Manually applied the same code as suggested (replace of get_projects() - then it works for me too.

@ezbz Any chance to get this merged and a new version to be released? Seems quite some people are affected. Can work with installation from sources for meantime, but when...

Hi @ezbz sorry to bother again - this PR fixes my issue which still exist after several gitlab upgrades in the meantime. Any chance for getting merged and released? Makes...

What does not work is compiling a JavaMigration against Java 17 and then using it with flyway. As Java 17 is a new LTS version, this should be supported, rather...

Problem is that JPA/Hibernate finally sends `2021-11-19 11:44:44.564 TRACE 4744 --- [QueueListener-1] o.h.type.descriptor.sql.BasicBinder : binding parameter [p_xxxxxx] as [BIT] - [true]` and not OracleTypes.PLSQL_BOOLEAN ```java @Repository public interface MyRepository extends...

Thanks all for investigation and fixes. Glad issue was found even though it is a special case hard to reproduce in different environmnents. What is the desired release plan/windows for...