Eli Mesika

Results 8 issues of Eli Mesika

The documentation is not clearly explains the DAYS_TO_SEND_ON_STARTUP 0 default value effect on events that occurred when the ovirt-engine-notifier service is down. The default 0 value implies that all events...

Former implementation with Travis was generating also the relevant CHANGES.adoc entries for the go-ovirt repo, now that we moved to git actions we should auto-generate those entries as before

fence_rhevm uses REST API to call RHV In case that the call fails an unrelated error is displayed "Failed: Unable to obtain correct plug status or plug is not available"...

A car that drives out of its lane will be punished X2 on obtacles and get X2 on penguins

enhancement

code : if parse_type[0].startswith("ns"): cls._cls_suds_map[local_name]["cls"] = globals()[parse_type[1]] cls._cls_suds_map[local_name]["enum_id"] = getattr(cft, "enum_id", None) cls._cls_suds_map[local_name]["is_custom"] = True cls._cls_suds_map[local_name]["control"] = cls._wi_type Error : File "/home/emesika/.local/lib/python3.9/site-packages/pylero/work_item.py", line 1464, in get_custom_fields print(f"Global = {globals()[parse_type[1]]}") KeyError:...

calling a wrong WSDL method : Incorrect case usage detected for method: getProjectAtLocation in service: Project Found at pylero/src/pylero/project.py on line 93 Found at pylero/src/pylero/project.py on line 110 Incorrect case...

code : if parse_type[0].startswith("ns"): cls._cls_suds_map[local_name]["cls"] = globals()[parse_type[1]] cls._cls_suds_map[local_name]["enum_id"] = getattr(cft, "enum_id", None) cls._cls_suds_map[local_name]["is_custom"] = True cls._cls_suds_map[local_name]["control"] = cls._wi_type Error : File "/home/emesika/.local/lib/python3.9/site-packages/pylero/work_item.py", line 1464, in get_custom_fields print(f"Global = {globals()[parse_type[1]]}") KeyError:...

Wrong code in get_defined_custom_field_type and get_defined_custom_field_types 1) get_defined_custom_field_type: self._uri, work_item_type_id, key should be : self.project_id, work_item_type_id, key) 2) get_defined_custom_field_types: self._uri, work_item_type_id should be: self.project_id, work_item_type_id