You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Modules source folder is a mixture of Step classes and auxiliary helpers. These should be refactored into a Steps folder with other folders being created as necessary.
The text was updated successfully, but these errors were encountered:
* 🚚 added two new steps for #297 in new folder as per #282
* 🚚 drafting things out
* 🔥 disabling 1.* tests for refactoring
* 🚚 tinkering
* 🚚 filling in ProjectFile methods from File
* Refactoring to use ProjectFile
* Updating dependencies as per #270, this breaks everything...
* (#270) Update for working with 7.0
* Store uid in meta array so File object can be duplicated correctly
* (#284) Refactoring project to use ProjectFile
* (#300) Use Plates v4, this restricts us from launching 2.0 until v4 is stable
* (#284) Refactored out File entity usage for ProjectFile
* (#270) Refactored test for 7.0 - passing
* (#270) Enabling a handfull of tests - passing
* (#300) Refactored most Plates Extensions
* (#282) Refactored LoadSourceFileTree
* (#300) Refactored to use Plates v4
* Apply fixes from StyleCI (#301)
Unit tests allowed to fail
* (#270) lock file was generated on 7.2, needs removing so 7.0 unit tests "pass"
The Modules source folder is a mixture of
Step
classes and auxiliary helpers. These should be refactored into aSteps
folder with other folders being created as necessary.The text was updated successfully, but these errors were encountered: