summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* documented Statistics interfaceChris St. Pierre2012-10-151-0/+35
|
* documented core implementationsChris St. Pierre2012-10-152-9/+25
|
* wrote sphinx docs for base server CoreChris St. Pierre2012-10-151-0/+62
|
* doc: merged two documents about development documentationChris St. Pierre2012-10-112-40/+44
|
* More updates to the web reporting documentationTim Laszlo2012-10-114-18/+46
|
* Rewrite reporting documentationTim Laszlo2012-10-111-35/+185
|
* wrote FAM docsChris St. Pierre2012-10-111-0/+72
|
* doc: clarified that Packages only supports the Pulp v1 APIChris St. Pierre2012-10-111-3/+10
|
* fixed unit testing example commands for FedoraChris St. Pierre2012-10-091-2/+5
| | | | [ci skip]
* wrote more detailed unit testing documentationChris St. Pierre2012-10-053-17/+372
|
* added docs for privilege droppingChris St. Pierre2012-10-044-48/+211
|
* updated SELinux policy docsChris St. Pierre2012-10-033-17/+28
|
* wrote docs for selinux policyChris St. Pierre2012-10-032-2/+85
|
* wrote docs for Bcfg2.CompatChris St. Pierre2012-09-263-15/+218
|
* rolled genshi/cheetah docs into cfg, deprecated old tgenshi/tcheetah docsChris St. Pierre2012-09-2634-445/+494
|
* deprecated YUM24 tool, renamed YUMng to YUM, RPMng to RPMChris St. Pierre2012-09-264-899/+592
|
* Packages: deprecated magic groups, disabled by defaultChris St. Pierre2012-09-211-43/+47
|
* Encryption: improved docs, made algorithm configurableChris St. Pierre2012-09-204-97/+225
|
* documented packages backendsChris St. Pierre2012-09-203-3/+11
|
* documented PackagesSourcesChris St. Pierre2012-09-201-1/+0
|
* Source fully documentedChris St. Pierre2012-09-201-3/+7
|
* deduplicated Packages code, more docsChris St. Pierre2012-09-201-0/+2
|
* development docs for Packages: Collection docs writtenChris St. Pierre2012-09-201-49/+45
|
* minor Cfg docs fixesChris St. Pierre2012-09-201-4/+4
|
* better SEModules docsChris St. Pierre2012-09-201-8/+2
|
* Properties: made automatch in bcfg2.conf a default, not absolute; cleaned up ↵Chris St. Pierre2012-09-131-7/+21
| | | | docs
* bcfg2-info: added "automatch" command to perform Properties automatchingChris St. Pierre2012-09-121-0/+11
|
* Rules: Implement status='ignore' for all service typesSol Jerome2012-09-111-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* docs: fixed Cfg development docs on accessing configurationChris St. Pierre2012-09-111-1/+1
|
* Cfg: documented all Cfg modules, added development docsChris St. Pierre2012-09-115-62/+193
|
* doc: Fix build_sphinxSol Jerome2012-09-091-1/+2
| | | | | | | | This allows one to prepend to the sys.path since the machine where you are building the documentation may have the Bcfg2 client (not server) installed. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add sphinx configuration for module importsSol Jerome2012-09-071-1/+1
| | | | | | | | I still need to figure out how to get things to work when certain modules (e.g. lxml) are unavailable, but this should at prevent one from having to fully install the bcfg2 server prior to building the documentation. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added link to Travis-CI builds in unit-testing docsChris St. Pierre2012-09-061-0/+3
|
* added versioning doc to development TOCChris St. Pierre2012-09-061-0/+1
|
* added docs about cache invalidationChris St. Pierre2012-09-061-0/+48
|
* Documented all plugin helper objectsChris St. Pierre2012-09-062-13/+53
|
* split up mammoth Plugin.pyChris St. Pierre2012-09-061-123/+4
|
* documented base plugin interfacesChris St. Pierre2012-09-063-233/+134
|
* improving plugin development docsChris St. Pierre2012-09-063-40/+145
|
* added server-side client metadata object cachingChris St. Pierre2012-09-053-3/+73
|
* POSIX/Device: Change perms back to modeSol Jerome2012-09-021-0/+2
| | | | | | | | Change our terminology to match that used by MKNOD(1). This makes the client tool behave as it did previously. Also, add 'mode' to the schema to make `bcfg2-lint` happy. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix code-block directiveSol Jerome2012-08-311-4/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0pre1Sol Jerome2012-08-311-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Docs: cleaned up SSLCA docsChris St. Pierre2012-08-271-113/+159
|
* Packages: added support for generating Apt sources.listChris St. Pierre2012-08-271-14/+32
|
* TemplateHelper: removed support for host- and group-specific helpersChris St. Pierre2012-08-241-10/+8
| | | | | | | | | | Supporting these was basically impossible due to the way Python handles bytecode compilation. For instance, 'foo.py.G10_bar' would be compiled to foo.py.G10_barc, which is then indistinguishable from a helper for the group "barc" (or, rather, a _broken_ helper for that group, since a bytecode-compiled module cannot be imported successfully). There's no performance gain from specific helpers anyway -- they all get imported -- so I removed this functionality.
* doc: Fix NagiosGen documentation bug (#1117)Sol Jerome2012-08-221-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.2.3Sol Jerome2012-08-151-1/+1
| | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: misc/bcfg2.spec setup.py
* updated docs to reflect deprecation of info/:infoChris St. Pierre2012-08-153-26/+42
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-48/+45
|