Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stackaid/generate-stackaid-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1
Choose a base ref
...
head repository: stackaid/generate-stackaid-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3
Choose a head ref
  • 5 commits
  • 18 files changed
  • 1 contributor

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    f45fe80 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Add status badge to README

    wescarr authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    db18cfd View commit details
    Browse the repository at this point in the history
  2. Add test go module

    - This will be included be returned by the GitHub dependency graph API so we can use it for testing
    wescarr committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    d9684ac View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Add source file for test

    wescarr committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    5a0c3bb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Better support for go projects. Fix file matching in source repo

    - GitHub's API returns a flat list of direct and indirect deps when examining go.mod files so instead we roll our own support making use of the go-setup actions.
    - Fix issue where dependency could list itself as an indirect dependency
    - Support glob matching
    - Make token optional
    wescarr authored Sep 3, 2022
    Configuration menu
    Copy the full SHA
    b383172 View commit details
    Browse the repository at this point in the history
Loading