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

Show deployment information in app summary for console deployed apps #1243

Merged
merged 3 commits into from
Sep 19, 2017

Conversation

richard-cox
Copy link
Contributor

  • Information only applies to applications deployed through console
  • We already shown information for the basic git source
  • This commit adds info for git url and file/archive sources
  • Information covers time of deployment and basic source info

…mmary

- Information only applies to applications deployed through console
- We already had information shown for the basic git source
- This commit adds info for git url and file/archive sources
- Information covers time of deployment and basic source info
@richard-cox richard-cox changed the title Show information on where the application was deployed from in app summary Show deployment information in app summary for console deployed apps Sep 5, 2017
@@ -234,6 +236,7 @@

sourceUserInput.fileTransfers = metadata.files;
metadata.files = metadata.files.length;
metadata.type = metadata.files === 1 ? 'archive' : 'filefolder';
Copy link
Contributor

Choose a reason for hiding this comment

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

The backend checks the file extension to determine if it is an archive file - rather than basing this on there being only 1 file.

Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

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

LGTM,

Deployed and validated locally.

@nwmac nwmac merged commit e7a5f78 into master Sep 19, 2017
@nwmac nwmac deleted the cf-push-env-vars branch September 19, 2017 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants