Skip to content

Graph diagram component for use in Azure Data Studio and mssql for VS Code tools

License

Notifications You must be signed in to change notification settings

microsoft/azdataGraph

Repository files navigation

azdataGraph

azdataGraph is a derivative of mxGraph, which is a fully client side JavaScript diagramming library that uses SVG and HTML for rendering.

This is a graph diagraming component developed for use in Azure Data Studio.

For more information on mxGraph please see https://github.com/jgraph/mxgraph.

How to publish a new version of azdataGraph

  1. Clone the azdataGraph repository
  2. Make your changes
  3. Update the version number in the package.json file
  4. Create a PR to the main branch with your changes
  5. Once the PR is approved and merged, a new release will be created and published automatically.

To manually publish a new version of azdataGraph

  1. Clone the azdataGraph repository
  2. Make your changes
  3. Update the version number in the package.json file
  4. Run npm install to install the dependencies
  5. Run npm pack to create a tarball of the package
  6. Push the contents of the tarball to the release branch
  7. Create a new release in the Github UI
  8. Create a new tag with the version number and set the release branch as the target
  9. Publish the release

About

Graph diagram component for use in Azure Data Studio and mssql for VS Code tools

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages