Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(worker): add with temp url for worker cache and fix issues #3147

Merged
merged 5 commits into from
Aug 7, 2018

Conversation

bnjjj
Copy link
Contributor

@bnjjj bnjjj commented Aug 6, 2018

  1. Description
  2. Related issues
  3. About tests
  4. Mentions

@ovh/cds

@bnjjj bnjjj added the feature label Aug 6, 2018
@bnjjj bnjjj requested review from yesnault and fsamin August 6, 2018 13:13
return c.workflowCacheDirectDownload(projectKey, ref)
}

func (c *client) workflowCacheIndirectDownload(projectKey, ref string) (io.Reader, error) {
Copy link
Member

@fsamin fsamin Aug 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i don't think we need 2 functions for direct and indirect.

cf https://github.com/ovh/cds/blob/master/sdk/cdsclient/client_workflow.go#L131

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@fsamin fsamin merged commit b9b7cf1 into master Aug 7, 2018
@fsamin fsamin deleted the worker_cache_url branch August 8, 2018 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants