summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-19chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0dependabot/go_modules/golang.org/x/net-0.23.0dependabot[bot]
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-14test for subitemDaniel Milde
2024-04-14feat: delete directory items in parallelDaniel Milde
2024-04-14refactor: move removal logic to separate packageDaniel Milde
2024-04-14ci: use codecov tokenDaniel Milde
2024-04-10fix: allow using storage together with background deletionDaniel Milde
2024-04-10fix: do not allow running background deletion together with storageDaniel Milde
2024-04-10fix: handle panics in delete workersDaniel Milde
2024-04-02chore(docs): update usage guide & examplesRamon Garcia-Perez
2024-04-01fix: avoid data races when deleting in backgroundDaniel Milde
2024-03-30feat: delete/empty items in backgroundDaniel Milde
2024-03-30fix: keep table offset on deletionDaniel Milde
2024-03-24fix: few improvements and fixesDaniel Milde
2024-03-24feat: add --no-delete optionRamon Garcia-Perez
2024-03-22feat: add --show-item-count (-C) optionRamon Garcia-Perez
2024-03-04chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0dependabot[bot]
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04ci: test all major Go versionsDaniel Milde
2024-03-04fix: revert back maruel/natural and stanza to be compatible with Ubuntu LTS ↵Daniel Milde
22.04
2024-02-29ci: explicitly set GOOS and GOARCHDaniel Milde
2024-02-29ci: bump go stensaDaniel Milde
2024-02-21chore(deps): bump github.com/maruel/natural from 1.1.0 to 1.1.1dependabot[bot]
Bumps [github.com/maruel/natural](https://github.com/maruel/natural) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/maruel/natural/releases) - [Commits](https://github.com/maruel/natural/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/maruel/natural dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18docs: sequential optionDaniel Milde
2024-02-18feat: sequential analyzerDaniel Milde
intended for rotating HDDs
2024-02-18docs: update issue templatesDaniel Milde
2024-02-18chore(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0dependabot[bot]
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0dependabot[bot]
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18chore(deps): bump actions/setup-go from 4 to 5dependabot[bot]
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18chore(deps): bump github/codeql-action from 2 to 3dependabot[bot]
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18chore(deps): bump golangci/golangci-lint-action from 3 to 4dependabot[bot]
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18Update gdu.specdaniejstriata
update SPEC File to version 5.27.
2024-02-18fix: show black as real blackDaniel Milde
fixes #280
2024-02-18test: fix footer testDaniel Milde
2024-02-18feat: upgrade tview and tcellDaniel Milde
2024-02-18docs: add --use-storage option to benchmarksDaniel Milde
2024-02-16fix: set reference for last devices columnv5.27.0Daniel Milde
fixes #315
2024-02-15fix: workflow for docker with simplified metaDaniel Milde
2024-02-15fix: check if type matches for selected deviceDaniel Milde
fixes #315
2024-02-14ci: add docker tagsDaniel Milde
2024-02-14ci: workflow for dockerDaniel Milde
2024-02-14ci: build-docker as dependency for allDaniel Milde
2024-02-14docs: use Gdu directly via dockerDaniel Milde
2024-02-14build: add docker build to makefilerare-magma
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-02-14docs: set long format flag in build commandrare-magma
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-02-14docs: update install.mdrare-magma
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-02-14feat: add dockerfilerare-magma
Signed-off-by: rare-magma <rare-magma@posteo.eu>
2024-02-13fix: Enter key properly working when reading analysis from fileDaniel Milde
2024-02-13test: more coverageDaniel Milde
2024-02-13test: basic test for exportDaniel Milde
2024-02-13feat: export with dialog for file nameDaniel Milde
2024-02-13Add againd gdu.1.md because it was removed by errorkadogo
Signed-off-by: kadogo <kadogo@users.noreply.github.com>