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

[TIMOB-18161] CLI: Implement Java connectivity tests from titanium-connection-test in ti setup check #176

Closed
wants to merge 6 commits into from

Conversation

skypanther
Copy link
Contributor

@@ -0,0 +1,15 @@
[
"https://api.appcelerator.com/p/v1/release-list",
"https://api.appcelerator.net/p/v1/release-list",
Copy link

Choose a reason for hiding this comment

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

I don't think we would need api.appcelerator.net anymore.

Fix TIMOB-18344 CLI: the windows subcommand of ti setup should manage the windows.phone.publisherGuid value
} else {
outObj = (out) ? JSON.parse(out.substr(out.indexOf("\n") + 1)) : {};
if(!outObj.success) {
r.javaResults.push('dashboard.appcelerator.com');
Copy link

Choose a reason for hiding this comment

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

I don't quite understand why are we adding dashboard.appcelerator.com here and at the err condition. Doesn't Java executable return the list of unreachable hosts ?

Copy link

Choose a reason for hiding this comment

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

Ok, I decompiled and seen the contents of jar file, the whole purpose of this executable is we attempt to login into dashboard and if that fails, then add a note that the dashboard is not reachable.

@pinnamur
Copy link

CR and FR Passed. I can merge after addressing the build failure with Travis, and can you please squash the commits and force push one commit ?

@cb1kenobi
Copy link
Contributor

@pinnamur For what reason should @skypanther squash commits? I don't think that is necessary and I personally do not squash my own commits. Each commit tells a story.

@ingo
Copy link
Contributor

ingo commented Jan 15, 2015

@cb1kenobi Our own guides ask contributors to squash commits. Single commits makes cherry picking easier. Each commit should leave the code in a functioning state to make git-bisect work correctly. Not squashing should be generally the exception rather than the rule.

@skypanther
Copy link
Contributor Author

Crud, obviously I screwed up squashing the commits.

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

Successfully merging this pull request may close these issues.

None yet

5 participants