{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":768279730,"defaultBranch":"main","name":"lvssh2","ownerLogin":"logmanoriginal","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-03-06T19:48:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5776685?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1714062371.0","currentOid":""},"activityList":{"items":[{"before":"52d05903138a94551463c5d7f3fb83457b998524","after":"15529aa97b26748e7feb3ff4b66fbf9194bca354","ref":"refs/heads/main","pushedAt":"2024-05-16T06:17:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"tests: Add test for libssh2_agent_get_identity()\n\nThis also adds a fixture for ssh-agent, which takes care of private\nkey creation.","shortMessageHtmlLink":"tests: Add test for libssh2_agent_get_identity()"}},{"before":"9bf749b55fd4ff97cb4d109aefa3d43c1cb6ab72","after":"52d05903138a94551463c5d7f3fb83457b998524","ref":"refs/heads/main","pushedAt":"2024-05-02T06:36:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"tests: Add test for libssh2_channel_handle_extended_data2()","shortMessageHtmlLink":"tests: Add test for libssh2_channel_handle_extended_data2()"}},{"before":"000ab936ca2a0fe0f1a28aa91f7f82ff8f6f66cb","after":"9bf749b55fd4ff97cb4d109aefa3d43c1cb6ab72","ref":"refs/heads/main","pushedAt":"2024-04-28T10:42:31.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"libssh2: Fix libssh2_channel_flush_ex() crashing\n\nThis function crashes because the CLFN is incorrectly configured for\nlibssh2_channel_free() instead of libssh2_channel_flush_ex().\n\nFixed by updating the function name.","shortMessageHtmlLink":"libssh2: Fix libssh2_channel_flush_ex() crashing"}},{"before":"3a478902d5b81ed48931a475d4a5296f76f462ae","after":"000ab936ca2a0fe0f1a28aa91f7f82ff8f6f66cb","ref":"refs/heads/main","pushedAt":"2024-04-27T16:35:12.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"tests: Simplify regex for libssh2_session_banner_get()\n\nWe don't actually care about the specific protocol and server versions.\nAs long as the banner starts with \"SSH-\", we are good.","shortMessageHtmlLink":"tests: Simplify regex for libssh2_session_banner_get()"}},{"before":"dcb45eeb25ac66bc3f339b832f0fe2231daabb47","after":"3a478902d5b81ed48931a475d4a5296f76f462ae","ref":"refs/heads/main","pushedAt":"2024-04-26T08:34:28.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"tests: Add integration tests for libssh2_session_last_errno()","shortMessageHtmlLink":"tests: Add integration tests for libssh2_session_last_errno()"}},{"before":"1e7a8a4d3e01c4f0dd3862a309aa8db8dc8b891e","after":"dcb45eeb25ac66bc3f339b832f0fe2231daabb47","ref":"refs/heads/main","pushedAt":"2024-04-25T16:32:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"Toolchain/Test: Enable verbose mode\n\nVerbose mode provides more insightful error messages in the case of\na failure. For example, \"Expected: True, Actual: False\".","shortMessageHtmlLink":"Toolchain/Test: Enable verbose mode"}},{"before":"d15c6c67ff1e3db6be690ea3fe387d5c37c3445a","after":"1e7a8a4d3e01c4f0dd3862a309aa8db8dc8b891e","ref":"refs/heads/main","pushedAt":"2024-04-25T16:28:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"docs: Cleanup integration test documentation.","shortMessageHtmlLink":"docs: Cleanup integration test documentation."}},{"before":"d15c6c67ff1e3db6be690ea3fe387d5c37c3445a","after":null,"ref":"refs/heads/integration_tests","pushedAt":"2024-04-25T16:26:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"}},{"before":"565657ca1f8ab53db08d42411c34e45a75d0ec06","after":"d15c6c67ff1e3db6be690ea3fe387d5c37c3445a","ref":"refs/heads/main","pushedAt":"2024-04-25T16:25:52.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"azure-pipelines: Disable automated integration testing.\n\nIntegration tests don't function on the build agent because the agent\nruns on a user that cannot be used for login to an SSH server. Until\nwe figure out a way to run integration tests on the agent, they are\nexcluded.","shortMessageHtmlLink":"azure-pipelines: Disable automated integration testing."}},{"before":"5066e0a5528f2be19be819ec345aa5d6ef03b199","after":"d15c6c67ff1e3db6be690ea3fe387d5c37c3445a","ref":"refs/heads/integration_tests","pushedAt":"2024-04-25T16:17:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"azure-pipelines: Disable automated integration testing.\n\nIntegration tests don't function on the build agent because the agent\nruns on a user that cannot be used for login to an SSH server. Until\nwe figure out a way to run integration tests on the agent, they are\nexcluded.","shortMessageHtmlLink":"azure-pipelines: Disable automated integration testing."}},{"before":"4bbbb30d1e90ebb29c3bfa232c738134b78fe20a","after":"5066e0a5528f2be19be819ec345aa5d6ef03b199","ref":"refs/heads/integration_tests","pushedAt":"2024-04-25T16:00:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"azure-pipelines: Disable automated integration testing.\n\nIntegration tests don't function on the build agent because the agent\nruns on a user that cannot be used for login to an SSH server. Until\nwe figure out a way to run integration tests on the agent, they are\nexcluded.","shortMessageHtmlLink":"azure-pipelines: Disable automated integration testing."}},{"before":"05dbdf9c428f576788173153c221c8a49fa68dbe","after":"4bbbb30d1e90ebb29c3bfa232c738134b78fe20a","ref":"refs/heads/integration_tests","pushedAt":"2024-04-25T15:47:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"azure-pipelines: Disable automated integration testing.\n\nIntegration tests don't function on the build agent because the agent\nruns on a user that cannot be used for login to an SSH server. Until\nwe figure out a way to run integration tests on the agent, they are\nexcluded.","shortMessageHtmlLink":"azure-pipelines: Disable automated integration testing."}},{"before":"4be73f29cd688932d931fdb7ba3ac25b9bf36978","after":"05dbdf9c428f576788173153c221c8a49fa68dbe","ref":"refs/heads/integration_tests","pushedAt":"2024-04-24T17:22:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"48079d00b18671bb0adae9f79d77d2ce32aa05ce","after":"4be73f29cd688932d931fdb7ba3ac25b9bf36978","ref":"refs/heads/integration_tests","pushedAt":"2024-04-24T10:11:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"080c31b989ef0119811adb4ecaaf653f62ed82c8","after":"565657ca1f8ab53db08d42411c34e45a75d0ec06","ref":"refs/heads/main","pushedAt":"2024-04-24T10:10:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"lvssh2-dev.vipc: Update Caraya JUnit for Azure Pipelines to 1.1.0","shortMessageHtmlLink":"lvssh2-dev.vipc: Update Caraya JUnit for Azure Pipelines to 1.1.0"}},{"before":"87da6a2cc82754d2dcc14817b9dd04784b18a394","after":"48079d00b18671bb0adae9f79d77d2ce32aa05ce","ref":"refs/heads/integration_tests","pushedAt":"2024-04-21T07:18:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"5f226d13fdbeef547b9f5bd060910edef8e2e6fd","after":"87da6a2cc82754d2dcc14817b9dd04784b18a394","ref":"refs/heads/integration_tests","pushedAt":"2024-04-21T07:08:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"ccb222a7d3c7064538eaa7f4cbb1515dbc32a260","after":"5f226d13fdbeef547b9f5bd060910edef8e2e6fd","ref":"refs/heads/integration_tests","pushedAt":"2024-04-20T18:45:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"ac302af5eb3fa089e9eab9ce3dfc7bf5486ade45","after":"ccb222a7d3c7064538eaa7f4cbb1515dbc32a260","ref":"refs/heads/integration_tests","pushedAt":"2024-04-20T06:57:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"64786cae0237ba011232ef6b8706199d72ba2620","after":"ac302af5eb3fa089e9eab9ce3dfc7bf5486ade45","ref":"refs/heads/integration_tests","pushedAt":"2024-04-20T06:54:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"af567ee294e0807d5eb7efc7f24027e7c4cd6954","after":"64786cae0237ba011232ef6b8706199d72ba2620","ref":"refs/heads/integration_tests","pushedAt":"2024-04-20T06:51:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"6e50920490b23e411c47e61bb877fa18e3920ede","after":"af567ee294e0807d5eb7efc7f24027e7c4cd6954","ref":"refs/heads/integration_tests","pushedAt":"2024-04-20T06:42:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"17d8e01fd026bff16b6b6d1d28231b19b539f204","after":"6e50920490b23e411c47e61bb877fa18e3920ede","ref":"refs/heads/integration_tests","pushedAt":"2024-04-20T06:17:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"106c2eebf184e789514cc2df2798725bde95567d","after":"080c31b989ef0119811adb4ecaaf653f62ed82c8","ref":"refs/heads/main","pushedAt":"2024-04-20T06:12:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"lvssh2-dev.vipc: Update package dependencies\n\n- Update Caraya Unit Test Framework to 1.4.3\n- Update Caraya JUnit for Azure Pipelines to 1.0.2","shortMessageHtmlLink":"lvssh2-dev.vipc: Update package dependencies"}},{"before":"8b41c968ec2249da930b478770a686e30a39a5a5","after":"17d8e01fd026bff16b6b6d1d28231b19b539f204","ref":"refs/heads/integration_tests","pushedAt":"2024-04-19T16:48:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"2d5121d99a23b4d032d972264cb6fff65b675a68","after":"8b41c968ec2249da930b478770a686e30a39a5a5","ref":"refs/heads/integration_tests","pushedAt":"2024-04-18T06:20:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).\n\nPublic key authentication is realized with auto-generated public keys\nthat are added to the authorized_keys file for the server instance and\ndeleted when the test is complete.\n\nThe login is done with the user name of the user who started LabVIEW\n(either local user or build agent user).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":null,"after":"2d5121d99a23b4d032d972264cb6fff65b675a68","ref":"refs/heads/integration_tests","pushedAt":"2024-04-14T17:27:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"[wip][ci skip] tests: Add integration tests\n\nThese tests utilize ssh-keygen and sshd from the ci-agent and must be\nconfigured or added to the PATH environment variable.\n\nThe server runs as a process and terminates automatically when the\nconnection is closed (-d = debug mode).","shortMessageHtmlLink":"[wip][ci skip] tests: Add integration tests"}},{"before":"6be1e6adee8f0c7eaf4e30cd4b834f910899b995","after":"106c2eebf184e789514cc2df2798725bde95567d","ref":"refs/heads/main","pushedAt":"2024-04-14T06:45:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"vipb: Exclude post-install action from source files\n\nThis moves the utility functions 'Update Descriptions' and 'Post-Install\nCustom Action' into the Toolchain subdirectory to be excluded from the\nsource files in the package.","shortMessageHtmlLink":"vipb: Exclude post-install action from source files"}},{"before":"0909420415329ef33de2988ba390dd9fd7723876","after":"6be1e6adee8f0c7eaf4e30cd4b834f910899b995","ref":"refs/heads/main","pushedAt":"2024-04-13T13:14:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"libssh2: Fix issues related to library name resolution\n\nVIPM replaces all wildcard library paths with explicit paths during\nthe build process. For example, \"libssh2**.*\" turns into \"libssh2.dll\"\nwhen build with 32-bit LabVIEW on Windows.\n\nThis results in broken VIs when installing the library on different\nbitness or plattform. This is a known issue that must be resolved with\na custom post-install action[1].\n\n[1] https://support.vipm.io/hc/en-us/articles/360053941572-VI-Package-Builder-removes-cross-platform-wildcards-from-Call-Library-Function-nodes-during-the-build-process","shortMessageHtmlLink":"libssh2: Fix issues related to library name resolution"}},{"before":"384662d2b8073882549c74ffca3e1b4a80b597a0","after":"0909420415329ef33de2988ba390dd9fd7723876","ref":"refs/heads/main","pushedAt":"2024-04-12T11:58:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"logmanoriginal","name":"Pascal Neuperger","path":"/logmanoriginal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5776685?s=80&v=4"},"commit":{"message":"libssh2: Add 64-bit variants for all callback handlers","shortMessageHtmlLink":"libssh2: Add 64-bit variants for all callback handlers"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES0K0YQA","startCursor":null,"endCursor":null}},"title":"Activity ยท logmanoriginal/lvssh2"}