Graph diagram component for use in Azure Data Studio and mssql for VS Code tools
Перейти к файлу
Aasim Khan 15d17c2eb3
Fixing inverted expand collapse icons (#177)
2024-08-12 11:18:17 -07:00
.github/workflows Changing cd pipeline name 2024-08-11 09:40:21 -07:00
etc/build
src Fixing inverted expand collapse icons (#177) 2024-08-12 11:18:17 -07:00
test/queryplan
.gitignore
.npmignore
CODE_OF_CONDUCT.md
ChangeLog
LICENSE
README.md Writing better release notes, updating readme and doing vbump 2024-08-10 18:04:50 -07:00
SECURITY.md
package-lock.json
package.json Fixing inverted expand collapse icons (#177) 2024-08-12 11:18:17 -07:00

README.md

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