Commit Graph

2218 Commits

Author SHA1 Message Date
lxnay 76d8d9596c Entropy/TODO:
- update TODO
Entropy/Equo:
- add installed packages database backup/restore tools
Entropy/EquoInterface:
- add backup/restore database helper functions
Entropy/EntropyDatabaseInterface:
- fix getIDPackageFromDownload()
Entropy/entropyTools:
- add compress_file() function (uncompress_file() already present)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2518 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-11 21:11:07 +00:00
lxnay 8e7a4568f1 Entropy/EntropyDatabaseInterface:
- fix getIDPackage()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2517 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-11 16:56:51 +00:00
lxnay a21b458a13 Entropy/EntropyDatabaseInterface:
- improve branches handling on the client (installed packages) database
- remove some obsolete functions


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2516 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-11 16:54:47 +00:00
lxnay 9347bd4f24 Entropy/entropyTools:
- spawnFunction(): add the ability to provide a callback function to read the child pid id
Entropy/Repository Manager:
- make possible to stop any queued command that calls spawnFunction (85% of them)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2515 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-10 20:22:16 +00:00
lxnay b4e6609cf4 Entropy/FtpInterface:
- improve FTP uri parser, move to entropyTools
- fix issues when no directory path is specified


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2514 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-10 19:24:02 +00:00
lxnay 222ff8f01d tagging entropy 0.22.1
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2513 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-10 11:41:37 +00:00
lxnay 6a55a86f56 Entropy/ServerInterface:
- fix indentation into migrate_repository_databases_to_new_branched_path()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2512 cd1c1023-2f26-0410-ae45-c471fc1f0318
0.23.1 0.23.0 0.22.1
2008-10-10 11:27:29 +00:00
lxnay f33367879d Entropy/EntropyDatabaseInterface:
- revert some changes doing more harm than good


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2511 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-10 11:18:54 +00:00
lxnay 5ca8ba6f29 Entropy/EntropyDatabaseInterface:
- listAllCategories(): add order_by parameter


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2510 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-09 18:52:13 +00:00
lxnay e76b85360c Entropy/EntropyDatabaseInterface:
- retrieveContent(): add order_by parameter


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2509 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-09 18:07:42 +00:00
lxnay 39f2cd0a0f Entropy/EntropyDatabaseInterface:
- retrieveContent(): add order_by parameter


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2508 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-09 18:06:22 +00:00
lxnay 994b4a87f5 Entropy/Equo:
- update --upgrade feature when running equo world
Entropy/EquoInterface:
- update move_to_branch() to reflect latest branch management changes
Entropy/EAPI3:
- update EAPI3 commands to reflect latest branch management changes
- also update server-side functions, removing the old ones to avoid to be run by old clients
see server/entropy-repository-daemon changes to know more


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2506 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 18:43:32 +00:00
lxnay a23df9b5f6 Entropy/Spritz:
- add information on available branches into the repository information string


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2505 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 18:40:12 +00:00
lxnay b9a4c254b0 Entropy/TODO:
- update TOOD


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2504 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 18:39:30 +00:00
lxnay 69ce0591ad Entropy/ServerInterface:
- switch_packages_branch(): also migrate counters


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2503 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 16:07:42 +00:00
lxnay 5215849f9c Entropy/ServerInterface:
- database split: avoid to run tidy_packages() on maintenance branches -> branch_string != etpConst['branches'][-1]


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2502 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 15:20:38 +00:00
lxnay 8ab4ae3851 Entropy/entropyConstants:
- sort etpConst['branches']


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2501 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 15:18:52 +00:00
lxnay b2c4437aa2 Entropy/ServerInterface:
- switch_packages_branch(): export counter to stdout


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2500 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 13:43:11 +00:00
lxnay c05c5e2efb Entropy/Reagent:
- ease the output, do not print the whole package list


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2499 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 13:39:41 +00:00
lxnay b5ec9b033d Entropy/database split:
- some changes to allow easy branch migration through the 'switchbranch' tool


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2498 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 13:36:40 +00:00
lxnay 30782e37ed Entropy:
- database split: work out the client part


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2497 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 12:41:17 +00:00
lxnay 561db807d5 Entropy:
- databases now split by branch (first chunk, ServerInterface migrated, EquoInterface and Repository Daemon to go


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2496 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 12:05:00 +00:00
lxnay 50f82df28a Entropy/Equo:
- when exception is raised, DO transform the error to unicode instead of ascii


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2495 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-08 12:03:58 +00:00
lxnay 6532363bb2 Entropy/i18n:
- update translations


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2493 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-07 13:14:53 +00:00
lxnay df145cd5b7 Entropy/repository manager example:
- add google client id param


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2492 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-07 13:13:56 +00:00
lxnay c5aa85b30b Entropy/Spritz:
- make UGC video uploads more fun to do


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2491 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-07 13:13:20 +00:00
lxnay 38c4481d05 Entropy/DistributionUGCInterface:
- insert_youtube_video(): add google client id support


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2490 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-07 12:41:56 +00:00
lxnay 2977ea5d14 Entropy/Repository daemon example:
- add google developer key support


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2489 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-07 10:51:33 +00:00
lxnay c5e564c838 Entropy/System Manager:
- write_to_running_command_pipe(): add the ability to not write stdin to stdout through a simple bool
Entropy/DistributionUGCInterface:
- add Google developer key support (if provided)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2488 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-07 10:51:02 +00:00
lxnay 9f6cb73be6 Entropy/Spritz:
- make UGC submits parallel, this avoids having a frozen GUI


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2487 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 23:21:35 +00:00
lxnay a7a84731c2 Entropy/outputTools:
- my_raw_input: make txt optional


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2485 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 18:19:03 +00:00
lxnay e40be9ae26 Entropy/EntropyDatabaseInterface:
- do not crash on completely broken atom (USE deps)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2484 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 17:51:28 +00:00
lxnay 1b6e1c62da Entropy/EntropyDatabaseInterface:
- do not crash on completely broken atom (USE deps)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2483 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 17:46:10 +00:00
lxnay 8553d11794 Entropy/entropyTools:
- improve remove_usedeps()


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2482 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 17:43:08 +00:00
lxnay 40143779d3 Entropy/EntropyDatabaseInterface:
- atomMatch(): do not crash on badly formatted atom when dealing with USE dependencies


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2481 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 17:34:13 +00:00
lxnay 323e29de7e Entropy/EntropyDatabaseInterface:
- fix issues with string formatting when remote database is locked (server-side only)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2480 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 17:24:00 +00:00
lxnay 6a72e3b206 tagging entropy 0.21.1
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2479 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 14:00:47 +00:00
lxnay 1ec6159d13 Entropy/System Manager:
- fix issues with parallel tasks on the queue_processor: always break the loop if fork_data
- never accept to keep the queue locked even if an exception is raised inside the queue_processor
- add support for remote interactivity on all the publicly exported commands (this allows to interact with the functions/tasks remotely)
Entropy/PortageInterface:
- add usedeps_reduce to filter out unwanted Portage EAPI2 USE dependencies


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2478 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 13:58:09 +00:00
lxnay 50ccec54f7 Entropy/outputTools:
- do not use raw_input(), which is shit, poll stdin instead


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2477 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 13:54:12 +00:00
rogerc ca8de2c50b update catalan translation
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2476 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-06 09:50:42 +00:00
lxnay 1e84722069 Entropy/Repository Manager:
- fix another typo


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2475 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-05 18:29:03 +00:00
lxnay 5f893fe00f Entropy/Repository Manager:
- fix typo

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2474 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-05 18:11:14 +00:00
lxnay 3f778f87c8 Entropy/Repository Manager:
- enable basic commands interactivity (half done)
testing


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2473 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-05 18:00:41 +00:00
lxnay add3b8d5a7 Entropy/PortageInterface:
- calculate_dependencies(): fix typo error


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2472 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-05 15:37:19 +00:00
lxnay 2a91f4a61f Entropy/PortageInterface:
- calculate_dependencies(): handle IUSE EAPI2 style correctly


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2471 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-05 15:32:55 +00:00
lxnay 79f67e6e6f Entropy/EntropyDatabaseInterface:
- WriteLock, thread lock fixes
- code style fixes
Entropy/Repository Manager:
- use copy.deepcopy() to store functions' args and kwargs inside the dict


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2470 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-05 15:28:06 +00:00
lxnay c7d7131400 Entropy/SocketHostInterface:
- fix an issue that caused the SessionLock to be acquired twice by the expired sessions collector (second time in destroy_session)
Entropy/SystemManagerClientInterface:
- reword kill_all_connections and add the ability to cache them or not by providing this bool option to the instantiator


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2469 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-05 09:26:51 +00:00
lxnay 0455b20508 Entropy/Spritz:
- avoid to crash on queue item split when trying to retrieve a command result
Entropy/Repository Manager:
- complete the previous commit


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2468 cd1c1023-2f26-0410-ae45-c471fc1f0318
0.22.0 0.21.3 0.21.2 0.21.1
2008-10-03 18:56:07 +00:00
lxnay 6e7744d73f Entropy/Repository Manager:
- make docmd_get_queue() locking the queue before reading it
- make the queue_processor() to really handle parallelizable (? wtf ?) tasks


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2467 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-03 18:47:15 +00:00
lxnay d32c3049ea Entropy/Repository Manager:
- make it stronger when dealing with Portage on Spm functions
Entropy/Spritz:
- do not consider spm package dict static


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2466 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-10-03 18:11:27 +00:00