We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Readme stream assumes that we are fetching an .md file but it is not always the case.
Eg. README.rst for flake8-docstrings which leads to a 404 file not found in the tap.
{'type': 'timer', 'metric': 'http_request_duration', 'value': 0.164145, 'tags': {'endpoint': '/projects/{project_id}/repository/files/README%2Emd/raw', 'http_status_code': 404, 'status': 'failed', 'url': '/api/v4/projects/140322/repository/files/README.md/raw', 'context': {'project_id': 140322, 'project_path': 'pycqa/flake8-docstrings'}}}
We could:
readme_url
But at the very least we should add error handling around missing readmes :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Readme stream assumes that we are fetching an .md file but it is not always the case.
Eg. README.rst for flake8-docstrings which leads to a 404 file not found in the tap.
{'type': 'timer', 'metric': 'http_request_duration', 'value': 0.164145, 'tags': {'endpoint': '/projects/{project_id}/repository/files/README%2Emd/raw', 'http_status_code': 404, 'status': 'failed', 'url': '/api/v4/projects/140322/repository/files/README.md/raw', 'context': {'project_id': 140322, 'project_path': 'pycqa/flake8-docstrings'}}}
We could:
readme_url
available in the project objectBut at the very least we should add error handling around missing readmes :)
The text was updated successfully, but these errors were encountered: