{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":206417,"defaultBranch":"main","name":"couchdb","ownerLogin":"apache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2009-05-21T02:03:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47359?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726868828.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"5ef232ce2e7bc4646efa64799d4138d9701bd37d","ref":"refs/heads/3.4.x","pushedAt":"2024-09-20T21:47:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Don't fail make clean if hex is not installed\n\n`@mix clean --deps` apparently requires hex to be installed. If it's\nnot there, it stops and prompts the user to install it. If configure\nhasn't run yet, as in the case when building our deb package from the\ndist tarball, package build fails.\n\nThis was mitigated in couchdb-pkg by adding hex to\n`/home/jenkins/.mix` for CI images, but let's also handle it better in\nthe Makefile.\n\nMakefile.win already has `|| true` added to it so no need to updated\nit.","shortMessageHtmlLink":"Don't fail make clean if hex is not installed"}},{"before":"79177930a557ef967cc100e2c1dd665c06b89b18","after":null,"ref":"refs/heads/tests/increase_timeout_producer","pushedAt":"2024-09-20T10:54:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"big-r81","name":"Ronny Berndt","path":"/big-r81","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9985963?s=80&v=4"}},{"before":"f6c66d048b6de97109717510e6ba7165c0526108","after":"c407831e9865f74a8818eace6ab275a32bc9c5da","ref":"refs/heads/main","pushedAt":"2024-09-20T10:54:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"big-r81","name":"Ronny Berndt","path":"/big-r81","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9985963?s=80&v=4"},"commit":{"message":"[tests]: Increase timeout for producer test (#5253)","shortMessageHtmlLink":"[tests]: Increase timeout for producer test (#5253)"}},{"before":"b048718d41c0ad853df5883dd4b680e8fb933e14","after":"79177930a557ef967cc100e2c1dd665c06b89b18","ref":"refs/heads/tests/increase_timeout_producer","pushedAt":"2024-09-20T08:11:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"big-r81","name":"Ronny Berndt","path":"/big-r81","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9985963?s=80&v=4"},"commit":{"message":"[tests]: Increase timeout for producer test\n\nThe following test constantly fails in Windows, so double the timeout:\r\n\r\n```\r\nmodule 'couch_work_queue_tests'\r\n Single producer and consumer\r\n Queue with 3 max items\r\n couch_work_queue_tests:145: -should_have_no_items_for_new_queue/1-fun-1-...ok\r\n undefined\r\n *** instantiation of subtests failed ***\r\n**in function couch_work_queue_tests:produce/4 (test/eunit/couch_work_queue_tests.erl, line 379)\r\nin call from couch_work_queue_tests:should_block_producer_on_full_queue_count/1 (test/eunit/couch_work_queue_tests.erl, line 205)\r\n**error:{assertion_failed,[{module,couch_work_queue_tests},\r\n {line,382},\r\n {reason,\"Timeout asking producer to produce an item\"}]}\r\n```","shortMessageHtmlLink":"[tests]: Increase timeout for producer test"}},{"before":"7a540d06e2e8509f5fa810c714072fab4e22f9d2","after":null,"ref":"refs/heads/fix-function-close-on-date-function-in-qjs-scanner","pushedAt":"2024-09-19T20:51:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"}},{"before":"9fb63a25a2076a496fae0594e1488dd94bfc52dc","after":"f6c66d048b6de97109717510e6ba7165c0526108","ref":"refs/heads/main","pushedAt":"2024-09-19T20:51:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Handle the case when the QuickJS scanner has no valid views\n\nPreviously that particular design doc would crash it's validation with\na function_clause in the logs which looked messy.\n\nTo fix it, add a case statement to expect that they may not be any\nvalid views left, so we just continue without complaints.","shortMessageHtmlLink":"Handle the case when the QuickJS scanner has no valid views"}},{"before":null,"after":"7a540d06e2e8509f5fa810c714072fab4e22f9d2","ref":"refs/heads/fix-function-close-on-date-function-in-qjs-scanner","pushedAt":"2024-09-19T20:07:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Handle the case when the QuickJS scanner has no valid views\n\nPreviously that particular design doc would crash it's validation with\na function_clause in the logs which looked messy.\n\nTo fix it, add a case statement to expect that they may not be any\nvalid views left, so we just continue without complaints.","shortMessageHtmlLink":"Handle the case when the QuickJS scanner has no valid views"}},{"before":null,"after":"b048718d41c0ad853df5883dd4b680e8fb933e14","ref":"refs/heads/tests/increase_timeout_producer","pushedAt":"2024-09-18T22:51:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"big-r81","name":"Ronny Berndt","path":"/big-r81","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9985963?s=80&v=4"},"commit":{"message":"[tests]: Increase timeout for producer test\n\nThe following test constantly fails in Windows, so double the timeout:\r\n\r\n```\r\nmodule 'couch_work_queue_tests'\r\n Single producer and consumer\r\n Queue with 3 max items\r\n couch_work_queue_tests:145: -should_have_no_items_for_new_queue/1-fun-1-...ok\r\n undefined\r\n *** instantiation of subtests failed ***\r\n**in function couch_work_queue_tests:produce/4 (test/eunit/couch_work_queue_tests.erl, line 379)\r\nin call from couch_work_queue_tests:should_block_producer_on_full_queue_count/1 (test/eunit/couch_work_queue_tests.erl, line 205)\r\n**error:{assertion_failed,[{module,couch_work_queue_tests},\r\n {line,382},\r\n {reason,\"Timeout asking producer to produce an item\"}]}\r\n```","shortMessageHtmlLink":"[tests]: Increase timeout for producer test"}},{"before":null,"after":"1fa121191f13af1bfbb7d11dc89b98592f6e043f","ref":"refs/heads/upgrade_user_creds_auth_ctx","pushedAt":"2024-09-18T16:05:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rnewson","name":"Robert Newson","path":"/rnewson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47223?s=80&v=4"},"commit":{"message":"pass AuthCtx from get_user_creds to update_user_creds","shortMessageHtmlLink":"pass AuthCtx from get_user_creds to update_user_creds"}},{"before":"ea7f2e14978656a51bc6d70fcaeff59c9abcfe93","after":null,"ref":"refs/heads/fixup-nouveau-docs","pushedAt":"2024-09-18T14:20:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rnewson","name":"Robert Newson","path":"/rnewson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47223?s=80&v=4"}},{"before":"5ef232ce2e7bc4646efa64799d4138d9701bd37d","after":"9fb63a25a2076a496fae0594e1488dd94bfc52dc","ref":"refs/heads/main","pushedAt":"2024-09-18T14:20:48.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"rnewson","name":"Robert Newson","path":"/rnewson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47223?s=80&v=4"},"commit":{"message":"Merge pull request #5251 from apache/fixup-nouveau-docs\n\nfixup nouveau docs","shortMessageHtmlLink":"Merge pull request #5251 from apache/fixup-nouveau-docs"}},{"before":null,"after":"ea7f2e14978656a51bc6d70fcaeff59c9abcfe93","ref":"refs/heads/fixup-nouveau-docs","pushedAt":"2024-09-18T14:11:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rnewson","name":"Robert Newson","path":"/rnewson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47223?s=80&v=4"},"commit":{"message":"fixup nouveau docs","shortMessageHtmlLink":"fixup nouveau docs"}},{"before":"a3ab9325a28f4f44ff0f1204e7ffa5d13dd827e0","after":null,"ref":"refs/heads/ignore-missing-hex-in-make-clean","pushedAt":"2024-09-17T14:59:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"}},{"before":"d5ce0267a5b268388b68bf0b7bd5f50c951dd12c","after":"5ef232ce2e7bc4646efa64799d4138d9701bd37d","ref":"refs/heads/main","pushedAt":"2024-09-17T14:59:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Don't fail make clean if hex is not installed\n\n`@mix clean --deps` apparently requires hex to be installed. If it's\nnot there, it stops and prompts the user to install it. If configure\nhasn't run yet, as in the case when building our deb package from the\ndist tarball, package build fails.\n\nThis was mitigated in couchdb-pkg by adding hex to\n`/home/jenkins/.mix` for CI images, but let's also handle it better in\nthe Makefile.\n\nMakefile.win already has `|| true` added to it so no need to updated\nit.","shortMessageHtmlLink":"Don't fail make clean if hex is not installed"}},{"before":"8f3b6d6f7245d33d6605763b3414f0569ffa9748","after":"a3ab9325a28f4f44ff0f1204e7ffa5d13dd827e0","ref":"refs/heads/ignore-missing-hex-in-make-clean","pushedAt":"2024-09-17T13:43:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Don't fail make clean if hex is not installed\n\n`@mix clean --deps` apparently requires hex to be installed. If it's\nnot there, it stops and prompts the user to install it. If configure\nhasn't run yet, as in the case when building our deb package from the\ndist tarball, package build fails.\n\nThis was mitigated in couchdb-pkg by adding hex to\n`/home/jenkins/.mix` for CI images, but let's also handle it better in\nthe Makefile.\n\nMakefile.win already has `|| true` added to it so no need to updated\nit.","shortMessageHtmlLink":"Don't fail make clean if hex is not installed"}},{"before":"d78ab7dad952b18e228e8701ec80a987225defc1","after":"8f3b6d6f7245d33d6605763b3414f0569ffa9748","ref":"refs/heads/ignore-missing-hex-in-make-clean","pushedAt":"2024-09-17T13:42:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Don't fail make clean if hex is not installed\n\n`@mix clean --deps` apparently requires hex to be installed. If it's\nnot there, it stops and prompts the user to install it. If configure\nhasn't run yet, as in the case when building our deb package from the\ndist tarball, package build fails.\n\nThis was mitigatedd in couchdb-pkg by adding hex to\n`/home/jenkins/.mix` for CI images, but let's also handle it better in\nthe Makefile.\n\nMakefile.win already has `|| true` added to it so no need to updated\nit.","shortMessageHtmlLink":"Don't fail make clean if hex is not installed"}},{"before":"e50d51b330705f528e065747c67e92cb7ec93482","after":"d78ab7dad952b18e228e8701ec80a987225defc1","ref":"refs/heads/ignore-missing-hex-in-make-clean","pushedAt":"2024-09-17T13:41:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Don't fail make clean if hex is not installed\n\n`@mix clean --deps` apparently requires hex to be installed. If it's\nnot there, it stops and prompts the user to install it. If configure\nhasn't run yet, as in the case when building our deb package from the\ndist tarball, package build fails.\n\nThis was mitigatd in couchdb-pkg by adding hex to `/home/jenkins/.mix`\nin CI images, but let's also handle it better in the Makefile.\n\nInterestingly enough Makefile.win already has `|| true` added to it so\nno need to updated it.","shortMessageHtmlLink":"Don't fail make clean if hex is not installed"}},{"before":null,"after":"e50d51b330705f528e065747c67e92cb7ec93482","ref":"refs/heads/ignore-missing-hex-in-make-clean","pushedAt":"2024-09-17T13:39:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Don't fail make clena if hex is not installed\n\n`@mix clean --deps` apparently requires hex to be installed. If it's\nnot, it stops and prompts the user to installed it. If configure\nhasn't run yet, like in the case when building our deb package from\nthe dist tarball, building will fail.\n\nThis was mitigatd in couchdb-pkg by adding hex to `/home/jenkins/.mix`\nin CI images, but let's also handle it better in the Makefile.\n\nInterestingly enough Makefile.win already has `|| true` added to it so\nno need to updated it.","shortMessageHtmlLink":"Don't fail make clena if hex is not installed"}},{"before":"c74e9dd791c34a29c1bc5c264211c3d872cce7d9","after":null,"ref":"refs/heads/fix-debug-test","pushedAt":"2024-09-17T13:29:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"}},{"before":"b07afff1b760a499818ad5d8ff5afe8df2349340","after":"d5ce0267a5b268388b68bf0b7bd5f50c951dd12c","ref":"refs/heads/main","pushedAt":"2024-09-17T13:29:21.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Fix couch_debug test teardown\n\nexit(Pid, normal) is a no-op. Unlink they actually kill the process.","shortMessageHtmlLink":"Fix couch_debug test teardown"}},{"before":null,"after":"c74e9dd791c34a29c1bc5c264211c3d872cce7d9","ref":"refs/heads/fix-debug-test","pushedAt":"2024-09-17T11:43:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Fix couch_debug test teardown\n\nexit(Pid, normal) is a no-op. Unlink they actually kill the process.","shortMessageHtmlLink":"Fix couch_debug test teardown"}},{"before":"c6c555f8d6054fe4ff791daa6d06325bd1c070de","after":null,"ref":"refs/heads/fix-docs-for-new-pbkdf2-iteration-count","pushedAt":"2024-09-17T11:18:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"janl","name":"Jan Lehnardt","path":"/janl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11321?s=80&v=4"}},{"before":"afb198aac89c731ed206c6c9155606c1fd2eea36","after":"b07afff1b760a499818ad5d8ff5afe8df2349340","ref":"refs/heads/main","pushedAt":"2024-09-17T11:18:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"janl","name":"Jan Lehnardt","path":"/janl","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11321?s=80&v=4"},"commit":{"message":"Fix default pbkdf2 iteration count in the docs","shortMessageHtmlLink":"Fix default pbkdf2 iteration count in the docs"}},{"before":null,"after":"c6c555f8d6054fe4ff791daa6d06325bd1c070de","ref":"refs/heads/fix-docs-for-new-pbkdf2-iteration-count","pushedAt":"2024-09-17T11:14:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"Fix default pbkdf2 iteration count in the docs","shortMessageHtmlLink":"Fix default pbkdf2 iteration count in the docs"}},{"before":"9e46efaaea02ec9f514d9999374b55f60127a43a","after":null,"ref":"refs/heads/pbkdf2-600k","pushedAt":"2024-09-17T11:09:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"}},{"before":"5d4f3a323dfc1127d50741eda565184a2e5d57c6","after":"afb198aac89c731ed206c6c9155606c1fd2eea36","ref":"refs/heads/main","pushedAt":"2024-09-17T11:09:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"nickva","name":"Nick Vatamaniuc","path":"/nickva","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211822?s=80&v=4"},"commit":{"message":"default pbkdf2 rounds to 600,000 (OWASP)\n\nmiscommunication between jan and myself when setting to 6 million.","shortMessageHtmlLink":"default pbkdf2 rounds to 600,000 (OWASP)"}},{"before":"272d895ec5bcb07e39e4743c089f73768997040a","after":"9e46efaaea02ec9f514d9999374b55f60127a43a","ref":"refs/heads/pbkdf2-600k","pushedAt":"2024-09-17T10:17:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rnewson","name":"Robert Newson","path":"/rnewson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47223?s=80&v=4"},"commit":{"message":"default pbkdf2 rounds to 600,000 (OWASP)\n\nmiscommunication between jan and myself when setting to 6 million.","shortMessageHtmlLink":"default pbkdf2 rounds to 600,000 (OWASP)"}},{"before":null,"after":"272d895ec5bcb07e39e4743c089f73768997040a","ref":"refs/heads/pbkdf2-600k","pushedAt":"2024-09-17T10:17:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rnewson","name":"Robert Newson","path":"/rnewson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47223?s=80&v=4"},"commit":{"message":"default pbkdf2 rounds to 600,000 (OWASP)\n\nmiscommunication between jan and myself when setting to 6 million.","shortMessageHtmlLink":"default pbkdf2 rounds to 600,000 (OWASP)"}},{"before":"a95a2e68691cf810454a284bcb988b35e45311f5","after":null,"ref":"refs/heads/fix/align-configure-scripts","pushedAt":"2024-09-15T19:55:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"big-r81","name":"Ronny Berndt","path":"/big-r81","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9985963?s=80&v=4"}},{"before":"9ba4d31e56dacf253e5ce1fa8051eacea6728cc0","after":"5d4f3a323dfc1127d50741eda565184a2e5d57c6","ref":"refs/heads/main","pushedAt":"2024-09-15T19:55:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"big-r81","name":"Ronny Berndt","path":"/big-r81","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9985963?s=80&v=4"},"commit":{"message":"(dev): Align both configure scripts (*nix / Windows) even more (#5245)","shortMessageHtmlLink":"(dev): Align both configure scripts (*nix / Windows) even more (#5245)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQyMTo0NzowOC4wMDAwMDBazwAAAAS8ZKUI","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQyMTo0NzowOC4wMDAwMDBazwAAAAS8ZKUI","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNVQxOTo1NToyMS4wMDAwMDBazwAAAAS22JrB"}},"title":"Activity ยท apache/couchdb"}