Alexander Haase

Results 53 issues of Alexander Haase

By default, Froide detects quoted messages by searching for a double dash. However, the following styles are not detected yet: * `>>> John Doe 23.11.2020 08:00 >>>` * `"John Doe...

enhancement

### NetBox version v4.0.6 ### Feature type Change to existing functionality ### Proposed functionality When creating or editing a device, all racks in a location are selectable, including racks in...

type: feature
status: needs triage

### Fixes: #15692 This PR includes three new background job class to be used in NetBox and by NetBox plugins. They handle the necessary logic for starting and stopping jobs,...

An application can have multiple resources, such as devices, virtual machines, or IP addresses. Especially in emergencies, it's important to identify not only the affected data flows, but also all...

type: feature
status: blocked

### Fixes: #17685 Previously, fields in the Job model were not validated when the job was created. Now `full_clean()` is called before saving the job to ensure valid data. In...

### Deployment Type Self-hosted ### NetBox Version v4.1.3 ### Python Version 3.11 ### Steps to Reproduce 1. Create a new `JobRunner`. 2. Schedule the job runner without with `enqueue(interval=0)`. ###...

type: bug
status: accepted
severity: low

### Fixes: #16971 This PR allows the NetBox core and plugins to register job runners as system jobs. These are automatically scheduled without UI interaction, just before the worker process...

### Fixes: #16786 To fix errors when selecting a rack of a child location being not part of the parent location, the site and location are now always copied from...

pending closure

### Deployment Type Self-hosted ### Triage priority I volunteer to perform this work (if approved) ### NetBox Version v4.1.3 ### Python Version 3.11 ### Steps to Reproduce 1. Install a...

type: bug
status: under review

### NetBox version v4.1-beta1 ### Feature type Change to existing functionality ### Proposed functionality * Move the logging methods (i.e. `self.log_info()`) from `extras.scripts.BaseScript` into `netbox.jobs.JobRunner`. * Move job log views...

type: feature
status: needs owner
complexity: low