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

Engine Support #1764

Merged
merged 3 commits into from
Apr 6, 2020
Merged

Engine Support #1764

merged 3 commits into from
Apr 6, 2020

Conversation

marcoow
Copy link
Member

@marcoow marcoow commented Mar 22, 2019

This adds an engine to the dummy app so we can validate/test we support engines correctly.

TODO

  • add tests
  • ideally we can automatically transitionToExternal instead of transitionTo in the AuthenticatedRouteMixin if we detect we're running in an engine (and the login route is not in the enging) – this actually makes no sense as the authentication route could be within the engine
  • disable engines tests in ember versions < 2.12 – this is no longer necessary as we dropped support for Ember versions < 3.0
  • add docs

@marcoow marcoow force-pushed the engine branch 5 times, most recently from 7bba3f0 to a5d7c5e Compare March 18, 2020 16:28
@marcoow marcoow marked this pull request as ready for review March 18, 2020 17:16
@marcoow marcoow force-pushed the engine branch 3 times, most recently from e513cc4 to 0dd591d Compare March 19, 2020 13:14
README.md Show resolved Hide resolved
@marcoow marcoow force-pushed the engine branch 2 times, most recently from 96d7350 to 25c2386 Compare April 6, 2020 14:16
@marcoow marcoow requested a review from sdebarros April 6, 2020 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants