Revision 6aa5a79cad8680a41a1f3820cf2bbbf18c6c9be6 authored by Ieva on 14 December 2022, 10:53:25 UTC, committed by GitHub on 14 December 2022, 10:53:25 UTC
* initial commit

* clean up

* fix a bug and add tests

* more tests

* undo some unintended changes

* undo some unintended changes

* linting

* PR feedback - add user ID to search options

* simplify the query

* Apply suggestions from code review

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>

* remove unneeded formatting changes

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
1 parent d9d94eb
Raw File
.eslintignore
.git
.github
.yarn
build
compiled
data
deployment_tools_config.json
devenv
dist
e2e/tmp
node_modules
pkg
public/lib/monaco
scripts/grafana-server/tmp
vendor

# TS generate from cue by cuetsy
**/*.gen.ts

# Auto-generated internationalization files
public/locales/_build/
public/locales/**/*.js

# Auto-generated icon file
packages/grafana-ui/src/components/Icon/iconBundle.ts
back to top