mirror of
https://github.com/finmars-platform/finmars-core.git
synced 2026-04-26 06:35:59 +03:00
[PR #100] [MERGED] Plat-1149 fix and refac utils.py & add tests #160
Labels
No labels
BackEnd
FrontEnd
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-core#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/finmars-platform/finmars-core/pull/100
Author: @sokolovdp
Created: 9/15/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @paktusov
Base:
main← Head:PLAT-1149📝 Commits (10+)
857d8b8PLAT-1149 refac92c6cf5PLAT-1149 refaca85243bPLAT-1149 refac276be7cPLAT-1149 refacc08f52ePLAT-1149 refaca765a8fPLAT-1149 refac03c5d29PLAT-1149 refac8e76b6bPLAT-1149 refacdfcc76fMerge branch 'main' into PLAT-1149d8c5400PLAT-1149 refac📊 Changes
18 files changed (+3291 additions, -404 deletions)
View changed files
📝
.github/workflows/other.yml(+3 -0)📝
poms/api/serializers.py(+3 -3)📝
poms/api/views.py(+10 -10)➕
poms/common/tests/test_calc_period_date.py(+541 -0)➕
poms/common/tests/test_date_range_split_updated.py(+1463 -0)➕
poms/common/tests/test_get_last_business_day_in_previous_quarter.py(+18 -0)➕
poms/common/tests/test_get_last_business_day_of_previous_month.py(+18 -0)➕
poms/common/tests/test_get_last_business_day_of_previous_year.py(+18 -0)➕
poms/common/tests/test_get_list_of_dates_between_two_dates.py(+16 -0)➕
poms/common/tests/test_pick_dates_from_range.py(+393 -0)➕
poms/common/tests/test_split_date_range.py(+643 -0)➖
poms/common/tests/test_utils.py(+0 -170)📝
poms/common/utils.py(+154 -211)📝
poms/expressions_engine/functions.py(+1 -1)📝
poms/instruments/models.py(+2 -2)📝
poms/instruments/tasks.py(+2 -1)📝
poms/reports/performance_report.py(+4 -4)📝
poms/transactions/models.py(+2 -2)📄 Description
Proposed contribute solution to task https://github.com/finmars-platform/finmars-core/issues/25
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.