John Anderson

Results 148 comments of John Anderson

Closing this in favor of #6353 and #6354. There is good comentary in here for future actions, but moving these UX workflows to background processing should be a first step...

Any sense of an average number of `JobLogEntry` records for each `JobResult`? Just wondering what order of magnitude compared to `JobResults` they are. What ballpark percentage of `JobResults` are your...

Let's try to delete things in the right order, so that all leaf nodes are deleted first, to avoid Django's cascade lookup queries.

I see it as semi-new pattern, basically akin to the Add Component operations for devices.

IIRC in #1854 we chose at the time to disable sorting on tree models primarily due to the odd visual representation of nested data and because we did not have...

For now, we will allow the sorting and when a user actually does sort, we will dynamically remove the hierarchy indentation.

I don't think so. We would support sorting any column that it should be, in this model.

How much do we care about breaking config changes like this in terms of minor releases? Personally I don't have a problem with it.

Need to account for m2m cases where there is custom logic in the view for "add/remove" cases. Usually similar to how tags are handled, but model specific.