Commit Graph

  • 5bab9a41d3 Make consider-using-f-string changes compatible with older Python versions. Felix Fontein 2025-10-11 22:18:37 +0200
  • 338b3db654
    Fix crashes due to wrong names. (#1161) (#1163) (#1164) patchback[bot] 2025-10-11 22:15:18 +0200
  • 034b4200a2 Use stable-11 in shippable. Felix Fontein 2025-10-11 22:15:04 +0200
  • 07bf249621 Fix crashes due to wrong names. (#1161) (#1163) Felix Fontein 2025-10-11 15:54:51 +0200
  • b058cd40da
    Fix crashes due to wrong names. (#1161) (#1163) Felix Fontein 2025-10-11 15:54:51 +0200
  • 9b4e107a93 Fix crashes due to wrong names. (#1161) Felix Fontein 2025-10-11 15:29:14 +0200
  • 3789ea1612 Bump community.general stable branch. Felix Fontein 2025-10-11 15:37:46 +0200
  • 091f04bd9d Bump community.general stable branch. Felix Fontein 2025-10-11 15:37:25 +0200
  • b49031ff19 Remove broken dead code. Felix Fontein 2025-10-11 15:08:42 +0200
  • f9cd56a985 Address no-else-return. Felix Fontein 2025-10-11 15:03:15 +0200
  • e3b07ed6b2 Address no-else-raise. Felix Fontein 2025-10-11 14:54:20 +0200
  • 73a0bf93d2 Address no-else-continue. Felix Fontein 2025-10-11 14:52:58 +0200
  • 0f422db170 Address line-too-long. Felix Fontein 2025-10-11 14:52:07 +0200
  • d04a770441 Address keyword-arg-before-vararg. Felix Fontein 2025-10-11 14:51:10 +0200
  • ae0dba8490 Address invalid-name. Felix Fontein 2025-10-11 14:48:32 +0200
  • c7399b7c38 Address some consider-using-with. Felix Fontein 2025-10-11 14:42:42 +0200
  • 9bb3f8c3b3 Address consider-using-max-builtin. Felix Fontein 2025-10-11 14:33:43 +0200
  • da788d3669 Address consider-using-in. Felix Fontein 2025-10-11 14:32:57 +0200
  • 6d97fca880 Address consider-using-f-string. Felix Fontein 2025-10-11 14:31:54 +0200
  • 8acdc3c851 Address consider-using-dict-comprehension. Felix Fontein 2025-10-11 14:29:35 +0200
  • ae53065001 Address consider-iterating-dictionary. Felix Fontein 2025-10-11 14:28:02 +0200
  • 1d30856e67 Address broad-exception-caught. Felix Fontein 2025-10-11 14:27:10 +0200
  • 451e235c2a Address broad-exception-raised. Felix Fontein 2025-10-11 14:14:58 +0200
  • 0fa1dacbbd Address attribute-defined-outside-init. Felix Fontein 2025-10-11 14:10:13 +0200
  • 33c8a49191
    Fix crashes due to wrong names. (#1161) Felix Fontein 2025-10-11 15:29:14 +0200
  • fdfca8acf9 Fix crashes due to wrong names. Felix Fontein 2025-10-11 15:12:46 +0200
  • 892e9d9cbd Reorganize imports due to https://github.com/ansible-community/antsibull-nox/pull/136. Felix Fontein 2025-10-10 21:19:28 +0200
  • 3a7030426e
    Avoid losing data from events if multiple arrive at the same time. (#1158) (#1159) (#1160) patchback[bot] 2025-10-10 21:02:50 +0200
  • 520319ce75 Avoid losing data from events if multiple arrive at the same time. (#1158) (#1159) Felix Fontein 2025-10-10 20:28:27 +0200
  • db20b1876d
    Avoid losing data from events if multiple arrive at the same time. (#1158) (#1159) Felix Fontein 2025-10-10 20:28:27 +0200
  • 26dc734a3c Avoid losing data from events if multiple arrive at the same time. (#1158) Felix Fontein 2025-10-10 20:21:21 +0200
  • f7e976f3da
    Avoid losing data from events if multiple arrive at the same time. (#1158) Felix Fontein 2025-10-10 20:21:21 +0200
  • 9274f5dedf Avoid losing data from events if multiple arrive at the same time. Felix Fontein 2025-10-10 20:09:28 +0200
  • e8ec22d3b1
    Python code modernization, 3/n (#1157) Felix Fontein 2025-10-10 08:11:58 +0200
  • b3b59be9f9 Remove super arguments, and stop inheriting from object. Felix Fontein 2025-10-09 23:56:00 +0200
  • f862113456 Remove __metaclass__ = type. Felix Fontein 2025-10-09 23:42:38 +0200
  • 741c318b1d
    Python code modernization, 2/n (#1156) Felix Fontein 2025-10-09 20:46:48 +0200
  • ec6a07ea13 Reformat. Felix Fontein 2025-10-09 20:00:09 +0200
  • 274a2106be Remove all UTF-8 encoding specifications for Python source files: Felix Fontein 2025-10-09 19:55:53 +0200
  • 8f0a96f1ba Adjust all __future__ imports: Felix Fontein 2025-10-09 19:55:22 +0200
  • a3efa26e2e
    Address some pylint issues (#1155) Felix Fontein 2025-10-09 20:11:36 +0200
  • 2c4ab0bdb7 Clean up more imports. Felix Fontein 2025-10-07 22:23:44 +0200
  • 92a810c6d6 Address unspecified-encoding. Felix Fontein 2025-10-07 22:19:49 +0200
  • 057b04b90b Address function-redefined. Felix Fontein 2025-10-07 22:14:30 +0200
  • 2803a5bf2f Address super-init-not-called. Felix Fontein 2025-10-07 22:13:17 +0200
  • 5b7b3d4c52 Add TODOs. Felix Fontein 2025-10-07 21:47:45 +0200
  • 25f89d3663 Address possibly-used-before-assignment. Felix Fontein 2025-10-07 22:06:24 +0200
  • 776f95f295 Address useless-return. Felix Fontein 2025-10-07 21:44:52 +0200
  • e895ac35a3 No longer needed due to separate bugfix. Felix Fontein 2025-10-07 21:36:55 +0200
  • 9c53d2b2e9 Address pointless-string-statement. Felix Fontein 2025-10-07 21:34:20 +0200
  • e07db8a832 Address many redefined-outer-name. Felix Fontein 2025-10-07 21:32:49 +0200
  • 38795830b7 Address redefined-argument-from-local. Felix Fontein 2025-10-07 21:21:30 +0200
  • b02ad20a34 Address redefined-builtin. Felix Fontein 2025-10-07 21:20:43 +0200
  • 5de721bf3b Address cyclic-import. Felix Fontein 2025-10-07 17:45:38 +0200
  • db09affaea Fix isort config. Felix Fontein 2025-10-07 23:00:42 +0200
  • 3b0ab3bd8b
    Prevent loss of data. (#1152) (#1154) patchback[bot] 2025-10-07 22:42:32 +0200
  • 1b9461325c
    Prevent loss of data. (#1152) (#1153) patchback[bot] 2025-10-07 22:28:04 +0200
  • 9006e86fab Prevent loss of data. (#1152) Felix Fontein 2025-10-07 22:05:05 +0200
  • 5e143b92fe Prevent loss of data. (#1152) Felix Fontein 2025-10-07 22:05:05 +0200
  • ec5f7682a1
    Prevent loss of data. (#1152) Felix Fontein 2025-10-07 22:05:05 +0200
  • 1b420b04fb Prevent loss of data. Felix Fontein 2025-10-07 21:39:54 +0200
  • 43c4d10383
    Fix docker_container_exec's detach=true. (#1145) (#1148) (#1151) Felix Fontein 2025-10-07 19:46:25 +0200
  • 8a0232d8a2 deploy: 890986b00d felixfontein 2025-10-07 17:44:00 +0000
  • 890986b00d Prepare 4.8.2. Felix Fontein 2025-10-07 19:41:47 +0200
  • f8eb25d8d4 Adjust release summary. Felix Fontein 2025-10-07 19:41:14 +0200
  • 0acb773127 Install more deps for type checking. Felix Fontein 2025-10-07 19:40:32 +0200
  • acf18f0ade
    Add more CI checks (#1150) Felix Fontein 2025-10-07 19:37:16 +0200
  • 341d212721 Fix docker_container_exec's detach=true. (#1145) (#1148) Felix Fontein 2025-10-07 19:16:04 +0200
  • 488dd28339
    Fix docker_container_exec's detach=true. (#1145) (#1148) Felix Fontein 2025-10-07 19:16:04 +0200
  • c7f165aae1
    Fix diff for plugin options. (#1146) (#1147) (#1149) patchback[bot] 2025-10-07 19:06:37 +0200
  • ed98e7a28b Add pylint with a long list of ignores to be removed. Felix Fontein 2025-10-07 08:52:36 +0200
  • 1dc6ab727a Add flake8. Felix Fontein 2025-10-07 08:40:41 +0200
  • 9e9a61746a Enable mypy. Felix Fontein 2025-10-07 08:33:29 +0200
  • cf78496285 Fix diff for plugin options. (#1146) (#1147) Felix Fontein 2025-10-07 18:53:30 +0200
  • acea22ba47
    Fix diff for plugin options. (#1146) (#1147) Felix Fontein 2025-10-07 18:53:30 +0200
  • 30f1401921 Fix docker_container_exec's detach=true. (#1145) Felix Fontein 2025-10-07 18:49:20 +0200
  • 449b37e1c9
    Fix docker_container_exec's detach=true. (#1145) Felix Fontein 2025-10-07 18:49:20 +0200
  • ba62bcb49f Fix diff for plugin options. (#1146) Felix Fontein 2025-10-07 18:31:27 +0200
  • 54c2e49fdf
    Fix diff for plugin options. (#1146) Felix Fontein 2025-10-07 18:31:27 +0200
  • 2b4a9a8a4d deploy: ebb8569b5f felixfontein 2025-10-07 16:28:45 +0000
  • f1da7873c9 deploy: ebb8569b5f felixfontein 2025-10-07 16:27:45 +0000
  • ebb8569b5f
    docker_container: add driver_opts and gw_priority (#1143) salty 2025-10-07 18:26:25 +0200
  • d7a7f0785b Fix diff for plugin options. Felix Fontein 2025-10-07 17:58:41 +0200
  • 741cd54670 Fix docker_container_exec's detach=true. Felix Fontein 2025-10-07 17:41:54 +0200
  • 55ac798786
    docker_container: add driver_opts and gw_priority salty 2025-10-06 20:57:56 +0200
  • d0f4ef57a4 Forgot to adjust antsibull-nox config. Felix Fontein 2025-10-07 07:49:49 +0200
  • 117271579e
    Make all doc fragments, module utils, and plugin utils private (#1144) Felix Fontein 2025-10-07 07:32:33 +0200
  • 50fd912720 Lint. Felix Fontein 2025-10-06 23:40:11 +0200
  • f63f9b35a8 Fix imports. Felix Fontein 2025-10-06 23:33:39 +0200
  • 9efc527546 Try to make CI happy, again. Felix Fontein 2025-10-06 23:28:36 +0200
  • 77dda81023 Fix formatting. Felix Fontein 2025-10-06 23:25:50 +0200
  • ce83922bd7 Remove some unused and no longer needed imports. Felix Fontein 2025-10-06 23:24:07 +0200
  • 76261290bb Make all doc fragments, module utils, and plugin utils private. Felix Fontein 2025-10-06 23:17:26 +0200
  • bcd8ecefad deploy: bb39e67c8f saltydk 2025-10-06 20:55:50 +0000
  • 29bebea97d deploy: bb39e67c8f saltydk 2025-10-06 19:58:22 +0000
  • fa339c54cd deploy: bb39e67c8f saltydk 2025-10-06 19:27:24 +0000
  • bb39e67c8f Make CI pass; add black and isort to CI; add reformat commit to .git-blame-ignore-revs. Felix Fontein 2025-10-06 18:57:33 +0200
  • d65d37e9e9 Reformat code with black and isort. Felix Fontein 2025-10-06 18:34:59 +0200
  • 57858cdb6f deploy: f45232635c felixfontein 2025-10-06 16:33:57 +0000
  • 8f3767d8d1 deploy: f45232635c felixfontein 2025-10-06 16:32:40 +0000