Feat/infrastructure module - #79
Draft
ShavrinAleksei wants to merge 83 commits into
Draft
Conversation
added 30 commits
July 21, 2026 16:25
added 21 commits
August 5, 2026 16:02
|
Important Review skippedToo many files! This PR contains 309 files, which is 209 over the limit of 100. To get a review, reduce the PR to 100 files or fewer by splitting it into smaller PRs or changing its base branch. Upgrade to a paid plan to raise the limit. Usage-priced reviews support at most 300 files. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (309)
You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Comment on lines
+62
to
+68
| return CalculateTopographyMetricsUseCase( | ||
| external_dem_repository=external_dem_repository, | ||
| local_dem_repository=local_dem_repository, | ||
| dem_metrics_service=dem_metrics_service, | ||
| geometry_metrics_service=geometry_metrics_service, | ||
| metrics_repository=metrics_repository, | ||
| ) |
| lifespan) and ``S3Config`` via dependency injection. | ||
| """ | ||
| app_config = load_app_config() | ||
| return S3LocalDemRepository(s3_client=s3_client, s3_config=app_config.s3) |
|
|
||
|
|
||
| if TYPE_CHECKING: | ||
| from geoalchemy2 import Geometry, WKBElement |
|
|
||
| from __future__ import annotations | ||
|
|
||
| from typing import TYPE_CHECKING, Any, TypeVar, cast, override |
|
|
||
|
|
||
| if TYPE_CHECKING: | ||
| from geoalchemy2 import Geometry, WKBElement |
| from collections.abc import Sequence | ||
|
|
||
| # revision identifiers, used by Alembic. | ||
| revision: str = "5c6fdf8c54b2" |
|
|
||
|
|
||
| # revision identifiers, used by Alembic. | ||
| revision: str = "15c4a02c5334" |
|
|
||
| # revision identifiers, used by Alembic. | ||
| revision: str = "15c4a02c5334" | ||
| down_revision: str | Sequence[str] | None = None |
| # revision identifiers, used by Alembic. | ||
| revision: str = "15c4a02c5334" | ||
| down_revision: str | Sequence[str] | None = None | ||
| branch_labels: str | Sequence[str] | None = None |
| revision: str = "15c4a02c5334" | ||
| down_revision: str | Sequence[str] | None = None | ||
| branch_labels: str | Sequence[str] | None = None | ||
| depends_on: str | Sequence[str] | None = None |
ShavrinAleksei
marked this pull request as draft
August 6, 2026 13:24
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Зависит от #78
Вперед не мержить
Type
Changes
Verification
just checkDocs
Tests
Changelog
changelog.d/