soen / Conjunction

A Sitecore utility designed to create configurable and personalizable queries for either the Lucene or Solr search engine using Sitecore's ContentSearch API
https://soen.github.io/Conjunction
MIT License
12 stars 1 forks source link

Restructure Unicorn Item Serialization and Configuration #25

Open soen opened 7 years ago

soen commented 7 years ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) This PR contains changes to how the Unicorn item serialization is structured and configured. The previous item serialization configuration that was contained in the project Conjunction.Foundation.Content is no longer present, and the serialized items and their configuration is now found under their respective projects.

What is the current behavior? (You can also link to an open issue here) See the issue #24.

What is the new behavior (if this is a feature change)? This PR changes the structure and configuration of the serialized items.

Does this PR introduce a breaking change? This PR introduces a new way that item serialization needs to be configured in order to work. The item serialization configuration steps are described in the CONTRIBUTING section. Additionally, the old Sitecore Rocks package generation has been removed from the project.

Please check if the PR fulfills these requirements

Other information: The method follows the answer provided over at http://sitecore.stackexchange.com/questions/2683/unicorn-serialized-files-to-source-control