Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

fix(launcher): retry /git/user api call on fail #3520

Merged
merged 2 commits into from
Feb 25, 2019

Conversation

vikram-raj
Copy link
Member

@alien-ike
Copy link
Collaborator

Ike Plugins (test-keeper)

Thank you @vikram-raj for this contribution!

It appears that no tests have been added or updated in this PR.

Automated tests give us confidence in shipping reliable software. Please add some as part of this change.

If you are an admin or the reviewer of this PR and you are sure that no test is needed then you can use the command /ok-without-tests as a comment to make the status green.

For more information please head over to official documentation. You can find there how to configure the plugin.

@centos-ci
Copy link
Collaborator

The E2E smoke test with feature level set to 'released' failed.

Link URL
job log https://ci.centos.org/job/devtools-fabric8-ui-e2e-smoketest-released/371/console
failure message http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-released/371/failures.txt
artifacts http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-released/371

Please review the job results and re-run the job by commenting [e2e-test-released] if necessary.

@centos-ci
Copy link
Collaborator

The E2E smoke test with feature level set to 'beta' failed.

Link URL
job log https://ci.centos.org/job/devtools-fabric8-ui-e2e-smoketest-beta/374/console
failure message http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-beta/374/failures.txt
artifacts http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-beta/374

Please review the job results and re-run the job by commenting [e2e-test-beta] if necessary.

@vikram-raj
Copy link
Member Author

[e2e-test-beta]
[e2e-test-released]

@centos-ci
Copy link
Collaborator

The E2E smoke test with feature level set to 'released' failed.

Link URL
job log https://ci.centos.org/job/devtools-fabric8-ui-e2e-smoketest-released/372/console
failure message http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-released/372/failures.txt
artifacts http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-released/372

Please review the job results and re-run the job by commenting [e2e-test-released] if necessary.

@centos-ci
Copy link
Collaborator

The E2E smoke test with feature level set to 'beta' failed.

Link URL
job log https://ci.centos.org/job/devtools-fabric8-ui-e2e-smoketest-beta/375/console
failure message http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-beta/375/failures.txt
artifacts http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-beta/375

Please review the job results and re-run the job by commenting [e2e-test-beta] if necessary.

@centos-ci
Copy link
Collaborator

The E2E smoke test with feature level set to 'released' failed.

Link URL
job log https://ci.centos.org/job/devtools-fabric8-ui-e2e-smoketest-released/373/console
failure message http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-released/373/failures.txt
artifacts http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-released/373

Please review the job results and re-run the job by commenting [e2e-test-released] if necessary.

@centos-ci
Copy link
Collaborator

The E2E smoke test with feature level set to 'beta' failed.

Link URL
job log https://ci.centos.org/job/devtools-fabric8-ui-e2e-smoketest-beta/376/console
failure message http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-beta/376/failures.txt
artifacts http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-beta/376

Please review the job results and re-run the job by commenting [e2e-test-beta] if necessary.

@@ -87,28 +88,23 @@ export class AppLauncherGitproviderService implements GitProviderService {
if (user && user.login) {
this.gitHubUserLogin = user.login;
const orgs: { [name: string]: string } = {};
return this.getUserOrgs(user.login).pipe(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Did you mean to remove this call? Will the user object always have the data we need?

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, this API /api/services/git/user already return the GitHub organizations of the user. We use this API call to check if user git account is connected or not and if connected it returns all data that we need to show on the UI.

@vikram-raj
Copy link
Member Author

[e2e-test-beta]
[e2e-test-released]

@centos-ci
Copy link
Collaborator

The E2E smoke test with feature level set to 'released' failed.

Link URL
job log https://ci.centos.org/job/devtools-fabric8-ui-e2e-smoketest-released/374/console
failure message http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-released/374/failures.txt
artifacts http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-released/374

Please review the job results and re-run the job by commenting [e2e-test-released] if necessary.

@centos-ci
Copy link
Collaborator

The E2E smoke test with feature level set to 'beta' failed.

Link URL
job log https://ci.centos.org/job/devtools-fabric8-ui-e2e-smoketest-beta/377/console
failure message http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-beta/377/failures.txt
artifacts http://artifacts.ci.centos.org/devtools/e2e/devtools-fabric8-ui-e2e-smoketest-beta/377

Please review the job results and re-run the job by commenting [e2e-test-beta] if necessary.

@christianvogt
Copy link
Collaborator

/ok-without-tests

@christianvogt christianvogt merged commit fd48778 into fabric8-ui:master Feb 25, 2019
@fabric8cd
Copy link
Contributor

🎉 This PR is included in version 5.2.6 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants