Revisions of dust

buildservice-autocommit accepted request 1162294 from smolsheep's avatar smolsheep (revision 19)
baserev update by copy to link target
smolsheep's avatar smolsheep accepted request 1162293 from smolsheep's avatar smolsheep (revision 18)
- Remove fix-test-string.patch -- fixed upstream
- Add package to File utilities group.
- Update to version 1.0.0:
  * Update README.md
  * Better handling for color in terminal
  * refactor: minimum-size & output-format
  * refactor: minimum-size
  * refactor: merge --si and --display-kb
  * feat: Listen for ctrl-c
  * feat: display the size of a file or directory in "kilobytes"
  * feat: better error messages
  * tests: fix test test_apparent_size (fix-test-string.patch)
  * tests: Print to stderr when test fails
buildservice-autocommit accepted request 1148943 from smolsheep's avatar smolsheep (revision 17)
baserev update by copy to link target
smolsheep's avatar smolsheep accepted request 1148942 from smolsheep's avatar smolsheep (revision 16)
- Reenable tests
buildservice-autocommit accepted request 1148776 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 15)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 14)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
- Disable tests: not working on OBS
buildservice-autocommit accepted request 1142886 from smolsheep's avatar smolsheep (revision 13)
baserev update by copy to link target
smolsheep's avatar smolsheep accepted request 1142885 from smolsheep's avatar smolsheep (revision 12)
- Added fix-test-string.patch and re-enabled test.
buildservice-autocommit accepted request 1138730 from Enrico Belleri's avatar Enrico Belleri (iDesmI) (revision 11)
baserev update by copy to link target
Enrico Belleri's avatar Enrico Belleri (iDesmI) accepted request 1138011 from smolsheep's avatar smolsheep (revision 10)
Note: The one failing test will remain disabled for now, it seems to fail due to the chroot. I've tested the functionality of dust outside and can guarantee the functionality. Working with upstream to get this fixed but no ETA.
- Update to version 0.9.0:
  * Migrated to clap4. Command line flags must appear before
    arguments: dust -X debug target instead of dust target -X debug
  * Bars on right by default (change with new Flag -B)
  * Add flag -S (for Custom Stack size) - incase dust crashes with
    memory allocation error.
  * Add flat -I (--ignore-all-in-file) - Ignore all regexs in this
    file.
  * Clearer errors on file not found.
buildservice-autocommit accepted request 1085283 from Enrico Belleri's avatar Enrico Belleri (iDesmI) (revision 9)
baserev update by copy to link target
Enrico Belleri's avatar Enrico Belleri (iDesmI) accepted request 1085279 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 8)
- Update to version 0.8.6:
  * Increment version
  * cargo update: update dependencies
  * Add support for cargo-binstall to Cargo.toml
  * cargo update: update dependencies
  * Increment version
  * Fix: some panics are occuring when creating rayon
  * remove depth from config.toml and fix style issues
  * feat: default option for depth from config file
  * refactor: DisplayData
  * refactor: simplify filter.rs
  * Update README.md
Enrico Belleri's avatar Enrico Belleri (iDesmI) accepted request 1061997 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 7)
- Update to version 0.8.4:
  * Increment version
  * fix: Stop progress indicator crashing into stderr
  * Feature: Add flag for screen readers
  * fix: Fix bug in progress bar
  * fix: only-dir flag conflicts with types
  * feature: --files-only -F
  * Update LICENSE
  * use create_dir_all instead of create_dir as that doesn't fail if the directory already exists, and make sure to propagate the error out
  * generate a man page as part of the build
  * clippy: Fix new clippy rules
  * upgrade dependencies
  * refactor: progress bar
  * refactor: progress bar
  * refactor: progress bar
  * Comment: Remove comment
  * Comment: update comment
  * Refactor: rename var
  * Refactor: PAtomicInfo class
  * Refactor: progress bar & file permissions
  * Refactor: progress bar: rename vars
  * Refactor: Progress bar: Remove atomic classes
  * Refactor: Progress bar: Remove PConfig
  * Refactor: progress bar: simplify
  * Refactor: progress bar: rm unused field
  * Refactor: Simplify progress indicator
  * refactor: update Progress bar: progress.rs
  * Refactor: Update main for progress bar
  * Refactor: Reduce complexity of progress bar code
  * Implemented a progress indicator (#275)
  * Fix: naming of parameter
  * [documentation] Note about running single-threaded
  * refactor dir_walker
  * feature: Support for dereference links -L follow
  * refactor create AggregateData for filter.rs
  * refactor filter.rs
  * refactor filter.rs
  * Fix: depth=0 bug for multiple arguments
  * fix: bug where hard links could be double counted
  * clippy: Fix new clippy
  * fix: update use of sysinfo.system
  * Update sysinfo version to 0.26.7
  * added deb-get as installation source
  * FEATURE: support only directories will be displayed. Flag -D
  * Read `inputs` from stdin when applicable
  * Add a direct dependency on the `atty` crate
- Update to version 0.8.3:
  * Fix: Only create large stack size if enough memory
  * Config file
  * New parameter: --min-size
  * New parameter: --skip-total
  * Does not include a space character as the first character in each line unless required
  * Fixes spurious permissions warning
  * Adds completion
- Update to version 0.8.1:
  * Allow -n to be used with -d
  * Tweak utils function
  * Fix archive/directory check in platform.rs
  * Improve help text
- Update to version v0.8.0:
  * Increment version
  * Improve help text
- initial package
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1057737 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
initialized devel package after accepting 1057737
Enrico Belleri's avatar Enrico Belleri (iDesmI) committed (revision 5)
Enrico Belleri's avatar Enrico Belleri (iDesmI) committed (revision 4)
- Update to version 0.8.3:
  * Fix: Only create large stack size if enough memory
  * Config file
  * New parameter: --min-size
  * New parameter: --skip-total
  * Does not include a space character as the first character in each line unless required
  * Fixes spurious permissions warning
  * Adds completion
Enrico Belleri's avatar Enrico Belleri (iDesmI) committed (revision 3)
- Update to version 0.8.1:
  * Allow -n to be used with -d
  * Tweak utils function
  * Fix archive/directory check in platform.rs
  * Improve help text
Enrico Belleri's avatar Enrico Belleri (iDesmI) accepted request 979293 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 2)
- Update to version v0.8.0:
  * Increment version
  * Improve help text
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 928733 from Enrico Belleri's avatar Enrico Belleri (iDesmI) (revision 1)
Dust is an alternative to coreutils `du`, written in Rust
Displaying all 19 revisions
openSUSE Build Service is sponsored by