Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Status command for multiple dependencies #39

Merged
merged 3 commits into from
Aug 24, 2018

Conversation

spalladino
Copy link
Contributor

Re-enables the status command that had been disabled for multiple dependencies on #17 .

@spalladino spalladino added the status:ready-to-merge Order mergify to merge label Aug 23, 2018
Copy link
Contributor

@jbcarpanelli jbcarpanelli left a comment

Choose a reason for hiding this comment

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

Looks great to me! And everything seems to be working ok!

Copy link
Contributor

@jbcarpanelli jbcarpanelli left a comment

Choose a reason for hiding this comment

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

Looks great to me! And everything seems to be working ok!

@@ -81,44 +80,46 @@ async function contractsInfo(controller) {
.forEach(contractAlias => log.warn(`- ${contractAlias} will be removed on next push`));
}

async function stdlibInfo(networkFile) {
async function depsInfo(networkFile) {
Copy link
Contributor

Choose a reason for hiding this comment

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

As we are using dependencies/dependency everywhere, we should rename this to dependenciesInfo for consistency.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jcarpanelli updated!

@@ -10,7 +10,7 @@ export default async function status({ network, txParams = {}, networkFile = und

if (!(await rootInfo(controller))) return;
if (!(await versionInfo(controller.networkFile))) return;
await stdlibInfo(controller.networkFile);
await depsInfo(controller.networkFile);
Copy link
Contributor

Choose a reason for hiding this comment

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

dependenciesInfo

@mergify mergify bot merged commit e7de307 into next Aug 24, 2018
@spalladino spalladino deleted the feature/restore-status-command branch August 28, 2018 17:29
spalladino added a commit that referenced this pull request Sep 24, 2018
* Re-enable status command with multiple dependencies

* Track both requirement and actual version on Dependency model

* Rename depsInfo to dependenciesInfo in status script
spalladino added a commit that referenced this pull request Sep 24, 2018
* Re-enable status command with multiple dependencies

* Track both requirement and actual version on Dependency model

* Rename depsInfo to dependenciesInfo in status script
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:ready-to-merge Order mergify to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants