summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-1714-309/+208
| | * | | | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-1744-549/+472
| * | | | | fixed unit tests from mergeChris St. Pierre2013-01-171-3/+2
| * | | | | FAM: split loading a new FileMonitor from fetching an existing oneChris St. Pierre2013-01-172-15/+27
| * | | | | fixed unit testsChris St. Pierre2013-01-172-7/+2
| * | | | | removed magic groupsChris St. Pierre2013-01-1713-214/+59
| * | | | | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-1718-640/+31
| * | | | | fixed unit testsChris St. Pierre2013-01-178-99/+102
| * | | | | added a module-level FAM object to avoid passing it as an argument a billion ...Chris St. Pierre2013-01-1725-136/+141
| * | | | | removed support for info/:info filesChris St. Pierre2013-01-177-158/+20
| * | | | | removed support for .cat/.diff filesChris St. Pierre2013-01-174-146/+1
| * | | | | removed mode="inherit" supportChris St. Pierre2013-01-172-10/+1
| * | | | | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ...Chris St. Pierre2013-01-1797-7510/+94
| * | | | | removed deprecated FAM filemonitorChris St. Pierre2013-01-177-126/+13
| * | | | | removed deprecated PostInstall supportChris St. Pierre2013-01-177-44/+6
| * | | | | Options: split loading a new OptionParser from fetching an existing parserChris St. Pierre2013-01-179-22/+27
| * | | | | StructFile: minor cleanupChris St. Pierre2013-01-171-3/+3
| * | | | | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-1714-309/+208
| * | | | | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-1744-547/+472
* | | | | | Merge pull request #69 from kincl/block-while-event-processingChris St. Pierre2013-04-172-1/+2
|\ \ \ \ \ \
| * | | | | | minor fixes for FAM blockingJason Kincl2013-04-172-1/+2
* | | | | | | Merge pull request #68 from kincl/block-while-event-processingChris St. Pierre2013-04-172-0/+10
|\| | | | | |
| * | | | | | Adding option to force server to wait until all FAM events are processedJason Kincl2013-04-172-0/+10
|/ / / / / /
* | | | | | Merge pull request #67 from fennm/bcfg2-info-client-optionsChris St. Pierre2013-04-012-2/+5
|\ \ \ \ \ \
| * | | | | | Promote bcfg2-info to have it's own Options dictMichael Fenn2013-03-292-2/+5
| * | | | | | Revert "Update bcfg2-info OptionParser to use client options"Michael Fenn2013-03-291-1/+1
| * | | | | | Update bcfg2-info OptionParser to use client optionsMichael Fenn2013-03-291-1/+1
|/ / / / / /
* | | | | | Merge pull request #66 from fennm/bcfg2-init-retval-fixesChris St. Pierre2013-03-286-10/+33
|\ \ \ \ \ \
| * | | | | | Pass through retval from start, stop, status, etc.Michael Fenn2013-03-286-10/+33
|/ / / / / /
* | | | | | Merge branch 'maint'Chris St. Pierre2013-03-254-5/+11
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Packages: expose full source list via Connector interfaceChris St. Pierre2013-03-251-1/+3
| * | | | | client: actually return probe data to serverChris St. Pierre2013-03-251-0/+1
| * | | | | Try to update the ticket #1147DongInn Kim2013-03-231-1/+2
| * | | | | Added trailing / on MEDIA_URL to get rid of deprecated warningsJon Norman2013-03-231-1/+1
| * | | | | migrate_dbstats: Fix traceback found by jontenSol Jerome2013-03-221-0/+3
| * | | | | Reports: Fix deprecated Django settings (reported by jonten)Sol Jerome2013-03-221-2/+2
* | | | | | Merge branch 'maint'Chris St. Pierre2013-03-2416-139/+196
|\ \ \ \ \ \
| * | | | | | client: actually return probe data to serverChris St. Pierre2013-03-241-0/+1
| |/ / / / /
| * | | | | bcfg2-info: fixed building help message on 2.4 (from Michael Fenn)Chris St. Pierre2013-03-221-4/+7
| * | | | | SvcTool: fixed some docstrings, code with new ExecutorChris St. Pierre2013-03-221-7/+7
| * | | | | XMLFileBacked: fixed XIncludeChris St. Pierre2013-03-221-0/+1
| * | | | | Executor: handle missing commands in a more backwards-compatible wayChris St. Pierre2013-03-223-11/+11
| * | | | | doc: write and use proper sphinx docs for MetadataQuery/ClientMetadata classesChris St. Pierre2013-03-222-78/+108
| * | | | | Logger: set log handler names in a py <2.6 compatible wayChris St. Pierre2013-03-222-6/+14
| * | | | | bcfg2-info: made packageresolve use code from Packages instead of reinventing...Chris St. Pierre2013-03-221-13/+16
| * | | | | SvcTool: Fix generic check_service to handle missing service commandsChris St. Pierre2013-03-221-1/+4
| * | | | | Client: fix some OSError tracebacks from commands not foundChris St. Pierre2013-03-213-9/+13
| * | | | | testsuite: fix checks for pylint/pep8 on py3kChris St. Pierre2013-03-211-4/+2
| * | | | | doc: fixed example Reporting configChris St. Pierre2013-03-211-11/+11
| * | | | | APT: Prevent traceback for missing packagesSol Jerome2013-03-211-2/+7