Closed (fixed)
Project:
Project Browser
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
24 Jun 2022 at 20:44 UTC
Updated:
11 Jul 2022 at 14:59 UTC
Jump to comment: Most recent
Comments
Comment #3
bnjmnmMoved the fixture generator to a Drush command. The command also adds an update_n() hook to project_browser.install, so all that is needed to create a fixture update branch is run
drush update:generate-fixture, wait for a little over an hour (the file generation seems to take longer than I remember...), and commit this changes.Comment #4
bnjmnmComment #5
tim.plunkettThis looks great. Especially the generating of the hook_update_N.
Assigning to Chris for now, but will commit early next week if there aren't any concerns.
Comment #6
narendrarAdded some suggestions.
Comment #7
bnjmnmAdding MVP tag as this was specifically mentioned as something that should be in the alpha release.
I'm inclined to not implement the MR suggestions. They're good ones, but this is code that we know for sure is going away as it's all related to the fixture generation functionality which will be removed once the D.O. endpoint is available and can't be in the module when it's proposed for core inclusion.
Comment #8
chrisfromredfinOK I also reviewed this and I think it's fine, especially given its nature as a throwaway. "It works," so let's just get it in.
I don't have time to do the commit, but if Tim or Ben want to commit, you have my endorsement. :-p
Comment #10
tim.plunkettAwesome work @bnjmnm, thanks for the reviews @narendraR and @chrisfromredfin. Merged!