mill-github-dependency-graph

A Mill plugin to submit your dependency graph to the GitHub Dependency Graph API

APACHE-2.0 License

Stars
12

Bot releases are visible (Hide)

mill-github-dependency-graph - v0.2.7 Latest Release

Published by ckipp01 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.6...v0.2.7

mill-github-dependency-graph - v0.2.6

Published by ckipp01 about 1 year ago

What's Changed

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.5...v0.2.6

mill-github-dependency-graph - v0.2.5

Published by ckipp01 over 1 year ago

What's Changed

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.4...v0.2.5

mill-github-dependency-graph - v0.2.4

Published by ckipp01 over 1 year ago

What's Changed

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.3...v0.2.4

mill-github-dependency-graph - v0.2.3

Published by ckipp01 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.2...v0.2.3

mill-github-dependency-graph - v0.2.2

Published by ckipp01 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ckipp01/mill-github-dependency-graph/compare/v0.2.1...v0.2.2

mill-github-dependency-graph -

Published by github-actions[bot] about 2 years ago

What’s Changed

  • refactor: ensure everything works with all 0.10.x (#53) @ckipp01
  • dep: bump mill-vcs-version to 0.2.0 (#52) @ckipp01
  • refactor(ci): use npm installed src instead (#51) @ckipp01
  • dep: bump mill-scip to 0.2.1 (#50) @ckipp01
  • dep: try bumping mill-scip to 0.2.0 (#49) @ckipp01
  • fix(ci): try setting root for src upload (#48) @ckipp01
  • feat(ci): try uploading scip to sourcegraph (#47) @ckipp01
  • fix: remove unneeded self type (#45) @ckipp01
  • refactor: add unique number and total number to stats (#43) @ckipp01
  • dep: bump mill plugins (#42) @ckipp01
mill-github-dependency-graph -

Published by github-actions[bot] over 2 years ago

What’s Changed

  • fix: ensure invalid PURLs are not included (#41) @ckipp01
  • refactor: clean up unused set (#39) @ckipp01
  • docs: update docs to reference new action (#38) @ckipp01
  • dep: bump action to latest (#37) @ckipp01
  • fix: be specific about action version (#36) @ckipp01
  • chore(ci): use new action to submit (#35) @ckipp01
mill-github-dependency-graph -

Published by github-actions[bot] over 2 years ago

What’s Changed

  • fix: ensure ranges don't end up in manifest (#34) @ckipp01
  • chore(ci): bump usage to 0.0.13 (#33) @ckipp01
mill-github-dependency-graph -

Published by github-actions[bot] over 2 years ago

What’s Changed

  • fix: use stripMargin you noob (#32) @ckipp01
  • chore(ci): bump usage to 0.0.12 (#31) @ckipp01
mill-github-dependency-graph -

Published by github-actions[bot] over 2 years ago

What’s Changed

  • feat: show some stats after a correct submission (#30) @ckipp01
  • fix: ensure the job fails if it's unable to upload (#29) @ckipp01
  • docs: make it clearer what the benefits of using this are (#28) @ckipp01
  • fix: ensure name of job is correct (#26) @ckipp01
  • chore(ci): cancel previous running CI jobs for the same branch (#25) @ckipp01
  • dep: update plugin usage to 0.0.11 (#24) @ckipp01
mill-github-dependency-graph -

Published by github-actions[bot] over 2 years ago

What’s Changed

  • refactor: use the nice :: syntax for mill plugins (#23) @ckipp01
  • fix: ensure evicted deps are not included (#22) @ckipp01
  • dep: update plugin usage to 0.0.10 (#21) @ckipp01
mill-github-dependency-graph -

Published by github-actions[bot] over 2 years ago

What’s Changed

  • chore: get rid of leftover submitter file (#20) @ckipp01
  • refactor: clean up how we mark direct at the root level (#19) @ckipp01
  • chore(ci): skip ci when updates are just to the readme (#18) @ckipp01
  • fix: test again 0.10.3 not 0.10.5 (#17) @ckipp01
  • chore(ci): add in release drafter (#16) @ckipp01
  • docs: getting real... adding a readme (#15) @ckipp01
  • fix: fix name of update job (#14) @ckipp01
  • fix: remove show command (#13) @ckipp01
  • chore(ci): start dogfooding the plugin (#12) @ckipp01
mill-github-dependency-graph -

Published by ckipp01 over 2 years ago

So, 0.0.9 is the first actually usable release! I'm happy to announce that mill-github-dependency-graph can be used now to push your dependency graph to GitHub to be both viewable and also to allow for debendabot alerts about security vulnerabilities. This plugin is an external module, so it's not really meant to be included in your build, but rather ran like so:

./mill --import ivy:io.chris-kipp::mill-github-dependency-graph_mill0.10:0.0.9 io.kipp.mill.github.dependency.graph.Graph/submit

NOTE: That the submit task will only work in CI as it needs some env variable set in GitHub actions. If you'd like to see a sample output locally use generate instead.

./mill --import ivy:io.chris-kipp::mill-github-dependency-graph_mill0.10:0.0.9 io.kipp.mill.github.dependency.graph.Graph/generate

Please see the README for more usage details.