Nikita Korolev
Nikita Korolev
### NetBox version v3.6.5 ### Feature type Change to existing functionality ### Proposed functionality Since netbox alrady have sentry support at backend side, I suggest to enable sentry in browser...
Hello. There is some basic support for JQL, could you suggest some impovements? For now it produces ```sql project IN ("PROJ1","PROJ2") AND issuetype="My issue" AND (labels is EMPTY OR labels...
Hello. Is it possible to get notifications on specific branch only? I tried to subscribe to pushes in master/devel branches and ignore other (usually WIP) pushes.
### NetBox version v3.7.0 ### Feature type Change to existing functionality ### Proposed functionality Remove old jobs in small batches Like `Job.objects.filter(created__lt=cutoff)[:50]` for example Also I guess it's not very...
Requests skips parameters that are None. Map 'null' string to None python type for a more native coding eg: `nb.dcim.interfaces.filter(mac_address__n=None)`
Hello! ### Desired Behavior Available sentry support ### Contrast to Current Behavior Due to https://github.com/netbox-community/netbox/pull/14197 sentry-sdk is missing ### Required Changes Could you please add this package to base image?...
##### SUMMARY Call `pathlib.Path()` instead of `os.path.join()` from `path_join` filter because of better handle of subdirectories. It is now possible to call `{{ path1~'/'~path2 | path_join }}` to merge multiple...
### Deployment Type Self-hosted ### NetBox Version v3.7.5 ### Python Version 3.11 ### Steps to Reproduce 1. Block /static/ with adblock (the simplest way) 2. Open any page ### Expected...
# What problem are we solving? Reporing http errors to sentry collector # How are we solving the problem? Capture http and some common errors and send it to sentry....
Hello! RIght now this action could not be used in repos with a lot of old branches beacause of github rate limit and requires manual cleanup before setup. Could you...