Skip to content

Releases: fossas/fossa-cli

v0.5.2

27 Jun 04:26
09c0f55
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Changelog

09c0f55 backport(api): Backport branch flag to 0.5.x

v0.7.0-alpha.4

18 Jun 06:43
e4bf442
Compare
Choose a tag to compare
v0.7.0-alpha.4 Pre-release
Pre-release

Changelog

e4bf442 feat(go): Manifest strategies
c6c959f feat(go): glide, gpm support
01edf8d refactor(go): Remove dead code, add make test command
ecc397b ci: CircleCI configuration chores
dd0772b ci: Don't use env vars in non-shell commands
f72b2bc build(docker-test): Don't build all of Kubernetes (this kills the crab)
7d65cf2 refactor(docker): Use Quay for building Docker images
55ddd49 feat(go): vndr/gpm, multi-project vendoring support, integration tests on Docker
0250f61 feat(go): nested vendoring support, automated integration tests
23526c0 chore: Clean up merge cruft
2f83e6f Merge branch 'master' into wip/v0.7.0
89a3103 fix(api): Fix uploading UX nits and URL formatting issues
fccaa00 refactor(go): Support Godep, add integration tests
79a162a refactor(api): Remove extraneous build data
d90cc8a feat(api): Add normalized imports
1a88076 WIP: Go dep analysis
dbd027b Merge branch 'wip/v2' of github.com:fossas/fossa-cli into wip/v2
fae5186 WIP: Go option-based analyzers
f943789 WIP: Go analyzer strategies
c211600 WIP: analysis command refactor complete
85e221c WIP
b4c5bda WIP
a356dbf WIP
527ecce WIP
2171372 WIP
cc58b15 WIP: Go option-based analyzers
8899464 WIP: Go analyzer strategies
64d77b4 WIP: analysis command refactor complete
20365ba WIP
f4d22b6 WIP
1c6c5e8 WIP
e8bfc5c WIP
52f7fd3 WIP


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

v0.7.0-alpha.8

27 Jun 10:43
da53a35
Compare
Choose a tag to compare
v0.7.0-alpha.8 Pre-release
Pre-release

Changelog

da53a35 feat(php): Implement PHP analyser
4149700 feat(bower): Implement bower analysers
dc57fe3 WIP: switching to config file v2

v0.7.0-alpha.7

26 Jun 09:53
39b3d19
Compare
Choose a tag to compare
v0.7.0-alpha.7 Pre-release
Pre-release

Changelog

39b3d19 feat(gradle): Implement Gradle analyser
8ba5602 WIP: gradle
7cdef88 feat(config): Warn when users pass options but use config file
35638c7 fix(go): Don't include root in transitive dependency graph

v0.7.0-alpha.6

24 Jun 01:52
b9cddb0
Compare
Choose a tag to compare
v0.7.0-alpha.6 Pre-release
Pre-release

Changelog

b9cddb0 feat(ruby): Add Ruby analysis
b06eb62 test(fixtures): Remove obsolete fixtures
1c09b4e test(go): add Jaeger to testing suite
0de97ca feat(python): Python analyser
82397b2 feat(nodejs): Add NodeJS analyzer
a0c22ff build(docker): Refactor test-base Dockerfile to avoid long build times
5cccf4e chore: Add ISSUE_TEMPLATE
7ab9965 Merge branch 'master' into wip/v0.7.0
515102d build: Rename docker-devel target to docker
9447e2d Merge pull request #160 from fossas/fix/fix-hash-calculation
1239291 fix(builders): fix hash calculation


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

v0.7.0-alpha.5

21 Jun 20:44
9447e2d
Compare
Choose a tag to compare
v0.7.0-alpha.5 Pre-release
Pre-release

Changelog

1c09b4e test(go): add Jaeger to testing suite
0de97ca feat(python): Python analyser
82397b2 feat(nodejs): Add NodeJS analyzer
a0c22ff build(docker): Refactor test-base Dockerfile to avoid long build times
5cccf4e chore: Add ISSUE_TEMPLATE
7ab9965 Merge branch 'master' into wip/v0.7.0
515102d build: Rename docker-devel target to docker
9447e2d Merge pull request #160 from fossas/fix/fix-hash-calculation
1239291 fix(builders): fix hash calculation


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

v0.7.0-alpha.3

15 Jun 19:52
607de55
Compare
Choose a tag to compare
v0.7.0-alpha.3 Pre-release
Pre-release

Changelog

c6c959f feat(go): glide, gpm support
01edf8d refactor(go): Remove dead code, add make test command
ecc397b ci: CircleCI configuration chores
dd0772b ci: Don't use env vars in non-shell commands
f72b2bc build(docker-test): Don't build all of Kubernetes (this kills the crab)
7d65cf2 refactor(docker): Use Quay for building Docker images
55ddd49 feat(go): vndr/gpm, multi-project vendoring support, integration tests on Docker


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

v0.7.0-alpha.2

15 Jun 09:14
607de55
Compare
Choose a tag to compare
v0.7.0-alpha.2 Pre-release
Pre-release

Changelog

0250f61 feat(go): nested vendoring support, automated integration tests
23526c0 chore: Clean up merge cruft
2f83e6f Merge branch 'master' into wip/v0.7.0
607de55 fix(gradle): Improve gradle error logging
62ae510 fix(gradle): Fix gradle version detection
cfe95a5 Merge pull request #151 from joshuapetryk/josh/powershell
6213639 Add Powershell streams
ea187bb Fix syntax error with temp dir path join
9cc0989 fix(builders): fix go-bindata error
2c39f70 doc(license): add license header and link to pipdeptree


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

v0.6.6

13 Jun 23:29
62ae510
Compare
Choose a tag to compare

Changelog

607de55 fix(gradle): Improve gradle error logging
62ae510 fix(gradle): Fix gradle version detection
cfe95a5 Merge pull request #151 from joshuapetryk/josh/powershell
6213639 Add Powershell streams
ea187bb Fix syntax error with temp dir path join


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

v0.7.0-alpha.1

12 Jun 20:51
cfe95a5
Compare
Choose a tag to compare
v0.7.0-alpha.1 Pre-release
Pre-release

Changelog

89a3103 fix(api): Fix uploading UX nits and URL formatting issues
fccaa00 refactor(go): Support Godep, add integration tests
79a162a refactor(api): Remove extraneous build data
d90cc8a feat(api): Add normalized imports
1a88076 WIP: Go dep analysis
dbd027b Merge branch 'wip/v2' of github.com:fossas/fossa-cli into wip/v2
fae5186 WIP: Go option-based analyzers
f943789 WIP: Go analyzer strategies
c211600 WIP: analysis command refactor complete
85e221c WIP
b4c5bda WIP
a356dbf WIP
527ecce WIP
2171372 WIP
cc58b15 WIP: Go option-based analyzers
8899464 WIP: Go analyzer strategies
64d77b4 WIP: analysis command refactor complete
20365ba WIP
f4d22b6 WIP
1c6c5e8 WIP
e8bfc5c WIP
52f7fd3 WIP


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