Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
General review and refactoring task (issue #90)
Browse files Browse the repository at this point in the history
- refactored
- Implemented lines threshold for reporting while running continuos command
- Mostly errors in looping are only traced in order to break the task
- Added chef commands
- Implemented concurrency control
  • Loading branch information
Pablo Cantera committed Mar 5, 2019
1 parent 4814586 commit 56ea94c
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 137 deletions.
2 changes: 1 addition & 1 deletion api/blueprint/bootstrapping_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (bs *BootstrappingService) ReportBootstrappingLog(BootstrappingContinuousRe
}


//
// DownloadPolicyFile gets a file from given url saving file into given file path
func (bs *BootstrappingService) DownloadPolicyFile(url string, filePath string) (realFileName string, status int, err error) {
log.Debug("DownloadPolicyFile")

Expand Down
Loading

0 comments on commit 56ea94c

Please sign in to comment.