WIP: add igniter installer. #118

Draft
james wants to merge 1 commit from feat/add-igniter-installer into main
Owner
No description provided.
james added 1 commit 2024-07-12 14:54:54 +12:00
wip: add igniter installer.
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
af9b20c2ca
Author
Owner

This is awesome:

$ mix smokestack.gen.factory Helpdesk.Support.Ticket

Igniter:
Update: test/support/factory.ex

     ...|
14 14   |  use Smokestack
15 15   |
16    - |  # Define your factories here:
17    - |  #
18    - |  # factory MyResource do
19    - |  #   attribute :name, constant("Marty McFly")
20    - |  # end
   16 + |  factory Helpdesk.Support.Ticket do
   17 + |  end
21 18   |end
22 19   |

... now I need to figure out how to introspect an uncompiled Ash resource 😭

This is awesome: ``` $ mix smokestack.gen.factory Helpdesk.Support.Ticket Igniter: Update: test/support/factory.ex ...| 14 14 | use Smokestack 15 15 | 16 - | # Define your factories here: 17 - | # 18 - | # factory MyResource do 19 - | # attribute :name, constant("Marty McFly") 20 - | # end 16 + | factory Helpdesk.Support.Ticket do 17 + | end 21 18 |end 22 19 | ``` ... now I need to figure out how to introspect an uncompiled Ash resource 😭
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
This pull request has changes conflicting with the target branch.
  • mix.lock
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/add-igniter-installer:feat/add-igniter-installer
git checkout feat/add-igniter-installer

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff feat/add-igniter-installer
git checkout main
git merge --ff-only feat/add-igniter-installer
git checkout feat/add-igniter-installer
git rebase main
git checkout main
git merge --no-ff feat/add-igniter-installer
git checkout main
git merge --squash feat/add-igniter-installer
git checkout main
git merge --ff-only feat/add-igniter-installer
git checkout main
git merge feat/add-igniter-installer
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: james/smokestack#118
No description provided.