https://github.com/awslabs/duvet

A requirements traceability tool

https://github.com/awslabs/duvet

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary

Keywords from Contributors

cryptography labels
Last synced: 10 months ago · JSON representation

Repository

A requirements traceability tool

Basic Info
Statistics
  • Stars: 84
  • Watchers: 10
  • Forks: 16
  • Open Issues: 37
  • Releases: 2
Created about 5 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Codeowners Notice

README.md

Duvet

Duvet is a tool that establishes a bidirectional link between implementation and specification. This practice is called requirements traceability, which is defined as:

the ability to describe and follow the life of a requirement in both a forwards and backwards direction (i.e., from its origins, through its development and specification, to its subsequent deployment and use, and through periods of ongoing refinement and iteration in any of these phases)

Quick Start

Before getting started, Duvet requires a rust toolchain.

  1. Install command

    console $ cargo install duvet --locked

  2. Initialize repository

    In this example, we are using Rust. However, Duvet can be used with any language.

    console $ duvet init --lang-rust --specification https://www.rfc-editor.org/rfc/rfc2324

  3. Add a implementation comment in the project

    ```rust // src/lib.rs

    //= https://www.rfc-editor.org/rfc/rfc2324#section-2.1.1 //# A coffee pot server MUST accept both the BREW and POST method //# equivalently. ```

  4. Generate a report

    console $ duvet report

Development

Building

console $ cargo xtask build

Testing

console $ cargo xtask test

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Owner

  • Name: Amazon Web Services - Labs
  • Login: awslabs
  • Kind: organization
  • Location: Seattle, WA

AWS Labs

GitHub Events

Total
  • Issues event: 9
  • Watch event: 18
  • Delete event: 46
  • Issue comment event: 20
  • Push event: 161
  • Pull request review comment event: 45
  • Pull request review event: 77
  • Pull request event: 90
  • Fork event: 3
  • Create event: 49
Last Year
  • Issues event: 9
  • Watch event: 18
  • Delete event: 46
  • Issue comment event: 20
  • Push event: 161
  • Pull request review comment event: 45
  • Pull request review event: 77
  • Pull request event: 90
  • Fork event: 3
  • Create event: 49

Committers

Last synced: about 3 years ago

All Time
  • Total Commits: 34
  • Total Committers: 12
  • Avg Commits per committer: 2.833
  • Development Distribution Score (DDS): 0.735
Past Year
  • Commits: 25
  • Committers: 9
  • Avg Commits per committer: 2.778
  • Development Distribution Score (DDS): 0.68
Top Committers
Name Email Commits
Cameron Bytheway b****n@g****m 9
dependabot[bot] 4****]@u****m 6
Julian Eager e****r@t****m 5
Alex Chew a****w@a****m 3
seebees r****r@a****m 3
Cameron Bytheway b****c@a****m 2
Amazon GitHub Automation 5****o@u****m 1
James Mayclin m****j@a****m 1
torben-hansen 5****n@u****m 1
Tony Knapp 5****y@u****m 1
Lindsay Stewart s****y@g****m 1
toidiu a****v@t****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 45
  • Total pull requests: 166
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 1 month
  • Total issue authors: 10
  • Total pull request authors: 15
  • Average comments per issue: 0.89
  • Average comments per pull request: 0.44
  • Merged pull requests: 106
  • Bot issues: 1
  • Bot pull requests: 35
Past Year
  • Issues: 11
  • Pull requests: 78
  • Average time to close issues: 6 days
  • Average time to close pull requests: 14 days
  • Issue authors: 4
  • Pull request authors: 5
  • Average comments per issue: 0.18
  • Average comments per pull request: 0.17
  • Merged pull requests: 51
  • Bot issues: 1
  • Bot pull requests: 17
Top Authors
Issue Authors
  • seebees (16)
  • eagr (13)
  • camshaft (8)
  • texastony (2)
  • johubertj (1)
  • chenyuan99 (1)
  • lavaleri (1)
  • alex-chew (1)
  • maddeleine (1)
Pull Request Authors
  • camshaft (73)
  • dependabot[bot] (40)
  • chenyuan99 (25)
  • texastony (17)
  • toidiu (6)
  • seebees (6)
  • eagr (5)
  • petrp-aws (4)
  • johubertj (2)
  • ajewellamz (2)
  • arunsathiya (2)
  • alex-chew (1)
  • jmayclin (1)
  • lrstewart (1)
  • torben-hansen (1)
Top Labels
Issue Labels
enhancement (17) report:html (8) command:extract (5) command:report (3) bug (3)
Pull Request Labels
dependencies (40) github_actions (25) rust (11) javascript (4)

Packages

  • Total packages: 3
  • Total downloads:
    • cargo 36,831 total
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 11
  • Total maintainers: 1
crates.io: duvet

A requirements traceability tool

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 26,069 Total
Rankings
Forks count: 16.8%
Stargazers count: 18.0%
Average: 24.9%
Downloads: 26.6%
Dependent repos count: 29.3%
Dependent packages count: 33.8%
Maintainers (1)
Last synced: 10 months ago
crates.io: duvet-macros

Internal crate used by duvet

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 5,361 Total
Rankings
Dependent repos count: 23.5%
Dependent packages count: 31.2%
Average: 50.0%
Downloads: 95.4%
Maintainers (1)
Last synced: 11 months ago
crates.io: duvet-core

Internal crate used by duvet

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 5,401 Total
Rankings
Dependent repos count: 23.5%
Dependent packages count: 31.2%
Average: 50.0%
Downloads: 95.4%
Maintainers (1)
Last synced: 10 months ago

Dependencies

Cargo.toml cargo
  • insta 1.0 development
  • anyhow 1
  • fnv 1
  • glob 0.3
  • goblin 0.3
  • lazy_static 1
  • pathdiff 0.2
  • rayon 1
  • regex 1
  • reqwest 0.11
  • serde 1
  • serde_json 1
  • structopt 0.3
  • toml 0.5
  • triple_accel 0.3
  • url 2
  • v_jsonescape 0.5
www/package.json npm
  • @material-ui/core 4
  • @material-ui/data-grid ^4.0.0-alpha.9
  • @material-ui/icons 4
  • @testing-library/jest-dom ^5.11.5
  • @testing-library/react ^11.1.1
  • @testing-library/user-event ^12.2.0
  • clsx 1
  • copy-to-clipboard ^3.3.1
  • react ^17.0.1
  • react-dom ^17.0.1
  • react-router-dom ^5.2.0
  • react-scripts 4.0.0
.github/workflows/ci.yml actions
  • actions-rs/cargo v1 composite
  • actions-rs/cargo v1.0.3 composite
  • actions-rs/toolchain v1 composite
  • actions-rs/toolchain v1.0.7 composite
  • actions/cache v3.2.2 composite
  • actions/checkout v3 composite
  • camshaft/install v1 composite
  • camshaft/rust-cache v1 composite
.github/workflows/dependencies.yml actions
  • EmbarkStudios/cargo-deny-action v1 composite
  • actions/checkout v3 composite
www/package-lock.json npm
  • 1232 dependencies