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
4eedc1eb
Unverified
Commit
4eedc1eb
authored
3 years ago
by
aljkor
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ì changed to i (#20578)
* ì changed to i * ì changed to i
parent
ebe3c275
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/api-documentation.md
+7
-7
7 additions, 7 deletions
docs/api-documentation.md
src/metabase/api/automagic_dashboards.clj
+6
-6
6 additions, 6 deletions
src/metabase/api/automagic_dashboards.clj
with
13 additions
and
13 deletions
docs/api-documentation.md
+
7
−
7
View file @
4eedc1eb
...
...
@@ -121,7 +121,7 @@ Update a `Alert` with ID.
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query`
Return an automagic dashboard for entity
`entity`
with id
`
ì
d`
.
Return an automagic dashboard for entity
`entity`
with id
`
i
d`
.
##### PARAMS:
...
...
@@ -150,7 +150,7 @@ Return an automagic dashboard analyzing cell in automagic dashboard for entity
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/cell/:cell-query/compare/:comparison-entity/:comparison-entity-id-or-query`
Return an automagic comparison dashboard for cell in automagic dashboard for entity
`entity`
with id
`
ì
d`
defined by query
`cell-querry`
; compared with entity
`comparison-entity`
with id
with id
`
i
d`
defined by query
`cell-querry`
; compared with entity
`comparison-entity`
with id
`comparison-entity-id-or-query.`
.
##### PARAMS:
...
...
@@ -189,7 +189,7 @@ Return an automagic dashboard analyzing cell in question with id `id` defined b
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/cell/:cell-query/rule/:prefix/:rule/compare/:comparison-entity/:comparison-entity-id-or-query`
Return an automagic comparison dashboard for cell in automagic dashboard for entity
`entity`
with id
`
ì
d`
defined by query
`cell-querry`
using rule
`rule`
; compared with entity
with id
`
i
d`
defined by query
`cell-querry`
using rule
`rule`
; compared with entity
`comparison-entity`
with id
`comparison-entity-id-or-query.`
.
##### PARAMS:
...
...
@@ -212,7 +212,7 @@ Return an automagic comparison dashboard for cell in automagic dashboard for ent
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/compare/:comparison-entity/:comparison-entity-id-or-query`
Return an automagic comparison dashboard for entity
`entity`
with id
`
ì
d`
compared with entity
Return an automagic comparison dashboard for entity
`entity`
with id
`
i
d`
compared with entity
`comparison-entity`
with id
`comparison-entity-id-or-query.`
.
##### PARAMS:
...
...
@@ -229,7 +229,7 @@ Return an automagic comparison dashboard for entity `entity` with id `ìd` compa
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/rule/:prefix/:rule`
Return an automagic dashboard for entity
`entity`
with id
`
ì
d`
using rule
`rule`
.
Return an automagic dashboard for entity
`entity`
with id
`
i
d`
using rule
`rule`
.
##### PARAMS:
...
...
@@ -245,7 +245,7 @@ Return an automagic dashboard for entity `entity` with id `ìd` using rule `rule
### `GET /api/automagic-dashboards/:entity/:entity-id-or-query/rule/:prefix/:rule/compare/:comparison-entity/:comparison-entity-id-or-query`
Return an automagic comparison dashboard for entity
`entity`
with id
`
ì
d`
using rule
`rule`
;
Return an automagic comparison dashboard for entity
`entity`
with id
`
i
d`
using rule
`rule`
;
compared with entity
`comparison-entity`
with id
`comparison-entity-id-or-query.`
.
##### PARAMS:
...
...
@@ -3603,4 +3603,4 @@ Endpoint that checks if the supplied password meets the currently configured pas
##### PARAMS:
* **`
password
`
**
password is too common.
\ No newline at end of file
* **`
password
`
**
password is too common.
This diff is collapsed.
Click to expand it.
src/metabase/api/automagic_dashboards.clj
+
6
−
6
View file @
4eedc1eb
...
...
@@ -100,7 +100,7 @@
(
deferred-tru
"Invalid comparison entity type. Can only be one of \"table\", \"segment\", or \"adhoc\""
)))
(
api/defendpoint
GET
"/:entity/:entity-id-or-query"
"Return an automagic dashboard for entity `entity` with id `
ì
d`."
"Return an automagic dashboard for entity `entity` with id `
i
d`."
[
entity
entity-id-or-query
show
]
{
show
Show
entity
Entity
}
...
...
@@ -109,7 +109,7 @@
(
->
entity-id-or-query
((
->entity
entity
))
(
automagic-analysis
{
:show
(
keyword
show
)}))))
(
api/defendpoint
GET
"/:entity/:entity-id-or-query/rule/:prefix/:rule"
"Return an automagic dashboard for entity `entity` with id `
ì
d` using rule `rule`."
"Return an automagic dashboard for entity `entity` with id `
i
d` using rule `rule`."
[
entity
entity-id-or-query
prefix
rule
show
]
{
entity
Entity
show
Show
...
...
@@ -147,7 +147,7 @@
:cell-query
(
decode-base64-json
cell-query
)})))
(
api/defendpoint
GET
"/:entity/:entity-id-or-query/compare/:comparison-entity/:comparison-entity-id-or-query"
"Return an automagic comparison dashboard for entity `entity` with id `
ì
d` compared with entity
"Return an automagic comparison dashboard for entity `entity` with id `
i
d` compared with entity
`comparison-entity` with id `comparison-entity-id-or-query.`"
[
entity
entity-id-or-query
show
comparison-entity
comparison-entity-id-or-query
]
{
show
Show
...
...
@@ -161,7 +161,7 @@
(
comparison-dashboard
dashboard
left
right
{})))
(
api/defendpoint
GET
"/:entity/:entity-id-or-query/rule/:prefix/:rule/compare/:comparison-entity/:comparison-entity-id-or-query"
"Return an automagic comparison dashboard for entity `entity` with id `
ì
d` using rule `rule`;
"Return an automagic comparison dashboard for entity `entity` with id `
i
d` using rule `rule`;
compared with entity `comparison-entity` with id `comparison-entity-id-or-query.`."
[
entity
entity-id-or-query
prefix
rule
show
comparison-entity
comparison-entity-id-or-query
]
{
entity
Entity
...
...
@@ -179,7 +179,7 @@
(
api/defendpoint
GET
"/:entity/:entity-id-or-query/cell/:cell-query/compare/:comparison-entity/:comparison-entity-id-or-query"
"Return an automagic comparison dashboard for cell in automagic dashboard for entity `entity`
with id `
ì
d` defined by query `cell-querry`; compared with entity `comparison-entity` with id
with id `
i
d` defined by query `cell-querry`; compared with entity `comparison-entity` with id
`comparison-entity-id-or-query.`."
[
entity
entity-id-or-query
cell-query
show
comparison-entity
comparison-entity-id-or-query
]
{
entity
Entity
...
...
@@ -195,7 +195,7 @@
(
api/defendpoint
GET
"/:entity/:entity-id-or-query/cell/:cell-query/rule/:prefix/:rule/compare/:comparison-entity/:comparison-entity-id-or-query"
"Return an automagic comparison dashboard for cell in automagic dashboard for entity `entity`
with id `
ì
d` defined by query `cell-querry` using rule `rule`; compared with entity
with id `
i
d` defined by query `cell-querry` using rule `rule`; compared with entity
`comparison-entity` with id `comparison-entity-id-or-query.`."
[
entity
entity-id-or-query
cell-query
prefix
rule
show
comparison-entity
comparison-entity-id-or-query
]
{
entity
Entity
...
...
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