Skip to content

display new scm revisionData #8

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

Merged
merged 1 commit into from
Mar 30, 2016
Merged

display new scm revisionData #8

merged 1 commit into from
Mar 30, 2016

Conversation

ghedamat
Copy link
Contributor

@@ -18,100 +20,22 @@ module.exports = {
},

displayRevisions: function(context) {
if(!context.revisions) {
if(!context.revisions || context.revisions.length === 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

We should consider accessing this via readConfig

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I might still be asleep but I don't think we can do that
https://github.com/ember-cli-deploy/ember-cli-deploy-plugin/blob/master/index.js#L45

@ghedamat ghedamat force-pushed the enrich-revision-data branch 5 times, most recently from 36b33dd to e8c4da7 Compare March 28, 2016 23:30
@lukemelia
Copy link
Contributor

Looks good!

moves old behaviour in separate file as well
@ghedamat ghedamat force-pushed the enrich-revision-data branch from e8c4da7 to ca41efe Compare March 29, 2016 19:18
@ghedamat
Copy link
Contributor Author

@lukemelia updated with readme

@lukemelia lukemelia merged commit 19aa609 into master Mar 30, 2016
@lukemelia lukemelia deleted the enrich-revision-data branch March 30, 2016 20:46
@lukemelia
Copy link
Contributor

👍

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.

2 participants