Skip to content

Tags: stackaid/generate-stackaid-json

Tags

v1.9

Toggle v1.9's commit message

Verified

This commit was signed with the committer’s verified signature.
wescarr Wes Carr
Fix bug where stackaid.json file was not added to list of files to co…

…mmit

- Bump version for fix

v1.8

Toggle v1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for discovering and copying package.json files to publish…

…_repo (#8)

* Add support for discovering and copying package.json files to publish_repo

- Refactor github specific constants and methods.
- Add debug info useful for dry runs
- Bump version

* Add different publish repo for test output

v1.7

Toggle v1.7's commit message
Remove requirements.txt from python whitelist

- Since it contains a flat list of both direct and indirect dependencies

v1.6

Toggle v1.6's commit message
Bump version

v1.5

Toggle v1.5's commit message
Fix cursor/paging. Bump version

- "after" cursor was incorrectly assigned because it occurred after filtering our irrelevant files and should be done first.

v1.4

Toggle v1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix discovery of Go direct dependencies (#6)

* Fix discovery of direct dependencies

- Our current approach relied on a main.go file residing at the root of the repository which may not always be the case.
- Additionally calling go list {{.Deps}} module would not always give indented results.

* Bump version

v1.3

Toggle v1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.1

Toggle v1.1's commit message
Merge branch 'main' of github.com:stackaid/generate-stackaid-json

v1

Toggle v1's commit message
Merge branch 'feat-schema-types'

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from stackaid/feat-schema-types

Use graphql schema and codgen for proper types