Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
a886a66
chore: initialize repo
joshuaunity Mar 5, 2026
5fc6e42
chore: work in progress
joshuaunity Mar 9, 2026
09e879f
tests: added test to test for cpy asset feature
joshuaunity Mar 11, 2026
f588302
Merge branch 'main' of github.com:FlexMeasures/flexmeasures into feat…
joshuaunity Mar 11, 2026
3f97255
chore: removed unused file
joshuaunity Mar 11, 2026
d609e37
refactor: relocate util function
joshuaunity Mar 11, 2026
abd590b
refacto: Refactored util for copying asset
joshuaunity Mar 13, 2026
fb39eac
tests: and new test case
joshuaunity Mar 13, 2026
71810d0
Merge branch 'main' into feat/copy-assets
joshuaunity Mar 16, 2026
5371a4e
chore: move logic into @post_load
joshuaunity Mar 16, 2026
e84899e
feat: implement deep copy of asset subtree including direct sensors
joshuaunity Mar 17, 2026
510fa71
feat: add permission requirement for copying assets
joshuaunity Mar 18, 2026
bb6e959
feat: enhance asset copy endpoint with detailed OpenAPI specification…
joshuaunity Mar 18, 2026
9952e5b
feat: add test for asset copy API to ensure direct sensors are duplic…
joshuaunity Mar 18, 2026
d9eacf7
Update flexmeasures/api/v3_0/assets.py
joshuaunity Mar 18, 2026
a237a40
feat: enhance asset copy response messages for clarity based on param…
joshuaunity Mar 19, 2026
1a6c4c4
Merge branch 'feat/copy-assets' of github.com:FlexMeasures/flexmeasur…
joshuaunity Mar 19, 2026
8cf58f6
Merge branch 'main' into feat/copy-assets
joshuaunity Mar 19, 2026
3b88319
Merge branch 'main' into feat/copy-assets
joshuaunity Mar 25, 2026
46fc632
Revert same-site sensor reference preservation in asset copy (#2056)
Copilot Mar 30, 2026
54f83ca
Refactor asset copy parameters in API and OpenAPI specs to use 'accou…
joshuaunity Mar 30, 2026
4e84d1f
Merge branch 'main' into feat/copy-assets
joshuaunity Apr 1, 2026
67446b6
fix: improve sensor reference handling and format validation in asset…
joshuaunity Apr 7, 2026
b195085
feat: add audit log entry for asset copying in copy_asset function
joshuaunity Apr 7, 2026
04c25ee
feat: add option to include copy suffix when duplicating assets
joshuaunity Apr 9, 2026
3b8dd82
fix: restore post_annotation function lost during merge, fixing unuse…
Copilot Apr 10, 2026
ca4c390
feat: implement incremental naming for asset copies and add new API e…
joshuaunity Apr 13, 2026
8769a5d
chore: added changelog entry
joshuaunity Apr 13, 2026
a1b807f
Merge branch 'main' into feat/copy-assets
joshuaunity Apr 13, 2026
a2b86ab
Merge branch 'main' into feat/copy-assets
joshuaunity Apr 13, 2026
47a95bd
feat: add support for numeric graph format in asset graph template
joshuaunity Apr 13, 2026
640071a
feat: add validation to prevent copying an asset to itself or its des…
joshuaunity Apr 14, 2026
14cb654
fix: correct response message structure in asset copy rejection tests
joshuaunity Apr 14, 2026
1ac2117
Merge branch 'main' into feat/copy-assets
joshuaunity Apr 15, 2026
0a9090a
refactor: remove unnecessary asset existence check in AssetAPI
joshuaunity Apr 17, 2026
d463d3e
Merge remote-tracking branch 'origin/main' into feat/copy-assets
Flix6x Apr 17, 2026
e28aa47
chore: move changelog entry to v0.33.0
Flix6x Apr 17, 2026
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 documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ v0.33.0 | May XX, 2026

New features
-------------
* Added API support for copying assets and their subtrees [see `PR #2017 <https://www.github.com/FlexMeasures/flexmeasures/pull/2017>`_]
* Improve UX after deleting a child asset through the UI [see `PR #2119 <https://www.github.com/FlexMeasures/flexmeasures/pull/2119>`_]

Infrastructure / Support
Expand Down
Loading
Loading