Commit Graph

991 Commits

Author SHA1 Message Date
Richard Hughes
816a512be9 add the upload script I use 2007-10-21 22:55:46 +01:00
Richard Hughes
b1dff27567 Merge branch 'master' of git+ssh://hughsie@git.packagekit.org/srv/git/PackageKit 2007-10-21 22:53:02 +01:00
Richard Hughes
1fa4d6f51c more fixes to the progress bar code 2007-10-21 22:52:46 +01:00
James Bowes
549a996326 Mention smart in the html pages 2007-10-21 17:35:38 -04:00
James Bowes
730c70b90b Add smart status to backend checklist 2007-10-21 17:29:34 -04:00
James Bowes
c31da0c3e5 Add initial layout for smart backend. 2007-10-21 17:29:34 -04:00
Richard Hughes
943b099e1e stylistic changes to james' patch 2007-10-21 21:56:41 +01:00
James Bowes
e548c26461 pkcon: Display a pulsing progress bar for no-progress-updates, too. 2007-10-21 15:15:23 -04:00
James Bowes
a4174a2e4d pkcon: Add a fancy progress bar when we're on a tty, 2007-10-21 15:14:28 -04:00
James Bowes
f6da576a4d pkcon: Add a --nowait option. 2007-10-21 15:07:41 -04:00
Richard Hughes
8ba63bf2b4 if we have no package_id then try the search also for the feedback UI 2007-10-21 18:34:07 +01:00
James Bowes
a5e6116f8f Add *.swp, tags, and *.patch to .gitignore 2007-10-20 23:41:58 -04:00
Grzegorz Dabrowski
143cab1bb6 [box] allow filtering when searching by a file 2007-10-20 19:20:23 +00:00
Grzegorz Dabrowski
d90e4a6bbd [box] Release memory in case of error. Simplified implementation of get_depends and get_requires functions. 2007-10-20 16:29:18 +00:00
Andreas Obergrusberger
8d9798db38 add get_repo_list to alpm backend 2007-10-20 12:30:30 -07:00
Grzegorz Dabrowski
dc1c732742 I think, box is 50% complete 2007-10-20 11:38:03 +00:00
Grzegorz Dabrowski
789ad57b33 [box] implemented get_requires() 2007-10-20 11:10:14 +00:00
Grzegorz Dabrowski
41cab28ad9 [box] implemented get_depends() 2007-10-20 10:42:21 +00:00
James Bowes
0025dce8a4 Add a backend parameter to run-pk.sh
Use 'run-pk.sh BACKEND_NAME' to launch packagekitd with the given
backend, or 'run-pk.sh' (no arguments) to use the dummy backend.
2007-10-19 19:59:58 -04:00
Richard Hughes
7269e42f20 users have to manually specify --with-security-framework to get the dummy backend, this option is too dangerous to be a fall through 2007-10-19 23:46:41 +01:00
Richard Hughes
9cd4aa8a6a give a compile time option for a security framework
WARNING: Using a 'dummy' framework essentially is no security. Do not do this.
2007-10-19 23:25:38 +01:00
Richard Hughes
ca9616b5f2 modularize the security frameworks so others can be compiled in 2007-10-19 20:01:55 +01:00
Richard Hughes
7c77a95548 don't use the context, send the dbus name 2007-10-19 19:32:30 +01:00
Grzegorz Dabrowski
11ebf6952d updated information about backends - added methods: get-update-detail, get-repo-list, repo-enable, repo-set-data, cancel-transaction, update-package 2007-10-19 20:15:33 +00:00
Grzegorz Dabrowski
00f2aeb4fe [box] added simple implementation of update-system 2007-10-19 19:49:00 +00:00
Richard Hughes
51e512d8a4 add pkcon install foo capability, where foo is a package_id or something else that is resolved 2007-10-19 15:58:47 +01:00
Richard Hughes
6d223e24ab fix the header protect lines 2007-10-19 15:30:38 +01:00
Richard Hughes
da9c1e5100 add a filter parameter to Resolve so we can do the filtering in the backend 2007-10-19 15:27:58 +01:00
James Bowes
0e09bde140 yum: Add filter for resolve.
Resolve now accepts a filter list as its first argument, similar to search.
The name to resolve is now the second argument.
2007-10-19 10:13:16 -04:00
Richard Hughes
1a7a3b57fc don't export the private data array in PkClient or PkPackageList - breaks API with gnome-packagekit 2007-10-19 14:15:13 +01:00
Richard Hughes
fb39fc68b1 add the start pf the resolve client bits 2007-10-19 13:48:13 +01:00
Richard Hughes
3d5a865715 make pkcon only support one transaction per command - which takes out the array nonsense 2007-10-19 13:23:34 +01:00
Richard Hughes
51a3c95639 use a HTML FAQ page - users were getting confused once in the wiki 2007-10-19 13:04:56 +01:00
Richard Hughes
ae56df28fe Explain SIGQUIT and SIGKILL in the docs 2007-10-19 12:53:16 +01:00
Tim Lauridsen
d80ae5ac67 yum: only signal-wait once when waiting for the yum lock 2007-10-19 11:51:28 +02:00
Richard Hughes
099821ddc3 update TODO 2007-10-19 10:41:56 +01:00
Richard Hughes
2d1c9c52a4 make the return types from the spawn code enumerated 2007-10-19 10:39:13 +01:00
Richard Hughes
704df4b390 add the no-cache error enum 2007-10-19 10:24:04 +01:00
Richard Hughes
fcbe8779f7 dist the test files so the PkSpawn backend can do it's unit tests in make distcheck 2007-10-19 10:15:20 +01:00
Tim Lauridsen
8941b801b3 yum: signal "error\\tno-cache" if cache is invalid in search-* helpers (this time is works) 2007-10-19 10:40:43 +02:00
Tim Lauridsen
7d5c4ed34c yum: signal "error\\tno-cache" if cache is invalid in search-* helpers 2007-10-19 10:33:22 +02:00
Richard Hughes
f3d7bcb92c add some more unit tests to PkEnum 2007-10-19 09:22:48 +01:00
Tim Lauridsen
fec2d1528b yum: added retry on yum lock every 2 sek and submitting wait status to frontend 2007-10-19 07:41:09 +02:00
Grzegorz Dabrowski
7ca0e0bec9 Merge branch 'master' of git+ssh://kaliber@git.packagekit.org/srv/git/PackageKit 2007-10-19 07:40:08 +00:00
Grzegorz Dabrowski
ab9037cc2a [box] backend_get_groups is not supported 2007-10-19 07:39:45 +00:00
Tim Lauridsen
108a4337d6 yum: clean up unused code 2007-10-19 07:26:09 +02:00
James Bowes
202875721a backend: Allow no-percentage-updates to work.
no-percentage-updates has no parameters passed along from the
backends, so strstr looking for tabs will always fail. Get rid of the
strstr check.
2007-10-18 21:05:45 -04:00
Richard Hughes
8c311c01e3 do SIGQUIT and then SIGKILL after a little delay, so we can unlock the yum backend nicely when we cancel 2007-10-19 00:17:23 +01:00
Richard Hughes
ba18968994 add some items to the todo 2007-10-18 19:02:53 +01:00
Richard Hughes
1e745db08e update TODO - we have uploaded the website now 2007-10-18 19:00:46 +01:00