Skip to content

Expose created_at field in Tags API #1151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nhanlc56 opened this issue Aug 14, 2024 · 4 comments · Fixed by #1163
Closed

Expose created_at field in Tags API #1151

nhanlc56 opened this issue Aug 14, 2024 · 4 comments · Fixed by #1163

Comments

@nhanlc56
Copy link
Contributor

Please add "created_at" property in Tag model. Currently, The actual response of API v4 to retrieve info of TAGS doesn't show the creation date of the TAG, only shows date and creation timestamp of Commits.

Please check GitLab documentation here: https://docs.gitlab.com/ee/api/issues.html#single-issue response

@Nadreasky
Copy link

I have same issue, please release new version to support it

@jmini
Copy link
Collaborator

jmini commented Sep 18, 2024

Isn't the link to the gitlab documentation pointing to something else?

@nhanlc56
Copy link
Contributor Author

nhanlc56 commented Sep 19, 2024

Nope, this link is from https://docs.gitlab.com/17.3/ee/api/tags.html with history description: created_at response attribute introduced in GitLab 16.11.

Currently, the Tag.class don't have createAt property yet.

@jmini
Copy link
Collaborator

jmini commented Sep 19, 2024

Currently, the Tag.class don't have createdAt property yet.

Yes this can be added (PR are welcome), together with a change of the tag.json to have the serializer tested in the TestGitLabApiBeans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants