Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

created retry button on progress screen #277

Merged
merged 1 commit into from
Jun 19, 2018

Conversation

edewit
Copy link
Member

@edewit edewit commented Jun 13, 2018

fixes: #239

@ghost ghost assigned edewit Jun 13, 2018
@ghost ghost added the in progress label Jun 13, 2018
@edewit edewit changed the title fix: created retry button on progress screen WIP: created retry button on progress screen Jun 13, 2018
@edewit
Copy link
Member Author

edewit commented Jun 13, 2018

This PR does introduce some API changes in the services. Will create one for fabric8-ui as well

@edewit edewit force-pushed the retry branch 2 times, most recently from 5490db2 to 12351b7 Compare June 13, 2018 12:29
@edewit edewit requested a review from invincibleJai June 14, 2018 08:07
@edewit edewit changed the title WIP: created retry button on progress screen created retry button on progress screen Jun 14, 2018
@edewit
Copy link
Member Author

edewit commented Jun 14, 2018

@edewit
Copy link
Member Author

edewit commented Jun 19, 2018

@ia3andy @invincibleJai can you review?

@invincibleJai
Copy link
Collaborator

@edewit looks like it needs changes in fabric8-ui as well , are you planning to have PR their as well? if am not wrong you already raised PR in fabric8-ui for it right?

screen shot 2018-06-19 at 1 59 34 pm

* @returns {Observable<any>}
*/
abstract getCurrentContext(): Observable<any>;
abstract setup(summary: Summary, retry?: number): Observable<any>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is spaceId not needed for /launch anymore ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes it's still needed, but it would fetch spaceId from fabric8-ui and then pass it again here. So simpler would be to keep it on the fabric8-ui see fabric8-ui/fabric8-ui#3019

Copy link
Collaborator

Choose a reason for hiding this comment

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

tried with fabric8-ui/fabric8-ui#3019 looks good!!

@edewit edewit merged commit 906aa88 into fabric8-launcher:master Jun 19, 2018
@ghost ghost removed the in progress label Jun 19, 2018
@edewit edewit deleted the retry branch June 19, 2018 09:29
@ia3andy
Copy link
Contributor

ia3andy commented Jul 9, 2018

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

retry button
3 participants