Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation backend part of plugin in TypeScript #594

Open
wants to merge 72 commits into
base: v3.3
Choose a base branch
from

Conversation

lunaticusgreen
Copy link
Collaborator

No description provided.

@Slach Slach changed the title Be plugin ts Implementation backend part of plugin in TypeScript Jul 12, 2024
.config/tsconfig.json Outdated Show resolved Hide resolved
"backend:build": "webpack -c webpack-be.config.js --env production",
"backend:dev": "webpack -w -c webpack-be.config.js --env development",
"backend:build:binary": "npm run build-linux-arm64 && npm run build-linux-amd64 && npm run build-macos-arm64 && npm run build-macos-amd64 && npm run build-windows-amd64",
"build-linux-arm64": "pkg -t latest-linuxstatic-arm64 dist/backend-plugin.js -o dist/altinity-clickhouse-plugin_linux_arm64",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to install pkg in system?

package.json Outdated Show resolved Hide resolved
src/datasource/datasource.ts Show resolved Hide resolved
webpack-be.config.js Outdated Show resolved Hide resolved
XHeaderKey: '', // Optional, set as needed
TLSSkipVerify: false, // Set as needed
XHeaderKey: decryptedSecureJsonData.xHeaderKey, // Optional, set as needed
TLSSkipVerify: true, // Set as needed
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong default behavior rollback it

@Slach Slach changed the base branch from master to v3.3 September 13, 2024 10:55
dependabot bot and others added 11 commits September 19, 2024 17:31
Bumps [github.com/grafana/grafana-plugin-sdk-go](https://github.com/grafana/grafana-plugin-sdk-go) from 0.228.0 to 0.250.0.
- [Release notes](https://github.com/grafana/grafana-plugin-sdk-go/releases)
- [Commits](grafana/grafana-plugin-sdk-go@v0.228.0...v0.250.0)

---
updated-dependencies:
- dependency-name: github.com/grafana/grafana-plugin-sdk-go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…m/grafana/grafana-plugin-sdk-go-0.250.0

Bump github.com/grafana/grafana-plugin-sdk-go from 0.228.0 to 0.250.0
…fy-2.5.6

Bump dompurify from 2.5.1 to 2.5.6
Adding tests for legacy alerts.
Adding tests for default values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants