[kget] [Bug 197358] Allow transfer history to be automatically be deleted
https://bugs.kde.org/show_bug.cgi?id=197358 Albert Astals Cid changed: What|Removed |Added Latest Commit|https://invent.kde.org/netw |https://invent.kde.org/netw |ork/kget/-/commit/a50d60ae7 |ork/kget/-/commit/2c549c6a2 |ff8c107b6f95968a13e2c208da6 |47f2bea429e37d6543fb9798d9a |0957|8537 --- Comment #4 from Albert Astals Cid --- Git commit 2c549c6a247f2bea429e37d6543fb9798d9a8537 by Albert Astals Cid, on behalf of Theodore Wang. Committed on 23/07/2023 at 17:43. Pushed by aacid into branch 'release/23.08'. Implemented feature request involving automatic deletion of transfer history and fixed TestJob member function Toggling and setting of automatic deletion can be done under Settings->Configure KGet->Advanced. Users can set automatic deletion based on a period of time. For history items which have been around for a period longer than the specified duration, they are automatically deleted. The specified duration can either be in terms of Day(s), Hour(s), Minute(s) or Seconds(s). (Not related to bug) Also changed TestJob member function to prevent "Finished" jobs from being "Stopped" and started again. Thus resolving unit test failures. (cherry picked from commit a50d60ae7ff8c107b6f95968a13e2c208da60957) M +19 -0conf/dlgadvanced.ui M +9-0conf/kget.kcfg M +33 -0conf/preferencesdialog.cpp M +3-0conf/preferencesdialog.h M +3-0core/kget.cpp M +55 -0core/transferhistorystore.cpp M +18 -0core/transferhistorystore.h M +7-0core/transferhistorystore_sqlite.cpp M +7-0core/transferhistorystore_xml.cpp M +1-1tests/schedulertest.cpp https://invent.kde.org/network/kget/-/commit/2c549c6a247f2bea429e37d6543fb9798d9a8537 -- You are receiving this mail because: You are watching all bug changes.
[kget] [Bug 197358] Allow transfer history to be automatically be deleted
https://bugs.kde.org/show_bug.cgi?id=197358 Albert Astals Cid changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--- |FIXED Latest Commit||https://invent.kde.org/netw ||ork/kget/-/commit/a50d60ae7 ||ff8c107b6f95968a13e2c208da6 ||0957 --- Comment #3 from Albert Astals Cid --- Git commit a50d60ae7ff8c107b6f95968a13e2c208da60957 by Albert Astals Cid, on behalf of Theodore Wang. Committed on 23/07/2023 at 16:27. Pushed by aacid into branch 'master'. Implemented feature request involving automatic deletion of transfer history and fixed TestJob member function Toggling and setting of automatic deletion can be done under Settings->Configure KGet->Advanced. Users can set automatic deletion based on a period of time. For history items which have been around for a period longer than the specified duration, they are automatically deleted. The specified duration can either be in terms of Day(s), Hour(s), Minute(s) or Seconds(s). (Not related to bug) Also changed TestJob member function to prevent "Finished" jobs from being "Stopped" and started again. Thus resolving unit test failures. M +19 -0conf/dlgadvanced.ui M +9-0conf/kget.kcfg M +33 -0conf/preferencesdialog.cpp M +3-0conf/preferencesdialog.h M +3-0core/kget.cpp M +55 -0core/transferhistorystore.cpp M +18 -0core/transferhistorystore.h M +7-0core/transferhistorystore_sqlite.cpp M +7-0core/transferhistorystore_xml.cpp M +1-1tests/schedulertest.cpp https://invent.kde.org/network/kget/-/commit/a50d60ae7ff8c107b6f95968a13e2c208da60957 -- You are receiving this mail because: You are watching all bug changes.
[kget] [Bug 197358] Allow transfer history to be automatically be deleted
https://bugs.kde.org/show_bug.cgi?id=197358 --- Comment #2 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/network/kget/-/merge_requests/60 -- You are receiving this mail because: You are watching all bug changes.
[kget] [Bug 197358] Allow transfer history to be automatically be deleted
https://bugs.kde.org/show_bug.cgi?id=197358 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #1 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/network/kget/-/merge_requests/59 -- You are receiving this mail because: You are watching all bug changes.