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

Enable archive button if archive storage is enabled #303

Merged
merged 3 commits into from
Mar 13, 2019

Conversation

pavolloffay
Copy link
Member

No description provided.

@jpkrohling
Copy link
Contributor

This change is Reviewable

@pavolloffay pavolloffay changed the title Enable archive button is archive storage is enabled Enable archive button if archive storage is enabled Mar 13, 2019
Signed-off-by: Pavol Loffay <[email protected]>
@codecov
Copy link

codecov bot commented Mar 13, 2019

Codecov Report

Merging #303 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #303      +/-   ##
==========================================
+ Coverage   88.56%   88.63%   +0.06%     
==========================================
  Files          70       70              
  Lines        3121     3140      +19     
==========================================
+ Hits         2764     2783      +19     
  Misses        244      244              
  Partials      113      113
Impacted Files Coverage Δ
pkg/apis/jaegertracing/v1/freeform.go 89.47% <100%> (+3.75%) ⬆️
pkg/strategy/controller.go 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c55de17...0ac3be1. Read the comment docs.

@@ -39,3 +39,12 @@ func (o FreeForm) MarshalJSON() ([]byte, error) {
func (o FreeForm) IsEmpty() bool {
return len(o.json) == 0 || string(o.json) == "{}"
}

// GetMap returns a map created from json
func (o FreeForm) GetMap() (map[string]interface{}, error) {
Copy link
Member Author

Choose a reason for hiding this comment

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

Just a note...

I was not able to add map[string]interface{} to spec because deepcopy does not support it

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah yes - that rings a bell.

@pavolloffay pavolloffay merged commit 9c61718 into jaegertracing:master Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants