about summary refs log tree commit diff
path: root/pkgs/applications/misc/octoprint
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-4/+4
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-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-2/+2
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-05-15octoprint: 1.10.0 -> 1.10.1R. Ryantm1-2/+2
2024-05-07octoprint: fix build with failing werkzeug dependencyFlorian Brandes1-0/+1
disable checks for werkzeug where one test started to fail recently. An update of werkzeug inside octoprint isn't possible (yet), so disable the tests. Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2024-04-25octoprint: 1.9.3 -> 1.10.0R. Ryantm1-2/+2
2024-03-21treewide: remove licenses.agpl3Jussi Kuokkanen1-16/+16
2024-03-19Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-0/+1
Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix
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-03-12octoprint: pin netaddr at 0.9.0Martin Weinelt1-0/+10
2024-02-05Merge pull request #280164 from ↵Sandro1-2/+2
tri-ler/octoprint.plugins.printtimegenius-2.2.8-->-2.3.1
2024-01-11Merge master into staging-nextgithub-actions[bot]1-4/+2
2024-01-10octoprint.plugins.printtimegenius: 2.2.8 -> 2.3.1tri-ler1-2/+2
2024-01-10octoprint.plugins.bedlevelvisualizer: 1.1.0 -> 1.1.1, remove numpytri-ler1-4/+2
2023-12-31Merge branch 'master' into staging-nextJan Tojnar1-1/+1
; Conflicts: ; pkgs/development/lua-modules/generated-packages.nix ; pkgs/development/lua-modules/overrides.nix
2023-12-30octoprint: fix `octoprint-dashboard` alias definitionSergei Trofimovich1-1/+1
Without the change `tests` eval fails to discover `dashboard` as it's used before it's definition in the same overlay. The eval failed as: $ nix build --no-link -f. octoprint.tests.plugins.octoprint-dashboard error: attribute 'dashboard' missing 482| } // lib.optionalAttrs config.allowAliases { 483| octoprint-dashboard = self.dashboard; | ^ 484| } After the change the eval succeeds as: $ nix-instantiate -A octoprint.tests.plugins.dashboard /nix/store/gxzicbfnpfgvs2qnpdn22aica4vlncns-python3.11-octoprint-plugin-dashboard-1.18.3.drv
2023-12-20octoprint: pin pydantic_1natsukium1-1/+1
2023-10-31octoprint: fix flask compatibilityFlorian Brandes1-0/+25
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-10-20octoprint: fix darwin build, fix hashFlorian Brandes1-2/+3
fixes #261934 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-10-12octoprint: 1.9.2 -> 1.9.3R. Ryantm1-2/+2
2023-08-24python310Packages.flask-assets: rename from flask_assetsnatsukium1-1/+1
2023-08-07octoprint: update hash to match tag update upstreamFlorian Brandes1-1/+1
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-07-18octoprint: 1.9.1 -> 1.9.2Florian Brandes1-2/+2
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-06-29octoprint: 1.9.0 -> 1.9.1R. Ryantm1-2/+2
2023-05-30octoprint: 1.8.7 -> 1.9.0Florian Brandes2-64/+10
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-05-25treewide: misc: use top-level fetchPypiWeijia Wang1-2/+3
2023-04-10octoprint: test plugins with ofborgSandro Jäckel1-1/+2
2023-04-10octoprint: normalize pnames and attrsSandro Jäckel1-40/+43
2023-04-09octoprint.plugins.octolabse: 0.4.1 -> 0.4.2, mark brokenSandro Jäckel1-3/+15
2023-04-09octoprint.plugins.themeify: fix hashSandro Jäckel1-1/+1
2023-04-09octoprint.tests.plugins.abl-expert: use fetchFromGitLabSandro Jäckel1-2/+4
2023-04-09octoprint.plugins: use callPackageSandro Jäckel2-5/+8
2023-03-04octoprint: fix build with (flask-)babelFlorian Brandes1-0/+11
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-03-03octoprint: 1.8.6 -> 1.8.7Florian Brandes1-3/+3
Changelog: https://github.com/OctoPrint/OctoPrint/releases/tag/1.8.7 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-02-03octoprint: pin flask-babel to 2.0.0Nick Cao1-0/+11
2023-01-29Octoprint vcgencmd patch (#213201)Florian1-0/+4
* octoprint: add tmpfile.d rule for read-access to /dev/vchiq for vcgencmd fixes #210629 Signed-off-by: Florian Brandes <florian.brandes@posteo.de> * Update pkgs/applications/misc/octoprint/default.nix --------- Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-01-29octoprint: add nixosTestsFlorian Brandes1-0/+4
Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-01-29octoprint: pin flask-limiter to 2.6.2Florian Brandes1-0/+15
fixes startup error with: `TypeError: Limiter.__init__() got multiple values for argument 'key_func'` Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
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.
2023-01-20Merge pull request #210631 from Majiir/fix-octoprint-overlaysNick Cao1-3/+3
octoprint: fix overlay composition
2023-01-16octoprint: fix build by relaxing constrainFlorian Brandes1-0/+1
relax version constrain of Flask-Limiter Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-01-13octoprint: fix overlay compositionMajiir Paktu1-3/+3
2022-12-26treewide: remove attrPath from nix-update-script callsfigsoda1-1/+1
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-10-20Merge pull request #196488 from SuperSandro2000/changedetectionioSandro1-1/+1
2022-10-18octoprint: 1.8.4 -> 1.8.6R. Ryantm1-2/+2
2022-10-17python310Packages.flask-login: normalise package nameSandro Jäckel1-1/+1
2022-09-28octoprint: 1.8.3 -> 1.8.4Florian Brandes1-2/+2
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-22octoprint: 1.8.2 -> 1.8.3Florian Brandes1-4/+7
fixes several security issues See https://github.com/OctoPrint/OctoPrint/releases/tag/1.8.3 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-12octoprint: fix build error on staging-nextFlorian Brandes1-0/+1
due to flask update Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-15octoprint: 1.8.2 fix sha256 aufter upstream changeFlorian Brandes1-1/+1
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>