-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.4 - State tracking for Phylum incomplete package data, fixed yarn p…
…arsing, cleanup (#5) * Adding state tracking for incomplete packages * fix if clause * fix input variables * fix input variables * fix path resolve() * enable tmate * fix paths; disable tmate * fix output declaration * update success and complete_succcess files with CORRECT files * updated testing files * enable tmate * update testing files with old and new reqs approach * fix string issue in .replace() for incompletes * disable tmate * Refactor support for yarn lockfile parsing Added parse_yarn module to support identification and parsing of yarn v1 and v2 lockfiles returning a list of tuples (pkg,ver) * remove IPython import * break out functions for lockfile submission and changes submission * fix return stmt to parse_yarn module * fix error message when looking for PREVIOUS_INCOMPLETE env var * add debug for parse_yarn * enable tmate * update to fix single package upgrade bug * disable tmate * clean up * update comment message to fix #5 (comment) * re-enable exit condition when environment variables cannot be identified: #5 (comment) * update comment text to generalize references to requirements.txt
- Loading branch information
1 parent
b37490e
commit 8efbc88
Showing
10 changed files
with
2,205 additions
and
75 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.