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

Update Igor endpoints #669

Merged
merged 1 commit into from
Dec 23, 2015
Merged

Update Igor endpoints #669

merged 1 commit into from
Dec 23, 2015

Conversation

AMeng
Copy link
Contributor

@AMeng AMeng commented Dec 1, 2015

@AMeng AMeng force-pushed the jenkins-folders branch 2 times, most recently from 863c5c4 to eb429e3 Compare December 9, 2015 17:17
@AMeng AMeng force-pushed the jenkins-folders branch 4 times, most recently from f0c1c48 to a24590b Compare December 17, 2015 21:36
@tomaslin
Copy link
Contributor

@duftler - mind taking a look at the packageinfo changes to see if they make sense?

@duftler
Copy link

duftler commented Dec 22, 2015

The packageInfo changes LGTM.

@@ -26,7 +26,7 @@ import spock.lang.Unroll
class PackageInfoSpec extends Specification {

@Subject
PackageInfo info = new PackageInfo(Mock(Stage), 'deb', '_', false, true, Mock(ObjectMapper))
PackageInfo info = new PackageInfo(Mock(Stage), 'deb', '_', true, true, Mock(ObjectMapper))
Copy link

Choose a reason for hiding this comment

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

Is the change to that constructor parameter required for these tests to pass?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, but this forces the parseBuildInfoUrl method to be called (the one I've edited). Previously that method was not tested through here.

Copy link

Choose a reason for hiding this comment

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

Ok. Just wanted to be sure I hadn't missed something (since you've added an explicit test of that method here).

tomaslin added a commit that referenced this pull request Dec 23, 2015
@tomaslin tomaslin merged commit 9e10be0 into spinnaker:master Dec 23, 2015
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.

3 participants