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 2 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 codecov/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
"profiling": "shared.django_apps.profiling.migrations",
"reports": "shared.django_apps.reports.migrations",
"staticanalysis": "shared.django_apps.staticanalysis.migrations",
"timeseries": "shared.django_apps.timeseries.migrations",
}

# to aid in debugging, print out this info on startup. If no license, prints nothing
Expand Down
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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/7ba099fa0552244c77a8cc3a4b772216613c09c8.tar.gz#egg=shared
https://github.com/codecov/shared/archive/838bba5551758c1922e3328ea6b6e6ab6817c9ae.tar.gz#egg=shared
https://github.com/photocrowd/django-cursor-pagination/archive/f560902696b0c8509e4d95c10ba0d62700181d84.tar.gz
idna>=3.7
minio
Expand Down Expand Up @@ -58,4 +58,4 @@ starlette==0.40.0
stripe>=11.4.1
urllib3>=1.26.19
vcrpy
whitenoise
whitenoise
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ sentry-sdk[celery]==2.13.0
# shared
setproctitle==1.1.10
# via -r requirements.in
shared @ https://github.com/codecov/shared/archive/7ba099fa0552244c77a8cc3a4b772216613c09c8.tar.gz
shared @ https://github.com/codecov/shared/archive/838bba5551758c1922e3328ea6b6e6ab6817c9ae.tar.gz
# via -r requirements.in
simplejson==3.17.2
# via -r requirements.in
Expand Down
47 changes: 0 additions & 47 deletions timeseries/migrations/0001_initial.py

This file was deleted.

37 changes: 0 additions & 37 deletions timeseries/migrations/0002_continuous_aggregates.py

This file was deleted.

24 changes: 0 additions & 24 deletions timeseries/migrations/0003_cagg_policies.py

This file was deleted.

84 changes: 0 additions & 84 deletions timeseries/migrations/0004_measurement_summaries.py

This file was deleted.

35 changes: 0 additions & 35 deletions timeseries/migrations/0005_uniqueness_constraints.py

This file was deleted.

41 changes: 0 additions & 41 deletions timeseries/migrations/0006_auto_20220718_1311.py

This file was deleted.

45 changes: 0 additions & 45 deletions timeseries/migrations/0007_auto_20220727_2011.py

This file was deleted.

24 changes: 0 additions & 24 deletions timeseries/migrations/0008_auto_20220802_1838.py

This file was deleted.

Loading
Loading