summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/templates
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to 1.4.0pre1v1.4.0pre1Sol Jerome2014-06-161-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.4Sol Jerome2014-02-251-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.3v1.3.3Sol Jerome2013-11-071-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.2v1.3.2Sol Jerome2013-07-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Add url loads for all templatesSol Jerome2013-05-069-0/+33
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reports: Add support for Django 1.5Sol Jerome2013-04-2911-52/+61
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch '1.3.2' into maintChris St. Pierre2013-03-211-10/+21
|\ | | | | | | | | | | | | | | | | 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
| * Reporting: added support for various SELinux entriesChris St. Pierre2013-03-081-10/+21
| |
* | Version bump to 1.3.1v1.3.1Sol Jerome2013-03-211-1/+1
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | Fix the group filter dropdown on firefoxTim Laszlo2013-03-181-1/+1
| |
* | Version bump to 1.3.0v1.3.0Sol Jerome2013-03-151-1/+1
|/ | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0rc2v1.3.0rc2Sol Jerome2013-01-291-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reporting: Fix text size discrepancy in grid viewSol Jerome2013-01-241-1/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Version bump to 1.3.0rc1Sol Jerome2013-01-091-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Make Failed and Bad consistentSol Jerome2013-01-071-2/+2
| | | | | | | Failed entries were causing me confusion previously because the colors between the client State and the Failed entries were inconsistent. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Move group filter for detailed list. fixes css sizingTim Laszlo2012-11-291-1/+1
|
* Version bump to 1.3.0pre2v1.3.0pre2Sol Jerome2012-10-301-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reporting: Only display profile if presentTim Laszlo2012-10-291-0/+2
|
* add group filter for common problemsTim Laszlo2012-10-171-0/+1
|
* Reporting: use mode instead of permsTim Laszlo2012-10-161-3/+3
|
* POSIX: Switch from perms to modeSol Jerome2012-10-151-2/+2
| | | | | | | | 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>
* Reporting: Merge new reporting dataTim Laszlo2012-10-0818-0/+851
Move reporting data to a new schema Use south for django migrations Add bcfg2-report-collector daemon Conflicts: doc/development/index.txt doc/server/plugins/connectors/properties.txt doc/server/plugins/generators/packages.txt setup.py src/lib/Bcfg2/Client/Tools/SELinux.py src/lib/Bcfg2/Compat.py src/lib/Bcfg2/Encryption.py src/lib/Bcfg2/Options.py src/lib/Bcfg2/Server/Admin/Init.py src/lib/Bcfg2/Server/Admin/Reports.py src/lib/Bcfg2/Server/BuiltinCore.py src/lib/Bcfg2/Server/Core.py src/lib/Bcfg2/Server/FileMonitor/Inotify.py src/lib/Bcfg2/Server/Plugin/base.py src/lib/Bcfg2/Server/Plugin/interfaces.py src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py src/lib/Bcfg2/Server/Plugins/FileProbes.py src/lib/Bcfg2/Server/Plugins/Ohai.py src/lib/Bcfg2/Server/Plugins/Packages/Collection.py src/lib/Bcfg2/Server/Plugins/Packages/Source.py src/lib/Bcfg2/Server/Plugins/Packages/Yum.py src/lib/Bcfg2/Server/Plugins/Packages/__init__.py src/lib/Bcfg2/Server/Plugins/Probes.py src/lib/Bcfg2/Server/Plugins/Properties.py src/lib/Bcfg2/Server/Reports/backends.py src/lib/Bcfg2/Server/Reports/manage.py src/lib/Bcfg2/Server/Reports/nisauth.py src/lib/Bcfg2/settings.py src/sbin/bcfg2-crypt src/sbin/bcfg2-yum-helper testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py