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

feat: add refresh method #84

Merged
merged 9 commits into from
Nov 2, 2023
Merged

feat: add refresh method #84

merged 9 commits into from
Nov 2, 2023

Conversation

aklkv
Copy link
Contributor

@aklkv aklkv commented Mar 4, 2023

closes: #81

@SergeAstapov
Copy link
Contributor

Thank you @aklkv for contribution! Do you think you could add some test case around this new functionality? Just to make sure we don't accidentally regress in future

@aklkv
Copy link
Contributor Author

aklkv commented Mar 4, 2023

I tried but failed to run the test-app locally, I was running into couple of issues.
yarn that I have locally is yarn v3 and it tries to upgrade when installing dependancies.
I was able to start the app but started running into issues with
@ember/legacy-built-in-components

Screenshot 2023-03-03 at 7 36 34 PM

@@ -65,6 +65,24 @@ export default class EngineRouterService extends Service.extend(Evented) {
return this._externalRoutes[externalRouteName];
}

refresh(routeName = this.currentRouteName, ...args) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this approach might be able to solve #74 as well @SergeAstapov if you want I can add it as well

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aklkv sure, feel free to open separate PR, to keep each PR focused on one thing

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with @SergeAstapov here, let's open another PR for this purpose

@villander villander added the enhancement New feature or request label Mar 5, 2023
@aklkv aklkv requested review from SergeAstapov and villander and removed request for SergeAstapov and villander March 13, 2023 09:08
Copy link
Contributor

@SergeAstapov SergeAstapov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big thanks @aklkv for working on this and bearing with us on the feedback!
this looks good from my side.

@aklkv
Copy link
Contributor Author

aklkv commented Mar 14, 2023

@SergeAstapov Thank you for taking the time to review these changes! Looking forward to get this out

@aklkv
Copy link
Contributor Author

aklkv commented Mar 15, 2023

@villander Please let me know if I can do anything to get this changes in. Thank you!

@aklkv
Copy link
Contributor Author

aklkv commented Mar 29, 2023

@SergeAstapov @villander just re-pinging to see if I can do anything else to get this over the finish line

@SergeAstapov
Copy link
Contributor

we need @villander to pull the trigger as I don't have permissions

@DingoEatingFuzz
Copy link

I just ran into this one too, happy to see there's already a PR open 🎉

A most gentle ping for @villander, hopefully this can be merged and a release can get cut 🥺

@aklkv
Copy link
Contributor Author

aklkv commented Oct 28, 2023

@villander is there anything I can do to get this PR moving?

Copy link
Owner

@villander villander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @aklkv 🏆

@villander villander merged commit 623ce49 into villander:master Nov 2, 2023
@aklkv aklkv deleted the feat/refresh branch November 2, 2023 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refresh method missing
4 participants