summaryrefslogtreecommitdiffstats
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Revert "doc: minor fixes"Chris St. Pierre2013-08-143-75/+6
| | | | | | Commit had more stuff in it than it should have. This reverts commit a9a7c84703eb7250012fd68af3e4ca77eae07029.
* doc: minor fixesChris St. Pierre2013-08-143-6/+75
|
* Merge branch 'options-rewrite'Chris St. Pierre2013-08-083-31/+274
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/MultiprocessingCore.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/SSLServer.py src/lib/Bcfg2/Utils.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-info src/sbin/bcfg2-lint src/sbin/bcfg2-test src/sbin/bcfg2-yum-helper tools/bcfg2-profile-templates.py
| * Options: migrated bcfg2-lint to new parserChris St. Pierre2013-06-271-22/+22
| |
| * Options: migrated server core to new option parserChris St. Pierre2013-06-271-9/+16
| |
| * Options: wrote completely new option parserChris St. Pierre2013-06-271-0/+236
| |
* | doc: Add documentation for submitting patchesSol Jerome2013-07-143-2/+153
|/ | | | | | | | This should provide potential contributors with enough information to allow them to more easily create pull requests or send patches (especially for those who are not familiar with git). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'maint'Sol Jerome2013-06-021-1/+1
|\ | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> Conflicts: doc/installation/distributions.txt doc/server/snapshots/index.txt src/lib/Bcfg2/Server/Plugin/helpers.py src/sbin/bcfg2-server
| * doc: fixed unterminated referenceChris St. Pierre2013-05-221-1/+1
| |
* | Merge branch 'maint'Chris St. Pierre2013-05-211-0/+5
|\|
| * added multiprocessing server coreChris St. Pierre2013-05-201-0/+5
| |
* | Merge branch 'maint'Chris St. Pierre2013-05-172-9/+185
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/guides/centos.txt doc/server/plugins/grouping/metadata.txt setup.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Proxy.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Lint/Validate.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/SSHbase.py src/sbin/bcfg2-lint
| * doc: added devel docs for bcfg2-lint pluginsChris St. Pierre2013-05-141-0/+167
| |
| * meta docs: about redhat based systems, links, clarity, spellingDuncan Hutty2013-04-251-9/+18
| |
* | Merge branch 'maint'Chris St. Pierre2013-04-241-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Client.py src/lib/Bcfg2/Client/Frame.py src/lib/Bcfg2/Client/Tools/YUM.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Perf.py src/lib/Bcfg2/Server/Admin/Xcmd.py src/lib/Bcfg2/Server/Admin/__init__.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Fam.py src/lib/Bcfg2/Server/Lint/RequiredAttrs.py src/lib/Bcfg2/Server/Plugin/helpers.py src/lib/Bcfg2/Server/Plugins/Base.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgPrivateKeyCreator.py src/lib/Bcfg2/Server/Plugins/Cvs.py src/lib/Bcfg2/Server/Plugins/Darcs.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Fossil.py src/lib/Bcfg2/Server/Plugins/Git.py src/lib/Bcfg2/Server/Plugins/Metadata.py src/lib/Bcfg2/Server/Plugins/NagiosGen.py src/lib/Bcfg2/Server/Plugins/Packages/PackagesSources.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Plugins/__init__.py src/lib/Bcfg2/Server/__init__.py src/sbin/bcfg2-build-reports src/sbin/bcfg2-crypt testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestMetadata.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py
| * testsuite: more text fixesChris St. Pierre2013-03-261-0/+2
| |
| * Merge branch '1.3.2' into maintChris St. Pierre2013-03-213-3/+29
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/Bcfg2/Client/Tools/__init__.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/test_code_checks.py
| | * added docs for Bcfg2.UtilsChris St. Pierre2013-02-143-3/+29
| | |
* | | Merge branch 'master' into 1.4.xChris St. Pierre2013-02-201-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/appendix/contributors.txt schemas/bundle.xsd src/lib/Bcfg2/Client/Tools/__init__.py src/lib/Bcfg2/Server/Encryption.py src/lib/Bcfg2/Server/Lint/Genshi.py src/lib/Bcfg2/Server/Plugins/Bundler.py src/lib/Bcfg2/Server/Plugins/Decisions.py src/lib/Bcfg2/Server/Plugins/TemplateHelper.py src/sbin/bcfg2-test testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIX/Test__init.py testsuite/Testsrc/Testlib/TestClient/TestTools/TestPOSIXUsers.py testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProperties.py tools/bcfg2-profile-templates.py
| * | fixed unit tests using long ints for py3kChris St. Pierre2013-02-201-0/+2
| |/
* | added docs for Bcfg2.UtilsChris St. Pierre2013-02-143-2/+28
| |
* | documented which XML files have which featuresChris St. Pierre2013-02-061-1/+0
| |
* | moved some libraries in Bcfg2/ into more specific (Server/ or Client/) placesChris St. Pierre2013-02-052-12/+14
| |
* | removed straggling references to removed stuffChris St. Pierre2013-01-172-12/+0
| |
* | docs: removed stray reference to SETUP globalChris St. Pierre2013-01-171-1/+0
|/
* Cfg: Added feature to provide generation of SSH keys, authorized_keys fileChris St. Pierre2013-01-031-3/+13
|
* doc: wrote devel docs for client tool base objectsChris St. Pierre2012-12-041-56/+52
|
* fixed conversion to octal in py3kChris St. Pierre2012-12-041-0/+6
|
* doc: Fix broken linkSol Jerome2012-12-031-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add links to source codeSol Jerome2012-11-271-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added unit tests to test for schema validityChris St. Pierre2012-10-161-1/+1
|
* POSIX: Switch from perms to modeSol Jerome2012-10-151-1/+1
| | | | | | | | Bcfg2 has traditionally used the 'perms' attribute to specify the file mode for POSIX entries. Switching to a 'mode' attribute will allow us to be more consistent with other tools as well as POSIX itself. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* documented Statistics interfaceChris St. Pierre2012-10-151-0/+35
|
* documented core implementationsChris St. Pierre2012-10-151-7/+22
|
* 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
|
* wrote FAM docsChris St. Pierre2012-10-111-0/+72
|
* fixed unit testing example commands for FedoraChris St. Pierre2012-10-091-2/+5
| | | | [ci skip]
* wrote more detailed unit testing documentationChris St. Pierre2012-10-052-16/+369
|
* wrote docs for Bcfg2.CompatChris St. Pierre2012-09-262-11/+201
|
* documented packages backendsChris St. Pierre2012-09-201-0/+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
|
* 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-113-0/+166
|
* 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
|