Skip to content

Releases: fossas/fossa-cli

v0.5.0

29 Mar 03:23
2954eee

Choose a tag to compare

Changelog

2954eee Merge pull request #121 from fossas/feat/nuget-support
8d58e9c test(builders): add nuget fixtures
6884192 doc(readme): update readme
99d3f8c Merge branch 'master' into feat/nuget-support
1dbda7d feat(build): turn built module error into a warning
bc5811c doc(builders): add nuget docs
377a05a feat(builders): add nuget lockfile parsing
843299a feat(builders): add nuget support
c168cce chore(deps): Update dependencies
5e146c5 feat(builders): Add Pip support


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v0.4.6-1

21 Mar 19:32
a708d86

Choose a tag to compare

Changelog

a708d86 fix(go): Work around golang/go#16333


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v0.4.6

21 Mar 01:44
85c1788

Choose a tag to compare

Changelog

85c1788 Merge pull request #116 from fossas/feat/support-gradle-root-deps
99a9552 fix(builders): fix PR comments
7ef81e0 feat(cmd): add spinner to init cmd
0583626 doc(builders): add another gradle common task
748f307 doc(builders): improve gradle builder docs
bffa8df Merge branch 'feat/support-gradle-root-deps' of https://github.com/fossas/fossa-cli into feat/support-gradle-root-deps
db5b36b fix(builders): fix gradle syntax err
60818b4 Merge branch 'master' into feat/support-gradle-root-deps
1030bd6 fix(builders): set TERM=dumb when running gradle dependencies task
15f5af5 doc(builders): add better gradle docs
5b73fa4 fix(builders): allow for empty configuration in gradle
97c7315 feat(builders): #114 support root dependencies task


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v0.4.5-1

20 Mar 23:15
8b28d1f

Choose a tag to compare

Changelog

8b28d1f fix(go): Don't require Go project folder for build, and do actual Go build
26c0d12 chore: update CHANGELOG


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v0.4.5

20 Mar 22:55
7ee5a3c

Choose a tag to compare

Changelog

7ee5a3c fix(installer): Fallback to su if sudo is unavailable
70fc3a5 fix(builders): Don't fail on non-fatal missing binaries
91944c9 chore: Add TODOs, ignore third_party in autoconfig
ceac46e Various improvements to install.sh (#109)
99cf015 test(fixtures): Use shell script instead of submodules for fixtures to avoid slow go get
3de42a8 test(java): Pin java submodule fixture commits
6c4db9b test(go): Ignore golang test fixture vendored dependencies
b88e58e fix(update): Fix incorrect latest version check
019b3d0 fix(go): allowUnresolved should also suppress lockfile errors for builds
91183e7 doc(contributing): add issue assignment
73b55c9 Merge pull request #107 from fossas/add-code-of-conduct-1
a6a1f97 doc(code): add code of conduct
52af690 doc(readme): add meetup link
abc1399 feat(upload): switch url to dep report
7a7961d chore(license): switch to MPL-2.0
c19b51b Refactor module functionality (#100)
6600859 build(Makefile): Build to GOPATH instead of local directory
4fde932 Improve Makefile, add multiple targets (#98)
44fb451 Introduce vendor directory into the repo (#99)
16cf268 Release v0.4.4


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v0.4.4

09 Mar 20:43
46d1dbd

Choose a tag to compare

Changelog

46d1dbd feat(go): Implement Go module discovery (#97)
b476653 fix(go): Do Go import tracing with go list instead of depth (#96)
451ab20 README: Fix rendering of a link to https://fossa.io (#88)
2893145 chore(cli): update help text
c285037 Merge branch 'master' of https://github.com/fossas/fossa-cli
d604f5b release(0.4.3): update readme and installer
8235155 revert(install): remove sha validation


Automated with GoReleaser
Built with go version go1.10 linux/amd64

v0.4.3

06 Mar 17:21

Choose a tag to compare

Changelog

57b397c doc(notice): clean up notice
9d05a2f chore(installer): add original license notice
4c69500 doc(readme): add fossa test output
3826022 doc(readme): add goreportcard badge
1cd47e4 feat(report): add default report cmd
414ca08 doc(readme): fix notice links
8b1c3ba doc(notice): move notice to raw file
d090cfd doc(report): add license notice docs
21f29ad docs(readme): add report feature
d8e60d2 doc(readme): fix link to contribution guidelines
c6640d0 doc(readme): add output examples
b57d43b doc(readme): add report PV
87a3429 feat(cli): improve error messages from servers
b8a2912 doc(readme): improve readme copy
6a72302 fix(golang): do not error on lack of vendor folder
869df5a doc(readme): additional cleanup
8957638 doc(readme): update background section
48107e1 doc(readme): resize header
a69c9c5 doc(readme): refactor home doc and readme
7f10415 doc(readme): update readme and user guide
9e3bf98 Merge pull request #66 from fossas/feat/report-command
835c014 fix(upload): Add more debugging stuff to upload and use standard API function
83b0d07 fix(report): Add fetcher flag
c6e9d2e feat(report): Implement reports using revisions API instead of dependencies
e47ea99 fix(report): Use SPDX ID for licenses
b6dbdfc feat(report): Add basic NOTICE generation
5635878 doc(cli): update project help text to enforce URL
dc738e4 feat(config): refactor git normalizing into separate function
9bd1acc feat(upload): add title support for managed projects
08e3f61 test(fixtures): Use shallow submodules for fixtures to improve clone time
703578e chore(fixtures): Keep fixtures up to date
dc0ac39 Merge pull request #84 from fossas/feat/add-build-interactive
6411b37 feat(build): add interactive feedback to fossa build
01e3820 Merge pull request #80 from fossas/fix/mvn-colors
bfe8a33 Merge pull request #81 from fossas/fix/non-custom-fetchers
7f4d52f Merge pull request #82 from fossas/fix/fix-builders-config
db9710b Merge pull request #83 from fossas/feat/install-script
a5202e0 chore(builders): fix typo in comment
c77092b fix(mvn): Run Maven in batch mode to turn off ANSI color chars
0b0c833 fix(builders): fix ruby build check
4a6e0dd style(installer): Use consistent whitespace (2 spaces)
6801f94 feat(builders): improve autoconfiguration for gradle
b954112 fix(builders): fix relative path for maven
0c3de4a docs(installer): Update README with installer
150c2bc feat(installer): Add bash install script
f0ac553 fix(ci): Fix .fossa.yaml to not use implicit managed builds


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v0.4.2

02 Mar 15:24

Choose a tag to compare

Changelog

5fe21df feat(builders): add ability to add configuration


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v0.4.1

02 Mar 05:54
d0720f8

Choose a tag to compare

Changelog

d0720f8 Merge pull request #40 from fossas/alex/managed-builds
c3aa016 doc(readme): #32 add one-liner install
3105635 Merge branch 'master' into alex/managed-builds
ddcc341 Merge pull request #74 from fossas/feat/gradle-support
d073805 Merge pull request #75 from fossas/fix/fix-builder-paths
5fdf4a5 doc(builders): add initial gradle docs
c3ccc74 switch back to using fetcher
80555e4 chore(builders): fix comments and nits
5a63b9f test(submodules): Update submodule commits
93dee58 test(gradle): Add Gradle fixtures and Docker test tools
f23ee34 fix(init): fix maven and ruby default module naming
272363c feat(init): add more ignores
dbd8516 fix(builders): make relative paths for node and ruby builders
f2e5560 feat(builders): add gradle task and dependency parsing
4d60fd3 feat(builders): add initial gradle builder
4d9806c change flag to ExistingProject in config. defaults to false
5c98745 add or clause with revision
12c077b added fix to function
a1fb05f changes after rebase
d7fbaf2 added custom-project flag
5c5bdcd updated comment
c20e574 PR changes
0e52c61 fixed comment
1b87475 removed locator from config. We now have project and revision


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v0.4.0

02 Mar 01:47
a2b474c

Choose a tag to compare

Changelog

a2b474c Merge pull request #73 from fossas/feat/upload-locators-flag
b2c680a feat(upload): Add Locators flag and data format


Automated with GoReleaser
Built with go version go1.10 linux/amd64