Skip to content
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

metadata: add created_at field to namespace metadata #23

Merged
merged 2 commits into from
May 21, 2024

Conversation

sirupsen
Copy link
Contributor

@sirupsen sirupsen commented May 16, 2024

@morgangallant we're removing this metadata on namespace listing, but need to expose it from the HEAD query

Comment on lines -369 to -372
'dimensions': input['dimensions'],
'approx_count': input['approx_count'],
# rfc3339 returned by the server is compatible with iso8601
'created_at': iso8601.parse_date(input['created_at']),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assuming no one relies on this right now?

@sirupsen sirupsen merged commit 536c68a into main May 21, 2024
6 checks passed
@sirupsen sirupsen deleted the created-at-python branch May 21, 2024 17:36
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 this pull request may close these issues.

2 participants