Commit Graph

57 Commits

Author SHA1 Message Date
Vinicius Moreira
d7a17f324e [gems.debian] fix: not properly handling packages with names ending with :i386 2022-10-28 17:40:42 -03:00
Vinicius Moreira
4c0a6af8cc [gems.arch] enhancement: pacman.list_ignored_pkgs now use Python calls instead of system calls 2022-10-26 07:59:02 -03:00
Vinicius Moreira
4917a7f017 [tests] fix: test breaking when system LANG=C 2022-10-25 17:45:01 -03:00
Vinicius Moreira
ea40e4f0b7 [gems.appimage] improvement: better TryExec field cleaning + tests fixed 2022-10-24 17:32:58 -03:00
Vinicius Moreira
57ac55c53f feature: custom software suggestions 2022-05-26 18:18:09 -03:00
Vinicius Moreira
ea3bb062ef [flatpak] improvement: upgrade requirements sorting 2022-05-10 18:55:31 -03:00
Vinicius Moreira
c0fde3686d [core] improvement: preventing command injection through the search mechanism 2022-05-02 15:20:14 -03:00
Vinicius Moreira
268b59bc3a [arch] fix: displaying already installed packages when suggesting optional dependencies 2022-04-13 17:47:07 -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
8cea0318ac [debian] fix: displaying wrong symbols among numbers in transaction outputs for systems without english encoding installed 2022-04-07 12:42:49 -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
cd32286cc3 [tests] fix: broken test case 2022-03-30 14:07:00 -03:00
Vinicius Moreira
e654ae06a5 [web] fix: using the wrong locale format for the Accept-Language header 2022-03-25 12:53:14 -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
c003d0406c [tests] fix: broken tests 2022-03-11 17:54:33 -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
e737df8e8c [api] refactoring: implementing __eq__ and __hash__ for PackageUpdate 2022-03-04 11:59:08 -03:00
Vinicius Moreira
70073a7bad [tests] fix: broken Flatpak test case 2021-11-22 17:14:24 -03:00
Vinicius Moreira
d68bf1e53d [flatpak] fix: not displaying the updates size for Flatpak 1.2 2021-11-09 12:28:41 -03:00
Vinicius Moreira
39547d499d [tests] warning filter improved 2021-06-18 15:25:45 -03:00
Vinicius Moreira
c2493befda [arch] fix -> regressions from commit db5eeabf 2021-06-18 15:14:20 -03:00
Vinicius Moreira
6e2a4222c8 [arch] refactoring: removing unneeded module 2021-06-17 17:46:13 -03:00
Vinicius Moreira
37ec3d96f4 tests: cleaning up some warnings 2021-06-17 17:31:09 -03:00
Vinicius Moreira
1e1b1dc864 tests: filtering some wrong warnings 2021-06-17 17:07:26 -03:00
Vinicius Moreira
db5eeabfb8 [arch] fix: some dependencies not being matched during comparisons between numeric and alphanumeric versions 2021-06-17 17:03:34 -03:00
Vinicius Moreira
66037186a4 [arch] fixes related to dependency checking 2021-03-02 10:58:46 -03:00
Vinicius Moreira
cf17a91b83 [arch] improvement -> AUR: upgrade checking now considers modification dates as well 2020-12-17 18:35:34 -03:00
Vinicius Moreira
817dac86f2 [appimage] fix -> some installed applications cannot be launched by their desktop entries 2020-12-12 09:57:14 -03:00
Vinicius Moreira
d435480165 [appimage] fix: missing **Exec** parameters on generated desktop entries 2020-12-08 18:55:57 -03:00
Vinicius Moreira
60228eec97 [ui] feature: themes 2020-11-27 15:52:57 -03:00
Vinicius Moreira
fb2c062226 [arch] fix -> AUR: not checking updates correctly when there are epoch numbers present 2020-09-02 11:10:50 -03:00
Vinicius Moreira
e4661e837a [arch] fix -> AUR: not detecting some package updates 2020-09-02 10:18:59 -03:00
Vinicius Moreira
16eb8445fb [arch] fix -> AUR: not properly extracting srcinfo data when several pkgnames are declared 2020-08-28 13:53:59 -03:00
Vinícius Moreira
7abe146dbe [tests] fixing broken test 2020-04-13 19:32:06 -03:00
Vinícius Moreira
01a60ea686 0.9.0 2020-04-13 11:49:28 -03:00
Vinícius Moreira
7fc1d4d2b5 [tests] refactoring 2020-02-13 11:28:25 -03:00
Vinícius Moreira
ecd936c6fd [flatpak] sorting packages before updating 2020-02-06 19:40:14 -03:00
Vinícius Moreira
44ad20f613 [aur] supporting right sort when the package provides multiple names 2020-02-05 19:29:05 -03:00
Vinícius Moreira
a10851a16f [aur] initial implementation to determine the best update order 2020-02-05 18:46:55 -03:00
Vinicius Moreira
16586a7d28 [flatpak] fix: category formatting | sorting categories 2019-10-25 11:22:23 -03:00