- 10 May, 2020 1 commit
-
-
kaiyou authored
-
- 29 Apr, 2020 2 commits
- 04 Apr, 2020 1 commit
-
-
kaiyou authored
-
- 02 Apr, 2020 2 commits
-
-
-
Khanh Ngo authored
-
- 28 Mar, 2020 4 commits
- 26 Mar, 2020 1 commit
-
-
Benjamin Bässler authored
-
- 12 Mar, 2020 4 commits
-
-
Christian Burmeister authored
-
Christian Burmeister authored
-
Christian Burmeister authored
-
Christian Burmeister authored
-
- 06 Mar, 2020 4 commits
- 05 Mar, 2020 1 commit
-
-
Enrico Tröger authored
-
- 04 Mar, 2020 1 commit
-
-
Steve Shipway authored
-
- 03 Mar, 2020 1 commit
-
-
Enrico Tröger authored
-
- 28 Feb, 2020 1 commit
-
-
pprietosanchez authored
-
- 13 Feb, 2020 1 commit
-
-
Khanh Ngo authored
The python float number formatting causes unit tests failed
-
- 12 Feb, 2020 2 commits
- 02 Feb, 2020 2 commits
-
-
Enrico Tröger authored
This might be handy to detect remote server problems or debugging timeouts and the like.
-
Enrico Tröger authored
This increases data inconsistency and also performance of the whole update process: SqlAlchemy can use its own caching better with a single transaction as it does not need to mark already fetched objects as dirty and so re-fetch them again on later use. So after deleting a domain, we can still use the previously fetched domain objects for the update operations afterwards. Otherwise SqlAlchemy had to fetch each domain object again with single SELECT statements which leads to bad performance with many domains (>> 1000). The introduced "do_commit" variable controls whether the database changes are to be committed by the caller or in the called method itself. So we can use a single transaction for the Domain.update() method while still preserving the previous behavior for other callers. Closes #428.
-
- 29 Jan, 2020 10 commits
-
-
Khanh Ngo authored
-
Khanh Ngo authored
Add new setting to verify outgoing SSL connections
-
Khanh Ngo authored
-
Khanh Ngo authored
-
Khanh Ngo authored
Fix logging in models
-
Khanh Ngo authored
Introduce PDNS_ADMIN_LOG_LEVEL to change the log level
-
Khanh Ngo authored
Fiy typos in logging messages
-
Khanh Ngo authored
-
Khanh Ngo authored
-
Khanh Ngo authored
-
- 26 Jan, 2020 2 commits
-
-
Enrico Tröger authored
By setting the environment variable PDNS_ADMIN_LOG_LEVEL to a Python support log level, PowerDNS-Admin will use that log level.
-
Enrico Tröger authored
-