| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. | Peder Bergebakken Sundt | 2025-02-24 | 1 | -1/+1 |
| * | python312Packages.influxdb: patch out nose | Martin Weinelt | 2024-07-09 | 2 | -2/+718 |
| * | python312Packages.influxdb: format with nixfmt | Fabian Affolter | 2024-04-23 | 1 | -17/+16 |
| * | python312Packages.influxdb: refactor | Fabian Affolter | 2024-04-23 | 1 | -10/+17 |
| * | python311Packages.influxdb: 5.3.1 -> 5.3.2 | R. Ryantm | 2024-04-22 | 1 | -2/+2 |
| * | python311Packages.influxdb: switch to pynose, disable and fix failing tests | Martin Weinelt | 2024-02-24 | 1 | -3/+12 |
| * | python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda | adisbladis | 2023-12-07 | 1 | -0/+1 |
| * | python311Packages.influxdb: disable failing tests | Martin Weinelt | 2023-09-27 | 1 | -1/+1 |
| * | python3.pkgs.influxdb: fix after Pandas bump•••Pandas has removed the deprecated pandas.util.testing package, and there are also some other behaviour changes with parsing date times. Patch the former, and skip the tests affected by the latter. Note that upstream is no longer supporting this package and it has been archived on GitHub. | Luke Granger-Brown | 2023-08-13 | 1 | -0/+10 |
| * | python310Packages.influxdb: allow binding to localhost on darwin | Theodore Ni | 2023-07-09 | 1 | -0/+2 |
| * | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | python3Packages.influxdb: 5.3.0 -> 5.3.1 | Martin Weinelt | 2022-02-03 | 1 | -15/+5 |
| * | python3Packages.influxdb: disable failing test | Martin Weinelt | 2021-10-11 | 1 | -0/+2 |
| * | treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil | Robert Schütz | 2021-07-03 | 1 | -2/+2 |
| * | python3Packages.influxdb: disable failing test | Martin Weinelt | 2021-03-21 | 1 | -1/+7 |
| * | python3Packages.influxdb: enable tests | Fabian Affolter | 2021-02-27 | 1 | -11/+37 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix | Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | python3.pkgs.influxdb: fix build | Jörg Thalheim | 2020-06-20 | 1 | -1/+10 |
| * | python: influxdb: 5.2.3 -> 5.3.0 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | python37Packages.influxdb: 5.2.2 -> 5.2.3•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-influxdb/versions | R. RyanTM | 2019-09-28 | 1 | -2/+2 |
| * | python37Packages.influxdb: 5.2.1 -> 5.2.2•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-influxdb/versions (cherry picked from commit b20f2d007947988b57c0164f774fbd4f58f0d78e) | R. RyanTM | 2019-04-07 | 1 | -2/+2 |
| * | python37Packages.influxdb: 5.2.0 -> 5.2.1•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-influxdb/versions | R. RyanTM | 2018-12-26 | 1 | -2/+2 |
| * | python36Packages.influxdb: 4.0.0 -> 5.2.0•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-influxdb/versions | R. RyanTM | 2018-10-24 | 1 | -2/+2 |
| * | pythonPackages.influxdb: refactor move to python-modules | Chris Ostrouchov | 2018-10-18 | 1 | -0/+29 |
