Ömer Faruk Doğan

Results 7 issues of Ömer Faruk Doğan

`__str__` methods are not meant to be unique and should not be used to determine equality of objects. Currently cache keys are generated with `str` function which uses `__str__` methods...

In askbot-requirements.txt file, `django-avatar==2.2.1` is required. But when this version is used, `user_calculate_avatar_url` method constantly prints 'Using deprecated version of django-avatar' logs. Either a newer version of django-avatar should be...

It seems like the bug was introduced with the commit 07a967aabfe3d0558cf5228e1b55f3d4923ee455 by @Fitoria. `models.Q(title__icontains=search_query)` raises Exception when the search was made in users: > FieldError: Cannot resolve keyword 'title' into...

When the global group name is changed, users and public questions no longer belong to the global group. When I inspected the code, I found out that the callback was...

There is an inconsistency about the exceptions raised from the memoized functions. When a function is called concurrently and it raises an exception, only the first caller receives the exception...

##### ISSUE TYPE Bug Report ##### Jenkinsapi VERSION 0.3.9 ##### Jenkins VERSION 2.176.3 ##### SUMMARY Multibranch Pipeline jobs cannot be reached using `jenkinsapi`. I have a multibranch pipeline job. I...

##### ISSUE TYPE - Bug Report ##### Jenkinsapi version: 0.3.9 ##### Jenkins version: 2.204.1 ##### SUMMARY `QueueItem::block_until_building` blocks forever if the queue item gets cancelled on Jenkins. ##### EXPECTED RESULTS...