Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Releases: JosiahWitt/ensure-cli

Deprecate repo

Choose a tag to compare

@JosiahWitt JosiahWitt released this 17 Jan 18:26
9543991
Merge pull request #8 from JosiahWitt/deprecate

Mark repo deprecated

Support tidying mocks

Choose a tag to compare

@JosiahWitt JosiahWitt released this 16 Mar 03:24
40ee930
  • Adds ensure mocks tidy command to cleanup files that would not be generated by the packages and interfaces noted in .ensure.yml
  • Deprecates ensure generate mocks and replaces it with ensure mocks generate
  • Adds new tidyAfterGenerate option to .ensure.yml to automatically tidy after generating mocks

Improve cleanup functionality

Choose a tag to compare

@JosiahWitt JosiahWitt released this 15 Mar 02:16
473d3ff

On systems with a slower filesystem (eg. with disk encryption), cleanup didn't always finish before the program exited. This release fixes this issue.

Cleanup gomock_reflect_* directories

Choose a tag to compare

@JosiahWitt JosiahWitt released this 04 Mar 02:27
33fd9da

Automatically cleans up gomock_reflect_* directories when command is interrupted.

Parallel mock generation

Choose a tag to compare

@JosiahWitt JosiahWitt released this 10 Feb 02:17
7a4b599

By default, ensure generate mocks now generates mocks in parallel. Add the --disable-parallel flag to disable parallel mock generation.

Initial CLI release

Choose a tag to compare

@JosiahWitt JosiahWitt released this 02 Feb 18:49

See the README for more info.