Skip to content

Commit 4311d3d

Browse files
asimonokmikhail-vl
andauthored
Add groups and tabs (#17)
* Add Groups Editor * Add column type and remove cell options field editor * Make tabs and table header are sticky * Add rows grouping * Update tests * Fix lint errors * Update tests * Fix lint errors * Updates * Update panels.json * Update panels.json * Update panels.json --------- Co-authored-by: Mikhail Volkov <[email protected]>
1 parent 021a6c6 commit 4311d3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4418
-384
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66

77
- Initial release based on Grafana 11.1.0
88
- Added basic columns editor (#1)
9+
- Added groups and tabs (#17)

jest.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@ process.env.TZ = 'UTC';
55
module.exports = {
66
// Jest configuration provided by Grafana scaffolding
77
...require('./.config/jest.config'),
8+
9+
/**
10+
* Reset mocks implementation between tests
11+
*/
12+
resetMocks: true,
13+
14+
/**
15+
* Randomize the order of the tests to exclude dependencies between tests
16+
*/
17+
randomize: true,
818
};

0 commit comments

Comments
 (0)