Commit Graph

  • 062623d3a3
    Merge 0bc92fd787 into 4d899edeb3 Ben Krieger 2025-03-25 20:07:20 -0600
  • 4d899edeb3
    Merge pull request #1166 from piotr-kubiak/megre-args main Povilas Kanapickas 2025-03-24 13:35:31 +0200
  • f9489afaf5 Allow merging of args in both list and dict syntax Piotr Kubiak 2025-03-12 19:48:53 +0100
  • 91f93f7f55
    Merge 04b9982bc5 into 7d7533772b Yashodhan Pise 2025-03-22 12:36:42 +0000
  • 04b9982bc5
    Merge branch 'containers:main' into container_scaling_update Yashodhan Pise 2025-03-22 18:06:39 +0530
  • 7d7533772b
    Merge pull request #1165 from drachenfels-de/fix-project-name-interpolation Povilas Kanapickas 2025-03-20 19:26:03 +0200
  • 65b455f081 Fix project name evaluation order Ruben Jenster 2025-03-12 19:04:38 +0100
  • 1aa750bacf integration/tests: Test project name override with COMPOSE_PROJECT_NAME env variable Ruben Jenster 2025-03-12 19:10:05 +0100
  • 98b9bb9f8e Fix interpolation for COMPOSE_PROJECT_NAME Ruben Jenster 2025-03-20 12:06:19 +0100
  • 170411de8b test/integration: Test COMPOSE_PROJECT_NAME interpolation Ruben Jenster 2025-03-12 16:20:58 +0100
  • 0cf1378cb5
    Merge pull request #1148 from mokazemi/fix/sigint-down Povilas Kanapickas 2025-03-20 00:14:11 +0200
  • cf9ff8cdf4
    Merge 757d14ebed into 8b1bd0123c legobeat 2025-03-19 22:17:08 +0300
  • 87e9a64877
    Merge 980417d77e into 8b1bd0123c Strahil Nikolov 2025-03-19 16:33:45 +0100
  • f5a6df6dc4 added changes to release notes Mohammad Kazemi 2025-03-19 16:02:34 +0330
  • f106ea0c01 modifications to pass pylint test Mohammad Kazemi 2025-03-01 12:34:58 +0330
  • b748c2666c add try-except block to handle error in case of shutdown error Mohammad Kazemi 2025-02-24 15:18:45 +0330
  • 3973c476c4 catch SIGINT signal properly in 'up' function and call compose 'down' function for a graceful shutdown Mohammad Kazemi 2025-02-24 10:40:42 +0330
  • 8b1bd0123c
    Merge pull request #1168 from underground-software/build_exit Povilas Kanapickas 2025-03-19 12:50:16 +0200
  • 2e7d83f7f0 Properly surface errors from build commands charliemirabile 2025-03-17 18:42:32 -0400
  • b2f1b8734e Addition of relevant newsfragments file Yashodhan Pise 2025-03-08 01:20:57 +0530
  • 902454d73f Updates to compose_down command to match docker compose behavior Yashodhan Pise 2025-03-08 00:35:26 +0530
  • 2edd4f376c Updates handling of scale/replicas through CLI & compose file Yashodhan Pise 2025-03-07 15:59:58 +0530
  • 52e2912e0b
    Merge pull request #1157 from mokibit/automate-selinux-test Povilas Kanapickas 2025-03-11 18:15:55 +0200
  • 8ef537e247 test/integration: Automate manual selinux test Monika Kairaityte 2025-03-02 22:04:17 +0200
  • 04fcc26a79
    Merge pull request #1117 from rjeffman/no_exception_if_service_is_not_in_compose Povilas Kanapickas 2025-03-05 22:17:10 +0200
  • d4760712b7 Don't raise exception on inexistent services in 'down' command Rafael Guterres Jeffman 2025-01-22 23:55:56 -0300
  • 7c61f24467
    Merge pull request #1158 from mokibit/automate-uidmaps-test Povilas Kanapickas 2025-03-04 23:41:55 +0200
  • 202c3771a9 test/integration: Automate manual uidmaps test Monika Kairaityte 2025-03-02 22:04:17 +0200
  • a54f0fa573
    Merge pull request #1149 from AlexandreAANP/fix/windows-asyncio-loop Povilas Kanapickas 2025-03-01 16:43:26 +0200
  • 3353697402
    Merge pull request #1152 from IamTheFij/config-quiet Povilas Kanapickas 2025-03-01 16:42:20 +0200
  • ca1b59c449
    Merge pull request #1153 from IamTheFij/dco-hook Povilas Kanapickas 2025-03-01 16:39:50 +0200
  • b9f27795c0 Add hook to check for signoff in commit messages Ian Fijolek 2025-02-28 12:53:29 -0800
  • 4cd1642be0 Add quiet flag to podman-compose config Ian Fijolek 2025-02-27 12:11:10 -0800
  • fd401331e5 added release note to newsfragment directory Alexandre Pita 2025-02-27 08:55:52 +0000
  • 37b27fa233 Refactor event loop handling to simplify logic for Windows platforms Alexandre Pita 2025-02-26 17:28:59 +0000
  • 976847ef9b
    Merge pull request #1143 from italomaia/bug/use-ruff Povilas Kanapickas 2025-02-26 18:21:31 +0200
  • c6b3d497d6 Adds lint exclusions already ignored by the code Italo Maia 2025-02-25 20:04:22 +0100
  • 10ad739746 Replaces black with ruff on pre-commit-config Italo Maia 2025-02-25 20:04:06 +0100
  • 784d798dac Fix event loop handling for Windows platform in compose_up function Alexandre Pita 2025-02-26 14:38:46 +0000
  • dd01d039bf
    Merge pull request #1140 from whym/rename-comment Povilas Kanapickas 2025-02-25 02:02:23 +0200
  • 81a0a5933e Add more logging tests Yusuke Matsubara 2025-02-25 01:39:12 +0200
  • c289a3b827 Fix logging test coding style Yusuke Matsubara 2025-02-25 01:38:55 +0200
  • baccce4f3f Fix comments related to logging Yusuke Matsubara 2025-02-11 18:30:56 +0900
  • 07af8488db
    Merge pull request #1147 from joern19/main Povilas Kanapickas 2025-02-24 01:26:38 +0200
  • cbc5a8c8b3 Add newsfragment for interface_name option Jörn Hirschfeld 2025-02-23 17:00:47 +0100
  • aeaceed7ba integration test for x-podman.interface_name option Jörn Hirschfeld 2025-02-23 00:57:59 +0100
  • b1eb558b41 Document existence of x-podman.interface_name Jörn Hirschfeld 2025-02-23 00:44:36 +0100
  • 1cdc9e6552 interface_name can be specified in net_config_ Jörn Hirschfeld 2025-02-23 00:26:09 +0100
  • 2f8ed2137c
    Merge pull request #1144 from mokibit/automate-secrets-tests Povilas Kanapickas 2025-02-20 09:57:11 +0200
  • 838957b902 test/integration: Automate manual 'secrets' test Monika Kairaityte 2025-02-13 20:31:09 +0200
  • 99222db163 Adding --ansi to cli with support to the "never" value. Improves compatibility with SpringBoot3 compose plugin Italo Maia 2025-02-18 18:35:27 +0100
  • a5c80a6cc7 formatting with black so pre-commit does not fail Italo Maia 2025-02-18 18:30:46 +0100
  • 888be2383e ignoring flake8 errors that are already not being followed Italo Maia 2025-02-18 18:28:45 +0100
  • f6f6c97880 ignoring flake8 rules that are not being enforced: E231 Italo Maia 2025-02-18 18:08:48 +0100
  • cf02df1785 updating black language_version to 3.12; this should simplify contributions as 3.10 is not available from some package managers already Italo Maia 2025-02-18 17:58:01 +0100
  • 15380a809d
    Merge pull request #1135 from rpluem-vf/keep_fds_open Povilas Kanapickas 2025-02-18 13:26:15 +0200
  • d4e5859370 Do not close file descriptors when executing podman Ruediger Pluem 2025-02-07 12:18:14 +0100
  • 593d7c825e
    Merge pull request #1138 from mokibit/automate-seccomp-test Povilas Kanapickas 2025-02-07 22:46:39 +0200
  • bfba7ba32d tests/integration: Automate manual seccomp test Monika Kairaityte 2025-02-07 21:17:22 +0200
  • fe9be2d98f
    Merge pull request #1133 from neocturne/pod-args Povilas Kanapickas 2025-02-07 20:59:36 +0200
  • 43a2f1d01f
    Implement x-podman.pod_args to override --pod-args default Matthias Schiffer 2025-02-07 00:42:14 +0100
  • aa47a373ca
    Merge pull request #1132 from mokibit/describe-test_pid Povilas Kanapickas 2025-02-06 15:29:42 +0200
  • eaec19336f tests/integration: Describe pid test Monika Kairaityte 2025-02-05 22:53:30 +0200
  • 34bee28bb8
    Merge pull request #1131 from mokibit/automate-test-no_services Povilas Kanapickas 2025-02-05 20:53:38 +0200
  • bfea139362 tests/integration: Automate manual no_services test Monika Kairaityte 2025-02-04 21:57:48 +0200
  • 4a81bce2a5
    Merge pull request #1130 from mokibit/automate-nets_test_ip Povilas Kanapickas 2025-02-05 20:44:07 +0200
  • e626f15eff tests/integration: Automate manual nets_test_ip test Monika Kairaityte 2025-02-04 19:52:32 +0200
  • 974250caa5
    Merge pull request #1128 from mokibit/automate-nets_test3 Povilas Kanapickas 2025-02-03 22:59:45 +0200
  • 29404af723 tests/integration: Automate manual 'nets_test3' test Monika Kairaityte 2025-01-26 22:11:14 +0200
  • d1ba2f4c7d
    Merge pull request #1124 from notdian/file_not_found_error Povilas Kanapickas 2025-01-31 01:48:13 +0200
  • e03d675b9b Remove incorrect os.chdir call to fix folder error notdian 2025-01-27 21:55:15 +0100
  • 8af9228a76
    Remove chdir in _parse_compose_file Christian Funkhouser 2025-01-27 18:29:39 -0700
  • 51d180d2d0
    Merge pull request #1120 from mokibit/inform-user-to-use-newer-python Povilas Kanapickas 2025-01-27 21:53:24 +0200
  • 9c905f9012
    Merge pull request #1116 from Zeglius/dockerfile_inline Povilas Kanapickas 2025-01-27 21:52:05 +0200
  • bdb3e4e984 Throw a readable error on too old Python Monika Kairaityte 2025-01-25 15:36:38 +0200
  • 105e390f6b Add support for dockerfile_inline Zeglius 2025-01-22 15:53:34 +0000
  • d79ff01e77
    Merge pull request #1113 from mokibit/categorize-integration-tests Povilas Kanapickas 2025-01-23 02:17:08 +0200
  • d9ef3d2cc6 tests/integration: Add missing __init__.py for network_scoped_aliases Monika Kairaityte 2025-01-23 01:58:11 +0200
  • d23ef4f481 tests/integration: Add missing __init__.py for build_labels test Monika Kairaityte 2025-01-23 01:45:43 +0200
  • b685bce400 tests/integration: Move test utils to one test_utils file Monika Kairaityte 2025-01-22 22:16:07 +0200
  • 7d5bf645f6 tests/integration: Move test "vol" to corresponding directory Monika Kairaityte 2025-01-20 23:08:35 +0200
  • 9f7ae38bac tests/integration: Move test "ports" to corresponding directory Monika Kairaityte 2025-01-22 00:48:51 +0200
  • 3cee4e015c tests/integration: Move test "config" to corresponding directory Monika Kairaityte 2025-01-20 10:07:56 +0200
  • 498a1994ce tests/integration: Move test "env" to corresponding directory Monika Kairaityte 2025-01-19 21:43:45 +0200
  • 488908f809 tests/integration: Move test "env_file" to corresponding directory Monika Kairaityte 2025-01-19 21:32:10 +0200
  • f7bcc4221e tests/integration: Move test "up_down" to corresponding directory Monika Kairaityte 2025-01-19 21:24:59 +0200
  • a73df712cc tests/integration: Move test "build_ulimits" to corresponding directory Monika Kairaityte 2025-01-19 21:20:46 +0200
  • 50dc19f5f8 tests/integration: Move test "network" to corresponding directory Monika Kairaityte 2025-01-19 21:15:31 +0200
  • 9029dce0f6 tests/integration: Move test "nets_test2" to corresponding directory Monika Kairaityte 2025-01-19 21:13:24 +0200
  • a8282c77d6 tests/integration: Move test "nets_test1" to corresponding directory Monika Kairaityte 2025-01-19 21:11:32 +0200
  • f4b775c7e4 tests/integration: Move test "nethost" to corresponding directory Monika Kairaityte 2025-01-19 21:09:49 +0200
  • adf30e0475 tests/integration: Move test "multicompose" to corresponding directory Monika Kairaityte 2025-01-19 21:08:06 +0200
  • 41675c3916 tests/integration: Move test "ipam_default" to corresponding directory Monika Kairaityte 2025-01-19 21:06:49 +0200
  • 6caf2eae42 tests/integration: Move test "interpolation" to corresponding directory Monika Kairaityte 2025-01-19 21:05:06 +0200
  • 3093b00326 tests/integration: Move test "include" to corresponding directory Monika Kairaityte 2025-01-19 21:01:38 +0200
  • 1c21d655ba tests/integration: Move test "in_pod" to corresponding directory Monika Kairaityte 2025-01-19 20:59:16 +0200
  • 18e5fd64f3 tests/integration: Move test "filesystem" to corresponding dir Monika Kairaityte 2025-01-19 20:56:21 +0200
  • 24bdfd1e17 tests/integration: Move test "extends_w_file_subdir" to corresp. dir Monika Kairaityte 2025-01-19 20:53:55 +0200
  • c2d3e156c2 tests/integration: Move test "extends_w_file" to corresponding directory Monika Kairaityte 2025-01-19 20:51:48 +0200
  • ba95100cff tests/integration: Move test "extends_w_empty_service" to corresp. dir Monika Kairaityte 2025-01-19 20:50:11 +0200