Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: apply folder-mapped metadata also for existing resources #765

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

tripodsan
Copy link
Contributor

fixes #758

Copy link

github-actions bot commented Dec 3, 2024

This PR will trigger a patch release when merged.

Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (6dd0a1e) to head (d3dbdf5).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #765   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        45           
  Lines         3641      3651   +10     
=========================================
+ Hits          3641      3651   +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -117,5 +117,22 @@ declare class PipelineState {
*/
liveHost: string;

/**
* specifies if the content as folder mapped (note that it remains false for content that
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is folder mapped

@tripodsan tripodsan merged commit e4feb9c into main Dec 4, 2024
7 checks passed
@tripodsan tripodsan deleted the foldermapped-meta branch December 4, 2024 07:59
github-actions bot pushed a commit that referenced this pull request Dec 4, 2024
## [6.17.1](v6.17.0...v6.17.1) (2024-12-04)

### Bug Fixes

* apply folder-mapped metadata also for existing resources ([#765](#765)) ([e4feb9c](e4feb9c)), closes [#758](#758)
Copy link

github-actions bot commented Dec 4, 2024

🎉 This PR is included in version 6.17.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Folder mapped metadata not applied to physical pages in folder mapped paths
2 participants