Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

does it make sense to remove uuid on object fetch? #106

@jscook2345

Description

@jscook2345

I find that I am constantly unpacking collections of objects by using the .values() argument. This is because the requests come back with a uuid for the object. I'm thinking maybe that is not all that useful after a few months now. What do you think? I know adding values() is not a huge deal, but since we always use it that way, perhaps we should remove it at the source?

Just a few examples.

environments = list(project.environments(slug__in=",".join(environment_slugs), ordering="slug").values())

suites = list(project.suites(slug__in=",".join(suite_slugs), ordering="slug").values())

for t in list(build.tests(environment=e.id,suite=s.id).values()):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions