Skip to content

Conversation

@ssmirr
Copy link
Contributor

@ssmirr ssmirr commented Jul 22, 2020

Pipeline architecture and workflow updates (WIP).

Copy link
Contributor

@chrisparnin chrisparnin left a comment

Choose a reason for hiding this comment

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

There were a few minor issues, some suggestions, as well as some bugs found.

/**
* Setup the env needed for execution
* @param {String} doc path to steps.yml to inline md file
* @param {String} html path to html, if doc is steps.yml
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this read, if doc is not specified in steps.yml.

What happens if there is a file in steps.yml and there is a html file provided. Which one gets precedence?

Copy link
Contributor

Choose a reason for hiding this comment

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

This probably should read:

@param {String} Override html file referenced in steps.yml. Otherwise, if no html file is specified in steps.yml, steps will be executed on provided file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

addressed in 9ab4777.

case 'command':
result = await op.run(cell.content, cell.user, cell.persistent);
break;
default:
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to support all the other operations :)

Copy link
Contributor

@chrisparnin chrisparnin left a comment

Choose a reason for hiding this comment

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

Looks good.

@chrisparnin chrisparnin marked this pull request as ready for review July 27, 2020 11:34
@chrisparnin chrisparnin merged commit 2e97619 into master Jul 27, 2020
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