Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
9722fb56
Commit
9722fb56
authored
7 years ago
by
Atte Keinänen
Browse files
Options
Downloads
Patches
Plain Diff
Fix an unresolved merge conflict
parent
1eb6c9a8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/metabase/api/table.clj
+7
-27
7 additions, 27 deletions
src/metabase/api/table.clj
with
7 additions
and
27 deletions
src/metabase/api/table.clj
+
7
−
27
View file @
9722fb56
...
...
@@ -98,25 +98,6 @@
[
"Quarter"
"quarter"
]
[
"Quarter of Year"
"quarter-of-year"
]
[
"Year"
"year"
]])
<<<<<<<
HEAD
(
map
(
fn
[[
name
params
]]
{
:name
name
:mbql
(
apply
vector
"binning-strategy"
nil
params
)
:type
"type/Number"
})
[
default-entry
[
"10 bins"
[
"num-bins"
10
]]
[
"50 bins"
[
"num-bins"
50
]]
[
"100 bins"
[
"num-bins"
100
]]])
(
map
(
fn
[[
name
params
]]
{
:name
name
:mbql
(
apply
vector
"binning-strategy"
nil
params
)
:type
"type/Coordinate"
})
[
default-entry
[
"Bin every 1 degree"
[
"bin-width"
1.0
]]
[
"Bin every 10 degrees"
[
"bin-width"
10.0
]]
[
"Bin every 20 degrees"
[
"bin-width"
20.0
]]
[
"Bin every 50 degrees"
[
"bin-width"
50.0
]]])))))
=======
(
cons
{
:name
"Don't bin"
:mbql
nil
...
...
@@ -126,9 +107,9 @@
:mbql
(
apply
vector
"binning-strategy"
nil
params
)
:type
"type/Number"
})
[
default-entry
[
"
Quantized by 10 equally sized
bins"
[
"num-bins"
10
]]
[
"
Quantized by 50 equally sized
bins"
[
"num-bins"
50
]]
[
"
Quantized by 100 equally sized
bins"
[
"num-bins"
100
]]]))
[
"
10
bins"
[
"num-bins"
10
]]
[
"
50
bins"
[
"num-bins"
50
]]
[
"
100
bins"
[
"num-bins"
100
]]]))
(
cons
{
:name
"Don't bin"
:mbql
nil
...
...
@@ -138,11 +119,10 @@
:mbql
(
apply
vector
"binning-strategy"
nil
params
)
:type
"type/Coordinate"
})
[
default-entry
[
"Quantized by 1 degree"
[
"bin-width"
1.0
]]
[
"Quantized by 10 degree"
[
"bin-width"
10.0
]]
[
"Quantized by 20 degree"
[
"bin-width"
20.0
]]
[
"Quantized by 50 degree"
[
"bin-width"
50.0
]]]))))))
>>>>>>>
a287ceb902f99d76887f22098c8f6a6cd568e862
[
"Bin every 1 degree"
[
"bin-width"
1.0
]]
[
"Bin every 10 degrees"
[
"bin-width"
10.0
]]
[
"Bin every 20 degrees"
[
"bin-width"
20.0
]]
[
"Bin every 50 degrees"
[
"bin-width"
50.0
]]]))))))
(
def
^
:private
dimension-options-for-response
(
m/map-kv
(
fn
[
k
v
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment