Releases: sourcegraph/src-cli
3.11.2
Changelog
03245e4 Add cacheDirs to action definition JSON schema (#178)
0bc433d Fix -clear-cache flag when cache is cleared and improve error handling (#176)
4532ea2 Fix linting errors (#179)
7c476f1 Fix live-updating terminal UI by not printing to STDOUT/STDERR (#177)
307b4af Put some damn backslashes in the docker password
855c684 Update Docker password in .travis.yml
2537367 Update Docker password in .travis.yml
febc759 add docker image build + push to CI (#175)
af03d7e travis.yml: run docker login in after_success
f87f1b3 travis: Use --password-stdin option for docker login
Docker images
docker pull sourcegraph/src-cli:3.11.2
docker pull sourcegraph/src-cli:3
docker pull sourcegraph/src-cli:3.11
docker pull sourcegraph/src-cli:latest
3.11.1
Changelog
9b13394 Add 'src action create' cmd to create empty action definition (#172)
3011e0c Add -clear-cache flag to src action exec (#166)
70fee36 Bump default action timeout from 2min to 15min (#168)
f42f9b7 Cancel context on os.Interrupt (#169)
eaea421 Hard exit when user hits Ctrl-C a second time (#170)
969987a Log action errors (#164)
e6b26cb Log prefixed stdout/stderr of steps to stderr if verbose mode is on (#163)
da0ce74 Remove trailing slash from SRC_ENDPOINT (#167)
c9e3eb8 Run go generate
b83dda6 Run go mod tidy
007f16c Skip repositories being cloned in action exec instead of returning error (#173)
06608a3 Update LSIF upload parameter docs (#162)
a1844ed Validate action definitions against the JSON schema (#171)
3.10.13
3.11.0
3.10.12
3.10.11
3.10.10
Changelog
21dd58b Add -create-plan flag to 'src action exec' (#142)
fcea1d5 Add indexer name option to lsif upload command. (#123)
c3b659c Change wording of "cached result found" log message (#146)
37ba97f Ensure we infer the LSIF upload root when no value is supplied. (#145)
67429fd Fix log message when action did not produce any results (#148)
44008e1 Fix new git based diff generation file paths (#147)
3d4cf1b Improve verbose output of src action exec (#141)
aaf9232 Log cache hits when running 'src action exec' (#143)
c423c94 Use git diff in temp repository instead of diff over directories (#144)
3.10.9
Changelog
670bfd0 Append -0 to versions in version check to allow RC versions (#136)
0898259 Log scopeQuery as it will be sent to Sourcegraph (#135)
244bb04 Remove vendor folder and ignore it in gitignore (#132)
7c48c47 Replace terminal UI with a more readable logger when src actions exec is run in verbose mode (#140)
dd20007 Take Docker image content digest into cache key (#133)
ce9dd91 Update README.md with package installation recommendations for macOS (#130)
4e39094 Use Go's archive/zip to unzip repository archives (#138)
ca4b853 Use goreleaser to build releases and also publish Homebrew formula (#134)