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(artifacts): Adds ArtifactStore logic to clouddriver #5976

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

xibz
Copy link
Contributor

@xibz xibz commented Jun 29, 2023

This commit adds artifact storage to clouddriver. The idea in this
commit is artifact will automatically be expanded when the server
receives a request since clouddriver is more than likely interested in
the artifact.

@dbyron-sf
Copy link
Contributor

LGTM once the kork changes go in.

This commit adds artifact storage to clouddriver. The idea in this
commit is artifact will automatically be expanded when the server
receives a request since clouddriver is more than likely interested in
the artifact.

Signed-off-by: benjamin-j-powell <[email protected]>
@xibz xibz force-pushed the artifact-store branch from 90524e0 to eb717db Compare July 6, 2023 15:54
if (type.equals("embedded/base64")) {
if (ArtifactTypes.EMBEDDED_BASE64.getMimeType().equals(type)) {
return fromBase64(artifact);
} else if (ArtifactTypes.REMOTE_BASE64.getMimeType().equals(type)) {
return fromBase64(artifact);
} else {
throw new NotImplementedException("Embedded type '" + type + "' is not handled.");
Copy link
Contributor

@dbyron-sf dbyron-sf Jul 6, 2023

Choose a reason for hiding this comment

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

nit: Maybe it never was, but this isn't necessarily an embedded type, is it?

@dbyron-sf dbyron-sf added the ready to merge Approved and ready for a merge label Jul 6, 2023
@mergify mergify bot added the auto merged Merged automatically by a bot label Jul 6, 2023
@mergify mergify bot merged commit a529b17 into spinnaker:master Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for a merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants