luet/pkg/package
Ettore Di Giacinto fe14d56afe Massive UX rewrite
- Ditch multiple libraries for progressbar, spinner, colors and replace
  with pterm
- Detect when running on terminal and disable automatically spinner
- Add support for multiple progress bars
- Huge rewrite of the configuration part. No more crazy stuff with viper
  CLI commands now correctly overrides default config file as expected
- Limit banner to be displayed on relevant parts

Fixes #211
Fixes #105
Fixes #247
Fixes #233
2021-10-21 23:58:00 +02:00
..
annotations.go Integrate config-protect from package spec 2020-06-06 13:12:54 +02:00
database_bench_test.go Add boltDB test and fixup range over interface cast 2020-10-29 16:32:13 +01:00
database_boltdb_test.go Add tests for file search 2021-03-06 18:49:14 +01:00
database_boltdb.go Allow to search by file 2021-02-28 18:42:58 +01:00
database_common.go Allow to search by file 2021-02-28 18:42:58 +01:00
database_mem_test.go Add tests for file search 2021-03-06 18:49:14 +01:00
database_mem.go Avoid deadlocking by FindPackages calls 2021-08-09 15:13:53 +02:00
database.go Allow to search by file 2021-02-28 18:42:58 +01:00
package_suite_test.go Massive UX rewrite 2021-10-21 23:58:00 +02:00
package_test.go Use common ImageID() when computing final images 2021-03-07 11:01:08 +01:00
package.go Introduce install --relaxed 2021-10-10 00:27:58 +02:00