{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":26309799,"defaultBranch":"main","name":"qpid-proton","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-07T08:00:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1693580540.0","currentOid":""},"activityList":{"items":[{"before":"36fe831ec8df52dea56ae04eec02304f2572f13a","after":"813f87eef9e44682948e390b1d20a68ff283bad1","ref":"refs/heads/main","pushedAt":"2024-05-29T19:24:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2825: [C++ binding] Reject incoming transaction coordinator links","shortMessageHtmlLink":"PROTON-2825: [C++ binding] Reject incoming transaction coordinator links"}},{"before":"2406d4361a7725afba2b06dd3da2761efeba06ee","after":"36fe831ec8df52dea56ae04eec02304f2572f13a","ref":"refs/heads/main","pushedAt":"2024-05-12T18:13:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2818: Move epoll proctor connection logic to a task thread.","shortMessageHtmlLink":"PROTON-2818: Move epoll proctor connection logic to a task thread."}},{"before":"f5b4b17897475a81c7629beff5fc19abd168dd38","after":"2406d4361a7725afba2b06dd3da2761efeba06ee","ref":"refs/heads/main","pushedAt":"2024-05-09T18:25:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2822: [Build] Correctly build/test without proactor","shortMessageHtmlLink":"PROTON-2822: [Build] Correctly build/test without proactor"}},{"before":"aa8ad8a3c031906f9b2bf3e6f7d89fe639ea08dd","after":"f5b4b17897475a81c7629beff5fc19abd168dd38","ref":"refs/heads/main","pushedAt":"2024-05-07T21:45:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"NO-JIRA: [CI Build] Use python 3.11, macos-13\n\nIt seems that macos-latest is now OSX 14 ARM64 and this has some build\nissues finding ssl when compiling the python extension.","shortMessageHtmlLink":"NO-JIRA: [CI Build] Use python 3.11, macos-13"}},{"before":"48d19e56729515c3b34f9b3964d83f5bbc5f9a38","after":"aa8ad8a3c031906f9b2bf3e6f7d89fe639ea08dd","ref":"refs/heads/main","pushedAt":"2024-05-03T22:02:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2815: [Python] More accurately test python dependencies\n\nNow we only set up python packages and tests that are viable with the\npython dependencies that we detect.","shortMessageHtmlLink":"PROTON-2815: [Python] More accurately test python dependencies"}},{"before":"a2e9eb63444bbda70f8870e28d5ef93b68c0bbe5","after":"48d19e56729515c3b34f9b3964d83f5bbc5f9a38","ref":"refs/heads/main","pushedAt":"2024-05-02T21:40:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2820: [Ruby] Change mapping of pn_handle_t to intptr_t\n\nThis avoids the swig conversion code from raising an error when the\nhandle is an address that is a negative integer.","shortMessageHtmlLink":"PROTON-2820: [Ruby] Change mapping of pn_handle_t to intptr_t"}},{"before":"e3ba722b6df57b2f81787e0ace8efb7ac639d501","after":"a2e9eb63444bbda70f8870e28d5ef93b68c0bbe5","ref":"refs/heads/main","pushedAt":"2024-04-19T22:52:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2816/PROTON-2817: Support building python extension with unbundled proton\n\nThere are 3 cases:\n* Bundled proton library - this should be the default and is what you\n should use with pip etc.\n* System proton library - this is what you should use in a distro\n package.\n* Use the in tree library built earlier in the build process - this is\n what you usually want for developer debugging, and should be the\n version actually tested by the in tree tests.\n\nThis change also add control of the ability to package and test in\nisolated virtual python environments. Using these is the default, but\nunder some circumstances you do not want the build process to construct\na virtual environment by pulling packages from the internet. So we now\nhave an option to turn this behaviour off and rely on the hosts python\nenvironment.","shortMessageHtmlLink":"PROTON-2816/PROTON-2817: Support building python extension with unbun…"}},{"before":"7747812d170fe6c49deab903c4f27b086a62fa39","after":"e3ba722b6df57b2f81787e0ace8efb7ac639d501","ref":"refs/heads/main","pushedAt":"2024-04-19T18:08:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2815: [Python] Correct supported versions of Python (again)","shortMessageHtmlLink":"PROTON-2815: [Python] Correct supported versions of Python (again)"}},{"before":"f8fd68f194e2c6426c030a933cf6fd16df5d72ff","after":"7747812d170fe6c49deab903c4f27b086a62fa39","ref":"refs/heads/main","pushedAt":"2024-04-18T21:43:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2815: [Python] no longer need to have setup.cfg in build area","shortMessageHtmlLink":"PROTON-2815: [Python] no longer need to have setup.cfg in build area"}},{"before":"1f5b1497aa70187ca0d53f7768516c3f64acfc76","after":"f8fd68f194e2c6426c030a933cf6fd16df5d72ff","ref":"refs/heads/main","pushedAt":"2024-04-18T03:40:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"NO-JIRA: placate C compiler warning with explicit cast for printf argument","shortMessageHtmlLink":"NO-JIRA: placate C compiler warning with explicit cast for printf arg…"}},{"before":"84570eca6967d6a938d83d330648b48016be8603","after":"1f5b1497aa70187ca0d53f7768516c3f64acfc76","ref":"refs/heads/main","pushedAt":"2024-04-17T22:20:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2815: [Python] Correct supported versions of Python","shortMessageHtmlLink":"PROTON-2815: [Python] Correct supported versions of Python"}},{"before":"4b48f7d24ca83f221039c4e47ce42752f3b104ad","after":"84570eca6967d6a938d83d330648b48016be8603","ref":"refs/heads/main","pushedAt":"2024-04-17T22:08:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2815: [Python] Use modern tooling to build python packages\n\nAlso add license text to a bunch of Python files","shortMessageHtmlLink":"PROTON-2815: [Python] Use modern tooling to build python packages"}},{"before":"c503244db60815b7f6800b6b1112b3f8c001441a","after":"4b48f7d24ca83f221039c4e47ce42752f3b104ad","ref":"refs/heads/main","pushedAt":"2024-04-17T22:02:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2792: [C++] check that scheduled tasks are active under lock\n\n[Reapplied as it was accidentally reverted]\n\nPreviously we checked whether the tasks were active without locking\nwhich was bad.","shortMessageHtmlLink":"PROTON-2792: [C++] check that scheduled tasks are active under lock"}},{"before":"4287b7ae2b9bdb19f3040c82d298ec764b5e4acd","after":"c503244db60815b7f6800b6b1112b3f8c001441a","ref":"refs/heads/main","pushedAt":"2024-04-17T16:55:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2644: Fix Github workflow build to remove deprecation warnings\n\nIt looks like the MacOS image/python actions are fixed now\n\nAlso removed the work around for Proton-2295 as the go version on MacOS\nis no longer a problem.","shortMessageHtmlLink":"PROTON-2644: Fix Github workflow build to remove deprecation warnings"}},{"before":"39892d990459d02aeb67b1c3683c1d428867fb04","after":"4287b7ae2b9bdb19f3040c82d298ec764b5e4acd","ref":"refs/heads/main","pushedAt":"2024-04-15T17:49:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2814: [Python] Tests use function removed in Python 3.12\n\nFix changed cgi.escape() to html.escape() as cgi.escape has been removed\nin Python 3.12.\n\nThis only affects test failure output in the JUnit reporter so would\nonly get noticed if there was a test failure in this mode.","shortMessageHtmlLink":"PROTON-2814: [Python] Tests use function removed in Python 3.12"}},{"before":"df1e9b684c364338faa88abf22921a05804e3b13","after":"39892d990459d02aeb67b1c3683c1d428867fb04","ref":"refs/heads/main","pushedAt":"2024-04-15T16:45:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2322/PROTON-2813: [Python] Finish PEP8 sanitization\n\nThis is a broad but shallow change, that changes a lot of files in\nfairly minor ways.","shortMessageHtmlLink":"PROTON-2322/PROTON-2813: [Python] Finish PEP8 sanitization"}},{"before":"674b0c6dbddc3a20bab17c60381a145d7b692ff4","after":"df1e9b684c364338faa88abf22921a05804e3b13","ref":"refs/heads/main","pushedAt":"2024-03-20T03:35:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2792: [C++] Test to ensure that we correctly cancel tasks\n\nTest for cancelling tasks from previous task.","shortMessageHtmlLink":"PROTON-2792: [C++] Test to ensure that we correctly cancel tasks"}},{"before":"d8fe876da3ccd7de95e8a33e30e6de0278bfd061","after":"674b0c6dbddc3a20bab17c60381a145d7b692ff4","ref":"refs/heads/main","pushedAt":"2024-03-19T00:55:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2792: [C++] check that scheduled tasks are active under lock\n\nPreviously we checked whether the tasks were active without locking\nwhich was bad.","shortMessageHtmlLink":"PROTON-2792: [C++] check that scheduled tasks are active under lock"}},{"before":"523f2861592f29873877463266ffab24f14aa708","after":"d8fe876da3ccd7de95e8a33e30e6de0278bfd061","ref":"refs/heads/main","pushedAt":"2024-02-26T18:14:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2789: One more warning as error that needs to be suppressed","shortMessageHtmlLink":"PROTON-2789: One more warning as error that needs to be suppressed"}},{"before":"a175b5ee28949a982f60022f927bd457873cb1fd","after":"523f2861592f29873877463266ffab24f14aa708","ref":"refs/heads/main","pushedAt":"2024-02-21T18:45:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"astitcher","name":"Andrew Stitcher","path":"/astitcher","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71607?s=80&v=4"},"commit":{"message":"PROTON-2791: Add MSG_MORE send flag on raw connections","shortMessageHtmlLink":"PROTON-2791: Add MSG_MORE send flag on raw connections"}},{"before":"d9b74964614fd6276d12723c06c38a530ce6e82b","after":"a175b5ee28949a982f60022f927bd457873cb1fd","ref":"refs/heads/main","pushedAt":"2024-01-10T13:38:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jiridanek","name":"Jiri Daněk","path":"/jiridanek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/442720?s=80&v=4"},"commit":{"message":"PROTON-2772: add printf format arg annotations to satisfy MSVC (#419)","shortMessageHtmlLink":"PROTON-2772: add printf format arg annotations to satisfy MSVC (#419)"}},{"before":"36c16e7803a1c4945f0cfde9368dc27bcbede2bb","after":"d9b74964614fd6276d12723c06c38a530ce6e82b","ref":"refs/heads/main","pushedAt":"2024-01-08T11:20:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"NO-JIRA: update year in NOTICE file","shortMessageHtmlLink":"NO-JIRA: update year in NOTICE file"}},{"before":"f54423f2d2daed54ea926c31138d9891732b190e","after":"36c16e7803a1c4945f0cfde9368dc27bcbede2bb","ref":"refs/heads/main","pushedAt":"2024-01-07T20:15:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jiridanek","name":"Jiri Daněk","path":"/jiridanek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/442720?s=80&v=4"},"commit":{"message":"PROTON-2789: Add /WX, /W4 /analyze to MSVC warning flags and use /wd to suppress all known warnings","shortMessageHtmlLink":"PROTON-2789: Add /WX, /W4 /analyze to MSVC warning flags and use /wd …"}},{"before":"62f8909b5cc8e24e089be2411f1d256eb7330cbb","after":"f54423f2d2daed54ea926c31138d9891732b190e","ref":"refs/heads/main","pushedAt":"2024-01-06T20:06:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jiridanek","name":"Jiri Daněk","path":"/jiridanek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/442720?s=80&v=4"},"commit":{"message":"PROTON-2788: Add missing OpenSSL linking to the static proton tls lib (#418)","shortMessageHtmlLink":"PROTON-2788: Add missing OpenSSL linking to the static proton tls lib ("}},{"before":"5b27d07c9f19c6a83f981c4f0a349c38f8132a76","after":"62f8909b5cc8e24e089be2411f1d256eb7330cbb","ref":"refs/heads/main","pushedAt":"2023-12-24T19:27:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jiridanek","name":"Jiri Daněk","path":"/jiridanek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/442720?s=80&v=4"},"commit":{"message":"PROTON-2787: Resolve Clang 16 compilation warnings (#416)","shortMessageHtmlLink":"PROTON-2787: Resolve Clang 16 compilation warnings (#416)"}},{"before":"001195c05a5fa1ec3d3b14a4963b82556450819f","after":"5b27d07c9f19c6a83f981c4f0a349c38f8132a76","ref":"refs/heads/main","pushedAt":"2023-12-24T19:26:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jiridanek","name":"Jiri Daněk","path":"/jiridanek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/442720?s=80&v=4"},"commit":{"message":"PROTON-2786: Handle check_language(CXX) more correctly (#417)","shortMessageHtmlLink":"PROTON-2786: Handle check_language(CXX) more correctly (#417)"}},{"before":"058dcaa83a7e96e6f169e38750a05c51915800e8","after":"001195c05a5fa1ec3d3b14a4963b82556450819f","ref":"refs/heads/main","pushedAt":"2023-12-22T16:53:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jiridanek","name":"Jiri Daněk","path":"/jiridanek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/442720?s=80&v=4"},"commit":{"message":"PROTON-2786: Don't reuse possibly incorrect `CMAKE_CXX_COMPILER` value determined by `check_language(CXX)` (#415)","shortMessageHtmlLink":"PROTON-2786: Don't reuse possibly incorrect CMAKE_CXX_COMPILER valu…"}},{"before":"e7c48ce11df48da49be31b0a1f1252d062ff6f9b","after":"058dcaa83a7e96e6f169e38750a05c51915800e8","ref":"refs/heads/main","pushedAt":"2023-10-31T07:42:57.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jiridanek","name":"Jiri Daněk","path":"/jiridanek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/442720?s=80&v=4"},"commit":{"message":"PROTON-2772: disable -wcast-function-type warning\n\nThis is a notorious problem where passing in function handles\n inevitably results in this kind of unsafe casting.","shortMessageHtmlLink":"PROTON-2772: disable -wcast-function-type warning"}},{"before":"1dc37b2e6456085cd50dadbce0fa1a532bfd8831","after":"e7c48ce11df48da49be31b0a1f1252d062ff6f9b","ref":"refs/heads/main","pushedAt":"2023-10-31T01:06:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"asfgit","name":null,"path":"/asfgit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1341245?s=80&v=4"},"commit":{"message":"PROTON-2773: Use PN_FALLTHROUGH in libuv proactor\n\nThis reverts commit 904ea7b8c8bca451f5b56a81138902be286b2b62.","shortMessageHtmlLink":"PROTON-2773: Use PN_FALLTHROUGH in libuv proactor"}},{"before":"b3d929c05b82aff891ff63ea606f9afc37a0992d","after":"1dc37b2e6456085cd50dadbce0fa1a532bfd8831","ref":"refs/heads/main","pushedAt":"2023-10-27T12:40:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jiridanek","name":"Jiri Daněk","path":"/jiridanek","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/442720?s=80&v=4"},"commit":{"message":"PROTON-2724: add CMake option to disable building binaries in c/tools (#414)","shortMessageHtmlLink":"PROTON-2724: add CMake option to disable building binaries in c/tools ("}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEV0_b5QA","startCursor":null,"endCursor":null}},"title":"Activity · apache/qpid-proton"}