diff options
author | Laurent Peuch <cortex@worlddomination.be> | 2022-04-29 17:54:52 +0200 |
---|---|---|
committer | Laurent Peuch <cortex@worlddomination.be> | 2022-04-29 18:07:33 +0200 |
commit | e5987626ca1643521b16658555f088412be2a339 (patch) | |
tree | 71665fbe7dd9c76e16b7f50961318dd7ffba3928 /gitlab/v4/objects/files.py | |
parent | 882fe7a681ae1c5120db5be5e71b196ae555eb3e (diff) | |
download | gitlab-e5987626ca1643521b16658555f088412be2a339.tar.gz |
feat(ux): display project.name_with_namespace on project repr
This change the repr from:
$ gitlab.projects.get(id=some_id)
<Project id:some_id>
To:
$ gitlab.projects.get(id=some_id)
<Project id:some_id name_with_namespace:"group_name / project_name">
This is especially useful when working on random projects or listing of
projects since users generally don't remember projects ids.
Diffstat (limited to 'gitlab/v4/objects/files.py')
0 files changed, 0 insertions, 0 deletions