0.12.8 • Published 9 months ago

@elisra-devops/docgen-data-provider v0.12.8

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

dg-data-provider-azuredevops

npm version

License: MIT

Chat on Discord

An azuredevops data provider using the document generator interface. supported modules:

  • managment - a module for retriving general purpose data, for example: number of projects and projects detailes.
  • git - a module for retriving git related data, for example: commit detailes, branches etc.
  • pipelines - a module for retriving pipelines data, for example: pipline history, pipline details etc.
  • tests - a module for retriving tests data, for example:testplans list, test steps etc.
  • tickets - a module for retriving tickets data, for example: open tickets, tickets list by query results etc.

Installation:

npm i @doc-gen/dg-data-provider-azuredevops

Usage:

import DgDataProviderAzureDevOps from "@doc-gen/dg-data-provider-azuredevops";

let dgDataProviderAzureDevOps = new DgDataProviderAzureDevOps(
      orgUrl,
      token
    );
    let gitDataProvider = await dgDataProviderAzureDevOps.getGitDataProvider();

Contributors:

0.12.7

9 months ago

0.12.8

9 months ago

0.12.6

9 months ago

0.12.4

10 months ago

0.12.5

10 months ago

0.10.0

10 months ago

0.4.16

1 year ago

0.11.0

10 months ago

0.9.0

10 months ago

0.12.0

10 months ago

0.8.0

11 months ago

0.12.1

10 months ago

0.12.2

10 months ago

0.12.3

10 months ago

0.5.0

1 year ago

0.7.0

11 months ago

0.6.0

11 months ago

0.4.15

1 year ago

0.4.14

1 year ago

0.4.13

1 year ago

0.4.6

1 year ago