summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-178-92/+81
| | * | | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-1735-327/+322
| * | | | 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
| * | | | removed magic groupsChris St. Pierre2013-01-177-98/+10
| * | | | removed deprecated tools: RPMng, YUM24, YUMngChris St. Pierre2013-01-176-514/+14
| * | | | fixed unit testsChris St. Pierre2013-01-175-26/+37
| * | | | added a module-level FAM object to avoid passing it as an argument a billion ...Chris St. Pierre2013-01-1723-102/+100
| * | | | removed support for info/:info filesChris St. Pierre2013-01-174-86/+5
| * | | | removed support for .cat/.diff filesChris St. Pierre2013-01-173-79/+1
| * | | | removed mode="inherit" supportChris St. Pierre2013-01-171-7/+0
| * | | | removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, ...Chris St. Pierre2013-01-1770-5894/+55
| * | | | removed deprecated FAM filemonitorChris St. Pierre2013-01-172-111/+0
| * | | | removed deprecated PostInstall supportChris St. Pierre2013-01-172-19/+3
| * | | | 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-178-92/+81
| * | | | added module-level OptionParser to avoid passing it as an argument or global ...Chris St. Pierre2013-01-1735-325/+322
* | | | | minor fixes for FAM blockingJason Kincl2013-04-172-1/+2
* | | | | Adding option to force server to wait until all FAM events are processedJason Kincl2013-04-172-0/+10
* | | | | 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 branch 'maint'Chris St. Pierre2013-03-253-5/+8
|\ \ \ \ \
| * | | | | 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
| * | | | | Reports: Fix deprecated Django settings (reported by jonten)Sol Jerome2013-03-221-2/+2
* | | | | | Merge branch 'maint'Chris St. Pierre2013-03-2412-56/+179
|\ \ \ \ \ \
| * | | | | | 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-221-11/+104
| * | | | | 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
| * | | | | APT: Prevent traceback for missing packagesSol Jerome2013-03-211-2/+7
| * | | | | more debugging fixesChris St. Pierre2013-03-211-1/+1
| * | | | | fixed various debugging bitsChris St. Pierre2013-03-212-3/+5
* | | | | | Merge branch 'maint'Chris St. Pierre2013-03-2152-834/+2299
|\| | | | |
| * | | | | fixed unit testsChris St. Pierre2013-03-213-7/+4
| * | | | | Merge branch '1.3.2' into maintChris St. Pierre2013-03-2149-815/+2247
| |\ \ \ \ \
| | * | | | | Debug improvements:Chris St. Pierre2013-03-194-10/+73
| | * | | | | Core: added more debug logging for core methodsChris St. Pierre2013-03-193-1/+24
| | * | | | | Executor: better timeout implementationChris St. Pierre2013-03-151-17/+11
| | * | | | | added PEP-8 style checks to test suiteChris St. Pierre2013-03-1111-14/+26