summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix loading yaml probesJonah Brüchert2024-05-251-1/+1
* Fix logger exc_info usageJonah Brüchert2024-05-241-2/+2
* Fix using bcfg2-admin without subcommandJonah Brüchert2024-05-242-3/+13
* Fix writing property filesJonah Brüchert2024-05-241-1/+1
* Merge branch 'master' of https://github.com/Bcfg2/bcfg2Jonah Brüchert2024-05-234-6/+6
|\
| * Merge pull request #422 from AlexanderS/update-ircSol Jerome2023-11-234-6/+6
| |\
| | * Update IRC networkAlexander Sulfrian2021-06-184-6/+6
| |/
* | Fix string conversion for Python 3py3-serverJonah Brüchert2024-05-233-5/+5
* | Adapt database migrations to current django APIJonah Brüchert2024-05-231-10/+9
* | Remove broken django version checksJonah Brüchert2024-05-238-57/+14
* | Adapt to moved django url functionsJonah Brüchert2024-05-233-5/+3
* | debian: Update to newer standardsJonah Brüchert2024-05-223-2/+4
* | debian: Add missing runtime dependencies of the clientJonah Brüchert2024-05-221-1/+1
* | fix the diff display, noting that b64 decoded diff data are actually a stringKonstantin L. Metlov2024-04-201-1/+1
* | added on_delete=models.CASCADE to all models.OneToOneField invocationsKonstantin L. Metlov2024-04-209-19/+19
* | 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
* | added on_delete=models.CASCADE to all ForeignKey invocationsKonstantin L. Metlov2024-04-2011-109/+115
* | add missing (required in newer Django) argumentKonstantin L. Metlov2024-04-201-0/+1
* | do not attempt to convert b64decoded data to strings, this is not always poss...Konstantin L. Metlov2024-04-201-3/+5
* | encode the string data before writing in CfgKonstantin L. Metlov2024-04-201-1/+1
* | Default to using the highest available TLS versionJonah Brüchert2024-04-203-9/+9
* | Utils: Fix bytes / str confusion in Executor.runJonah Brüchert2024-04-202-7/+12
* | Compat.py: Remove python2 compatibilityJonah Brüchert2024-04-201-196/+47
* | Run 2to3 on the entire projectJonah Brüchert2024-04-1988-426/+426
* | Build for bookwormspline-bookwormJonah Brüchert2024-02-141-1/+1
* | Add back base64 compatJonah Brüchert2024-02-131-0/+17
* | sphinx: Fix sidebar templatesJonah Brüchert2024-02-131-1/+1
* | debian: Re-enable sphinxJonah Brüchert2024-02-131-3/+2
* | sphinx: Fix pickleJonah Brüchert2024-02-131-3/+17
* | Apply changes from the magically working debian packageJonah Brüchert2024-02-0110-91/+79
* | utils: fix is_string when called with bytestringMichael Laß2024-01-311-10/+12
* | bcfg2-lint: correctly parse threshold optionMichael Laß2024-01-311-3/+3
* | Hotfix for Python 3.10Michael Laß2024-01-310-0/+0
* | Fix assumptions for earlier python versionsJohannes Kampmeyer2024-01-311-2/+8
* | Add client support for python 3.5+Johannes Kampmeyer2024-01-311-1/+4
* | Add changelog entryJonah Brüchert2024-01-271-0/+6
* | Fix compat with python 3.11Jonah Brüchert2024-01-271-1/+1
* | Hack packaging to build on py3Jonah Brüchert2024-01-273-29/+24
* | debian: Bump versionsplineAlexander Sulfrian2022-02-141-0/+9
* | SSLCA: SSLCAFormat is now a GeneratorAlexander Sulfrian2022-02-141-20/+27
* | SSLCA: Verify all certsAlexander Sulfrian2022-02-141-9/+11
* | SSLCA: Add generator for custom cert/key formatsAlexander Sulfrian2022-02-142-0/+266
* | SSLCA: Allow to create self signed certificatesAlexander Sulfrian2022-02-142-10/+24
* | debian: Bump version and compatAlexander Sulfrian2022-01-303-2/+48
* | Cfg: Block for FAM events after creating filesAlexander Sulfrian2022-01-302-3/+4
* | SSLCA: root_ca is a BooleanOptionAlexander Sulfrian2022-01-301-2/+1
* | Merge branch 'debconf'Alexander Sulfrian2022-01-3011-6/+601
|\ \
| * | debconf: Verify seen valueAlexander Sulfrian2022-01-301-3/+6
| * | debconf: Support removing of conf entriesAlexander Sulfrian2022-01-302-2/+15