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 Initial check-in 2022-01-05 10:15:39 -08:00
src Fixing inverted expand collapse icons (#177) 2024-08-12 11:18:17 -07:00
test/queryplan Fixing graph visibility (#170) 2023-07-01 19:48:09 -07:00
.gitignore excluding tgz from git and npm 2024-02-27 02:38:22 -08:00
.npmignore Updating npm ignore 2024-08-10 15:32:08 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2022-01-05 10:10:09 -08:00
ChangeLog Initial check-in 2022-01-05 10:15:39 -08:00
LICENSE Initial check-in 2022-01-05 10:15:39 -08:00
README.md Writing better release notes, updating readme and doing vbump 2024-08-10 18:04:50 -07:00
SECURITY.md Microsoft mandatory file (#71) 2022-05-20 09:26:31 -07:00
package-lock.json Updating npm ignore 2024-08-10 15:32:08 -07:00
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