Commit Graph

65 Commits

Author SHA1 Message Date
Alex Hedges 54ff0ef919 Add name and email to `AUTHORS` 2025-05-14 12:25:13 +02:00
Dane H Lim 2acf692070 Add Dane H Lim to contributors list 2025-03-14 07:54:08 +01:00
Woomymy 8f8b29c765 AUTHORS: Add myself
Signed-off-by: Woomymy <woomy@woomy.be>
2024-10-15 17:37:24 +02:00
derickdiaz c59b50e787 Added feature to allow emitters to invoke on dnf error 2023-11-15 12:33:34 +01:00
Dominik Mierzejewski 3cf246e90a add myself to contributors list 2023-08-31 14:58:29 +02:00
Anish Bhatt cb654bbdff Add to authors 2023-07-11 11:49:16 +02:00
Evan Goode a435559e12 Add Evan Goode to AUTHORS 2023-01-26 15:33:20 +01:00
Laszlo Ersek 065c32efb8 AUTHORS: add Laszlo Ersek
Add myself to the "DNF CONTRIBUTORS" section, per "README.rst".

Signed-off-by: Laszlo Ersek <lersek@redhat.com>
2022-04-28 13:16:02 +02:00
Oğuz Ersen 7581fd3a88 Update AUTHORS 2022-03-28 09:14:19 +02:00
Oğuz Ersen 3e566786b8 Update AUTHORS 2022-02-09 14:34:34 +01:00
sbluhm a96abad2cd Add documentation for query api flags
= changelog =
msg: Add documentation for query api flags
type: enhancement
resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2035577
2022-01-10 12:12:50 +01:00
Gary Leydon 75d32feee7 add author 2021-05-31 09:30:55 +02:00
Filipe Brandenburger 337ee2b55e Add myself to list of contributors 2020-04-02 18:58:34 +02:00
frknkrc44 2a1808bdf4 Update AUTHORS 2019-11-04 09:35:00 +01:00
Tomas Kasparek 4e13ac7faa update AUTHORS with new contributor 2018-06-21 19:52:13 +02:00
Eduard Čuba 1972a5fd27 [swdb]: integration squashed
SWDB - Unified Software Database for DNF integration

history sqlite, yumdb and history persistor replaced by SWDB
yum/history classes rewritten into libdnf-swdb
see https://github.com/edynox/libdnf

Original commit tree was too long and caused problems when rebasing.
Find original tree here: https://github.com/edynox/dnf/tree/hif-swdb
I will try to keep both branches up to date for easier debugging until
PR will be merged.

[swdb]: rewritten transaction merging into libdnf

Transaction merging was done via obsoleted classes YumHistoryTransaction
and YumMergedHistoryTransaction which were significantly redundant with
SWDB Transaction implementation.

Transactions are now merged directly in SWDB using method merge.
i.e. T1.merge(T2),

[swdb]: trans with support + fixed history info

TRANS_WITH was missing from history info output.

Fixed package comparation and merged transaction IDs.

[swdb]: transaction comparison tests

Fixed tests for transaction comparison

Rewritten yumdb usage in base.py - introduced in upstream

[swdb]: change lib path for testing

[swdb]: refactor nvra to nevra in swdb calls

[swdb]: fix group_remove unit test and group reset

[swdb]: support for get erased reason

Introduced in rpm-software-management/dnf@3c661d6fd7

[swdb]: cosmetic changes - package represenation

use str(pkg) instead of pkg.nevra

rename some variable names

[swdb]: refactor group is_installed to installed

For compatibility with original api + some cosmetic changes

[swdb]: port mark group feature to swdb

+ remove YumHistoryMergedTransaction from rollback command

[swdb]: reorganize database sources in DNF

Drop unused yum files and migrate SWDB sources out of the yum folder.

[swdb]: drop yum/packages.py

Replaced by DnfSwdbPkg method `match(pattern)`

[swdb]: API refactor - nevra -> DnfPackage

Hide internal swdb nevra binding from user

[swdb]: mark history.group as property

Load GroupPersistor lazily

[swdb]: API for asking if a group is installed (RhBug:1339623)

[swdb]: refactor reason - string -> enum

Use reason enumeration for simplier comparation and database access.

[swdb]: refactor package type to enum

Use enumeration for package type instead of string.

Fix ui_from_repo for transaction_with packages.

[swdb]: introduce dnf.db.types

Move Swdb specific types to separate file to avoid circular dependencies
between history and other source files.
2017-10-19 13:52:32 +02:00
Dylan Pindur 179036ce0b Add myself to AUTHORS 2017-10-18 09:44:55 +02:00
Nathaniel McCallum b821687693 Add myself to the AUTHORS file
Closes: #866
Approved by: dmach
2017-07-19 15:08:06 +00:00
Jaroslav Rohel 2509bf2515 AUTHORS: updated
Closes: #768
Approved by: ignatenkobrain
2017-03-23 11:39:08 +00:00
Martin Hatina 5f8db6a574 Add myself (mhatina) to AUTHORS 2017-03-22 12:53:51 +01:00
Lubomír Sedlář 8b9ce5dfdd Add lsedlar to contributors list
Closes: #724
Approved by: MichaelMraka
2017-02-02 10:14:35 +00:00
Pavel Grunt 0b8b7d6fff Add myself to AUTHORS
Closes: #586
Approved by: ignatenkobrain
2016-08-29 17:52:17 +00:00
Michal Luscon 6ccfe09c8b update authors file 2016-04-26 17:55:02 +02:00
Michael Dunphy ce5dce73f0 Fix output headers for dnf history command 2016-03-22 12:01:12 +01:00
Jaroslav Mracek b4444dae39 Add an example for install command
It describes how to install package that provides a file.
2016-02-25 10:48:49 +01:00
Matt Sturgeon 37734f7ba3 Added myself to AUTHORS for my tiny little README patch 2016-02-23 17:32:13 +01:00
Abhijeet Kasurde 2d6aaafb6a Updated documentation for dnf group list command (RhBug:1268818)
Documentation of group list sub command now tells users about
availability of verbose option.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2016-02-22 16:40:23 +01:00
Jan Silhan 3d93b37547 AUTHORS: updated 2016-01-18 18:13:59 +01:00
Rob Cutmore 08d575b064 Fix typos in documentation 2015-12-11 15:02:35 +01:00
Dave Johansen 8f0ba75550 parser: add support for braces in substitution (RhBug:1283017)
The existing substitution didn't support barces which prevented use
in some cases. This change adds a second match in the regex to
handle braces and adds additional tests to verify that it is
working as expected.
2015-12-11 09:50:40 +01:00
Adam Williamson b7c55d0135 cli: don't crash if y/n and sys.stdin is None (RhBug:1278382)
Per https://bugzilla.redhat.com/show_bug.cgi?id=1278382 , if
sys.stdin is somehow None (which currently seems to be the case
when a dnf command is run in virt-builder) and a dnf command
leads to a y/n question, dnf will crash. This should fix it.
2015-11-26 15:46:29 +01:00
Jan Silhan e72ca47ade AUTHORS: updated 2015-11-16 12:41:13 +01:00
Neal Gompa (ニール・ゴンパ) 81a435c932 Replace assert_called() with assert_called_with() for Py35 support
mock in Python 3.5 doesn't support assert_called(), which causes
this test to fail. Changing it to assert_called_with() fixes this
and appears to still work with Python 2 and earlier versions in
Python 3.3 and Python 3.4.
2015-10-12 15:47:56 +02:00
Jan Silhan 14e9987fbb AUTHORS updated
reverting patch -> erasing author
2015-09-08 13:34:26 +02:00
Jan Silhan 46caa4465f AUTHORS: updated 2015-08-31 16:46:10 +02:00
Jan Silhan 7649601d4e AUTHORS: updated 2015-07-27 15:53:01 +02:00
Jan Silhan b4c1958ca5 AUTHORS: updated 2015-06-26 16:33:22 +02:00
Michal Luscon caf704a2e3 Update authors 2015-05-28 17:31:47 +02:00
Jan Silhan 79fe8738ed AUTHORS: updated 2015-05-04 14:36:02 +02:00
Jan Silhan 6375b31c9c AUTHORS: distuinguish authors and contributors 2015-05-04 14:36:02 +02:00
Radek Holy 2f110db2fd AUTHORS: updated 2015-04-24 15:23:07 +02:00
Jan Silhan bc9da96c52 AUTHORS: updated 2015-04-02 13:02:06 +02:00
Jan Silhan d80172f71d updated AUTHORS 2015-03-19 13:42:42 +01:00
Jan Silhan 76fc9d39e1 AUTHORS: changed email address 2015-02-11 17:57:50 +01:00
Jan Silhan e142bab159 AUTHORS: updated 2015-02-11 13:28:14 +01:00
Jan Silhan 2d9d321dc4 AUTHORS: updated 2015-02-10 11:58:58 +01:00
Jan Silhan a3ad4e101a new authors added 2014-11-05 19:54:17 +01:00
Igor Gnatenko 74b7921682 bash-completion: new completion from scratch (RhBug:1070902)
Features:
  `--enablerepo`:
    completes by disabled repos (`dnf repolist disabled`)
  `--disablerepo`:
    completes by enabled repos (`dnf repolist enabled`)
  `install|update`:
    completes by available pkgs and if local path used (e.g. `./`),
    completes from local files which ends with `.rpm`
  `help`:
    complete only one command. I.e. `help help<TAB><TAB>` will complete
    nothing
  All options/args generates automatically

Used Elad Alfassa <elad@fedoraproject.org> code for completing
`install`, `remove|erase`, `update`, `info` commands.

Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1070902
2014-09-10 09:24:22 +02:00
Ales Kozumplik d1b835ae2f AUTHORS: added Albert. 2014-03-21 10:57:10 +01:00
Ales Kozumplik 54235d3220 AUTHORS: added Tim. 2014-03-21 10:45:57 +01:00