Edmond Dantès

Results 8 comments of Edmond Dantès

when we do not use the param 'verify', the client connect sonar server without ssl certificate : ` h = SonarQubeClient(sonarqube_url="http://localhost:9000", username='admin', password='admin') `

please show you code.

how about use the create_gitlab fuction, such as: almSettings = sonarqube_ent_client.alm_settings.create_gitlab(key, personalAccessToken, url)

I found a temporary solution `class EntityUpdateSchema(Schema): id: int class Meta: exclude: ("id",) fields_optional = "__all__" model = Entity @staticmethod def resolve_id(obj, context): from unittest.mock import Mock request = context["request"]...

Payment only needs to be made once, you can deploy on any machine. and library updates will be provided for free.

The checks result of a user has "createGroup" capability should be "ok". I guess the function 'CheckAccountCapability' has a bug. And the gerrit server version is "3.8.0". Go version is...

How about `OrderingSchema.sort` support list type sort? ``` class OrderingSchema(OrderingBaseSchema): def sort(self, items: Union[QuerySet, List]) -> Union[QuerySet, List]: if self.order_by: if isinstance(items, QuerySet): # type:ignore return items.order_by(*self.order_by) elif isinstance(items, list)...

May I ask if there is any progress on this OrderingSchema? I found same failure in these pull request actions. But I can not see these failed logs. What happened...