-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Added (results list-simple) command. This fetches results from AST and generates a simplified, easily consumable form. - Current the fetching results process is mocked to look for file named "mock-results.json". * - Results (--list-simple) has (--target) flag to indicate where output should be stored. * - Updated CircleCI go version to 1.16.2. Units failing because of missiong functinality in 1.13. * - The updated CircleCI executor to Ubuntu 20. * -Updated CircleCI GoLang linter. * - Code clean-up. * - Refactored code to pass lint checks. * - Turned on unit testing logging. * - (project create) was using os.Exit() when the name wasn't found. This is fixed. * - Removed debug message from CLI output. * - Disabled BFL tests. * - (project create) now correctly throws exception when project name isn't provided.
- Loading branch information
Showing
5 changed files
with
115 additions
and
61 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 was deleted.
Oops, something went wrong.
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
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