Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 85c6e13

Browse files
authored
Merge branch 'main' into django-admin-for-plans
2 parents e2a2bdd + 0bcf77b commit 85c6e13

File tree

213 files changed

+24
-8346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+24
-8346
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.1.3
1+
25.1.10

codecov/settings_base.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@
395395
)
396396

397397
SHELTER_SHARED_SECRET = get_config("setup", "shelter_shared_secret", default=None)
398+
SHELTER_ENABLED = get_config("setup", "shelter_enabled", default=True)
398399

399400
SENTRY_ENV = os.environ.get("CODECOV_ENV", False)
400401
SENTRY_DSN = os.environ.get("SERVICES__SENTRY__SERVER_DSN", None)
@@ -431,9 +432,13 @@
431432
# Allows to do migrations from another module
432433
MIGRATION_MODULES = {
433434
"codecov_auth": "shared.django_apps.codecov_auth.migrations",
435+
"compare": "shared.django_apps.compare.migrations",
434436
"core": "shared.django_apps.core.migrations",
435-
"reports": "shared.django_apps.reports.migrations",
437+
"labelanalysis": "shared.django_apps.labelanalysis.migrations",
436438
"legacy_migrations": "shared.django_apps.legacy_migrations.migrations",
439+
"profiling": "shared.django_apps.profiling.migrations",
440+
"reports": "shared.django_apps.reports.migrations",
441+
"staticanalysis": "shared.django_apps.staticanalysis.migrations",
437442
}
438443

439444
# to aid in debugging, print out this info on startup. If no license, prints nothing

codecov/settings_enterprise.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@
7272
]
7373

7474
GUEST_ACCESS = get_config("setup", "guest_access", default=True)
75+
76+
SHELTER_ENABLED = get_config("setup", "shelter_enabled", default=False)

codecov_auth/migrations/0001_initial.py

Lines changed: 0 additions & 169 deletions
This file was deleted.

codecov_auth/migrations/0002_auto_20210817_1346.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

codecov_auth/migrations/0003_auto_20210924_1003.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

codecov_auth/migrations/0004_auto_20210930_1429.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

codecov_auth/migrations/0005_auto_20211029_1709.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)