Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions graphql_api/types/enums/upload_error_enum.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ enum UploadErrorEnum {
FILE_NOT_IN_STORAGE
REPORT_EXPIRED
REPORT_EMPTY
PROCESSING_TIMEOUT

UNKNOWN_PROCESSING
UNKNOWN_STORAGE
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ freezegun
google-cloud-pubsub
gunicorn>=22.0.0
https://github.com/codecov/opentelem-python/archive/refs/tags/v0.0.4a1.tar.gz#egg=codecovopentelem
https://github.com/codecov/shared/archive/5fb0c835f1da3a4c91a165737b11fbe77f1a9e3a.tar.gz#egg=shared
https://github.com/codecov/shared/archive/22622868034aa8dbaad88901ba7156e3ae6b9539.tar.gz#egg=shared
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
idna>=3.7
minio
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ googleapis-common-protos[grpc]==1.59.1
# grpcio-status
graphql-core==3.2.3
# via ariadne
greenlet==3.1.1
# via sqlalchemy
grpc-google-iam-v1==0.12.6
# via google-cloud-pubsub
grpcio==1.62.1
Expand Down Expand Up @@ -416,7 +414,7 @@ sentry-sdk[celery]==2.13.0
# shared
setproctitle==1.1.10
# via -r requirements.in
shared @ https://github.com/codecov/shared/archive/5fb0c835f1da3a4c91a165737b11fbe77f1a9e3a.tar.gz
shared @ https://github.com/codecov/shared/archive/22622868034aa8dbaad88901ba7156e3ae6b9539.tar.gz
# via -r requirements.in
simplejson==3.17.2
# via -r requirements.in
Expand Down Expand Up @@ -497,6 +495,8 @@ yarl==1.9.4
# via vcrpy
zipp==3.19.2
# via importlib-metadata
zstandard==0.23.0
# via shared

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading