summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Packages
Commit message (Expand)AuthorAgeFilesLines
...
| * testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-263-5/+5
| * testsuite: fixed issues found by latest version of pep8Chris St. Pierre2013-03-264-18/+18
| * Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-8/+3
| * Packages: add and expose get_config() function to get configs for other hostsChris St. Pierre2013-03-252-2/+11
| * Revert "Packages: expose full source list via Connector interface"Chris St. Pierre2013-03-251-3/+1
| * Revert "Packages: properly implemented deepcopy() for PackagesSources objects"Chris St. Pierre2013-03-253-26/+4
| * Packages: properly implemented deepcopy() for PackagesSources objectsChris St. Pierre2013-03-253-4/+26
* | Merge branch '1.4.x'Chris St. Pierre2013-04-237-186/+87
|\ \ | |/ |/|
| * use Executor class for better subprocess calling on serverChris St. Pierre2013-03-141-31/+18
| * Merge branch 'master' into 1.4.xChris St. Pierre2013-02-202-43/+52
| |\
| * | made XInlcude and Encryption support more consistentChris St. Pierre2013-02-071-4/+0
| * | converted InfoXML objects from XMLSrc to StructFileChris St. Pierre2013-02-061-13/+13
| * | moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-055-21/+26
| * | Merge branch '1.3.1' into 1.4.xChris St. Pierre2013-01-176-25/+22
| |\ \
| | * | removed passing of optionparser object amongst Packages pluginChris St. Pierre2013-01-176-23/+20
| | * | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-0/+2
| * | | removed magic groupsChris St. Pierre2013-01-176-87/+10
| * | | fixed unit testsChris St. Pierre2013-01-171-1/+1
| * | | added a module-level FAM object to avoid passing it as an argument a billion ...Chris St. Pierre2013-01-176-27/+18
| * | | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-0/+2
| |/ /
* | | Packages: expose full source list via Connector interfaceChris St. Pierre2013-03-251-1/+3
* | | fixed unit testsChris St. Pierre2013-03-211-4/+3
* | | Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-1/+1
|\ \ \
| * | | added PEP-8 style checks to test suiteChris St. Pierre2013-03-111-1/+1
| | |/ | |/|
* | | YUM: Fixing long linesJason Kincl2013-02-241-2/+5
* | | Packages: Adding Yum groups to Bcfg2's internal dependency resolverJason Kincl2013-02-221-13/+72
* | | YUM: Adding functionality to YUM client tool to resolve YUM groups when serve...Jason Kincl2013-02-221-0/+5
* | | Packages: fixed overzealous deduplication of packages that removed essential ...Chris St. Pierre2013-02-221-6/+8
|/ /
* | Packages: fixed several bugs that could cause duplicate Package entriesChris St. Pierre2013-02-062-14/+18
* | Packages: removed unnecessary nested functionsChris St. Pierre2013-01-231-42/+41
* | Packages: only convert package entry to tuple if yum libraries are usedChris St. Pierre2013-01-231-0/+6
* | Packages: fixed bug with display of package entries that have been converted ...Chris St. Pierre2013-01-231-3/+3
|/
* testsuite: test for exceptions raised without messagesChris St. Pierre2012-12-101-1/+1
* catch pulp errors when creating/binding consumersChris St. Pierre2012-11-271-10/+25
* fixed plugin-specific implementations of toggle_debug for new set_debug stuffChris St. Pierre2012-11-162-9/+9
* only try to find bcfg2-yum-helper in $PATH onceChris St. Pierre2012-11-141-15/+16
* fixed some docs for sphinx 1.1Chris St. Pierre2012-11-131-2/+2
* Packages: fixed yum cachefiles propertyChris St. Pierre2012-11-081-1/+1
* Packages: import error we catchChris St. Pierre2012-10-161-1/+1
* Packages: better error handling for GPG key downloadingChris St. Pierre2012-10-161-3/+15
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-152-3/+3
* fixed docs for Apt and Pac collections. can haz sphinx 1.1 yet?Chris St. Pierre2012-10-113-1/+27
* Packages: updated pulp repo handling to latest Pulp v1 APIChris St. Pierre2012-10-113-15/+156
* Packages: added stats trackingChris St. Pierre2012-10-105-4/+22
* testsuite: expanded pylint coverageChris St. Pierre2012-10-031-9/+9
* various pylint fixesChris St. Pierre2012-09-251-2/+2
* misc. minor bug fixesChris St. Pierre2012-09-252-11/+14
* made json optional againChris St. Pierre2012-09-251-1/+6
* run pylint for errors on almost everything, full runs on some selected stuffChris St. Pierre2012-09-255-34/+58
* Packages: deprecated magic groups, disabled by defaultChris St. Pierre2012-09-212-2/+10