Skip to content

Commit

Permalink
Add files upload examples and fix form data header (#357)
Browse files Browse the repository at this point in the history
* Add files upload examples and fix form data header

* Clear name variable default selection

* Updates

* Update Postgres Server

---------

Co-authored-by: Mikhail Volkov <mikhail@volkovlabs.io>
Co-authored-by: Mikhail Volkov <47795110+mikhail-vl@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 8, 2024
1 parent 626d62a commit ee518cf
Show file tree
Hide file tree
Showing 10 changed files with 410 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.7.0 (IN PROGRESS)

### Features / Enhancements

- Add files upload examples and fix form data header (#357)

## 3.6.0 (2023-01-10)

### Features / Enhancements
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
environment:
- GF_DEFAULT_APP_MODE=development
- GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH=/etc/grafana/provisioning/dashboards/panels.json
- GF_INSTALL_PLUGINS=marcusolsson-static-datasource,marcusolsson-json-datasource,volkovlabs-variable-panel
- GF_INSTALL_PLUGINS=marcusolsson-static-datasource,marcusolsson-json-datasource,volkovlabs-variable-panel, volkovlabs-image-panel
volumes:
- ./dist:/var/lib/grafana/plugins/volkovlabs-form-panel
- ./provisioning:/etc/grafana/provisioning
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/node": "^20.11.21",
"@types/uuid": "^9.0.7",
"@volkovlabs/eslint-config": "^1.2.2",
"@volkovlabs/jest-selectors": "^1.2.0",
Expand Down Expand Up @@ -73,5 +73,5 @@
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "3.6.0"
"version": "3.7.0"
}
Loading

0 comments on commit ee518cf

Please sign in to comment.