John Anderson

Results 148 comments of John Anderson

I suspect we can cover this as an implementation detail in #6353 and #6354.

De-scoping from v2.3 for potential inclusion in a broader form solution.

For k8s job specifics: - For celery timeout, k8s supports `.spec.activeDeadlineSeconds` but I think we will only be able to support the hard time limit and not the soft, so...

From an API design standpoint, having a custom `success` log level makes more sense here.

For now the scope of this will be: - A `Button` UI entity that know how to render things in the top right - It can take a name and...

I think the answer to this is that SSoT should register a "data" provider type that can then be referenced to the repo.

We will primarily consider bulk update and delete cases. Need to handle the case where the user selects all records, and when only a subset (a large subset) is selected....

Sounds like we start with manually processing changelog out of band of bulk operations. Potentially overriding bulk_update and bulk_delete on RestrictedQueryset. Time box to just the above and if that...

Related to #5321, this likely all hinges on the logic in the bulk views.