summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Client/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add-flags-for-reporting' into splinev1.4.0pre1-spline15Alexander Sulfrian2015-05-101-4/+8
|\
| * Reporting: Add dry_run and only_important flagsAlexander Sulfrian2015-05-101-4/+8
* | fix modified entriesAlexander Sulfrian2015-05-101-3/+5
|/
* one more pylint fixChris St. Pierre2015-02-171-2/+2
* Pylint fixes for pylint 0.28Chris St. Pierre2015-02-171-1/+1
* Merge branch 'bundle-modification-deps' of https://github.com/AlexanderS/bcfg2Sol Jerome2015-01-031-12/+47
|\
| * Bundler: add modification support to Bundle dependenciesAlexander Sulfrian2014-11-251-12/+47
* | Bcfg2/Client: do not catch KeyboardInterruptAlexander Sulfrian2014-11-251-0/+10
|/
* Client: fix statistics for only-important modeAlexander Sulfrian2014-10-261-5/+11
* Merge pull request #185 from AlexanderS/only-importantChris St. Pierre2014-08-041-7/+22
|\
| * Client: support dryrun mode and only-importantAlexander Sulfrian2014-08-011-1/+11
| * Client: add --only-important command line optionAlexander Sulfrian2014-08-011-6/+11
* | Client: Fix client cache for py3kSol Jerome2014-08-011-2/+2
* | Client: fix handling of important entriesAlexander Sulfrian2014-08-011-2/+2
|/
* Client: Handle ^C when in interactive modeSol Jerome2014-06-191-2/+2
* more unit test fixesChris St. Pierre2014-04-251-1/+1
* DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-1/+1
* Pylint/PEP8 fixesSol Jerome2013-09-061-6/+8
* Merge branch 'maint'Chris St. Pierre2013-09-041-2/+4
|\
* | Probes: Fix unicode probesSol Jerome2013-09-011-1/+5
* | Core: Added default ACLsChris St. Pierre2013-08-191-1/+0
* | Client: Use absolute importsSol Jerome2013-08-121-3/+3
* | testsuite: fixed remaining unit tests (?)Chris St. Pierre2013-08-121-3/+3
* | testsuite: fixed more unit testsChris St. Pierre2013-08-121-1/+1
* | Client: Fixed writing cached configChris St. Pierre2013-08-091-1/+1
* | Client: Handle all DeclareVersion failures the sameChris St. Pierre2013-08-091-10/+2
* | Merge branch 'options-rewrite'Chris St. Pierre2013-08-081-5/+868
|\ \ | |/ |/|
| * Options: migrated client to new parserChris St. Pierre2013-06-271-5/+863
* | Don't crash when a file diff contains utf-8 charsStéphane Graber2013-07-121-0/+3
|/
* Client: Exit when ^C is pressed interactivelySol Jerome2013-06-121-5/+2
* Client: Fix interactive promptSol Jerome2013-05-131-1/+1
* remove some unnecessary __all__ variablesChris St. Pierre2013-03-291-3/+1
* testsuite: fixed issues found by latest version of pylintChris St. Pierre2013-03-261-3/+3
* wrote unit tests for base client Tool classesChris St. Pierre2013-02-201-0/+28
* added bcfg2_local.py, a tool to run bcfg2 against a local specificationChris St. Pierre2012-10-171-1/+1
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+3