Alexander Todorov
Alexander Todorov
Some code snippets contain `*Permission.objects.all()` - mostly in not so well designed tests. Permission linter should warn about this pattern too.
Also `unauthorized_user.user_permissions.add` - we have a blue print around tests for permissions and this shouldn't be necessary.
Related 840fa03856f71da340d8b85711a5b5c2e69d8a80 - timedelta2seconds
v3.4 pulls bootstrap v4 and I don't think this is compatible with Patternfly 3.
> **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] USER STORY: As...
Note: as the permission labels are automatically managed by Django we need to research a way how to document the ORM models or the labels on our side and incorporate...
> A help section pop up in the Users and Groups pages explaining the various labels. @patelutpal can you provide an example text, let's say for the "testcases | category...
FTR this is related to "Individual TestCase health widget" which is part of Telemetry improvements. Because test cases can be linked between different plans/products and versions the filter on this...
@claudep it seems Travis CI has migrated from .org to .com for open source repositories and also uses GitHub actions integration (from what I can tell). Can you re-enable this...
@imomaliev I am with @carlio on this one. However a comment here: > I suggest reporting strings that do not match this pattern 'app.Model' The problem is not the string...