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

feat: #5. Add first commit date to initial repository data #9

Closed

Conversation

litvinovajann
Copy link

@litvinovajann litvinovajann commented Mar 22, 2024

Closes #5

Resulting data before:

repo repo_topics creation archive_url_creation topic_present_creation release archive_url_release topic_present_release
tiangolo/fastapi "python,json,swagger-ui,redoc,starlette,openapi,api,openapi3,framework,async,asyncio,uvicorn,python3,python-types,pydantic,json-schema,fastapi,swagger,rest,web" 1544257307000 http://web.archive.org/web/20190204230405/https://github.com/tiangolo/fastapi true 1544896765000 http://web.archive.org/web/20190204230405/https://github.com/tiangolo/fastapi true

Resulting data after:

repo repo_topics first_commit_date creation archive_url_creation topic_present_creation release archive_url_release topic_present_release
tiangolo/fastapi "python,json,swagger-ui,redoc,starlette,openapi,api,openapi3,framework,async,asyncio,uvicorn,python3,python-types,pydantic,json-schema,fastapi,swagger,rest,web" 1543993010000 1544257307000 http://web.archive.org/web/20190204230405/https://github.com/tiangolo/fastapi true 1544896765000 http://web.archive.org/web/20190204230405/https://github.com/tiangolo/fastapi true

@Relequestual
Copy link
Member

Thanks for your contribution.
I am closing this in favour of #10.

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.

Add first commit date to initial repository data
2 participants