Skip to content
Snippets Groups Projects
  • Jamie Tanna's avatar
    883cca51
    feat(reports): add `report funding` · 883cca51
    Jamie Tanna authored
    As part of #235, we want to be able to source information about the
    packages we depend on which are looking for financial support.
    
    We want to introduce a report for this data, in both the web and CLI,
    which produces all dependencies that are looking for funding, as well as
    ordering it by how widespread the dependency is in the codebases
    dependency-management-data knows about, as a good indication of
    priority.
    
    Unfortunately, due to the way that we're using a subquery, we need to
    manually manage the SQL + querying as `sqlc` crashes.
    
    Fortunately, this isn't too awkward a query and shouldn't change too
    often.
    883cca51
    History
    feat(reports): add `report funding`
    Jamie Tanna authored
    As part of #235, we want to be able to source information about the
    packages we depend on which are looking for financial support.
    
    We want to introduce a report for this data, in both the web and CLI,
    which produces all dependencies that are looking for funding, as well as
    ordering it by how widespread the dependency is in the codebases
    dependency-management-data knows about, as a good indication of
    priority.
    
    Unfortunately, due to the way that we're using a subquery, we need to
    manually manage the SQL + querying as `sqlc` crashes.
    
    Fortunately, this isn't too awkward a query and shouldn't change too
    often.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.