- Corrected two grammatical errors in the usage output
- Merged pull request #56 from @dependabot bumping fatih/color to version 1.17.0
-
Merged pull request #53 from @jonasbn. Since the path is compared as strings The usage of appending a
/
to the path as done in many ignore files.I had a look at the repository:
stevedore
now handles cases by checking directories both with and without slash appended to the directory name in the ignore file.
-
Merged pull request #47 from @dependabot bumping fatih/color to version 1.16.0
-
Merged pull request #31 from @dependabot bumping fatih/color to version 1.15.0
- Added support for global configuration file, now both: local and global configuration files are supported
- Fix a bug, which was disturbing the tests
- Implemented proper precedence handling between CLI flags and configuration
.
was included in the ignore pattern output, which does not really make sense, so it has been eliminated from the output. It is not super solution since it is no so flexible, but it will have to do for now, ref: #19
- Improved output so both full path and flattened list is available
- full path is the new default, can be explicitly requested using
--fullpath
- flat structure, can be explicitly requested using
--nofullpath
- full path is the new default, can be explicitly requested using
- Fixed bug in consumption of file from STDIN, the contents would only be partial
- Added support for reading ignore file via STDIN, using new parameter:
--stdin
- Implementation of basic support of
.stevedorignore
file
- Added new command line option
--invertcolor
which invert the used colors
- Had shuffled the logic around, confusing the terms when updated the main body of code
-
Added two new command line options
--excluded
which only outputs what is excluded--included
which only outputs what is included
The first need more work and I need to settle on a useful path output, so this is WIP
- Got the short forms for the command line in place
- First working version, supporting:
- reporting on ignored and non-ignored file system components handled by a given Docker ignore file
- Specification of path to analyze
- Specification of alternative Docker ignore file
- Colorized output
- Basic support for
NO_COLOR
environment variable - Verbose output
- Debug output