summaryrefslogtreecommitdiffstats
path: root/doc/releases
Commit message (Collapse)AuthorAgeFilesLines
* Server: Ignore directories containing a .bcfg2-ignore fileAlexander Sulfrian2015-04-181-0/+3
| | | | | | | | | | The DirectoryBacked helper now does not recurse into directories that contains a .bcfg2-ignore file. This makes it possible to ignore some directories for most plugins (Bundler, Defaults, Pkgmgr, Properties, PuppetENC, TemplateHelper, Trigger). You can store for example a python module used by a TemplateHelper in the same directory, without getting strange error messages while TemplateHelper is trying to import each single file of this module.
* Add homebrew package managementJimmy Tang2015-02-181-0/+1
| | | | Signed-off-by: Jimmy Tang <jcftang@gmail.com>
* NagiosGen: Add bundles to configurationSol Jerome2014-11-261-0/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'maint'Alexander Sulfrian2014-11-123-0/+68
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog doc/conf.py doc/releases/index.txt doc/server/database.txt doc/server/plugins/generators/cfg.txt doc/server/plugins/generators/sslca.txt man/bcfg2.conf.5 misc/bcfg2-selinux.spec misc/bcfg2.spec osx/Makefile osx/macports/Portfile schemas/packages.xsd solaris-ips/MANIFEST.bcfg2-server.header solaris-ips/MANIFEST.bcfg2.header solaris-ips/Makefile solaris-ips/pkginfo.bcfg2 solaris-ips/pkginfo.bcfg2-server solaris/Makefile solaris/pkginfo.bcfg2 solaris/pkginfo.bcfg2-server src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Client/Tools/APT.py src/lib/Bcfg2/Client/Tools/Action.py src/lib/Bcfg2/Client/Tools/SYSV.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Reporting/Collector.py src/lib/Bcfg2/Reporting/templates/base.html src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/Plugins/Packages/Apt.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/settings.py src/lib/Bcfg2/version.py testsuite/Testsrc/Testlib/TestClient/TestTools/Test_init.py testsuite/Testsrc/test_code_checks.py
| * Options.py: Fix database OPTIONS parsingSol Jerome2014-11-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | Instead of parsing key/value pairs from bcfg2.conf, this allows the setting of the literal value which is then passed through to django as the value of the OPTIONS setting. This change allows for setting arbitrary options since some settings require nested dictionaries, etc. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Add note about Decisions fix for 1.3.6Sol Jerome2014-10-311-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Add 1.3.6 release notesSol Jerome2014-10-281-0/+26
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Include the 1.3.5 release notesSol Jerome2014-09-101-0/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Add 1.3.5 release notesSol Jerome2014-09-041-0/+33
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Add 1.4.0pre2 release notesSol Jerome2014-10-151-0/+37
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Merge pull request #199 from AlexanderS/fix-docChris St. Pierre2014-10-131-1/+4
|\ \ | | | | | | Fix doc errors
| * | doc: release announcements as toctreeAlexander Sulfrian2014-10-131-1/+4
| | |
* | | doc: Add reference to bundle conversion scriptSol Jerome2014-10-131-0/+4
|/ / | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Fix 1.4.0pre1 release notesSol Jerome2014-06-161-26/+24
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Added Chris' notes to the release notesSol Jerome2014-06-091-36/+95
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Update 1.4.0pre1 releaseSol Jerome2014-06-091-22/+21
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | doc: Add 1.4.0pre1 release notesSol Jerome2014-06-061-0/+122
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add release notesSol Jerome2014-02-252-0/+59
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>