Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Team BOM api endpoint #4849

Merged
merged 4 commits into from
Dec 3, 2024
Merged

Add Team BOM api endpoint #4849

merged 4 commits into from
Dec 3, 2024

Commits on Dec 2, 2024

  1. Add Team BOM api endpoint

    part of #4823
    
    - `/api/v1/teams/<teamId>/bom` GET returns array of Applicaiton
      BOM entries.
    
    Requires Owner permissions
    hardillb committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    f50ba9e View commit details
    Browse the repository at this point in the history
  2. Add tests

    hardillb committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    61c1f0d View commit details
    Browse the repository at this point in the history
  3. fix lint in test

    hardillb committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    17ed3f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Better tests

    hardillb committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    8576249 View commit details
    Browse the repository at this point in the history