This repository was archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 445
Refactored Octorun output processing #648
Merged
shana
merged 13 commits into
fixes/octorun-delete-zip-on-mismatch
from
fixes/octorun-output-refactoring
Apr 5, 2018
Merged
Refactored Octorun output processing #648
shana
merged 13 commits into
fixes/octorun-delete-zip-on-mismatch
from
fixes/octorun-output-refactoring
Apr 5, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Moved the process.exit to output.js - Updated command scripts to use output module correctly - Updated version and zip
I believe I have experienced a bug here and it is not ready... |
No bugs here... |
shana
approved these changes
Apr 3, 2018
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE: This is part of #663
Depends on:
Always deleting octorun zip file when extracting #654
Refactored javascript to make better use of the output module
Removed regex processing of errors in javascript
Adding functionality to parse api error messages in C#
Fixes #628
Fixes #639