about summary refs log tree commit diff
path: root/pkgs/applications/networking/powerdns-admin
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-28powerdns-admin: 0.4.1 -> 0.4.2Flakebi1-3/+3
2023-12-02powerdns-admin: use patch filesFlakebi7-25/+177
2023-12-02powerdns-admin: fix buildFlakebi1-0/+16
Fix build with updated flask.
2023-09-06powerdns-admin: use fetchYarnDepsRobert Schütz3-1723/+7
2023-08-24python310Packages.flask-migrate: rename from flask_migratenatsukium1-1/+1
2023-08-24python310Packages.flask-mail: rename from flask_mailnatsukium1-1/+1
2023-08-24python310Packages.flask-assets: rename from flask_assetsnatsukium1-1/+1
2023-05-22powerdns-admin: 0.3.0 -> 0.4.1Flakebi3-716/+1011
- Fix with flask-migrate 4+ - Update to 0.4.1 - Improve the test to check that using the database works
2023-01-29powerdns-admin: drop override for jsonschemaNick Cao1-7/+1
2022-10-17python310Packages.flask-login: normalise package nameSandro Jäckel1-1/+1
2022-09-27Merge branch 'master' into staging-nextVladimír Čunát1-13/+1
2022-09-26powerdns-admin: Pin jsonschema to jsonschema_3Zhaofeng Li1-13/+1
The previous method of pinning caused frequent breakages.
2022-09-19python3Packages.python-ldap: rename from ldapMartin Weinelt1-1/+1
2022-08-24Merge #182953: fetchurl: disallow specifying both `sha256` and `hash`Vladimír Čunát1-0/+1
2022-08-23powerdns-admin: avoid duplicate hash in src.overrideVladimír Čunát1-0/+1
2022-07-21python3Packages.flask-sqlalchemy: rename from flask_sqlalchemyMartin Weinelt1-1/+1
2022-07-06powerdns-admin: 0.2.4 -> 0.3.0Flakebi3-93/+51
2022-05-25powerdns-admin: fix buildFlakebi1-0/+18
Pin jsonschema to 3.2.0 because bravado-core is incompatible with 4.0. Also fix the dnspython pin.
2021-12-17powerdns-admin: 0.2.3 -> 0.2.4Zhaofeng Li3-13/+13
Sadly the dnspython pin still needs to stay :(
2021-12-17powerdns-admin: fix and add moduleFlakebi1-4/+11
- Add the migrations directory to the package - Add postgres support to the package - Add a service for powerdns-admin Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>
2021-08-15treewide: runCommandNoCC -> runCommand in generated codeRobert Hensing1-1/+1
This has been synonymous for ~5y. Note that many of these runCommand bindings are unused, but that's ok for generated code.
2021-06-22powerdns-admin: use packageOverridesRobert Schütz1-5/+17
2021-03-07powerdns-admin: init at 0.2.3Zhaofeng Li4-0/+1600