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
805f0722
Commit
805f0722
authored
8 years ago
by
Allen Gilliland
Browse files
Options
Downloads
Patches
Plain Diff
fixes #2660 by removing several single letters from the word dictionary.
parent
67073c73
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/words-by-frequency.txt
+1
-19
1 addition, 19 deletions
resources/words-by-frequency.txt
test/metabase/models/common_test.clj
+1
-0
1 addition, 0 deletions
test/metabase/models/common_test.clj
with
2 additions
and
19 deletions
resources/words-by-frequency.txt
+
1
−
19
View file @
805f0722
...
...
@@ -14,7 +14,6 @@ as
he
on
by
s
with
from
or
...
...
@@ -136,7 +135,6 @@ work
now
could
long
j
however
group
what
...
...
@@ -145,7 +143,6 @@ started
way
since
around
d
both
commune
while
...
...
@@ -174,7 +171,6 @@ country
main
government
century
c
means
university
life
...
...
@@ -203,12 +199,9 @@ four
river
back
just
m
still
utc
n
located
t
population
including
king
...
...
@@ -220,7 +213,6 @@ left
school
great
end
e
against
september
high
...
...
@@ -247,7 +239,6 @@ using
district
based
form
b
german
games
near
...
...
@@ -354,7 +345,6 @@ next
moved
light
five
f
third
change
makes
...
...
@@ -421,7 +411,6 @@ formed
roman
instead
women
g
army
computer
find
...
...
@@ -524,9 +513,7 @@ space
hockey
led
close
p
political
r
eastern
look
hard
...
...
@@ -554,12 +541,10 @@ green
names
especially
soon
h
someone
idea
seven
included
l
caused
move
open
...
...
@@ -568,7 +553,6 @@ study
official
italian
run
k
village
ice
working
...
...
@@ -653,7 +637,6 @@ our
reason
event
goes
v
ocean
blood
hit
...
...
@@ -863,7 +846,6 @@ date
valley
tells
speed
w
stage
al
standard
...
...
@@ -125546,4 +125528,4 @@ sherd
blabbing
oracular
incapability
pebbliest
\ No newline at end of file
pebbliest
This diff is collapsed.
Click to expand it.
test/metabase/models/common_test.clj
+
1
−
0
View file @
805f0722
...
...
@@ -18,3 +18,4 @@
(
expect
"Foo Bar"
(
name->human-readable-name
"foo bar"
))
(
expect
"Dashboard Card Subscription"
(
name->human-readable-name
"dashboardcardsubscription"
))
(
expect
"Foo ID"
(
name->human-readable-name
"foo_id"
))
(
expect
"Receiver ID"
(
name->human-readable-name
"receiver_id"
))
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