-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release v0.50.0-rc.0 (#2515) * Release v0.50.0-rc.0 Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * fix comment Signed-off-by: Augustin Husson <husson.augustin@gmail.com> --------- Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * [DOC] Align plugin doc with the migration revamp (#2516) Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [ENHANCEMENT] Table panel: editor text fields are debounced (#2470) * [FEATURE] Add debounce to TextField Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * forwardRef Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * fix tests Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [ENHANCEMENT] Table panel: text field inputs are debounced Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Fix tests Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [BUGFIX] Table panel: fix cell mapping for range condition (#2517) * [BUGFIX] Table panel: fix cell mapping when for range condition Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * More pretty Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Fix range not removable Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Ignore more domains Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [ENHANCEMENT] Use Perses logo for the app loader (#2518) * [ENHANCEMENT] Use Perses logo for the app loader Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Only one loader 🔥 Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Fix header 🐛 Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * fix e2e Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [BUGFIX] Fix preview display name with prefix (#2520) Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * [ENHANCEMENT] DaC CUE SDK: add datasource param to the var group builder (#2524) Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [ENHANCEMENT] DaC CUE SDK: accurate constraints for duration attributes (#2525) Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [ENHANCEMENT] `percli dac diff`: add output + avoid early return when processing a directory (#2500) * [ENHANCEMENT] `percli dac diff`: avoid early return when processing a directory Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * add a proper output to the diff command Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * improve error handling as suggested Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> --------- Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [ENHANCEMENT] : percli plugin lint: improve the way to find the schema files (#2526) Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * [BUGFIX] DaC CUE SDK: Fix inconsistencies in mandatory vs optional attributes in dashboard lib (#2540) * DaC CUE SDK: Fix inconsistencies in mandatory vs optional attributes in dashboard lib Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * misc: reorder params for clarity Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> --------- Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * Release v0.50.0-rc.1 (#2543) Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * BUGFIX: `percli dac setup`: fix useless requirement of go CLI when using CUE (#2544) Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [IGNORE] Correctly type useQuery fetch hooks error (#2546) Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [BUGFIX] Redirect to the desired page after login success (#2354) * [BUGFIX] Redirect to the desired page after login success Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> * [BUGFIX] Redirect to the desired page after login success Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> * [BUGFIX] Redirect after login keeping query params Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> --------- Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> * [BUGFIX] Fixes tooltip display in EDGE / IE (#2547) Signed-off-by: Maxim KOTELNIKOV <maxim.kotelnikov@amadeus.com> * [BUGFIX] GaugeChartPanel: fix empty state (#2548) Show "No data" instead of "null" when the Gauge has no data. Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com> * [BUGFIX] Update unit's migration (#2519) * update unit's migrtaion (add decimal unit as default, when it's not defined in mapping list) Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * Update dashboard test's output for migration changes Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * fix unit+decimal migration Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * fix decimals migration Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * update migration tests Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * update dashboard migration output file Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * remove extra spaces from barchart test output Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> --------- Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * Release v0.50.0 (#2553) Signed-off-by: Augustin Husson <husson.augustin@gmail.com> --------- Signed-off-by: Augustin Husson <husson.augustin@gmail.com> Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> Signed-off-by: Maxim KOTELNIKOV <maxim.kotelnikov@amadeus.com> Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com> Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> Co-authored-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> Co-authored-by: Guillaume LADORME <Gladorme@users.noreply.github.com> Co-authored-by: Célian GARCIA <celian.garcia@amadeus.com> Co-authored-by: Maxim Kotelnikov <info@impy.us> Co-authored-by: Andreas Gerstmayr <agerstmayr@redhat.com> Co-authored-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com>
- Loading branch information
Showing
39 changed files
with
618 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.49.0 | ||
0.50.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ import ( | |
} | ||
] | ||
}}.variables | ||
``` | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 14 additions & 14 deletions
28
internal/api/migrate/testdata/empty_panels_list_perses_dashboard.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"kind":"Dashboard", | ||
"kind": "Dashboard", | ||
"metadata": { | ||
"createdAt":"0001-01-01T00:00:00Z", | ||
"name":"ddgn9k36v60owc", | ||
"project":"", | ||
"updatedAt":"0001-01-01T00:00:00Z", | ||
"version":0 | ||
}, | ||
"createdAt": "0001-01-01T00:00:00Z", | ||
"name": "ddgn9k36v60owc", | ||
"project": "", | ||
"updatedAt": "0001-01-01T00:00:00Z", | ||
"version": 0 | ||
}, | ||
"spec": { | ||
"display":{ | ||
"name":"test dashboard" | ||
}, | ||
"duration":"1h", | ||
"layouts":[], | ||
"panels":{} | ||
"display": { | ||
"name": "test dashboard" | ||
}, | ||
"duration": "1h", | ||
"layouts": [], | ||
"panels": {} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1285,4 +1285,4 @@ | |
], | ||
"duration": "1h" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,4 +78,4 @@ | |
], | ||
"duration": "1h" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.