Sebastian Palencsar
e95a23bc20
M3 namespace migration: complete Phase B, partial Phase D, docs and tests
...
- Native runtime under bearhub/ (api, commons, gems, view/util, view/core, view/qt)
- bauh/ compatibility re-export shims for legacy imports
- Phase D: canonical __version__/__app_name__ in bearhub/__init__.py; pyproject.toml
and setup.py point at bearhub package
- Native gem loader at bearhub/view/core/gems.py
- Namespace compatibility tests (159 tests passing)
- Documentation: CHANGELOG [Unreleased], NAMESPACE_MIGRATION, ROADMAP, README,
CONTRIBUTING, docs/qt6-migration.md, packaging/aur/README.md
2026-06-27 10:26:41 +02:00
Sebastian Palencsar
da377aecdc
AUR bearhub: fix stale source cache collision (pkgrel=10)
...
Use tag-specific tarball name bearhub-0.10.7-bearhub.6.tar.gz so makepkg
and AUR helpers do not reuse an outdated bearhub-0.10.7.tar.gz from cache.
Ignore makepkg artifacts under packaging/aur/.
2026-06-27 10:18:54 +02:00
Sebastian Palencsar
d541a4cbcf
Modernize runtime compatibility and initialize Bearhub fork
2026-05-26 08:35:29 +02:00
Vinicius Moreira
4000f0116a
[view] refactoring: URL regex
2023-12-01 07:36:11 -03:00
Vinicius Moreira
d6a764261e
[commons.internet] enhancement: replacing 'google.com' by 'w3.org'
2023-10-28 10:34:37 -03:00
Vinicius Moreira
28d4dae56a
Merge branch 'master' into staging
...
# Conflicts:
# bauh/gems/appimage/controller.py
# bauh/gems/arch/updates.py
2022-12-12 07:53:51 -03:00
Bruno Cabral
fb4109bd77
flake warnings ( #304 )
2022-12-12 07:44:27 -03:00
Vinicius Moreira
93d2d66b71
improvement: replacing the use of LegacyVersion
2022-11-25 06:57:22 -03:00
Vinicius Moreira
57ac55c53f
feature: custom software suggestions
2022-05-26 18:18:09 -03:00
Vinicius Moreira
af46feb64e
[view] improvement: settings window size rules moved to stylesheet files
2022-05-12 14:13:12 -03:00
Vinicius Moreira
7c0eb93043
[commons] refactoring: removing symbols that are previously removed from inputs
2022-05-03 11:26:36 -03:00
Vinicius Moreira
c0fde3686d
[core] improvement: preventing command injection through the search mechanism
2022-05-02 15:20:14 -03:00
Vinicius Moreira
6937be8cb9
[debian] fix: hanging when packages require manual configuration (install/upgrade)
2022-04-12 17:23:38 -03:00
Vinicius Moreira
e40fe27bd1
[flatpak] fix: not displaying new required runtimes as updates
2022-04-12 12:29:56 -03:00
Vinicius Moreira
c91c9542d4
[commons] fix: human size string conversion from bytes
2022-04-11 09:59:03 -03:00
Vinicius Moreira
f6a8f20d5b
[commons.util] fix: not properly converting bibyte and byte based sizes to bytes (size_to_byte)
2022-04-10 14:00:32 -03:00
Vinicius Moreira
6d29da6373
[commons] improvement: allowing extra environments variables to redefine existing values (SimpleProcess)
2022-04-07 12:05:41 -03:00
Vinicius Moreira
9daba19f61
[view] improvement: displaying update sizes as localized numbers (update summary)
2022-04-06 15:41:07 -03:00
Vinicius Moreira
887ae2da5c
[commons.util] refactoring: always strips unit string in 'size_to_byte'
2022-04-06 10:44:42 -03:00
Vinicius Moreira
47cb969f1a
[commons.util] refactoring: centralizing String size conversion into 'size_to_byte'
2022-04-06 10:41:09 -03:00
Vinicius Moreira
2262f36640
[view] fix: not displaying the right unit symbol for byte based sizes
2022-04-06 10:21:10 -03:00
Vinicius Moreira
7d12810772
[commons.util] improvement: returning a float for 'size_to_byte' parsing
2022-04-06 10:16:48 -03:00
Vinicius Moreira
20556a9fe3
[commons.util] fix: not handling bit based sizes (size_to_byte)
2022-04-05 18:18:53 -03:00
Vinicius Moreira
5e8da6afa8
[view] improvement: displaying a '+' for positive update sizes (upgrade summary)
2022-04-04 16:48:36 -03:00
Vinicius Moreira
a904c73b2d
[backup] improvement: remove_method option
2022-03-29 19:01:31 -03:00
Vinicius Moreira
bb9a52f34f
[commons] improvement: accepting 'shell' as an argument for 'new_root_subprocess'
2022-03-29 16:36:27 -03:00
Vinicius Moreira
330613f2c5
[commons.system] fix: some action errors not being displayed on the details component when they are concatenated with sudo output
2022-03-25 15:50:01 -03:00
Vinicius Moreira
cbfd1c491a
[commons.system] refactoring: 'new_subprocess' parameters tyiping
2022-03-25 09:41:58 -03:00
Vinicius Moreira
d55e46c6ec
[commons] refactoring: typing and kwargs of the 'system' module
2022-03-24 17:35:32 -03:00
Vinicius Moreira
e7701a96c6
Revert "[commons] refactoring: using 'en_US.UTF-8' as the the default LANG"
...
This reverts commit 9632b95b9d .
2022-03-24 16:50:28 -03:00
Vinicius Moreira
9632b95b9d
[commons] refactoring: using 'en_US.UTF-8' as the the default LANG
2022-03-24 16:25:18 -03:00
Vinicius Moreira
a4ccb08296
[commons] refactoring: using empty string for the default LANG
2022-03-24 15:29:56 -03:00
Vinicius Moreira
e1921facf8
[common] refactoring: 'get_human_size_str' moved from 'system' to 'view_utils'
2022-03-14 09:46:17 -03:00
Vinicius Moreira
5538a52442
[commons] fix: get_human_size_str for negative numbers
2022-03-14 09:33:50 -03:00
Vinicius Moreira
f6c8ad9553
[debian] initial Debian package management support
2022-03-10 17:11:19 -03:00
Vinicius Moreira
d0b4060739
[common] fix: size to byte conversion
2022-03-07 17:41:42 -03:00
Vinicius Moreira
9daa995d00
[common] fix: human-readable sizes
...
# Conflicts:
# bauh/commons/system.py
2022-03-07 16:10:18 -03:00
Vinicius Moreira
ff9d3be65b
fix: not accepting blank root passwords
2022-02-28 11:25:41 -03:00
Vinicius Moreira
fa972d2ea0
[commons] improvement: not displaying any output related to '[sudo] password'
2022-02-23 15:47:02 -03:00
Vinicius Moreira
f69ed7aa4a
[commons.system] fix: not handling unicode decode errors when reading a subprocess output
2022-01-27 16:32:32 -03:00
Vinicius Moreira
6d3917ee99
[arch] feature: allowing AUR packages to be installed when bauh is launched by the root user
2021-12-07 15:41:02 -03:00
Vinicius Moreira
47348c4b6c
[api] refactoring: CONFIG_PATH constant renamed to CONFIG_DIR
2021-11-25 15:41:09 -03:00
Vinicius Moreira
5e9409b6b7
[web] improvement: Electron cache moved to ~/.local/share/bauh/web/env/electron
2021-11-25 13:13:47 -03:00
Vinicius Moreira
f78498c1ec
[commons] refactoring: 'user' module moved to 'api'
2021-11-23 18:02:54 -03:00
Vinicius Moreira
8f9810bd69
[api] refactoring: 'constants' module renamed to 'paths'
2021-11-23 17:53:05 -03:00
Vinicius Moreira
b95de10268
[commons/system] more fixes related to some backend commands hanging
2021-11-11 18:13:06 -03:00
Vinicius Moreira
7f89e04809
[commons/system] more fixes related to some backend commands hanging
2021-11-11 15:04:16 -03:00
Vinicius Moreira
f0c29d4089
[common] fix: some backend commands could hang when require user interaction
2021-11-05 16:07:37 -03:00
Vinicius Moreira
f3ac25fb0f
improvement -> internet checking time
2021-01-18 14:38:36 -03:00
Vinicius Moreira
465c90a7b6
[arch] fix -> 'rebuild-detector' integration not working when launched from KDE menu or PyCharm
2021-01-15 17:56:02 -03:00