Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Batch deletes for sqlite | Tim Laszlo | 2013-01-30 | 1 | -1/+7 |
| | |||||
* | Batch adding entries to interactions for sqlite | Tim Laszlo | 2013-01-30 | 1 | -1/+5 |
| | |||||
* | Version bump to 1.3.0rc2v1.3.0rc2 | Sol Jerome | 2013-01-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Remove distinct from query. Sqlite has no support | Tim Laszlo | 2013-01-29 | 1 | -2/+5 |
| | |||||
* | Reporting: Fix text size discrepancy in grid view | Sol Jerome | 2013-01-24 | 1 | -1/+4 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Version bump to 1.3.0rc1 | Sol Jerome | 2013-01-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | reports: Make Failed and Bad consistent | Sol Jerome | 2013-01-07 | 1 | -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> | ||||
* | Reporting: fix missing clients in grid view | Tim Laszlo | 2012-12-03 | 1 | -1/+1 |
| | |||||
* | Move group filter for detailed list. fixes css sizing | Tim Laszlo | 2012-11-29 | 1 | -1/+1 |
| | |||||
* | made Reporting plugin and transports debuggable, respond to ↵ | Chris St. Pierre | 2012-11-27 | 3 | -15/+33 |
| | | | | set_debug/toggle_debug RMI | ||||
* | create data directory for reporting Transports | Chris St. Pierre | 2012-11-26 | 1 | -2/+14 |
| | |||||
* | validate storage backend with DirectStore reporting Transport | Chris St. Pierre | 2012-11-26 | 1 | -0/+3 |
| | |||||
* | Check if linkentry is not none | Tim Laszlo | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | Version bump to 1.3.0pre2v1.3.0pre2 | Sol Jerome | 2012-10-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com> | ||||
* | Reporting: Only display profile if present | Tim Laszlo | 2012-10-29 | 1 | -0/+2 |
| | |||||
* | Reporting: Allow interactions without a profile | Tim Laszlo | 2012-10-29 | 3 | -2/+161 |
| | |||||
* | replace modes_problem with correct modes_problem | Tim Laszlo | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | Reduce verbose sync output from bcfg2-report-collector | Tim Laszlo | 2012-10-19 | 1 | -1/+3 |
| | |||||
* | Switch redis transport to use pubsub() | Tim Laszlo | 2012-10-19 | 1 | -3/+5 |
| | |||||
* | Properly handle a client with no interations in GetExtra | Tim Laszlo | 2012-10-19 | 1 | -0/+3 |
| | |||||
* | add query string to filter removal | Tim Laszlo | 2012-10-18 | 1 | -3/+8 |
| | |||||
* | fix lockfile imports for pyhton-daemon >= 1.6 | Tim Laszlo | 2012-10-18 | 1 | -1/+2 |
| | |||||
* | ty daemon.pidlock before pidlockfile | Tim Laszlo | 2012-10-18 | 1 | -1/+7 |
| | |||||
* | Switch from lockfile to PIDLockFile | Tim Laszlo | 2012-10-18 | 1 | -3/+9 |
| | |||||
* | Append query string to erver/state filters so sort parameters follow | Tim Laszlo | 2012-10-18 | 1 | -0/+3 |
| | |||||
* | Sort links were referencing the old schema | Tim Laszlo | 2012-10-18 | 1 | -4/+2 |
| | |||||
* | add group filter for common problems | Tim Laszlo | 2012-10-17 | 3 | -2/+11 |
| | |||||
* | add missing server, group views | Tim Laszlo | 2012-10-17 | 1 | -1/+3 |
| | |||||
* | add a higher timeout for caching certain objects | Tim Laszlo | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | Revert "migrate_db: skip db lookup since all should be known" | Tim Laszlo | 2012-10-17 | 1 | -6/+3 |
| | | | | | | | | | This caused data duplication on migration. This reverts commit 9707ee8e4c495133f329000d3e5b89d8b84e5998. Conflicts: src/lib/Bcfg2/Reporting/models.py | ||||
* | expand hash_key to a large int | Tim Laszlo | 2012-10-17 | 2 | -1/+181 |
| | |||||
* | Reporting: add an experimental redis transport | Tim Laszlo | 2012-10-16 | 1 | -0/+194 |
| | |||||
* | ignore unsupported create_unique for sqlite | Tim Laszlo | 2012-10-16 | 1 | -4/+7 |
| | |||||
* | Reporting: use mode instead of perms | Tim Laszlo | 2012-10-16 | 4 | -13/+181 |
| | |||||
* | Reporting: Use the new mode attribute | Tim Laszlo | 2012-10-15 | 1 | -2/+3 |
| | |||||
* | POSIX: Switch from perms to mode | Sol Jerome | 2012-10-15 | 1 | -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> | ||||
* | log imports when DirectStore is used | Tim Laszlo | 2012-10-15 | 1 | -0/+5 |
| | |||||
* | bcfg2-reports: updated to new schema | Tim Laszlo | 2012-10-15 | 1 | -0/+9 |
| | |||||
* | migrate_db: skip db lookup since all should be known | Tim Laszlo | 2012-10-15 | 1 | -3/+6 |
| | |||||
* | Reporting: Make transport configurable | Tim Laszlo | 2012-10-10 | 2 | -1/+11 |
| | | | | | | | Add routines to the setup to handle alternate transports. Make the default for new installs LocalFilesystem and existing installs DirectStore. Raise an error is DirectStore is used when loading bcfg-report-collector | ||||
* | Reporting: all Transports use subdirectories of Reporting plugin directory ↵ | Chris St. Pierre | 2012-10-09 | 1 | -1/+1 |
| | | | | instead of creating their own plugin directories | ||||
* | Reporting: added DirectStore transport that stores interactions directly in ↵ | Chris St. Pierre | 2012-10-09 | 2 | -1/+119 |
| | | | | the storage backend | ||||
* | Reporting: move pickling from base transport to LocalFilesystem transport | Chris St. Pierre | 2012-10-09 | 2 | -13/+20 |
| | |||||
* | Add prune routines | Tim Laszlo | 2012-10-09 | 1 | -1/+18 |
| | |||||
* | Admin.Reports: stop calling __call__ in parent class | Tim Laszlo | 2012-10-08 | 1 | -230/+0 |
| | |||||
* | Remove reference to InteractionMetadata | Tim Laszlo | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Reporting: add 500 handler back | Tim Laszlo | 2012-10-08 | 1 | -0/+2 |
| | |||||
* | Reporting: Fix size option | Tim Laszlo | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | Reporting: Merge new reporting data | Tim Laszlo | 2012-10-08 | 37 | -0/+4084 |
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 |