-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from codecov/matt/platform-team-issue-91
fix: sync_repos: add new repos to db when sync_repos=True instead of only updating existing
- Loading branch information
Showing
4 changed files
with
105 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
git+ssh://[email protected]/codecov/shared.git@30212ca03f4cc53e1dd64434b7f77cec2e300e3b#egg=shared | ||
git+ssh://[email protected]/codecov/shared.git@bc9933c6d61555ab36f310103feb6edd381d928f#egg=shared | ||
git+ssh://[email protected]/codecov/[email protected]#egg=codecovopentelem | ||
boto3 | ||
celery | ||
click | ||
coverage | ||
factory-boy | ||
google-cloud-storage | ||
google-cloud-storage>=2.10.0 | ||
httpx | ||
analytics-python==1.3.0b1 | ||
lxml>=4.9.1 | ||
|
@@ -32,4 +32,4 @@ stripe | |
timestring | ||
vcrpy | ||
opentelemetry-instrumentation-celery | ||
opentelemetry-sdk | ||
opentelemetry-sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,32 +77,33 @@ deprecated==1.2.12 | |
# via opentelemetry-api | ||
ecdsa==0.16.1 | ||
# via tlslite-ng | ||
exceptiongroup==1.0.0 | ||
# via pytest | ||
factory-boy==3.2.0 | ||
# via -r requirements.in | ||
faker==8.8.2 | ||
# via factory-boy | ||
freezegun==1.2.2 | ||
# via pytest-freezegun | ||
google-api-core==1.26.1 | ||
# via google-cloud-core | ||
google-auth==1.27.1 | ||
google-api-core==2.11.1 | ||
# via | ||
# google-cloud-core | ||
# google-cloud-storage | ||
google-auth==2.21.0 | ||
# via | ||
# google-api-core | ||
# google-cloud-core | ||
# google-cloud-storage | ||
google-cloud-core==1.6.0 | ||
# shared | ||
google-cloud-core==2.3.3 | ||
# via google-cloud-storage | ||
google-cloud-storage==1.36.2 | ||
google-cloud-storage==2.10.0 | ||
# via | ||
# -r requirements.in | ||
# shared | ||
google-crc32c==1.1.2 | ||
# via google-resumable-media | ||
google-resumable-media==1.2.0 | ||
google-resumable-media==2.5.0 | ||
# via google-cloud-storage | ||
googleapis-common-protos==1.53.0 | ||
googleapis-common-protos==1.59.1 | ||
# via google-api-core | ||
h11==0.12.0 | ||
# via httpcore | ||
|
@@ -162,16 +163,15 @@ opentelemetry-semantic-conventions==0.23b2 | |
# opentelemetry-instrumentation-celery | ||
# opentelemetry-sdk | ||
packaging==20.9 | ||
# via | ||
# google-api-core | ||
# pytest | ||
# via pytest | ||
pluggy==0.13.1 | ||
# via pytest | ||
prompt-toolkit==3.0.28 | ||
# via click-repl | ||
protobuf==3.20.3 | ||
# via | ||
# google-api-core | ||
# googleapis-common-protos | ||
# shared | ||
psycopg2==2.9.3 | ||
# via -r requirements.in | ||
|
@@ -221,9 +221,8 @@ python-json-logger==0.1.11 | |
pytz==2022.1 | ||
# via | ||
# celery | ||
# google-api-core | ||
# timestring | ||
pyyaml==6.0 | ||
pyyaml==6.0.1 | ||
# via | ||
# -r requirements.in | ||
# vcrpy | ||
|
@@ -247,17 +246,14 @@ s3transfer==0.3.4 | |
# via boto3 | ||
sentry-sdk==1.19.1 | ||
# via -r requirements.in | ||
shared @ git+ssh://[email protected]/codecov/shared.git@30212ca03f4cc53e1dd64434b7f77cec2e300e3b | ||
shared @ git+ssh://[email protected]/codecov/shared.git@bc9933c6d61555ab36f310103feb6edd381d928f | ||
# via -r requirements.in | ||
six==1.15.0 | ||
# via | ||
# analytics-python | ||
# click-repl | ||
# ecdsa | ||
# google-api-core | ||
# google-auth | ||
# google-cloud-core | ||
# google-resumable-media | ||
# python-dateutil | ||
# sqlalchemy-utils | ||
# vcrpy | ||
|
@@ -287,15 +283,14 @@ timestring==1.6.4 | |
# via -r requirements.in | ||
tlslite-ng==0.8.0-alpha39 | ||
# via shared | ||
tomli==2.0.1 | ||
# via pytest | ||
typing==3.7.4.3 | ||
# via shared | ||
typing-extensions==4.6.3 | ||
# via shared | ||
urllib3==1.26.13 | ||
# via | ||
# botocore | ||
# google-auth | ||
# minio | ||
# requests | ||
# sentry-sdk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters