summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/Storage/DjangoORM.py
Commit message (Expand)AuthorAgeFilesLines
* Remove broken django version checksJonah BrĂ¼chert10 days1-7/+4
* fix the diff display, noting that b64 decoded diff data are actually a stringKonstantin L. Metlov2024-04-201-1/+1
* added forgotten parenthesis in the last commitKonstantin L. Metlov2024-04-201-2/+2
* FieldDoesNotExist is actually in django.core.exceptions in newer DjangoKonstantin L. Metlov2024-04-201-2/+2
* Run 2to3 on the entire projectJonah BrĂ¼chert2024-04-191-1/+1
* Merge branch 'debconf'Alexander Sulfrian2022-01-301-2/+7
|\
| * debconf: Add ConfEntry to ReportingAlexander Sulfrian2022-01-301-2/+7
* | Reporting: Set flag when interaction is fully importedAlexander Sulfrian2022-01-161-0/+3
|/
* Reporting: Add SELinux entriesSol Jerome2017-11-301-2/+6
* Merge branch 'import-models' of https://github.com/0/bcfg2 into add-missing-r...Sol Jerome2017-07-111-2/+2
|\
| * Reporting/Storage: Import ActionEntryDmitri Iouchtchenko2017-05-081-2/+2
* | Reporting: Add POSIX User/Group Entry typesSol Jerome2017-07-111-2/+4
|/
* Reporting/Storage: Import ServiceEntryDmitri Iouchtchenko2017-05-051-2/+2
* Reporting: Fix missing sys importSol Jerome2017-01-101-0/+1
* Reporting/Storage: Reordering of the importsAlexander Sulfrian2016-11-211-10/+9
* Reporting/Storage: Removed unused importAlexander Sulfrian2016-11-211-1/+0
* Reporting/Storage: Load django models after option parsingAlexander Sulfrian2016-11-211-4/+15
* Reporting/Storage: Remove wildcard importAlexander Sulfrian2016-11-211-1/+4
* Reporting: Replace _meta.get_all_field_names() for django 1.8Alexander Sulfrian2015-09-231-1/+11
* Replace close_connection() for newer django versionsAlexander Sulfrian2015-09-231-2/+6
* Reporting: Add dry_run and only_important flagsAlexander Sulfrian2015-05-121-1/+10
* Reporting/Storage: Fix handling of extra packages.Alexander Sulfrian2015-02-191-6/+5
* Merge branch 'maint'Alexander Sulfrian2014-11-121-5/+6
|\
| * Use older nested try syntax for finally for python 2.4 compatMichael Fenn2014-09-101-4/+5
| * Reporting: Fix prune items import and displaySol Jerome2014-07-151-1/+1
* | DjangoORM: Add missing importSol Jerome2014-04-251-0/+1
* | Merge branch 'maint'Chris St. Pierre2014-04-251-2/+2
|\|
| * Reporting: Log to debug to prevent spam in logsSol Jerome2014-04-161-2/+2
* | Merge branch 'maint' into masterSol Jerome2014-04-161-1/+7
|\|
| * Reporting: properly close db connectionChris St. Pierre2014-02-281-1/+6
* | Preliminary support for seperate reporting databaseMichael Fenn2014-03-211-3/+3
* | Merge branch 'maint'Chris St. Pierre2013-11-121-2/+2
|\|
| * Fix compatibility with Django 1.6.Simon Ruderich2013-11-111-2/+2
* | DB: fixed how Django settings are loadedChris St. Pierre2013-10-301-12/+4
* | Reporting: Fix call to read_config()Sol Jerome2013-08-281-1/+1
* | Options: migrated reporting to new parserChris St. Pierre2013-06-271-13/+17
|/
* Another fix for null target_status in Reporting_sericeentry. This one covers ...Jake Davis2013-05-281-1/+2
* Reporting: added support for POSIX user/group entriesChris St. Pierre2013-03-081-0/+18
* Reporting: added support for various SELinux entriesChris St. Pierre2013-03-081-124/+230
* Batch adding entries to interactions for sqliteTim Laszlo2013-01-301-1/+5
* Reporting: Allow interactions without a profileTim Laszlo2012-10-291-1/+4
* Reduce verbose sync output from bcfg2-report-collectorTim Laszlo2012-10-191-1/+3
* Properly handle a client with no interations in GetExtraTim Laszlo2012-10-191-0/+3
* Reporting: use mode instead of permsTim Laszlo2012-10-161-3/+3
* Reporting: Use the new mode attributeTim Laszlo2012-10-151-2/+3
* Reporting: Fix size optionTim Laszlo2012-10-081-1/+1
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+316