2.0.0_RC9: Feature/mock results (#199)
·
517 commits
to 43361ad1d2f5dfcbbf211f8b1aef1a3451cee2a5
since this release
* - 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.