Skip to content

Commit

Permalink
Add functionality for updating sections dynamically (#542)
Browse files Browse the repository at this point in the history
* add section and remove section functions added

* remove copy test

* test cases added

* test cases for element value change code

* add sections update

* update useFormElements

* rename useFormElements to useFormLayout

* format form panel

* ci test update

* format + ci test added

* update provisioning

* provisioning updated

* Update CHANGELOG.md

* Lint fix

* update sections helpers

* update section helpers test cases and calls from code editor Form panel

* add another section params and migration

* Formatting

---------

Co-authored-by: Mikhail Volkov <mikhail@volkovlabs.io>
Co-authored-by: asimonok <sashasimonok@gmail.com>
  • Loading branch information
3 people authored Nov 15, 2024
1 parent f9cd9e8 commit 19773c7
Show file tree
Hide file tree
Showing 19 changed files with 1,710 additions and 210 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Updated options to use datasource ID instead of name (#539)
- Updated E2E tests (#538)
- Updated refresh function in the Update Request (#547)
- Added functionality for updating sections dynamically (#542)
- Removed default payload from Update Request (#550)

## 4.8.0 (2024-10-25)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"start:main": "docker compose pull grafana-main && docker compose --profile main up",
"stop": "docker compose down",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --maxWorkers 4 --coverage",
"test:e2e": "npx playwright test",
"test:e2e:dev": "npx playwright test --ui",
"test:e2e:docker": "docker compose --profile e2e up --exit-code-from test",
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "4.9.0"
Expand Down
Loading

0 comments on commit 19773c7

Please sign in to comment.