Skip to content

feat(execution): add support for tailing step logs (limited to build)…#378

Merged
justinedelson merged 1 commit intomainfrom
issue/tail-step-log
Jun 30, 2021
Merged

feat(execution): add support for tailing step logs (limited to build)…#378
justinedelson merged 1 commit intomainfrom
issue/tail-step-log

Conversation

@justinedelson
Copy link
Copy Markdown
Member

…. fixes #377

Description

Add aio cloudmanager:execution:tail-step-log command

Related Issue

#377

Motivation and Context

How Has This Been Tested?

Unit test
Manual testing

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 30, 2021

Codecov Report

Merging #378 (2c84b3e) into main (2d86265) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #378   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        50    +1     
  Lines         1199      1217   +18     
  Branches       147       148    +1     
=========================================
+ Hits          1199      1217   +18     
Impacted Files Coverage Δ
...c/commands/cloudmanager/execution/tail-step-log.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2d86265...2c84b3e. Read the comment docs.

@justinedelson justinedelson merged commit fd7e49d into main Jun 30, 2021
github-actions Bot pushed a commit that referenced this pull request Jun 30, 2021
# [2.1.0](2.0.0...2.1.0) (2021-06-30)

### Features

* **execution:** add support for tailing step logs (limited to build). fixes [#377](#377) ([#378](#378)) ([fd7e49d](fd7e49d))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a command to tail/watch the log for the build step while it is running

1 participant