github-actions[bot]
dca8ba7acd
I18n: Download translations from Crowdin ( #88658 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-06-04 08:18:10 +00:00
Laura Benz
b6bd9e5352
Laura/refactor/rename trash section ( #88617 )
...
* refactor: move and rename page component
* refactor: change codeowners
* refactor: change naming in backend
* refactor: change wording of subtitle
2024-06-04 10:03:33 +03:00
github-actions[bot]
034a43d066
I18n: Download translations from Crowdin ( #88535 )
2024-06-03 14:49:07 +01:00
Piotr Jamróz
ce23a455c3
Explore: Show a modal to edit query template before saving it ( #88211 )
...
* Create a mock modal
* Add basic form handling
* Update tests
* Extract translations
* Disable auto-star switch
* Keep disabled input uncontrolled
2024-05-31 11:55:01 +02:00
Gilles De Mey
781f67dfb6
Alerting: Support alertingDisableSendAlertsExternal
feature toggle ( #88384 )
2024-05-29 13:54:07 +02:00
github-actions[bot]
4817156ba3
I18n: Download translations from Crowdin ( #88365 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-28 12:18:19 +03:00
Laura Benz
f6a83432a5
RestoreDashboards: Create trash section ( #88278 )
...
* feat: add feature toggle to docs
* feat: create page in BE
* feat: create page in FE
* refactor: set feat toggle as a condition
* refactor
* refactor
* refactor
* feat: add permission conditions
* refactor
* feat: add subtitle to translations
* feat: add to codeowners
* refactor: fix docs situation
* refactor
* Merge main branch into feat branch
2024-05-28 10:26:06 +02:00
github-actions[bot]
4bf284cfff
I18n: Download translations from Crowdin ( #88267 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-24 10:52:38 +00:00
Piotr Jamróz
84ef99c1dc
Explore: Add a query template to query library from query history ( #88047 )
...
* Add basic button for adding a query template
* Add hook to create a template
* Handle notifications
* Add tags to invalidate cache
* Generate translations
* Updates types
* Add tests
* Simplify code
* Add a better default title
2024-05-23 11:38:17 +03:00
github-actions[bot]
10171a48bf
I18n: Download translations from Crowdin ( #88092 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-21 16:59:12 +03:00
Kristina
c8d237dd56
Explore / Query Library: Enable run button ( #87882 )
...
* Enable run button
* First pass of shared component, tests half-implemented
* cleanup
2024-05-20 08:05:59 -05:00
github-actions[bot]
391edf8c80
I18n: Download translations from Crowdin ( #87705 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-13 14:17:43 +03:00
Ashley Harrison
9bf3adabd8
Spinner: Change spinner icon when prefers-reduced-motion
is set ( #87641 )
...
* change spinner icon when prefers-reduced-motion is set
* update mock
* remove outdated comment
* fix matchMedia mocks
* update spinner aria label
2024-05-13 11:32:02 +01:00
github-actions[bot]
2eebcd2642
I18n: Download translations from Crowdin ( #87501 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-08 16:21:59 +03:00
Josh Hunt
c41ec46b29
I18n: Fix and reenable verify-i18n CI check ( #87496 )
...
* I18n: Change verify-i18n script to use node_deb image with make in it
* remove swagger from i18n make
* make verify-i18n fail ci
* fix incorrect and unextracted nav translations
* fix more copy paste
2024-05-08 14:01:17 +01:00
github-actions[bot]
10afa5a5a0
I18n: Download translations from Crowdin ( #87336 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-06 14:26:57 +00:00
Gilles De Mey
5e25afe6e9
Alerting: New settings page ( #84501 )
2024-05-03 17:42:42 +02:00
github-actions[bot]
fd58168c3b
I18n: Download translations from Crowdin ( #87240 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-03 08:21:27 +00:00
github-actions[bot]
544b22a6b2
I18n: Download translations from Crowdin ( #87170 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-02 10:42:10 +00:00
Laura Benz
f806b9749d
refactor: replace static placeholders with translatable ones ( #87130 )
...
* refactor: replace static placeholders with translatable ones
* refactor
* refactor: keep default option
* refactor: improve expression
* refactor: run extraction after merging fix
2024-05-01 13:17:53 +02:00
Piotr Jamróz
5830d6761d
ifrost/fix-link ( #86965 )
...
* Fix link label
* Switch to lowercase
2024-04-29 14:33:00 +02:00
github-actions[bot]
706110be62
I18n: Download translations from Crowdin ( #86807 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-29 11:50:15 +02:00
Piotr Jamróz
f6e472f879
Explore: Show a drawer with tabs for the library and query history ( #86279 )
...
* Create basic feature toggle
* Rename context to reflect it contains query history and query library
* Update icons and variants
* Rename hooks
* Update tests
* Fix mock
* Add tracking
* Turn button into a toggle
* Make dropdown active as well
This is required to have better UI and an indication of selected state in split view
* Update Query Library icon
This is to make it consistent with the toolbar button
* Hide query history button when query library is available
This is to avoid confusing UX with 2 button triggering the drawer but with slightly different behavior
* Make the drawer bigger for query library
To avoid confusion for current users and test it internally a bit more it's behind a feature toggle. Bigger drawer may obstruct the view and add more friction in the UX.
* Fix tests
The test was failing because queryLibraryAvailable was set to true for tests. This change makes it more explicit what use case is being tested
* Remove active state underline from the dropdown
* Allow closing Query Library drawer from the toolbar
* Simplify dropdown design
2024-04-24 10:32:11 +02:00
Josh Hunt
fc5007b0d5
Dashboards: Fix minor i18n papercuts that snuck through ( #86802 )
...
* fix two issues in dashboards i18n
* import
* fix another
2024-04-23 19:30:11 +01:00
github-actions[bot]
357276da01
I18n: Download translations from Crowdin ( #86708 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-23 07:34:17 +03:00
Ashley Harrison
fc45b56d9d
EmptyState: Apply call-to-action
variant in core ( #86448 )
...
* apply empty state in a bunch of places
* fix unit tests
* put alert back on top
* add data-testids so e2e tests keep working
* remove info boxes
* fix annotations empty state alignment with new maxWidth
2024-04-22 17:01:24 +01:00
github-actions[bot]
cda0f53f7c
I18n: Download translations from Crowdin ( #86603 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-22 09:18:39 +00:00
Ashley Harrison
4a9e478a6b
EmptyState: Apply completed
empty state in Notifications page ( #86504 )
...
* add 'completed' variant
* apply completed empty state to notifications page
2024-04-19 13:46:03 +01:00
Josh Hunt
fe24404432
I18n: Support for Enterprise translations ( #86215 )
...
* I18n: Support for Enterprise translations
* don't attempt to link to enterprise in tests
* move extract script to makefile to optionally support enterprise
* update references to old extract script
* update docs
* thank god for unit tests
2024-04-18 16:25:27 +01:00
github-actions[bot]
80e63b5206
I18n: Download translations from Crowdin ( #86438 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-18 10:34:18 +00:00
Josh Hunt
0a12ad0084
I18n: Update English phrases that have changed in code, but not extracted ( #86429 )
...
Update English phrases that have changed in code, but not extracted
2024-04-17 14:47:01 +02:00
github-actions[bot]
b295f09af6
I18n: Download translations from Crowdin ( #86050 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-12 15:17:33 +02:00
Ashley Harrison
b3401c802c
EmptyState: make "message" a required prop ( #86029 )
...
* make "message" a required prop on EmptyState
* run i18n:extract
2024-04-12 13:13:28 +01:00
github-actions[bot]
5ea7a1eefd
I18n: Download translations from Crowdin ( #86030 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-12 10:38:51 +00:00
Ashley Harrison
40c148ba48
EmptyState: Provide custom messages for existing empty states ( #86021 )
...
provide custom messages for existing empty states
2024-04-12 11:08:14 +02:00
github-actions[bot]
3c8519816c
I18n: Download translations from Crowdin ( #85797 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-10 11:22:53 +00:00
Kristina
5305316f5a
Explore: Move Query History to be screen wide ( #84321 )
...
* WIP
* Use splitpanewrapper for drawer
* Get rich history pulling from multiple datasources
* highlight pane
* Fix datasource data handling
* create ds/explore map, move around ds lookup
* Handle no filters
* Fix tests and some errors
* Fix context menu issue
* (Poorly) enable scrolling, fix onClose to function
* Remove highlighting, use legacy key, fix casing
* fix filtering to handle non-simple data
* Fix linter, add translations
* Fixing tests~~
* Move to explore drawer and fix some more tests
* Kinda fix drawer stuff?
* Fix remaining card tests
* Fix test
* Fix tests
* Partially fix starred tab tests
* Fix integration tests
* Fix remaining tests 🤞
* Add a test and a clarifying comment behind a couple hooks
* Remove unused code
* Fix button styling and fix animation (but break width)
* Make Drawer using parent width (100%)
* Fix tests and some small catches
* Add tests for selectExploreDSMaps selector
---------
Co-authored-by: Piotr Jamroz <pm.jamroz@gmail.com>
2024-04-09 07:36:46 -05:00
github-actions[bot]
ad904d7b42
I18n: Download translations from Crowdin ( #85641 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-05 19:18:31 +03:00
Josh Hunt
5ce8b60878
E2C: Resources table refactor ( #85585 )
...
* E2C: Resources table refactor
* update swagger spec with enums
* use native resource item type, rather than our mock type
* unit tests for resources table
* update spec
2024-04-05 10:08:42 +01:00
github-actions[bot]
801d19d816
I18n: Download translations from Crowdin ( #85553 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-04 04:52:30 +00:00
Josh Hunt
aad79c9400
E2C: Start connecting on-prem to real apis ( #85527 )
...
* E2C: Start connecting on-prem to real apis
* actually run the migration
* show resources
* basic dashboards resources
* show dashboard title
* remove console logs
* cleanup 1
* i18n
* disconnect
* i18n
* restore type
* use fixed format
* fix
2024-04-03 13:47:02 -04:00
github-actions[bot]
80b8b86c00
I18n: Download translations from Crowdin ( #85515 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-04-03 12:18:42 +03:00
Josh Hunt
ffb5d23a13
E2C: Hook Cloud Receiver-side up to real CreateCloudMigrationToken API ( #85490 )
...
E2C: Hook Cloud Reciever-side up to real CreateCloudMigrationToken API
2024-04-03 08:55:38 +00:00
github-actions[bot]
97c3c51e52
I18n: Download translations from Crowdin ( #85257 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-28 13:28:07 +02:00
Ashley Harrison
7ad2ec9665
EmptyState: use not-found
empty state variant everywhere in core ( #85007 )
...
* use EmptyState component everywhere in core
* remove GrotNotFound core component
* update unit tests
* search -> not-found
* fix 3 more
2024-03-27 12:15:12 +00:00
github-actions[bot]
82b82675f7
I18n: Download translations from Crowdin ( #85006 )
2024-03-25 10:59:46 +00:00
Ashley Harrison
36ee1571b6
EmptyState: Rename "search" variant to "not-found" ( #85062 )
...
* rename "search" variant to "not-found"
* run i18n:extract
2024-03-25 09:55:48 +00:00
Ashley Harrison
a0bcc44b63
GrafanaUI: Add new EmptyState
component ( #84891 )
...
* add empty search state component
* extract translations
* nicer prop spreading
* actually expose component in grafana-ui
* use requestAnimationFrame
* add rollup-plugin-svg-import
* move to a single EmptyState component with variants
* update docs
* remove CTA
* add some more prop documentation
* just use 1 svg
2024-03-22 14:46:32 +00:00
github-actions[bot]
2ad1eef21f
I18n: Download translations from Crowdin ( #84912 )
...
New Crowdin translations by GitHub Action
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-22 14:36:52 +00:00
Ezequiel Victorero
d2dd15e223
PublicDashboards: Change tab title ( #84997 )
2024-03-22 10:55:43 -03:00