Djebran Lezzoum

Results 9 issues of Djebran Lezzoum

it will be very interesting to investigate how twisted web will perform with uvloop, it's already working from the latest version look at this simple test: https://gist.github.com/ldjebran/4febf298232a6fd86871df25d4dc00dd

When adding custom repositories feature we need to do search in rh repos and custom repositories. We are here merging the two search in one function "FindAllPackages": The rh repos...

blocked

## GORM Playground Link https://github.com/go-gorm/playground/pull/688 ## Description suppose we have the following data structures ```go type Repo struct { ID uint `gorm:"primarykey"` URL string `json:"RepoURL"` Status string `json:"RepoStatus"` } type...

type:with reproduction steps

The discovery rules entity create is failing locally, the problem is that when search field is filed the auto-complete list is not hidden and the script try to fill the...

bug
high
view
Automation failure

We need to create simple non removable WidgetsItemsListView and GenericWidgetItem widgets. That should be inherited by RemovableWidgetsItemsListView and GenericRemovableWidgetItem ```python class RemovableWidgetsItemsListView(WidgetsItemsListView): ... class GenericRemovableWidgetItem(GenericWidgetItem): ... ```

enhancement
good first issue
low

browser.click(buttuon, ignore_ajax=True) any way call browser.plugin.ensure_page_safe before and after click in widgetastic browser click we have this code ```python @retry_stale_element def click(self, locator, *args, **kwargs): """Clicks at a specific element...

bug
medium

Port robottelo tier1 tests for test_docker Related Robottelo issues: * https://github.com/SatelliteQE/robottelo/issues/6086 * https://github.com/SatelliteQE/robottelo/issues/5844 part of robottelo minitest port project: https://github.com/SatelliteQE/robottelo/projects/1

## Explain your user case and expected results Panic Occurs when Mixing Joins and Preload with the same field eg query like ```go DB.Joins("Update.Repo").Joins("Update").Preload("Update.DispatchRecords").Find(&deviceUpdates) ``` will panic with ```console panic:...

Command "hammer csv content-hosts" create empty csv file (with headers only) when organization is not in the results returned by API GET organization with full_results=True, seems a limit of 20...