{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":410644820,"defaultBranch":"main","name":"nvim-dap-go","ownerLogin":"leoluz","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-09-26T19:34:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/44989?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1721354894.0","currentOid":""},"activityList":{"items":[{"before":"5030d53097fed7b75524a04048d8dbf417fa0140","after":"5511788255c92bdd845f8d9690f88e2e0f0ff9f2","ref":"refs/heads/main","pushedAt":"2024-08-06T01:38:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Set the Delve port dynamically for remote debug (#78)\n\n* Set the Delve port dynamically\r\n\r\nCurrently the Delve port can be defined either randomly or hard-coded by\r\nhand.\r\n\r\nHard-coded port allows to know which port to use in debug\r\nconfigurations, but in practice with many Go projects, it would be\r\ngreat to set the Delve port in debug configurations.\r\n\r\nLuckily `nvim-dap` allows to set an `on_config` callback for an adapter,\r\nwhich can be used to resolve the adapter settings when a debug session\r\nstarts. This PR implements this `nvim-dap` feature, which can be used\r\nwith the support of VSCode `launch.json` files to greatly enhance the developer\r\nexperience.\r\n\r\nThis potentially resolves https://github.com/leoluz/nvim-dap-go/issues/73\r\n\r\n* Fix textlint error\r\n\r\n* Fix possible nil table for Go configs\r\n\r\n* Complete the documentation\r\n\r\n* Validate the VSCode configuration\r\n\r\n* Update the doc according to the current version of nvim-dap\r\n\r\n* Revert required fields\r\n\r\nThe extension now decides if it should enable the remote debugging if a\r\nport is defined in the user configuration.","shortMessageHtmlLink":"Set the Delve port dynamically for remote debug (#78)"}},{"before":"6da41ff1843dfc6cb3ab1a401ca255d43c11e1a2","after":"5030d53097fed7b75524a04048d8dbf417fa0140","ref":"refs/heads/main","pushedAt":"2024-07-19T02:53:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"feat: Add configuration to enable tests verbosity (#90)\n\n* feat: add verbosity option to running closest test\r\n\r\n* update readme file\r\n\r\n* undo markdown formatting\r\n\r\n* undo markdown formatting\r\n\r\n* updated nvim docs with new functionality\r\n\r\n* fix merge\r\n\r\n---------\r\n\r\nCo-authored-by: Leonardo Luz Almeida ","shortMessageHtmlLink":"feat: Add configuration to enable tests verbosity (#90)"}},{"before":"8e5b23f2568edc02d29a8f22ed07f0eb75a457e4","after":"6da41ff1843dfc6cb3ab1a401ca255d43c11e1a2","ref":"refs/heads/main","pushedAt":"2024-07-19T02:32:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"feat: add get_build_flag and get_arguments as avaiable functions for (#92)\n\ncustom configurations","shortMessageHtmlLink":"feat: add get_build_flag and get_arguments as avaiable functions for (#…"}},{"before":"3f15a315a5d80b970b46afe48fc8b6113b2ec5ec","after":null,"ref":"refs/heads/fix/sub-tests-support-identifier","pushedAt":"2024-07-19T02:08:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"}},{"before":"3999f0744e80d2dba5775189fc7c7a5e9846053e","after":"8e5b23f2568edc02d29a8f22ed07f0eb75a457e4","ref":"refs/heads/main","pushedAt":"2024-07-19T02:08:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"feat: identifier support for subtests (#93)\n\n* fix(sub-tests): supports subtests with an identifier\r\n\r\n* chore: add tests folder\r\n\r\n---------\r\n\r\nCo-authored-by: Florent Cigolotti ","shortMessageHtmlLink":"feat: identifier support for subtests (#93)"}},{"before":null,"after":"3f15a315a5d80b970b46afe48fc8b6113b2ec5ec","ref":"refs/heads/fix/sub-tests-support-identifier","pushedAt":"2024-07-19T02:03:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"chore: add tests folder","shortMessageHtmlLink":"chore: add tests folder"}},{"before":"a0c5a2b991d7e9304a9a032cf177e22a4b0acda1","after":"3999f0744e80d2dba5775189fc7c7a5e9846053e","ref":"refs/heads/main","pushedAt":"2024-07-04T20:22:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"fix: automatically set attached mode for delve based on OS (#86)\n\n* Automatically set attached mode for devle.\r\n\r\n* Fix readme.\r\n\r\n* Fix typo","shortMessageHtmlLink":"fix: automatically set attached mode for delve based on OS (#86)"}},{"before":"5faf165f5062187320eaf9d177c3c1f647adc22e","after":"a0c5a2b991d7e9304a9a032cf177e22a4b0acda1","ref":"refs/heads/main","pushedAt":"2024-05-27T02:07:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Missed comma in the readme (#87)","shortMessageHtmlLink":"Missed comma in the readme (#87)"}},{"before":"51f8dae9da1fc3759eeb646ea1a6bd244edf221c","after":"5faf165f5062187320eaf9d177c3c1f647adc22e","ref":"refs/heads/main","pushedAt":"2024-05-02T01:27:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"feat: add cwd argument to delve (#81)","shortMessageHtmlLink":"feat: add cwd argument to delve (#81)"}},{"before":"36abe1d320cb61bfdf094d4e0fe815ef58f2302a","after":"51f8dae9da1fc3759eeb646ea1a6bd244edf221c","ref":"refs/heads/main","pushedAt":"2024-04-29T02:30:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"fix(sub-tests): supports subtests with an identifier (#82)\n\nCo-authored-by: Florent Cigolotti ","shortMessageHtmlLink":"fix(sub-tests): supports subtests with an identifier (#82)"}},{"before":"64f73400761e2d19459e664a52ea478f3a4420e7","after":"36abe1d320cb61bfdf094d4e0fe815ef58f2302a","ref":"refs/heads/main","pushedAt":"2024-03-25T01:15:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Added detached option to fix windows error (#70)","shortMessageHtmlLink":"Added detached option to fix windows error (#70)"}},{"before":"a5cc8dcad43f0732585d4793deb02a25c4afb766","after":"64f73400761e2d19459e664a52ea478f3a4420e7","ref":"refs/heads/main","pushedAt":"2024-02-21T21:10:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Handle nil test.name (#69)\n\nI assume the treesitter API changed (again) and caused this to start\r\nbreaking. If I try to run `debug_test()` outside of a test file, then I\r\nget an exception for trying to concatenate a nil value. This commit just\r\nfixes the \"no test found\" short-circuit clause to handle empty string or\r\nnil.","shortMessageHtmlLink":"Handle nil test.name (#69)"}},{"before":"63874381f2cb9dad090ced4d14a3f116a9d3bdc5","after":"a5cc8dcad43f0732585d4793deb02a25c4afb766","ref":"refs/heads/main","pushedAt":"2023-10-07T03:59:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Update get_arguments to handle coroutine correctly (#48)","shortMessageHtmlLink":"Update get_arguments to handle coroutine correctly (#48)"}},{"before":"1b508e9db330108d3b5d62a6d9cc01fe6bbdd4e0","after":"63874381f2cb9dad090ced4d14a3f116a9d3bdc5","ref":"refs/heads/main","pushedAt":"2023-10-06T22:06:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"feat: allow debugging a single nested test at any level (#60)\n\n* feat: allow debugging a single nested test at any level\r\n\r\n* fix lint\r\n\r\n* fix lint","shortMessageHtmlLink":"feat: allow debugging a single nested test at any level (#60)"}},{"before":"69b5e58c1a0b71d851a7eadbc0e3f49911c697c8","after":"46e395fbec62ab97b56de1ed090cb7b1ebea107c","ref":"refs/heads/fix-nested-tests","pushedAt":"2023-10-06T21:59:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"fix lint","shortMessageHtmlLink":"fix lint"}},{"before":"4a62617ad5c5ecaf7b0cc5675ab0f766dc1c558e","after":"69b5e58c1a0b71d851a7eadbc0e3f49911c697c8","ref":"refs/heads/fix-nested-tests","pushedAt":"2023-10-06T21:58:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"fix lint","shortMessageHtmlLink":"fix lint"}},{"before":null,"after":"4a62617ad5c5ecaf7b0cc5675ab0f766dc1c558e","ref":"refs/heads/fix-nested-tests","pushedAt":"2023-10-06T21:51:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"feat: allow debugging a single nested test at any level","shortMessageHtmlLink":"feat: allow debugging a single nested test at any level"}},{"before":"9c0eb2b3c8ca63b54009a42a915be657fe7a8734","after":"1b508e9db330108d3b5d62a6d9cc01fe6bbdd4e0","ref":"refs/heads/main","pushedAt":"2023-08-23T03:16:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"fix: avoid executing multiple tests with same name prefix/sufix","shortMessageHtmlLink":"fix: avoid executing multiple tests with same name prefix/sufix"}},{"before":"208f0e685b48a98bec2cdd8648559c4274b84ca2","after":"9c0eb2b3c8ca63b54009a42a915be657fe7a8734","ref":"refs/heads/main","pushedAt":"2023-08-18T16:08:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"feat: filter by process name while attaching debug session (#57)","shortMessageHtmlLink":"feat: filter by process name while attaching debug session (#57)"}},{"before":"eab43d63cef832801a701812913e4d1d726725e5","after":"208f0e685b48a98bec2cdd8648559c4274b84ca2","ref":"refs/heads/main","pushedAt":"2023-08-02T17:15:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Add missing comma to README (#54)","shortMessageHtmlLink":"Add missing comma to README (#54)"}},{"before":"64c622d5dd8c1dbfb78cdd637e6217da0f7facb9","after":"eab43d63cef832801a701812913e4d1d726725e5","ref":"refs/heads/main","pushedAt":"2023-07-18T13:12:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"docs: update pre-reqs in readme","shortMessageHtmlLink":"docs: update pre-reqs in readme"}},{"before":"36ca833159e6cc18699a88f0bc354118a17eceb0","after":null,"ref":"refs/heads/revert-52-main","pushedAt":"2023-07-17T15:50:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"}},{"before":"3ffe5ef9961ceceae733d50b0b94300cdb76677a","after":"64c622d5dd8c1dbfb78cdd637e6217da0f7facb9","ref":"refs/heads/main","pushedAt":"2023-07-17T15:50:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Revert \"update treesitter func from to (#52)\" (#53)\n\nThis reverts commit 264d39f1959e2ae6d25ee93bbe8097fa20dda6a2.","shortMessageHtmlLink":"Revert \"update treesitter func from to (#52)\" (#53)"}},{"before":null,"after":"36ca833159e6cc18699a88f0bc354118a17eceb0","ref":"refs/heads/revert-52-main","pushedAt":"2023-07-17T15:50:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Revert \"update treesitter func from to (#52)\"\n\nThis reverts commit 264d39f1959e2ae6d25ee93bbe8097fa20dda6a2.","shortMessageHtmlLink":"Revert \"update treesitter func from to (#52)\""}},{"before":"264d39f1959e2ae6d25ee93bbe8097fa20dda6a2","after":"3ffe5ef9961ceceae733d50b0b94300cdb76677a","ref":"refs/heads/main","pushedAt":"2023-07-17T15:16:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"allow debugging of files with build tags (#40)","shortMessageHtmlLink":"allow debugging of files with build tags (#40)"}},{"before":"cdf604a5703838f65fdee7c198f6cb59b563ef6f","after":"264d39f1959e2ae6d25ee93bbe8097fa20dda6a2","ref":"refs/heads/main","pushedAt":"2023-07-17T15:07:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"update treesitter func from to (#52)","shortMessageHtmlLink":"update treesitter func from to (#52)"}},{"before":"192847404407ecf0a722e9a14725f45b92f95344","after":"cdf604a5703838f65fdee7c198f6cb59b563ef6f","ref":"refs/heads/main","pushedAt":"2023-05-23T13:37:03.085Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Allow configuration of dlv path (#47)\n\n* Allow configuration of dlv path\r\n\r\n* change path_to_delve to just path\r\n\r\n* Update dap-go.lua\r\n\r\nFix conflict\r\n\r\n---------\r\n\r\nCo-authored-by: Leonardo Luz Almeida ","shortMessageHtmlLink":"Allow configuration of dlv path (#47)"}},{"before":"279225336d5044ad8cfe95ec55d91a3b03fc6e9b","after":"192847404407ecf0a722e9a14725f45b92f95344","ref":"refs/heads/main","pushedAt":"2023-05-23T13:28:24.877Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"Add delve option to pass additional args (#45)\n\nSigned-off-by: Kristoffer Dalby ","shortMessageHtmlLink":"Add delve option to pass additional args (#45)"}},{"before":"9625b900219e7232f5d9654056635566feb275a1","after":null,"ref":"refs/heads/fix-treesitter","pushedAt":"2023-05-19T19:39:42.659Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"}},{"before":"d74148079ad84bbafd4d968f3a9b93bc1722e889","after":"279225336d5044ad8cfe95ec55d91a3b03fc6e9b","ref":"refs/heads/main","pushedAt":"2023-05-19T19:39:20.194Z","pushType":"push","commitsCount":2,"pusher":{"login":"leoluz","name":"Leonardo Luz Almeida","path":"/leoluz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/44989?s=80&v=4"},"commit":{"message":"git ignore .luarc.json\n\nSigned-off-by: Leonardo Luz Almeida ","shortMessageHtmlLink":"git ignore .luarc.json"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEkpWxjQA","startCursor":null,"endCursor":null}},"title":"Activity · leoluz/nvim-dap-go"}