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

Extension generator: Do not always require solidus_auth_devise #224

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Dec 3, 2024

For integration specs, we can simply stub spree_current_user and spree_user_signed_in?. See solidusio-contrib/solidus_reviews#122 for an example.

Copy link
Contributor

mergify bot commented Dec 3, 2024

It looks like this PR is missing a label to determine the type of change it introduces. The maintainer should add one of the following labels:

  • bug for bugfixes.
  • enhancement for new features and improvements.
  • documentation for documentation changes.
  • security for security patches.
  • removed for feature removals.
  • infrastructure for internal changes that should not go in the changelog.

Additionally, the maintainer may also want to add one of the following:

  • breaking for breaking changes.
  • deprecated for feature deprecations.

Once the correct labels have been set, simply remove the needs changelog label label from this PR so I can merge it.

@mergify mergify bot added the needs changelog label Needs a label to determine the type of change. label Dec 3, 2024
@tvdeyen tvdeyen added enhancement Improves an existing feature. and removed needs changelog label Needs a label to determine the type of change. labels Dec 3, 2024
@mamhoff mamhoff force-pushed the do-not-use-solidus-auth-devise branch from 4201e92 to a44574c Compare December 3, 2024 17:18
@tvdeyen tvdeyen enabled auto-merge December 3, 2024 17:22
@mamhoff mamhoff disabled auto-merge December 3, 2024 17:22
For integration specs, we can simply stub `spree_current_user` and
`spree_user_signed_in?`.
@mamhoff mamhoff force-pushed the do-not-use-solidus-auth-devise branch from a44574c to 08cfa6f Compare December 3, 2024 17:24
@mergify mergify bot merged commit 9d9d800 into solidusio:main Dec 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves an existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants