Zerocracy

when what repository
2025-10-22T21:07:25Z judges-summary added:8 cycles:1 deleted:8 inserted:8 seconds:659.657120341 version:0.54.0
2025-09-14T17:51:25Z pull-was-opened 28924109 _job:17792286313 branch:renovate/com.qulice-qulice-maven-plugin-0.x details:The pull request yegor256/takes#1462 has been opened by @renovate[bot]. event_id:54675212223 event_type:PullRequestEvent is_human:0 issue:1462 where:github who:29139614
2025-09-14T08:37:51Z pull-was-merged 28924109 _job:17792286313 branch:renovate/net.sf.saxon-saxon-he-12.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1461 has been closed by @rultor, with 2 HoC and 2 comments. event_id:54666695377 event_type:PullRequestEvent failed_builds:0 hoc:2 is_human:0 issue:1461 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-14T08:25:14Z pull-was-reviewed 28924109 _job:17792286313 comments:3 commits:1 details:The pull request yegor256/takes#1461 has been reviewed by @yegor256 with 2 HoC and 3 comments. event_id:54666517503 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:1461 review_comments:0 where:github who:526301
2025-09-14T03:09:53Z pull-was-opened 28924109 _job:17792286313 branch:renovate/net.sf.saxon-saxon-he-12.x details:The pull request yegor256/takes#1461 has been opened by @renovate[bot]. event_id:54662931250 event_type:PullRequestEvent is_human:0 issue:1461 where:github who:29139614
2025-09-17T09:05:38Z dimensions-of-terrain _job:17792286313 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
pmp _job:38164 anger:2 area:hr bad_branch_name_was_punished:(award (explain 'If a branch has a name that doesn\\\'t obey the convention, a penalty is given to the author') (aka (let fee -12) (give fee 'as a basis') 'deduct ${fee} points')) bug_report_was_rewarded:(award (explain 'When a bug is reported and accepted by the team, the reporter receives a bonus') (aka (let bonus 12) (give bonus 'as a basis') 'award ${bonus} points')) code_contribution_was_rewarded:(award (explain 'When a code contribution is made, the author receives a bonus') (in hoc 'the total number of hits-of-code in the contribution') (in comments 'the total number of comments made by all reviewers') (in reviews 'the number of reviews provided') (aka (let basis 16) (give basis 'as a basis') 'award ${basis} points') (aka (let hoc_k 0.05) (let hoc_threshold 200) (let hoc_max 16) (let hoc_min 5) (set bonus_for_hoc (if (lt hoc hoc_threshold) (times hoc hoc_k) 0)) (set bonus_for_hoc (between bonus_for_hoc hoc_min hoc_max)) (give bonus_for_hoc 'for the ${hoc} hits-of-code that you wrote') 'add ${hoc_k} points for each [hit-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html), but not more than ${hoc_max} points') (aka (let many_hoc_fee 8) (set penalty_for_hoc (if (gte hoc hoc_threshold) (times -1 many_hoc_fee) 0)) (give penalty_for_hoc 'for too many hits-of-code (${hoc} >= ${hoc_threshold})') 'deduct ${many_hoc_fee} points if more than ${hoc_threshold} [hits-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html)') (aka (let many_hoc_fee2 16) (let hoc_threshold2 800) (set penalty_for_hoc2 (if (gte hoc hoc_threshold2) (times -1 many_hoc_fee2) 0)) (give penalty_for_hoc2 'for way too many hits-of-code (${hoc} >= ${hoc_threshold2})') 'deduct ${many_hoc_fee2} points if more than ${hoc_threshold2} [hits-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html)') (aka (let no_review_fee 16) (set penalty_for_no_review (if (eq reviews 0) (times -1 no_review_fee) 0)) (give penalty_for_no_review 'for the lack of code review') 'deduct ${no_review_fee} points if there were no code review') (aka (let comments_k 0.2) (let comments_max -16) (let comments_min -4) (let comments_threshold 8) (set bonus_for_comments (if (gt comments comments_threshold) (times comments (times -1 comments_k)) 0)) (set bonus_for_comments (between bonus_for_comments comments_min comments_max)) (give bonus_for_comments 'for too many (${comments} > ${comments_threshold}) comments that were made during review') 'deduct ${comments_k} points for every comment above ${comments_threshold} made during review, but not more than ${comments_max} points') (aka (let few_hoc_fee 8) (let hoc_needed 20) (set penalty_for_few_hoc (if (lt hoc hoc_needed) (times -1 few_hoc_fee) 0)) (give penalty_for_few_hoc 'for too few (${hoc}) hits-of-code') 'deduct ${few_hoc_fee} points if you contribute less than ${hoc_needed} hits-of-code') (aka (let max 24) (set over (if (gt (total) max) (minus max (total)) 0)) (give over 'to not go over the cap') (let min 4) (set least (if (lt (total) min) (minus min (total)) 0)) (give least 'to give you at least something') 'make sure the reward is not larger than ${max} points and not smaller than ${min} points')) code_review_was_rewarded:(award (explain 'An author of every code review receives a bonus') (in hoc 'the total number of hits-of-code in the contribution') (in comments 'the total number of comments made by all reviewers') (in self '1 if the review was made for their own code contribution, otherwise zero') (aka (let basis 12) (give basis 'as a basis') 'award ${basis} points') (aka (let self_fee 24) (set penalty_for_self_review (if (eq self 1) (times -1 self_fee) 0)) (give penalty_for_self_review 'for reviewing your own contribution (which is a bad idea)') 'deduct ${self_fee} points if they reviewed their own contribution') (aka (let hoc_k 0.01) (let hoc_max 16) (let hoc_min 5) (set bonus_for_hoc (times hoc hoc_k)) (set bonus_for_hoc (between bonus_for_hoc hoc_min hoc_max)) (set bonus_for_hoc (if (eq self 1) 0 bonus_for_hoc)) (give bonus_for_hoc 'for the ${hoc} hits-of-code that you reviewed') 'add ${hoc_k} points for each [hit-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html), but not more than ${hoc_max} points') (aka (let few_comments_fee 10) (let comments_needed 6) (set penalty_for_few_comments (if (and (lt comments comments_needed) (not (eq comments 0))) (times -1 few_comments_fee) 0)) (give penalty_for_few_comments 'for very few (${comments}) comments') 'deduct ${few_comments_fee} points if there were less than ${comments_needed} comments made during review') (aka (let silence_fee 16) (set penalty_for_silence (if (eq comments 0) (times -1 silence_fee) 0)) (give penalty_for_silence 'for absolutely no comments posted') 'deduct ${silence_fee} points if there were absolutely no comments made during review') (aka (let comments_k 0.25) (let comments_max 8) (let comments_min 5) (set bonus_for_comments (times comments comments_k)) (set bonus_for_comments (between bonus_for_comments comments_min comments_max)) (set bonus_for_comments (if (eq self 1) 0 bonus_for_comments)) (give bonus_for_comments 'for the ${comments} comment(s) that you have made') 'add ${comments_k} points for each comment during the review, but not more than ${comments_max} points') (aka (let hoc_fee 8) (let hoc_needed 16) (set penalty_for_hoc (if (lt hoc hoc_needed) (times -1 hoc_fee) 0)) (give penalty_for_hoc 'for too few (${hoc}) hits-of-code') 'deduct ${hoc_fee} points if there were less than ${hoc_needed} hits-of-code') (aka (let max 24) (set over (if (gt (total) max) (minus max (total)) 0)) (give over 'to not go over the cap') (let min 4) (set least (if (lt (total) min) (minus min (total)) 0)) (give least 'to give you at least something') 'make sure the reward is not larger than ${max} points and not smaller than ${min} points')) days_of_running_balance:56 days_to_reward:14 dud_was_punished:(award (explain 'When an issue is submitted but then rejected by the team, the reporter receives a penalty') (aka (let fee -16) (give fee 'as a basis') 'deduct ${fee} points')) enhancement_suggestion_was_rewarded:(award (explain 'When an enhancement is suggested and accepted by the team, the reporter receives a bonus') (aka (let bonus 12) (give bonus 'as a basis') 'award ${bonus} points')) long_pull_was_punished:(award (explain 'Oversized pull requests get penalized') (aka (let fee -8) (give fee 'as a basis') 'deduct ${fee} points')) master_punish_days:4 published_release_was_rewarded:(award (explain 'When a new release is published, everyone who contributed receives a bonus') (in hoc 'how many hits-of-code are in the release') (in contributors 'how many people contributed to the release') (aka (let basis 24) (give basis 'as a basis') 'award ${basis} points') (aka (let hoc_k 0.01) (let hoc_max 24) (let hoc_min 4) (set b1 (times hoc hoc_k)) (set b1 (between b1 hoc_min hoc_max)) (give b1 'for ${hoc} hits-of-code') 'add ${hoc_k} points for each [hit-of-code](https://www.yegor256.com/2014/11/14/hits-of-code.html), but not more than ${hoc_max} points') (aka (let max 32) (set over (if (gt (total) max) (minus max (total)) 0)) (give over 'to not go over the cap') (let min 4) (set least (if (lt (total) min) (minus min (total)) 0)) (give least 'to give you at least something') 'make sure the reward is not larger than ${max} points and not smaller than ${min} points')) push_to_master_was_punished:(award (explain 'When someone pushes directly to the default branch, they get a penalty') (aka (let fee -16) (give fee 'as a basis') '${fee} points')) resolved_bug_was_rewarded:(award (explain 'When a bug is resolved, the person who was assigned to it receives a bonus') (in hours 'how many hours it took to resolve the bug') (in self '1 if the bug was reported and resolved by the same person, otherwise zero') (set days (div hours 24)) (aka (let basis 8) (give basis 'as a basis') 'award ${basis} points') (aka (let b1 4) (let hours_threshold 24) (set b1 (if (lt hours hours_threshold) b1 0)) (give b1 'for resolving it in less than ${hours_threshold} hours') 'add ${b1} points if it was resolved in less than ${hours_threshold} hours') (aka (let self_fee 16) (set penalty_for_self (if (eq self 1) (times -1 self_fee) 0)) (give penalty_for_self 'for resolving the bug reported by you earlier') 'deduct ${self_fee} points if they resolved the bug earlier reported by themselves') (aka (let day_fee 1.0) (set b2 (times -1 (times days day_fee))) (let days_fee_max -20) (set b2 (max b2 days_fee_max)) (give b2 'for ${days} days of delay') 'deduct ${day_fee} points for each day of delay, but no more than ${days_fee_max} points') (aka (let max 16) (set over (if (gt (total) max) (minus max (total)) 0)) (give over 'to not go over the cap') (let min 4) (set least (if (lt (total) min) (minus min (total)) 0)) (give least 'to give you at least something') 'make sure the reward is not larger than ${max} points and not smaller than ${min} points'))
pmp _job:38164 area:integration eva_interval:10 eva_learn_hours:8
pmp _job:38164 area:quality paranoia:2 qos_composite:(join 15 (below '3 days' average_release_interval) 10 (above 0.95 average_build_success_rate) 10 (below '2 days' average_issue_lifetime) 5 (below '12 hours' average_pull_lifetime) 5 (below 8 average_backlog_size)) qos_days:7 qos_interval:2
pmp _job:38164 area:scope qod_composite:(join 1 total_commits_pushed 8 total_issues_created 10 total_pulls_submitted 0.1 total_hoc_committed) qod_days:7 qod_interval:2
pmp _job:38164 area:cost award_price:0.0 love:2 slaves:torvalds
2025-09-14T08:25:14Z code-was-reviewed 28924109 _job:38164 author:29139614 comments:3 details:The pull request yegor256/takes#1461 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 5h15m and 3 comments. hoc:2 is_human:1 issue:1461 review_comments:0 seconds:18921 where:github who:526301
2025-09-17T09:08:41Z earned-value _job:38164 ac:0 cost_of_qod:4.857178289446488 ev:0 pv:0 qod:0 qod_per_day:6.04654763655374 qod_per_sec:1.5010747354661657e-05 start:2025-09-17T09:00:17Z
2025-09-17T09:56:30Z who-has-name _job:17793802163 details:We found out that the user #29139614 is known in GitHub as @renovate[bot]. is_human:0 name:renovate[bot] where:github who:29139614
2025-09-17T09:56:30Z who-has-name _job:17793802163 details:We found out that the user #8086956 is known in GitHub as @rultor. is_human:0 name:rultor where:github who:8086956
2025-09-17T09:56:30Z who-has-name _job:17793802163 details:We found out that the user #526301 is known in GitHub as @yegor256. is_human:1 name:yegor256 where:github who:526301
2025-09-14T08:37:51Z code-was-contributed 28924109 _job:38177 comments:2 details:The pull request yegor256/takes#1461 with 2 HoC created by @renovate[bot] was merged by @rultor after 5h27m of being in review and 2 comments. hoc:2 is_human:0 issue:1461 merger:8086956 review_comments:0 seconds:19678 where:github who:29139614
2025-09-17T15:56:43Z code-review-was-rewarded 28924109 _job:38225 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/takes#1461, the reward amount is 4. hoc:2 href:https://github.com/yegor256/takes/issues/1461/#issuecomment-3303641336 is_human:1 issue:1461 review_comments:0 seconds:18921 where:github who:526301 why:Reviewed code in yegor256/takes#1461
2025-09-18T09:56:18Z dimensions-of-terrain _job:17824974563 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-19T09:59:28Z dimensions-of-terrain _job:17854970649 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-20T10:55:58Z dimensions-of-terrain _job:17878986290 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-21T10:58:58Z dimensions-of-terrain _job:17892704863 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-22T11:56:42Z dimensions-of-terrain _job:17914456071 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-23T13:06:23Z dimensions-of-terrain _job:17947087184 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-24T13:56:43Z dimensions-of-terrain _job:17978984558 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-25T15:01:03Z dimensions-of-terrain _job:18011593903 total_active_contributors:3 total_commits:3494 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-25T15:56:46Z quality-of-service _job:18013289127 average_backlog_size:88.0 average_build_duration:74.8688524590164 average_build_mttr:-7149 average_build_success_rate:0.9508196721311475 average_issue_lifetime:0 average_pull_files_size:0 average_pull_hoc_size:0 average_pull_lifetime:0 average_pull_rejection_rate:0 average_release_commits_size:0 average_release_hoc_size:0 average_release_interval:0 average_review_size:0 average_review_time:0 average_reviewers_per_pull:0 average_reviews_per_pull:0 average_triage_time:0 composite:0.232 ffact:11 since:2025-09-18T15:56:46Z some_backlog_size:[88, 88, 88, 88, 88, 88, 88] some_build_duration:[346, 35, 389, 43, 78, 35, 87, 38, 75, 40, 81, 37, 88, 39, 79, 43, 85, 71, 84, 43, 85, 40, 74, 37, 134, 39, 81, 38, 217, 44, 88, 23, 24, 35, 74, 39, 254, 39, 208, 50, 90, 42, 192, 66, 73, 36, 82, 40, 89, 35, 87, 68, 82, 37, 79, 55, 83, 40, 74, 37, 87] some_build_mttr:-7149 some_build_success_rate:[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] some_merged_pulls:0 some_unmerged_pulls:0
2025-09-25T16:57:25Z quantity-of-deliverables _job:18014825622 composite:1.361 ffact:12 since:2025-09-18T16:57:25Z total_builds_ran:319 total_commits_pushed:0 total_hoc_committed:0 total_issues_created:2 total_pulls_submitted:1 total_releases_published:0 total_reviews_submitted:0
2025-09-26T15:56:06Z dimensions-of-terrain _job:18042772921 total_active_contributors:3 total_commits:3495 total_contributors:81 total_files:534 total_forks:210 total_issues:738 total_pulls:723 total_releases:155 total_repositories:1 total_stars:860
2025-09-27T04:59:12Z issue-was-opened 28924109 _job:18055883390 details:The issue yegor256/takes#1463 is the first we found, opened by @revive-code-bot[bot]. is_human:0 issue:1463 where:github who:166734835
2025-09-27T06:56:10Z who-has-name _job:18056537190 details:We found out that the user #166734835 is known in GitHub as @revive-code-bot[bot]. is_human:0 name:revive-code-bot[bot] where:github who:166734835
2025-09-27T09:57:10Z earned-value _job:39870 ac:4 cost_of_qod:0.6598757613221787 ev:0 pv:249 qod:0 qod_per_day:37.66942857568494 qod_per_sec:1.1251653440200003e-06 start:2025-09-17T09:00:17Z
2025-09-27T16:56:16Z dimensions-of-terrain _job:18062464838 total_active_contributors:3 total_commits:3495 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:723 total_releases:155 total_repositories:1 total_stars:859
2025-09-28T07:00:33Z git-was-pushed 28924109 _job:18071378689 commit:9fde887ebe564195cea7e74abcc3ebba3d3a40f2 default_branch:master details:A new Git push #27112944081 has arrived to yegor256/takes, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:55301446767 event_type:PushEvent is_human:1 push_id:27112944081 ref:refs/heads/master to_master:1 where:github who:526301
2025-09-28T07:56:28Z push-to-master-was-punished 28924109 _job:40112 award:-16 commit:9fde887ebe564195cea7e74abcc3ebba3d3a40f2 default_branch:master details:It's time to punish @yegor256 for pushing to the default branch 'master' in yegor256/takes, the penalty amount is -16. href:https://github.com/yegor256/takes/commit/9fde887ebe564195cea7e74abcc3ebba3d3a40f2/#commitcomment-166731522 is_human:1 where:github who:526301 why:Pushed 9fde887eb to the default branch 'master' in yegor256/takes
2025-09-28T17:56:38Z dimensions-of-terrain _job:18077808298 total_active_contributors:3 total_commits:3496 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:723 total_releases:155 total_repositories:1 total_stars:859
2025-09-01T04:32:33Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1451 has been earlier opened by @0pdd. is_human:0 issue:1451 where:github who:24456188
2025-08-27T04:59:18Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1448 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1448 where:github who:166734835
2025-07-27T11:58:07Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1443 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1443 where:github who:166734835
2025-07-25T18:37:55Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1441 has been earlier opened by @xrixis. is_human:1 issue:1441 where:github who:110514249
2025-07-25T16:43:00Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1440 has been earlier opened by @xrixis. is_human:1 issue:1440 where:github who:110514249
2025-07-24T22:17:27Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1438 has been earlier opened by @projacktor. is_human:1 issue:1438 where:github who:106221641
2025-07-24T17:51:38Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1437 has been earlier opened by @niotu. is_human:1 issue:1437 where:github who:89358123
2025-07-24T17:43:31Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1436 has been earlier opened by @niotu. is_human:1 issue:1436 where:github who:89358123
2025-07-24T17:28:46Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1435 has been earlier opened by @niotu. is_human:1 issue:1435 where:github who:89358123
2025-07-24T17:25:18Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1434 has been earlier opened by @niotu. is_human:1 issue:1434 where:github who:89358123
2025-07-21T06:47:11Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1422 has been earlier opened by @yegor256. is_human:1 issue:1422 where:github who:526301
2025-07-14T16:35:13Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1417 has been earlier opened by @cacucoh. is_human:1 issue:1417 where:github who:69527419
2025-07-13T07:08:19Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1415 has been earlier opened by @cacucoh. is_human:1 issue:1415 where:github who:69527419
2025-07-10T20:23:59Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1414 has been earlier opened by @xrixis. is_human:1 issue:1414 where:github who:110514249
2025-07-03T16:35:29Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1409 has been earlier opened by @nexonm. is_human:1 issue:1409 where:github who:68069947
2025-06-27T04:59:18Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1408 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1408 where:github who:166734835
2025-05-27T04:59:15Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1407 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1407 where:github who:166734835
2025-04-27T04:59:15Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1405 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1405 where:github who:166734835
2025-03-27T04:59:10Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1404 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1404 where:github who:166734835
2025-02-27T04:59:10Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1402 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1402 where:github who:166734835
2025-01-27T04:59:11Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1380 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1380 where:github who:166734835
2024-12-14T21:19:35Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1371 has been earlier opened by @baudoliver7. is_human:1 issue:1371 where:github who:7813046
2024-12-12T17:12:28Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1366 has been earlier opened by @akvadevka. is_human:1 issue:1366 where:github who:116603645
2024-11-25T20:58:32Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1358 has been earlier opened by @daniilzimin4. is_human:1 issue:1358 where:github who:53049313
2024-11-25T20:50:15Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1357 has been earlier opened by @daniilzimin4. is_human:1 issue:1357 where:github who:53049313
2024-07-08T09:36:06Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1307 has been earlier opened by @laeubi. is_human:1 issue:1307 where:github who:1331477
2024-06-21T07:22:55Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1303 has been earlier opened by @laeubi. is_human:1 issue:1303 where:github who:1331477
2024-06-21T05:11:44Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1300 has been earlier opened by @laeubi. is_human:1 issue:1300 where:github who:1331477
2024-06-10T04:18:59Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1299 has been earlier opened by @laeubi. is_human:1 issue:1299 where:github who:1331477
2024-05-07T02:33:55Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1295 has been earlier opened by @eugendueck. is_human:1 issue:1295 where:github who:41422
2024-04-19T04:18:36Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1292 has been earlier opened by @abhijith-m13894. is_human:1 issue:1292 where:github who:61135970
2023-05-29T09:57:11Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1225 has been earlier opened by @baudoliver7. is_human:1 issue:1225 where:github who:7813046
2023-03-10T07:47:28Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1207 has been earlier opened by @volodya-lombrozo. is_human:1 issue:1207 where:github who:51804353
2022-09-16T05:06:32Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1150 has been earlier opened by @renovate[bot]. is_human:0 issue:1150 where:github who:29139614
2022-08-14T19:26:58Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1141 has been earlier opened by @aleemkhowaja. is_human:1 issue:1141 where:github who:11464125
2022-08-09T12:30:14Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1138 has been earlier opened by @aleemkhowaja. is_human:1 issue:1138 where:github who:11464125
2022-08-09T12:29:29Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1137 has been earlier opened by @aleemkhowaja. is_human:1 issue:1137 where:github who:11464125
2022-07-11T17:11:44Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1133 has been earlier opened by @masynchin. is_human:1 issue:1133 where:github who:47028153
2022-04-20T15:41:44Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1121 has been earlier opened by @baudoliver7. is_human:1 issue:1121 where:github who:7813046
2022-01-18T07:21:47Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1117 has been earlier opened by @0pdd. is_human:0 issue:1117 where:github who:24456188
2021-12-17T12:54:08Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1114 has been earlier opened by @0pdd. is_human:0 issue:1114 where:github who:24456188
2021-06-25T08:03:08Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1106 has been earlier opened by @piotrkot. is_human:1 issue:1106 where:github who:9504395
2021-04-08T07:21:50Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1100 has been earlier opened by @monomonedula. is_human:1 issue:1100 where:github who:54329485
2021-03-21T14:30:07Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1095 has been earlier opened by @0pdd. is_human:0 issue:1095 where:github who:24456188
2021-02-05T14:46:41Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1091 has been earlier opened by @leroneb. is_human:1 issue:1091 where:github who:7648662
2020-09-04T15:01:23Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1068 has been earlier opened by @0pdd. is_human:0 issue:1068 where:github who:24456188
2020-07-11T20:27:20Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1057 has been earlier opened by @rusefi. is_human:1 issue:1057 where:github who:7377949
2020-06-10T12:13:27Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1051 has been earlier opened by @piotrek-toolla. is_human:1 issue:1051 where:github who:59013863
2020-05-04T16:34:05Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1048 has been earlier opened by @g4s8. is_human:1 issue:1048 where:github who:1524988
2020-02-28T23:10:29Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1035 has been earlier opened by @fevzian. is_human:1 issue:1035 where:github who:3167940
2020-02-17T06:52:06Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1031 has been earlier opened by @abhijith-m13894. is_human:1 issue:1031 where:github who:61135970
2020-02-10T09:24:34Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1029 has been earlier opened by @golszewski86. is_human:1 issue:1029 where:github who:45224442
2020-01-16T07:39:05Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1021 has been earlier opened by @golszewski86. is_human:1 issue:1021 where:github who:45224442
2020-01-13T15:01:50Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1018 has been earlier opened by @0pdd. is_human:0 issue:1018 where:github who:24456188
2020-01-13T14:57:11Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1009 has been earlier opened by @0pdd. is_human:0 issue:1009 where:github who:24456188
2019-12-05T17:08:27Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1007 has been earlier opened by @fevzian. is_human:1 issue:1007 where:github who:3167940
2019-12-05T08:09:36Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1005 has been earlier opened by @g4s8. is_human:1 issue:1005 where:github who:1524988
2019-12-04T22:10:26Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1004 has been earlier opened by @fevzian. is_human:1 issue:1004 where:github who:3167940
2019-11-25T13:28:09Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#1000 has been earlier opened by @0pdd. is_human:0 issue:1000 where:github who:24456188
2019-11-13T22:37:27Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#994 has been earlier opened by @fevzian. is_human:1 issue:994 where:github who:3167940
2019-10-17T13:19:55Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#993 has been earlier opened by @philipguo1992. is_human:1 issue:993 where:github who:25545711
2019-05-24T21:56:37Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#983 has been earlier opened by @ssysm. is_human:1 issue:983 where:github who:11619780
2019-05-22T12:36:38Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#978 has been earlier opened by @g4s8. is_human:1 issue:978 where:github who:1524988
2019-02-13T19:49:02Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#965 has been earlier opened by @g4s8. is_human:1 issue:965 where:github who:1524988
2019-01-25T19:33:43Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#955 has been earlier opened by @0pdd. is_human:0 issue:955 where:github who:24456188
2019-01-18T20:06:01Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#949 has been earlier opened by @fabriciofx. is_human:1 issue:949 where:github who:1964562
2019-01-16T04:14:27Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#946 has been earlier opened by @paul-hammant. is_human:1 issue:946 where:github who:82182
2019-01-15T22:47:17Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#944 has been earlier opened by @fabriciofx. is_human:1 issue:944 where:github who:1964562
2019-01-04T01:33:05Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#933 has been earlier opened by @eljames. is_human:1 issue:933 where:github who:8327674
2019-01-02T21:27:53Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#929 has been earlier opened by @fabriciofx. is_human:1 issue:929 where:github who:1964562
2019-01-02T17:21:24Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#928 has been earlier opened by @fabriciofx. is_human:1 issue:928 where:github who:1964562
2019-01-02T17:04:56Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#927 has been earlier opened by @nebuxadnezzar. is_human:1 issue:927 where:github who:36428488
2019-01-02T14:45:02Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#926 has been earlier opened by @fabriciofx. is_human:1 issue:926 where:github who:1964562
2018-12-31T14:45:23Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#924 has been earlier opened by @fabriciofx. is_human:1 issue:924 where:github who:1964562
2018-12-31T14:32:53Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#923 has been earlier opened by @fabriciofx. is_human:1 issue:923 where:github who:1964562
2018-12-27T23:40:09Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#920 has been earlier opened by @skapral. is_human:1 issue:920 where:github who:1714171
2018-12-26T03:59:19Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#916 has been earlier opened by @fabriciofx. is_human:1 issue:916 where:github who:1964562
2018-12-24T17:55:36Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#915 has been earlier opened by @fabriciofx. is_human:1 issue:915 where:github who:1964562
2018-12-24T15:57:45Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#914 has been earlier opened by @fabriciofx. is_human:1 issue:914 where:github who:1964562
2018-12-24T00:21:53Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#912 has been earlier opened by @fabriciofx. is_human:1 issue:912 where:github who:1964562
2018-12-23T21:04:30Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#910 has been earlier opened by @fabriciofx. is_human:1 issue:910 where:github who:1964562
2018-12-23T14:34:59Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#909 has been earlier opened by @krzyk. is_human:1 issue:909 where:github who:105730
2018-12-21T20:40:31Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#906 has been earlier opened by @fabriciofx. is_human:1 issue:906 where:github who:1964562
2018-12-21T18:42:21Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#905 has been earlier opened by @fabriciofx. is_human:1 issue:905 where:github who:1964562
2018-12-18T03:16:01Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#901 has been earlier opened by @fabriciofx. is_human:1 issue:901 where:github who:1964562
2018-12-18T02:57:41Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#900 has been earlier opened by @fabriciofx. is_human:1 issue:900 where:github who:1964562
2018-12-18T02:38:00Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#899 has been earlier opened by @fabriciofx. is_human:1 issue:899 where:github who:1964562
2018-12-18T02:33:34Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#898 has been earlier opened by @fabriciofx. is_human:1 issue:898 where:github who:1964562
2018-12-12T19:50:43Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#894 has been earlier opened by @0pdd. is_human:0 issue:894 where:github who:24456188
2018-11-21T08:11:38Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#871 has been earlier opened by @g4s8. is_human:1 issue:871 where:github who:1524988
2015-05-01T14:13:55Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#240 has been earlier opened by @dmzaytsev. is_human:1 issue:240 where:github who:9972909
2015-04-29T15:36:32Z issue-was-opened 28924109 _job:18102982919 details:The issue yegor256/takes#224 has been earlier opened by @ikhvostenkov. is_human:1 issue:224 where:github who:861305
2025-09-29T16:00:25Z who-has-name _job:18102982919 details:We found out that the user #8939106 is known in GitHub as @bandrzejczak. is_human:1 name:bandrzejczak where:github who:8939106
2025-09-29T16:00:25Z who-has-name _job:18102982919 details:We found out that the user #1388994 is known in GitHub as @longtimeago. is_human:1 name:longtimeago where:github who:1388994
2025-09-29T16:00:25Z who-has-name _job:18102982919 details:We found out that the user #9972909 is known in GitHub as @dmzaytsev. is_human:1 name:dmzaytsev where:github who:9972909
2025-09-29T16:00:25Z who-has-name _job:18102982919 details:We found out that the user #10137 is known in GitHub as @ghost. is_human:1 name:ghost where:github who:10137
2025-09-29T16:00:25Z who-has-name _job:18102982919 details:We found out that the user #861305 is known in GitHub as @ikhvostenkov. is_human:1 name:ikhvostenkov where:github who:861305
2025-09-29T16:00:25Z who-has-name _job:18102982919 details:We found out that the user #7552413 is known in GitHub as @eg04lt3r. is_human:1 name:eg04lt3r where:github who:7552413
2025-09-29T16:00:25Z who-has-name _job:18102982919 details:We found out that the user #114910 is known in GitHub as @ekondrashev. is_human:1 name:ekondrashev where:github who:114910
2025-09-29T16:00:25Z who-has-name _job:18102982919 details:We found out that the user #6305016 is known in GitHub as @davvd. is_human:1 name:davvd where:github who:6305016
2025-09-29T16:00:26Z who-has-name _job:18102982919 details:We found out that the user #1667699 is known in GitHub as @yamstranger. is_human:1 name:yamstranger where:github who:1667699
2025-09-29T16:00:26Z who-has-name _job:18102982919 details:We found out that the user #1460797 is known in GitHub as @celezar. is_human:1 name:celezar where:github who:1460797
2025-09-29T16:00:26Z who-has-name _job:18102982919 details:We found out that the user #105730 is known in GitHub as @krzyk. is_human:1 name:krzyk where:github who:105730
2025-09-29T16:00:26Z who-has-name _job:18102982919 details:We found out that the user #1265978 is known in GitHub as @popprem. is_human:1 name:popprem where:github who:1265978
2025-09-29T16:00:26Z who-has-name _job:18102982919 details:We found out that the user #2527943 is known in GitHub as @mohandandel. is_human:1 name:mohandandel where:github who:2527943
2025-09-29T16:00:27Z who-has-name _job:18102982919 details:We found out that the user #7974315 is known in GitHub as @mgooty. is_human:1 name:mgooty where:github who:7974315
2025-09-29T16:00:27Z who-has-name _job:18102982919 details:We found out that the user #139536 is known in GitHub as @ndbroadbent. is_human:1 name:ndbroadbent where:github who:139536
2025-09-29T16:00:27Z who-has-name _job:18102982919 details:We found out that the user #904080 is known in GitHub as @cyberone. is_human:1 name:cyberone where:github who:904080
2025-09-29T16:00:27Z who-has-name _job:18102982919 details:We found out that the user #6581896 is known in GitHub as @super132. is_human:1 name:super132 where:github who:6581896
2025-09-29T16:00:27Z who-has-name _job:18102982919 details:We found out that the user #416283 is known in GitHub as @erimerturk. is_human:1 name:erimerturk where:github who:416283
2025-09-29T16:00:27Z who-has-name _job:18102982919 details:We found out that the user #6518123 is known in GitHub as @lauresh. is_human:1 name:lauresh where:github who:6518123
2025-09-29T16:00:27Z who-has-name _job:18102982919 details:We found out that the user #5760337 is known in GitHub as @marcuss. is_human:1 name:marcuss where:github who:5760337
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #24456188 is known in GitHub as @0pdd. is_human:0 name:0pdd where:github who:24456188
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #110514249 is known in GitHub as @xrixis. is_human:1 name:xrixis where:github who:110514249
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #106221641 is known in GitHub as @projacktor. is_human:1 name:projacktor where:github who:106221641
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #89358123 is known in GitHub as @niotu. is_human:1 name:niotu where:github who:89358123
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #69527419 is known in GitHub as @cacucoh. is_human:1 name:cacucoh where:github who:69527419
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #68069947 is known in GitHub as @nexonm. is_human:1 name:nexonm where:github who:68069947
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #7813046 is known in GitHub as @baudoliver7. is_human:1 name:baudoliver7 where:github who:7813046
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #116603645 is known in GitHub as @akvadevka. is_human:1 name:akvadevka where:github who:116603645
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #53049313 is known in GitHub as @daniilzimin4. is_human:1 name:daniilzimin4 where:github who:53049313
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #67202651 is known in GitHub as @friji350. is_human:1 name:friji350 where:github who:67202651
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #74819600 is known in GitHub as @ufa-morozov. is_human:1 name:ufa-morozov where:github who:74819600
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #1331477 is known in GitHub as @laeubi. is_human:1 name:laeubi where:github who:1331477
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #41422 is known in GitHub as @eugendueck. is_human:1 name:eugendueck where:github who:41422
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #143704466 is known in GitHub as @c1gar. is_human:1 name:c1gar where:github who:143704466
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #61135970 is known in GitHub as @abhijith-m13894. is_human:1 name:abhijith-m13894 where:github who:61135970
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #67868993 is known in GitHub as @nurmukhametovalexey. is_human:1 name:nurmukhametovalexey where:github who:67868993
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #51804353 is known in GitHub as @volodya-lombrozo. is_human:1 name:volodya-lombrozo where:github who:51804353
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #47028153 is known in GitHub as @masynchin. is_human:1 name:masynchin where:github who:47028153
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #11464125 is known in GitHub as @aleemkhowaja. is_human:1 name:aleemkhowaja where:github who:11464125
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #45224442 is known in GitHub as @golszewski86. is_human:1 name:golszewski86 where:github who:45224442
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #9504395 is known in GitHub as @piotrkot. is_human:1 name:piotrkot where:github who:9504395
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #54329485 is known in GitHub as @monomonedula. is_human:1 name:monomonedula where:github who:54329485
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #19623042 is known in GitHub as @sergiusac. is_human:1 name:sergiusac where:github who:19623042
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #7648662 is known in GitHub as @leroneb. is_human:1 name:leroneb where:github who:7648662
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #49783909 is known in GitHub as @andreoss. is_human:1 name:andreoss where:github who:49783909
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #186421 is known in GitHub as @binkley. is_human:1 name:binkley where:github who:186421
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #68772698 is known in GitHub as @abhishere. is_human:1 name:abhishere where:github who:68772698
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #1964562 is known in GitHub as @fabriciofx. is_human:1 name:fabriciofx where:github who:1964562
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #48498823 is known in GitHub as @rusefillc. is_human:1 name:rusefillc where:github who:48498823
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #7377949 is known in GitHub as @rusefi. is_human:1 name:rusefi where:github who:7377949
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #59013863 is known in GitHub as @piotrek-toolla. is_human:1 name:piotrek-toolla where:github who:59013863
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #15564192 is known in GitHub as @wizzu. is_human:1 name:wizzu where:github who:15564192
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #3167940 is known in GitHub as @fevzian. is_human:1 name:fevzian where:github who:3167940
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #1524988 is known in GitHub as @g4s8. is_human:1 name:g4s8 where:github who:1524988
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #28656157 is known in GitHub as @kleinesfilmroellchen. is_human:1 name:kleinesfilmroellchen where:github who:28656157
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #33915433 is known in GitHub as @paulodamaso. is_human:1 name:paulodamaso where:github who:33915433
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #7002896 is known in GitHub as @guseyn. is_human:1 name:guseyn where:github who:7002896
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #35927798 is known in GitHub as @pal548. is_human:1 name:pal548 where:github who:35927798
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #25545711 is known in GitHub as @philipguo1992. is_human:1 name:philipguo1992 where:github who:25545711
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #572453 is known in GitHub as @mreiche. is_human:1 name:mreiche where:github who:572453
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #11619780 is known in GitHub as @ssysm. is_human:1 name:ssysm where:github who:11619780
2025-09-29T16:00:28Z who-has-name _job:18102982919 details:We found out that the user #34595022 is known in GitHub as @zcrusaderz. is_human:1 name:zcrusaderz where:github who:34595022
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #8182138 is known in GitHub as @sz332. is_human:1 name:sz332 where:github who:8182138
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #82182 is known in GitHub as @paul-hammant. is_human:1 name:paul-hammant where:github who:82182
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #1206309 is known in GitHub as @serranya. is_human:1 name:serranya where:github who:1206309
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #8327674 is known in GitHub as @eljames. is_human:1 name:eljames where:github who:8327674
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #36428488 is known in GitHub as @nebuxadnezzar. is_human:1 name:nebuxadnezzar where:github who:36428488
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #1714171 is known in GitHub as @skapral. is_human:1 name:skapral where:github who:1714171
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #41533396 is known in GitHub as @binaryigor. is_human:1 name:binaryigor where:github who:41533396
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #160975 is known in GitHub as @victornoel. is_human:1 name:victornoel where:github who:160975
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #4052869 is known in GitHub as @grzechol. is_human:1 name:grzechol where:github who:4052869
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #2019896 is known in GitHub as @llorllale. is_human:1 name:llorllale where:github who:2019896
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #10466206 is known in GitHub as @driver733. is_human:1 name:driver733 where:github who:10466206
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #6975441 is known in GitHub as @esteveboix. is_human:1 name:esteveboix where:github who:6975441
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #8284189 is known in GitHub as @jimkast. is_human:1 name:jimkast where:github who:8284189
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #14214611 is known in GitHub as @imcaizheng. is_human:1 name:imcaizheng where:github who:14214611
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #24223260 is known in GitHub as @t-izbassar. is_human:1 name:t-izbassar where:github who:24223260
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #440768 is known in GitHub as @neonailol. is_human:1 name:neonailol where:github who:440768
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #1405237 is known in GitHub as @simonjenga. is_human:1 name:simonjenga where:github who:1405237
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #6761830 is known in GitHub as @vladimir-bukhtoyarov. is_human:1 name:vladimir-bukhtoyarov where:github who:6761830
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #107386 is known in GitHub as @semantosoph. is_human:1 name:semantosoph where:github who:107386
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #16607117 is known in GitHub as @ezhov-da. is_human:1 name:ezhov-da where:github who:16607117
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #60419 is known in GitHub as @maxxyme. is_human:1 name:maxxyme where:github who:60419
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #1477672 is known in GitHub as @ro31337. is_human:1 name:ro31337 where:github who:1477672
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #1618116 is known in GitHub as @essobedo. is_human:1 name:essobedo where:github who:1618116
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #16517593 is known in GitHub as @maksimmyshkin. is_human:1 name:maksimmyshkin where:github who:16517593
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #6305156 is known in GitHub as @amihaiemil. is_human:1 name:amihaiemil where:github who:6305156
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #7473920 is known in GitHub as @pchmielowski. is_human:1 name:pchmielowski where:github who:7473920
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #614673 is known in GitHub as @peterjeschke. is_human:1 name:peterjeschke where:github who:614673
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #209223 is known in GitHub as @mgenov. is_human:1 name:mgenov where:github who:209223
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #10319140 is known in GitHub as @dalifreire. is_human:1 name:dalifreire where:github who:10319140
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #7703204 is known in GitHub as @exper0. is_human:1 name:exper0 where:github who:7703204
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #16798121 is known in GitHub as @wild-lotus. is_human:1 name:wild-lotus where:github who:16798121
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #8187855 is known in GitHub as @2686747. is_human:1 name:2686747 where:github who:8187855
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #1054771 is known in GitHub as @pinaf. is_human:1 name:pinaf where:github who:1054771
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #17193271 is known in GitHub as @datntvn. is_human:1 name:datntvn where:github who:17193271
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #13894650 is known in GitHub as @jefferson-pessanha. is_human:1 name:jefferson-pessanha where:github who:13894650
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #11806 is known in GitHub as @ikarsokolov. is_human:1 name:ikarsokolov where:github who:11806
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #441232 is known in GitHub as @xupyprmv. is_human:1 name:xupyprmv where:github who:441232
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #5750596 is known in GitHub as @jhyle. is_human:1 name:jhyle where:github who:5750596
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #5242384 is known in GitHub as @sebing. is_human:1 name:sebing where:github who:5242384
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #5467276 is known in GitHub as @mkordas. is_human:1 name:mkordas where:github who:5467276
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #485798 is known in GitHub as @akaigoro. is_human:1 name:akaigoro where:github who:485798
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #2956255 is known in GitHub as @hdouss. is_human:1 name:hdouss where:github who:2956255
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #1917892 is known in GitHub as @carlosmiranda. is_human:1 name:carlosmiranda where:github who:1917892
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #8607452 is known in GitHub as @bdragan. is_human:1 name:bdragan where:github who:8607452
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #7436770 is known in GitHub as @georgeyanev. is_human:1 name:georgeyanev where:github who:7436770
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #1643451 is known in GitHub as @hs3180. is_human:1 name:hs3180 where:github who:1643451
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #262875 is known in GitHub as @tiaped. is_human:1 name:tiaped where:github who:262875
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #4368287 is known in GitHub as @alxn. is_human:1 name:alxn where:github who:4368287
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #209396 is known in GitHub as @antonini. is_human:1 name:antonini where:github who:209396
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #6333170 is known in GitHub as @gilraenburland. is_human:1 name:gilraenburland where:github who:6333170
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #4467948 is known in GitHub as @gvlasov. is_human:1 name:gvlasov where:github who:4467948
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #110143 is known in GitHub as @mbarbieri. is_human:1 name:mbarbieri where:github who:110143
2025-09-29T16:00:29Z who-has-name _job:18102982919 details:We found out that the user #481692 is known in GitHub as @iinozemtsev. is_human:1 name:iinozemtsev where:github who:481692
2025-09-29T16:00:30Z who-has-name _job:18102982919 details:We found out that the user #765917 is known in GitHub as @bertram25. is_human:1 name:bertram25 where:github who:765917
2025-09-29T17:58:09Z dimensions-of-terrain _job:18106013053 total_active_contributors:3 total_commits:3497 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:723 total_releases:155 total_repositories:1 total_stars:859
2025-09-29T18:02:15Z who-has-name _job:18106013053 details:We found out that the user #3920831 is known in GitHub as @lautarobock. is_human:1 name:lautarobock where:github who:3920831
2025-09-29T18:02:16Z who-has-name _job:18106013053 details:We found out that the user #898997 is known in GitHub as @adamsiemion. is_human:1 name:adamsiemion where:github who:898997
2025-09-29T18:02:16Z who-has-name _job:18106013053 details:We found out that the user #6291471 is known in GitHub as @mesut. is_human:1 name:mesut where:github who:6291471
2025-09-29T18:02:17Z who-has-name _job:18106013053 details:We found out that the user #5612329 is known in GitHub as @dmitry-shanko. is_human:1 name:dmitry-shanko where:github who:5612329
2025-09-29T18:02:17Z who-has-name _job:18106013053 details:We found out that the user #5822647 is known in GitHub as @prondzyn. is_human:1 name:prondzyn where:github who:5822647
2025-09-29T18:02:17Z who-has-name _job:18106013053 details:We found out that the user #6010247 is known in GitHub as @piddubnyi. is_human:1 name:piddubnyi where:github who:6010247
2025-09-29T18:02:18Z who-has-name _job:18106013053 details:We found out that the user #2578281 is known in GitHub as @gauee. is_human:1 name:gauee where:github who:2578281
2025-09-29T18:02:18Z who-has-name _job:18106013053 details:We found out that the user #6426314 is known in GitHub as @aschworer. is_human:1 name:aschworer where:github who:6426314
2025-09-29T18:02:18Z who-has-name _job:18106013053 details:We found out that the user #953840 is known in GitHub as @alexey-krylov. is_human:1 name:alexey-krylov where:github who:953840
2025-09-29T18:02:18Z who-has-name _job:18106013053 details:We found out that the user #83507 is known in GitHub as @valery1707. is_human:1 name:valery1707 where:github who:83507
2025-09-29T18:02:19Z who-has-name _job:18106013053 details:We found out that the user #1184480 is known in GitHub as @skrzyneckik. is_human:1 name:skrzyneckik where:github who:1184480
2025-09-29T18:02:19Z who-has-name _job:18106013053 details:We found out that the user #2806662 is known in GitHub as @tertioptus. is_human:1 name:tertioptus where:github who:2806662
2025-09-29T18:02:19Z who-has-name _job:18106013053 details:We found out that the user #16543511 is known in GitHub as @raphaelln. is_human:1 name:raphaelln where:github who:16543511
2025-09-29T18:02:20Z who-has-name _job:18106013053 details:We found out that the user #6490959 is known in GitHub as @original-brownbear. is_human:1 name:original-brownbear where:github who:6490959
2025-09-29T18:02:20Z who-has-name _job:18106013053 details:We found out that the user #4218366 is known in GitHub as @rui-castro. is_human:1 name:rui-castro where:github who:4218366
2025-09-29T18:02:20Z who-has-name _job:18106013053 details:We found out that the user #923002 is known in GitHub as @ukslim. is_human:1 name:ukslim where:github who:923002
2025-09-29T18:02:21Z who-has-name _job:18106013053 details:We found out that the user #1935518 is known in GitHub as @wasserfuhr. is_human:1 name:wasserfuhr where:github who:1935518
2025-09-29T18:02:21Z who-has-name _job:18106013053 details:We found out that the user #384578 is known in GitHub as @ptrecenti. is_human:1 name:ptrecenti where:github who:384578
2025-09-29T18:02:21Z who-has-name _job:18106013053 details:We found out that the user #6195752 is known in GitHub as @mvpotter. is_human:1 name:mvpotter where:github who:6195752
2025-09-29T18:02:21Z who-has-name _job:18106013053 details:We found out that the user #8940099 is known in GitHub as @wanxu2019. is_human:1 name:wanxu2019 where:github who:8940099
2025-09-29T18:02:22Z who-has-name _job:18106013053 details:We found out that the user #5472553 is known in GitHub as @sandordargo. is_human:1 name:sandordargo where:github who:5472553
2025-09-29T18:02:22Z who-has-name _job:18106013053 details:We found out that the user #13544213 is known in GitHub as @janczer. is_human:1 name:janczer where:github who:13544213
2025-09-29T18:02:22Z who-has-name _job:18106013053 details:We found out that the user #5833968 is known in GitHub as @djds23. is_human:1 name:djds23 where:github who:5833968
2025-09-29T18:02:23Z who-has-name _job:18106013053 details:We found out that the user #1130598 is known in GitHub as @msarhan. is_human:1 name:msarhan where:github who:1130598
2025-09-29T18:02:23Z who-has-name _job:18106013053 details:We found out that the user #14931449 is known in GitHub as @olenagerasimova. is_human:1 name:olenagerasimova where:github who:14931449
2025-09-29T18:02:23Z who-has-name _job:18106013053 details:We found out that the user #29357595 is known in GitHub as @oridan. is_human:1 name:oridan where:github who:29357595
2025-09-29T18:02:23Z who-has-name _job:18106013053 details:We found out that the user #45645330 is known in GitHub as @marceloamadeu. is_human:1 name:marceloamadeu where:github who:45645330
2025-09-29T15:32:44Z git-was-pushed 28924109 _job:18114077624 by_owner:1 commit:e41030107ada6c5194f83edbb754ae33c0eebb8a default_branch:master details:A new Git push #27141901807 has arrived to yegor256/takes, made by @yegor256 (default branch is 'master'), not associated with any pull request. event_id:55356303339 event_type:PushEvent is_human:1 push_id:27141901807 ref:refs/heads/master to_master:1 where:github who:526301
2018-12-12T19:50:45Z label-was-attached 28924109 _job:18114077624 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#894. is_human:0 issue:894 label:bug where:github who:24456188
2019-01-25T19:33:43Z label-was-attached 28924109 _job:18115567301 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#955. is_human:0 issue:955 label:bug where:github who:24456188
2019-11-25T13:28:12Z label-was-attached 28924109 _job:18115567301 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#1000. is_human:0 issue:1000 label:bug where:github who:24456188
2020-01-13T14:57:13Z label-was-attached 28924109 _job:18115567301 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#1009. is_human:0 issue:1009 label:bug where:github who:24456188
2020-01-13T15:01:52Z label-was-attached 28924109 _job:18115567301 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#1018. is_human:0 issue:1018 label:bug where:github who:24456188
2025-09-01T04:32:31Z issue-was-closed 28924109 _job:18115567301 details:Apparently, yegor256/takes#1009 has been 'issue-was-closed'. is_human:0 issue:1009 where:github who:24456188
2025-08-08T11:23:42Z issue-was-closed 28924109 _job:18116622318 details:Apparently, yegor256/takes#1068 has been 'issue-was-closed'. is_human:0 issue:1068 where:github who:24456188
2020-09-04T15:01:25Z label-was-attached 28924109 _job:18116622318 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#1068. is_human:0 issue:1068 label:bug where:github who:24456188
2021-03-21T14:30:08Z label-was-attached 28924109 _job:18116622318 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#1095. is_human:0 issue:1095 label:bug where:github who:24456188
2021-12-17T12:54:09Z label-was-attached 28924109 _job:18116622318 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#1114. is_human:0 issue:1114 label:bug where:github who:24456188
2022-01-18T07:21:49Z label-was-attached 28924109 _job:18116622318 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#1117. is_human:0 issue:1117 label:bug where:github who:24456188
2025-09-01T04:08:31Z label-was-attached 28924109 _job:18116622318 details:The 'bug' label was attached by @yegor256 to the issue yegor256/takes#1295. is_human:1 issue:1295 label:bug where:github who:526301
2025-09-01T04:08:31Z bug-was-accepted 28924109 _job:40398 details:@yegor256 attached the '#bug' label to yegor256/takes#1295 reported by @eugendueck; this means that a bug was accepted as valid, by the project team. is_human:1 issue:1295 reporter:41422 where:github who:526301
2025-07-30T23:45:47Z issue-was-closed 28924109 _job:18117439848 details:Apparently, yegor256/takes#1371 has been 'issue-was-closed'. is_human:1 issue:1371 where:github who:7813046
2025-07-17T09:05:17Z issue-was-closed 28924109 _job:18117439848 details:Apparently, yegor256/takes#1409 has been 'issue-was-closed'. is_human:1 issue:1409 where:github who:526301
2025-07-24T11:49:58Z issue-was-closed 28924109 _job:18117439848 details:Apparently, yegor256/takes#1414 has been 'issue-was-closed'. is_human:1 issue:1414 where:github who:110514249
2025-07-13T08:25:22Z issue-was-closed 28924109 _job:18117439848 details:Apparently, yegor256/takes#1415 has been 'issue-was-closed'. is_human:1 issue:1415 where:github who:526301
2025-07-22T17:32:55Z issue-was-closed 28924109 _job:18117439848 details:Apparently, yegor256/takes#1417 has been 'issue-was-closed'. is_human:1 issue:1417 where:github who:69527419
2025-07-22T09:00:59Z issue-was-closed 28924109 _job:18117439848 details:Apparently, yegor256/takes#1422 has been 'issue-was-closed'. is_human:1 issue:1422 where:github who:526301
2025-07-24T22:20:28Z issue-was-closed 28924109 _job:18117439848 details:Apparently, yegor256/takes#1438 has been 'issue-was-closed'. is_human:1 issue:1438 where:github who:106221641
2025-09-01T04:03:19Z issue-was-assigned 28924109 _job:18117439848 assigner:526301 details:yegor256/takes#1300 was assigned to @piotrkot by @yegor256. is_human:1 issue:1300 where:github who:9504395
2025-07-21T06:47:11Z issue-was-assigned 28924109 _job:18117439848 assigner:526301 details:yegor256/takes#1422 was assigned to @yegor256 by @yegor256. is_human:1 issue:1422 where:github who:526301
2025-09-01T04:03:26Z label-was-attached 28924109 _job:18117439848 details:The 'bug' label was attached by @yegor256 to the issue yegor256/takes#1300. is_human:1 issue:1300 label:bug where:github who:526301
2025-09-01T04:11:46Z label-was-attached 28924109 _job:18117439848 details:The 'bug' label was attached by @yegor256 to the issue yegor256/takes#1357. is_human:1 issue:1357 label:bug where:github who:526301
2025-07-11T14:13:16Z label-was-attached 28924109 _job:18117439848 details:The 'bug' label was attached by @yegor256 to the issue yegor256/takes#1409. is_human:1 issue:1409 label:bug where:github who:526301
2025-07-14T16:50:00Z label-was-attached 28924109 _job:18117439848 details:The 'bug' label was attached by @yegor256 to the issue yegor256/takes#1417. is_human:1 issue:1417 label:bug where:github who:526301
2025-07-21T06:47:12Z label-was-attached 28924109 _job:18117439848 details:The 'bug' label was attached by @yegor256 to the issue yegor256/takes#1422. is_human:1 issue:1422 label:bug where:github who:526301
2025-09-01T04:06:11Z label-was-attached 28924109 _job:18117439848 details:The 'bug' label was attached by @yegor256 to the issue yegor256/takes#1436. is_human:1 issue:1436 label:bug where:github who:526301
2025-09-01T04:05:44Z label-was-attached 28924109 _job:18117439848 details:The 'bug' label was attached by @yegor256 to the issue yegor256/takes#1437. is_human:1 issue:1437 label:bug where:github who:526301
2025-09-01T04:32:33Z label-was-attached 28924109 _job:18117439848 details:The 'bug' label was attached by @0pdd to the issue yegor256/takes#1451. is_human:0 issue:1451 label:bug where:github who:24456188
2025-09-01T04:03:26Z bug-was-accepted 28924109 _job:40402 details:@yegor256 attached the '#bug' label to yegor256/takes#1300 reported by @laeubi; this means that a bug was accepted as valid, by the project team. is_human:1 issue:1300 reporter:1331477 where:github who:526301
2025-09-01T04:11:46Z bug-was-accepted 28924109 _job:40402 details:@yegor256 attached the '#bug' label to yegor256/takes#1357 reported by @daniilzimin4; this means that a bug was accepted as valid, by the project team. is_human:1 issue:1357 reporter:53049313 where:github who:526301
2025-07-13T07:08:19Z dud-was-closed 28924109 _job:40402 closer:526301 details:In the repository #28924109, the user #69527419 submitted the issue #1415 which was later closed by the user #526301 not becoming a bug or enhancement; this means that the issue was not valid, maybe a duplicate or simply a mistake. is_human:1 issue:1415 where:github who:69527419
2025-07-11T14:13:16Z bug-was-accepted 28924109 _job:40402 details:@yegor256 attached the '#bug' label to yegor256/takes#1409 reported by @nexonm; this means that a bug was accepted as valid, by the project team. is_human:1 issue:1409 reporter:68069947 where:github who:526301
2025-07-14T16:50:00Z bug-was-accepted 28924109 _job:40402 details:@yegor256 attached the '#bug' label to yegor256/takes#1417 reported by @cacucoh; this means that a bug was accepted as valid, by the project team. is_human:1 issue:1417 reporter:69527419 where:github who:526301
2025-09-01T04:06:11Z bug-was-accepted 28924109 _job:40402 details:@yegor256 attached the '#bug' label to yegor256/takes#1436 reported by @niotu; this means that a bug was accepted as valid, by the project team. is_human:1 issue:1436 reporter:89358123 where:github who:526301
2025-07-22T09:00:59Z bug-was-resolved 28924109 _job:40421 closer:526301 details:The bug/feature in the issue yegor256/takes#1422 opened @yegor256 by was resolved, after 1d2h of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:1422 label:bug opener:526301 seconds:94428 where:github who:526301
2025-09-01T04:05:44Z bug-was-accepted 28924109 _job:40421 details:@yegor256 attached the '#bug' label to yegor256/takes#1437 reported by @niotu; this means that a bug was accepted as valid, by the project team. is_human:1 issue:1437 reporter:89358123 where:github who:526301
2025-09-30T18:59:32Z dimensions-of-terrain _job:18140410551 total_active_contributors:3 total_commits:3497 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:723 total_releases:155 total_repositories:1 total_stars:859
2025-10-01T04:57:14Z issue-was-lost 28924109 _job:18151820789 issue:937 stale:issue where:github
2021-04-01T11:00:26Z pull-was-opened 28924109 _job:18151820789 branch:remove_code_from_ctor details:The missing pull yegor256/takes#1098 has been opened by @baudoliver7. is_human:1 issue:1098 where:github who:7813046
2022-09-29T09:39:07Z pull-was-opened 28924109 _job:18151820789 branch:renovate/org.codehaus.mojo-exec-maven-plugin-3.x details:The missing pull yegor256/takes#1175 has been opened by @renovate[bot]. is_human:0 issue:1175 where:github who:29139614
2025-10-01T04:59:04Z who-has-name _job:18151820789 details:We found out that the user #889052 is known in GitHub as @danilomo. is_human:1 name:danilomo where:github who:889052
2025-10-01T04:59:04Z who-has-name _job:18151820789 details:We found out that the user #36428045 is known in GitHub as @lucasmessias9898. is_human:1 name:lucasmessias9898 where:github who:36428045
2025-10-01T04:59:04Z who-has-name _job:18151820789 details:We found out that the user #18754033 is known in GitHub as @vzurauskas. is_human:1 name:vzurauskas where:github who:18754033
2025-10-01T04:59:04Z who-has-name _job:18151820789 details:We found out that the user #5731084 is known in GitHub as @nikialeksey. is_human:1 name:nikialeksey where:github who:5731084
2025-10-01T04:59:05Z who-has-name _job:18151820789 details:We found out that the user #1420356 is known in GitHub as @vblinden. is_human:1 name:vblinden where:github who:1420356
2025-10-01T04:59:05Z who-has-name _job:18151820789 details:We found out that the user #16056918 is known in GitHub as @strdr4605. is_human:1 name:strdr4605 where:github who:16056918
2025-10-01T04:59:05Z who-has-name _job:18151820789 details:We found out that the user #63295109 is known in GitHub as @vstan02. is_human:1 name:vstan02 where:github who:63295109
2025-10-01T04:59:05Z who-has-name _job:18151820789 details:We found out that the user #49699333 is known in GitHub as @dependabot[bot]. is_human:0 name:dependabot[bot] where:github who:49699333
2023-09-01T10:48:03Z pull-was-opened 28924109 _job:18152851551 branch:tksecure-returns-http-401 details:The missing pull yegor256/takes#1240 has been opened by @tauzhnianskyiartem. is_human:1 issue:1240 where:github who:28104582
2024-01-01T15:12:54Z pull-was-opened 28924109 _job:18152851551 branch:renovate/com.restfb-restfb-2024.x details:The missing pull yegor256/takes#1271 has been opened by @renovate[bot]. is_human:0 issue:1271 where:github who:29139614
2024-03-06T04:00:22Z pull-was-opened 28924109 _job:18152851551 branch:renovate/com.qulice-qulice-maven-plugin-0.x details:The missing pull yegor256/takes#1283 has been opened by @renovate[bot]. is_human:0 issue:1283 where:github who:29139614
2024-04-16T19:45:22Z pull-was-opened 28924109 _job:18152851551 branch:renovate/org.apache.commons-commons-text-1.x details:The missing pull yegor256/takes#1291 has been opened by @renovate[bot]. is_human:0 issue:1291 where:github who:29139614
2024-08-02T06:14:00Z pull-was-opened 28924109 _job:18152851551 branch:renovate/jakarta.ws.rs-jakarta.ws.rs-api-4.x details:The missing pull yegor256/takes#1313 has been opened by @renovate[bot]. is_human:0 issue:1313 where:github who:29139614
2024-08-02T08:19:47Z pull-was-opened 28924109 _job:18152851551 branch:only_read_if_content details:The missing pull yegor256/takes#1314 has been opened by @laeubi. is_human:1 issue:1314 where:github who:1331477
2024-10-29T07:57:29Z pull-was-opened 28924109 _job:18152851551 branch:do_not_allow_close_live_stream details:The missing pull yegor256/takes#1346 has been opened by @laeubi. is_human:1 issue:1346 where:github who:1331477
2024-10-29T09:27:58Z pull-was-opened 28924109 _job:18152851551 branch:flush_output details:The missing pull yegor256/takes#1347 has been opened by @laeubi. is_human:1 issue:1347 where:github who:1331477
2024-11-25T20:59:51Z pull-was-opened 28924109 _job:18152851551 branch:patch-1 details:The missing pull yegor256/takes#1359 has been opened by @daniilzimin4. is_human:1 issue:1359 where:github who:53049313
2024-12-05T13:17:34Z pull-was-opened 28924109 _job:18152851551 branch:renovate/com.jcabi-jcabi-matchers-1.x details:The missing pull yegor256/takes#1364 has been opened by @renovate[bot]. is_human:0 issue:1364 where:github who:29139614
2024-12-12T19:04:52Z pull-was-opened 28924109 _job:18152851551 branch:dev details:The missing pull yegor256/takes#1367 has been opened by @kartofanych. is_human:1 issue:1367 where:github who:66062429
2024-12-28T09:35:41Z pull-was-opened 28924109 _job:18152851551 branch:remove_nulls_kn details:The missing pull yegor256/takes#1375 has been opened by @kartofanych. is_human:1 issue:1375 where:github who:66062429
2024-12-28T10:09:23Z pull-was-opened 28924109 _job:18152851551 branch:remove_nulls_kn_2 details:The missing pull yegor256/takes#1376 has been opened by @kartofanych. is_human:1 issue:1376 where:github who:66062429
2025-01-29T10:46:32Z pull-was-opened 28924109 _job:18152851551 branch:renovate/com.restfb-restfb-2025.x details:The missing pull yegor256/takes#1381 has been opened by @renovate[bot]. is_human:0 issue:1381 where:github who:29139614
2025-01-29T14:50:46Z pull-was-opened 28924109 _job:18152851551 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1382 has been opened by @renovate[bot]. is_human:0 issue:1382 where:github who:29139614
2025-01-30T16:09:08Z pull-was-opened 28924109 _job:18152851551 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-replacement details:The missing pull yegor256/takes#1383 has been opened by @renovate[bot]. is_human:0 issue:1383 where:github who:29139614
2025-01-30T16:09:11Z pull-was-opened 28924109 _job:18152851551 branch:renovate/org.slf4j-slf4j-log4j12-replacement details:The missing pull yegor256/takes#1384 has been opened by @renovate[bot]. is_human:0 issue:1384 where:github who:29139614
2025-01-30T19:48:37Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-replacement details:The missing pull yegor256/takes#1385 has been opened by @renovate[bot]. is_human:0 issue:1385 where:github who:29139614
2025-02-12T17:07:40Z pull-was-opened 28924109 _job:18152851551 branch:renovate/com.jcabi.incubator-xembly-0.x details:The missing pull yegor256/takes#1386 has been opened by @renovate[bot]. is_human:0 issue:1386 where:github who:29139614
2025-02-17T19:49:49Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-1.x details:The missing pull yegor256/takes#1387 has been opened by @renovate[bot]. is_human:0 issue:1387 where:github who:29139614
2025-02-17T19:49:53Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-2.x details:The missing pull yegor256/takes#1388 has been opened by @renovate[bot]. is_human:0 issue:1388 where:github who:29139614
2025-02-17T20:40:10Z pull-was-opened 28924109 _job:18152851551 branch:renovate/org.sonarsource.scanner.maven-sonar-maven-plugin-5.x details:The missing pull yegor256/takes#1389 has been opened by @renovate[bot]. is_human:0 issue:1389 where:github who:29139614
2025-02-17T21:14:19Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-replacement details:The missing pull yegor256/takes#1390 has been opened by @renovate[bot]. is_human:0 issue:1390 where:github who:29139614
2025-02-17T21:47:11Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-2.x details:The missing pull yegor256/takes#1391 has been opened by @renovate[bot]. is_human:0 issue:1391 where:github who:29139614
2025-02-17T21:47:21Z pull-was-opened 28924109 _job:18152851551 branch:up details:The missing pull yegor256/takes#1392 has been opened by @github-actions[bot]. is_human:0 issue:1392 where:github who:41898282
2025-02-18T04:21:54Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-replacement details:The missing pull yegor256/takes#1393 has been opened by @renovate[bot]. is_human:0 issue:1393 where:github who:29139614
2025-02-18T04:49:03Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-1.x details:The missing pull yegor256/takes#1394 has been opened by @renovate[bot]. is_human:0 issue:1394 where:github who:29139614
2025-02-18T05:43:42Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-replacement details:The missing pull yegor256/takes#1395 has been opened by @renovate[bot]. is_human:0 issue:1395 where:github who:29139614
2025-02-18T06:47:10Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-1.x details:The missing pull yegor256/takes#1396 has been opened by @renovate[bot]. is_human:0 issue:1396 where:github who:29139614
2025-02-18T07:43:40Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-replacement details:The missing pull yegor256/takes#1397 has been opened by @renovate[bot]. is_human:0 issue:1397 where:github who:29139614
2025-02-18T08:47:14Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-1.x details:The missing pull yegor256/takes#1398 has been opened by @renovate[bot]. is_human:0 issue:1398 where:github who:29139614
2025-02-18T09:46:31Z pull-was-opened 28924109 _job:18152851551 branch:renovate/xml-apis-xml-apis-replacement details:The missing pull yegor256/takes#1399 has been opened by @renovate[bot]. is_human:0 issue:1399 where:github who:29139614
2025-02-21T17:26:05Z pull-was-opened 28924109 _job:18152851551 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1400 has been opened by @renovate[bot]. is_human:0 issue:1400 where:github who:29139614
2025-02-25T18:22:47Z pull-was-opened 28924109 _job:18152851551 branch:renovate/slf4j-monorepo details:The missing pull yegor256/takes#1401 has been opened by @renovate[bot]. is_human:0 issue:1401 where:github who:29139614
2025-03-03T14:24:40Z pull-was-opened 28924109 _job:18152851551 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1403 has been opened by @renovate[bot]. is_human:0 issue:1403 where:github who:29139614
2025-05-18T06:52:39Z pull-was-opened 28924109 _job:18152851551 branch:patch-1 details:The missing pull yegor256/takes#1406 has been opened by @simei2k. is_human:1 issue:1406 where:github who:137663782
2025-07-07T20:50:03Z pull-was-opened 28924109 _job:18152851551 branch:refactor_zimin details:The missing pull yegor256/takes#1410 has been opened by @plaffyyy. is_human:1 issue:1410 where:github who:119816370
2025-07-09T07:59:04Z pull-was-opened 28924109 _job:18152851551 branch:refactor_antipov details:The missing pull yegor256/takes#1411 has been opened by @gghost1. is_human:1 issue:1411 where:github who:152931662
2025-07-09T08:14:25Z pull-was-opened 28924109 _job:18152851551 branch:refactor_antipov_static_calls details:The missing pull yegor256/takes#1412 has been opened by @gghost1. is_human:1 issue:1412 where:github who:152931662
2025-07-09T20:54:12Z pull-was-opened 28924109 _job:18152851551 branch:fix_workflow details:The missing pull yegor256/takes#1413 has been opened by @gghost1. is_human:1 issue:1413 where:github who:152931662
2025-07-13T16:14:33Z pull-was-opened 28924109 _job:18152851551 branch:1409 details:The missing pull yegor256/takes#1416 has been opened by @nexonm. is_human:1 issue:1416 where:github who:68069947
2025-07-14T19:35:15Z pull-was-opened 28924109 _job:18152851551 branch:master details:The missing pull yegor256/takes#1418 has been opened by @cacucoh. is_human:1 issue:1418 where:github who:69527419
2025-07-20T23:51:37Z pull-was-opened 28924109 _job:18152851551 branch:894-http-main-remote-migration details:The missing pull yegor256/takes#1419 has been opened by @projacktor. is_human:1 issue:1419 where:github who:106221641
2025-07-21T00:28:21Z pull-was-opened 28924109 _job:18152851551 branch:894-rsbody details:The missing pull yegor256/takes#1420 has been opened by @projacktor. is_human:1 issue:1420 where:github who:106221641
2025-07-21T00:37:28Z pull-was-opened 28924109 _job:18152851551 branch:894-fkhitrefresh details:The missing pull yegor256/takes#1421 has been opened by @projacktor. is_human:1 issue:1421 where:github who:106221641
2025-07-21T06:57:49Z pull-was-opened 28924109 _job:18152851551 branch:1422 details:The missing pull yegor256/takes#1423 has been opened by @yegor256. is_human:1 issue:1423 where:github who:526301
2025-07-22T09:01:43Z pull-was-opened 28924109 _job:18152851551 branch:renovate/com.jcabi-parent-0.x details:The missing pull yegor256/takes#1424 has been opened by @renovate[bot]. is_human:0 issue:1424 where:github who:29139614
2025-07-22T09:32:26Z pull-was-opened 28924109 _job:18152851551 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x details:The missing pull yegor256/takes#1425 has been opened by @renovate[bot]. is_human:0 issue:1425 where:github who:29139614
2025-07-22T13:00:35Z pull-was-opened 28924109 _job:18152851551 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x details:The missing pull yegor256/takes#1426 has been opened by @renovate[bot]. is_human:0 issue:1426 where:github who:29139614
2025-07-22T16:58:27Z pull-was-opened 28924109 _job:18152851551 branch:renovate/org.projectlombok-lombok-1.x details:The missing pull yegor256/takes#1427 has been opened by @renovate[bot]. is_human:0 issue:1427 where:github who:29139614
2025-07-23T03:20:02Z pull-was-opened 28924109 _job:18152851551 branch:renovate/yegor256-copyrights-action-0.x details:The missing pull yegor256/takes#1428 has been opened by @renovate[bot]. is_human:0 issue:1428 where:github who:29139614
2025-07-23T09:28:25Z pull-was-opened 28924109 _job:18152851551 branch:renovate/crate-ci-typos-1.x details:The missing pull yegor256/takes#1429 has been opened by @renovate[bot]. is_human:0 issue:1429 where:github who:29139614
2025-07-23T17:06:09Z pull-was-opened 28924109 _job:18152851551 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1430 has been opened by @renovate[bot]. is_human:0 issue:1430 where:github who:29139614
2025-07-24T03:13:10Z pull-was-opened 28924109 _job:18152851551 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1431 has been opened by @renovate[bot]. is_human:0 issue:1431 where:github who:29139614
2025-07-24T08:58:37Z pull-was-opened 28924109 _job:18152851551 branch:renovate/net.sf.saxon-saxon-he-12.x details:The missing pull yegor256/takes#1432 has been opened by @renovate[bot]. is_human:0 issue:1432 where:github who:29139614
2025-07-24T16:38:19Z pull-was-opened 28924109 _job:18152851551 branch:renovate/org.cactoos-cactoos-0.x details:The missing pull yegor256/takes#1433 has been opened by @renovate[bot]. is_human:0 issue:1433 where:github who:29139614
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #36249910 is known in GitHub as @guspan-tanadi. is_human:1 name:guspan-tanadi where:github who:36249910
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #28104582 is known in GitHub as @tauzhnianskyiartem. is_human:1 name:tauzhnianskyiartem where:github who:28104582
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #83453843 is known in GitHub as @h1alexbel. is_human:1 name:h1alexbel where:github who:83453843
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #19815413 is known in GitHub as @pnatashap. is_human:1 name:pnatashap where:github who:19815413
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #26545482 is known in GitHub as @pejetuz. is_human:1 name:pejetuz where:github who:26545482
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #41898282 is known in GitHub as @github-actions[bot]. is_human:0 name:github-actions[bot] where:github who:41898282
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #66062429 is known in GitHub as @kartofanych. is_human:1 name:kartofanych where:github who:66062429
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #137663782 is known in GitHub as @simei2k. is_human:1 name:simei2k where:github who:137663782
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #119816370 is known in GitHub as @plaffyyy. is_human:1 name:plaffyyy where:github who:119816370
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #152931662 is known in GitHub as @gghost1. is_human:1 name:gghost1 where:github who:152931662
2025-10-01T06:00:24Z who-has-name _job:18152851551 details:We found out that the user #24387511 is known in GitHub as @0crat. is_human:1 name:0crat where:github who:24387511
2025-07-25T13:01:14Z pull-was-opened 28924109 _job:18154067590 branch:tkfallback-coop details:The missing pull yegor256/takes#1439 has been opened by @sofiakulagina. is_human:1 issue:1439 where:github who:143403416
2025-07-25T19:43:51Z pull-was-opened 28924109 _job:18154067590 branch:master details:The missing pull yegor256/takes#1442 has been opened by @xrixis. is_human:1 issue:1442 where:github who:110514249
2025-08-10T09:11:41Z pull-was-opened 28924109 _job:18154067590 branch:renovate/jersey-monorepo details:The missing pull yegor256/takes#1444 has been opened by @renovate[bot]. is_human:0 issue:1444 where:github who:29139614
2025-08-10T16:37:31Z pull-was-opened 28924109 _job:18154067590 branch:renovate/hibernate-validator details:The missing pull yegor256/takes#1445 has been opened by @renovate[bot]. is_human:0 issue:1445 where:github who:29139614
2025-08-13T16:46:59Z pull-was-opened 28924109 _job:18154067590 branch:renovate/crate-ci-typos-1.x details:The missing pull yegor256/takes#1446 has been opened by @renovate[bot]. is_human:0 issue:1446 where:github who:29139614
2025-08-15T17:00:26Z pull-was-opened 28924109 _job:18154067590 branch:renovate/org.codehaus.mojo-license-maven-plugin-2.x details:The missing pull yegor256/takes#1447 has been opened by @renovate[bot]. is_human:0 issue:1447 where:github who:29139614
2025-09-01T04:06:46Z pull-was-opened 28924109 _job:18154067590 branch:renovate/junit-framework-monorepo details:The missing pull yegor256/takes#1449 has been opened by @renovate[bot]. is_human:0 issue:1449 where:github who:29139614
2025-09-01T04:06:49Z pull-was-opened 28924109 _job:18154067590 branch:renovate/org.sonarsource.scanner.maven-sonar-maven-plugin-5.x details:The missing pull yegor256/takes#1450 has been opened by @renovate[bot]. is_human:0 issue:1450 where:github who:29139614
2025-09-01T08:41:38Z pull-was-opened 28924109 _job:18154067590 branch:renovate/actions-checkout-5.x details:The missing pull yegor256/takes#1452 has been opened by @renovate[bot]. is_human:0 issue:1452 where:github who:29139614
2025-09-01T08:54:04Z pull-was-opened 28924109 _job:18154067590 branch:renovate/actions-setup-java-5.x details:The missing pull yegor256/takes#1453 has been opened by @renovate[bot]. is_human:0 issue:1453 where:github who:29139614
2025-09-01T17:01:36Z pull-was-opened 28924109 _job:18154067590 branch:renovate/major-hibernate-validator details:The missing pull yegor256/takes#1454 has been opened by @renovate[bot]. is_human:0 issue:1454 where:github who:29139614
2025-09-02T03:20:22Z pull-was-opened 28924109 _job:18154067590 branch:renovate/crate-ci-typos-1.x details:The missing pull yegor256/takes#1455 has been opened by @renovate[bot]. is_human:0 issue:1455 where:github who:29139614
2025-09-02T17:24:07Z pull-was-opened 28924109 _job:18154067590 branch:renovate/crate-ci-typos-1.x details:The missing pull yegor256/takes#1456 has been opened by @renovate[bot]. is_human:0 issue:1456 where:github who:29139614
2025-09-04T03:55:27Z pull-was-opened 28924109 _job:18154067590 branch:renovate/crate-ci-typos-1.x details:The missing pull yegor256/takes#1457 has been opened by @renovate[bot]. is_human:0 issue:1457 where:github who:29139614
2025-09-04T17:12:05Z pull-was-opened 28924109 _job:18154067590 branch:renovate/crate-ci-typos-1.x details:The missing pull yegor256/takes#1458 has been opened by @renovate[bot]. is_human:0 issue:1458 where:github who:29139614
2025-09-05T02:59:07Z pull-was-opened 28924109 _job:18154067590 branch:renovate/org.projectlombok-lombok-1.x details:The missing pull yegor256/takes#1459 has been opened by @renovate[bot]. is_human:0 issue:1459 where:github who:29139614
2025-09-13T23:06:18Z pull-was-opened 28924109 _job:18154067590 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x details:The missing pull yegor256/takes#1460 has been opened by @renovate[bot]. is_human:0 issue:1460 where:github who:29139614
2025-10-01T06:58:57Z who-has-name _job:18154067590 details:We found out that the user #143403416 is known in GitHub as @sofiakulagina. is_human:1 name:sofiakulagina where:github who:143403416
2025-10-01T05:27:27Z pull-was-merged 28924109 _job:18158451891 branch:renovate/com.jcabi-jcabi-matchers-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1364 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:55445464160 event_type:PullRequestEvent failed_builds:0 files:1 hoc:2 is_human:1 issue:1364 review_comments:0 succeeded_builds:15 where:github who:526301
2025-10-01T05:27:05Z pull-was-merged 28924109 _job:18158451891 branch:renovate/jaxb-ri-monorepo comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1466 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:55445451745 event_type:PullRequestEvent failed_builds:0 files:1 hoc:4 is_human:1 issue:1466 review_comments:0 succeeded_builds:15 where:github who:526301
2025-10-01T05:26:52Z pull-was-merged 28924109 _job:18158451891 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1467 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:55445444998 event_type:PullRequestEvent failed_builds:1 files:1 hoc:2 is_human:1 issue:1467 review_comments:0 succeeded_builds:14 where:github who:526301
2025-10-01T05:26:45Z git-was-pushed 28924109 _job:18158451891 by_owner:1 commit:20e1e84061957c8913303a4d7bf4fbfa02084e46 default_branch:master details:A new Git push #27184941038 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55445441232 event_type:PushEvent is_human:1 push_id:27184941038 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T05:01:00Z pull-was-opened 28924109 _job:18158451891 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/takes#1467 has been opened by @renovate[bot]. event_id:55444555520 event_type:PullRequestEvent is_human:0 issue:1467 where:github who:29139614
2025-10-01T05:00:56Z pull-was-opened 28924109 _job:18158451891 branch:renovate/jaxb-ri-monorepo details:The pull request yegor256/takes#1466 has been opened by @renovate[bot]. event_id:55444553765 event_type:PullRequestEvent is_human:0 issue:1466 where:github who:29139614
2025-10-01T04:45:01Z pull-was-closed 28924109 _job:18158451891 branch:renovate/com.qulice-qulice-maven-plugin-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1462 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:55444160758 event_type:PullRequestEvent failed_builds:1 files:1 hoc:2 is_human:0 issue:1462 succeeded_builds:14 where:github who:29139614
2025-10-01T04:44:39Z git-was-pushed 28924109 _job:18158451891 by_owner:1 commit:264fde5774abd4445641f2c6d0da74ada8a1776d default_branch:master details:A new Git push #27184323823 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55444151661 event_type:PushEvent is_human:1 push_id:27184323823 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T04:43:49Z pull-was-closed 28924109 _job:18158451891 branch:renovate/org.apache.commons-commons-text-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1291 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:55444130796 event_type:PullRequestEvent failed_builds:9 files:1 hoc:2 is_human:0 issue:1291 succeeded_builds:9 where:github who:29139614
2025-10-01T04:43:23Z git-was-pushed 28924109 _job:18158451891 by_owner:1 commit:c3c0bf1597597fd8c24e9304eb76ab3a5c8028bd default_branch:master details:A new Git push #27184307641 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55444120175 event_type:PushEvent is_human:1 push_id:27184307641 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T04:40:59Z git-was-pushed 28924109 _job:18158451891 by_owner:1 commit:3cada295fb6fee2bcddd57c90c556ea23a57b646 default_branch:master details:A new Git push #27184275667 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55444059318 event_type:PushEvent is_human:1 push_id:27184275667 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T04:39:51Z pull-was-opened 28924109 _job:18158451891 branch:renovate/jakarta.xml.bind-jakarta.xml.bind-api-4.x details:The pull request yegor256/takes#1465 has been opened by @renovate[bot]. event_id:55444030236 event_type:PullRequestEvent is_human:0 issue:1465 where:github who:29139614
2025-10-01T04:39:27Z pull-was-merged 28924109 _job:18158451891 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1464 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:55444020147 event_type:PullRequestEvent failed_builds:0 files:1 hoc:2 is_human:1 issue:1464 review_comments:0 succeeded_builds:15 where:github who:526301
2025-10-01T04:39:09Z pull-was-closed 28924109 _job:18158451891 branch:renovate/org.projectlombok-lombok-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1459 has been closed by @renovate[bot], with 2 HoC and 0 comments. event_id:55444012827 event_type:PullRequestEvent failed_builds:1 files:1 hoc:2 is_human:0 issue:1459 succeeded_builds:17 where:github who:29139614
2025-10-01T04:39:04Z pull-was-opened 28924109 _job:18158451891 branch:renovate/zerocracy-judges-action-0.x details:The pull request yegor256/takes#1464 has been opened by @renovate[bot]. event_id:55444010807 event_type:PullRequestEvent is_human:0 issue:1464 where:github who:29139614
2025-10-01T04:38:42Z git-was-pushed 28924109 _job:18158451891 by_owner:1 commit:bae7e303717ce9e9e38d025c8d29d9e780e65116 default_branch:master details:A new Git push #27184245129 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55444001537 event_type:PushEvent is_human:1 push_id:27184245129 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T04:37:25Z git-was-pushed 28924109 _job:18158451891 by_owner:1 commit:c57b8fc3888ce97bd6480836ca1a57c96c0b5a3a default_branch:master details:A new Git push #27184228769 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55443969841 event_type:PushEvent is_human:1 push_id:27184228769 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T04:34:25Z git-was-pushed 28924109 _job:18158451891 by_owner:1 commit:53919b41034804472fd90bf1577e286e917d370f default_branch:master details:A new Git push #27184189278 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55443893376 event_type:PushEvent is_human:1 push_id:27184189278 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T04:31:14Z git-was-pushed 28924109 _job:18158451891 by_owner:1 commit:cae7770ff9a828bbf0e05dbef810259ce433c51e default_branch:master details:A new Git push #27184145987 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55443809958 event_type:PushEvent is_human:1 push_id:27184145987 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T05:27:27Z code-was-contributed 28924109 _job:40657 comments:0 details:The pull request yegor256/takes#1364 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 42w5d of being in review and 0 comments. hoc:2 is_human:0 issue:1364 merger:526301 review_comments:0 seconds:25891793 where:github who:29139614
2025-10-01T05:27:05Z code-was-contributed 28924109 _job:40657 comments:0 details:The pull request yegor256/takes#1466 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 26m8s of being in review and 0 comments. hoc:4 is_human:0 issue:1466 merger:526301 review_comments:0 seconds:1569 where:github who:29139614
2025-10-01T06:01:48Z pull-was-opened 28924109 _job:18159888316 branch:renovate/junit-framework-monorepo details:The pull request yegor256/takes#1469 has been opened by @renovate[bot]. event_id:55446462070 event_type:PullRequestEvent is_human:0 issue:1469 where:github who:29139614
2025-10-01T06:01:44Z pull-was-opened 28924109 _job:18159888316 branch:renovate/org.codehaus.mojo-license-maven-plugin-2.x details:The pull request yegor256/takes#1468 has been opened by @renovate[bot]. event_id:55446459463 event_type:PullRequestEvent is_human:0 issue:1468 where:github who:29139614
2025-10-01T05:53:43Z pull-was-closed 28924109 _job:18159888316 branch:remove_nulls_kn_2 comments:2 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1376 has been closed by @yegor256, with 110 HoC and 2 comments. event_id:55446214520 event_type:PullRequestEvent failed_builds:9 files:4 hoc:110 is_human:1 issue:1376 succeeded_builds:5 where:github who:526301
2025-10-01T05:52:23Z pull-was-closed 28924109 _job:18159888316 branch:remove_nulls_kn comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1375 has been closed by @yegor256, with 11 HoC and 1 comments. event_id:55446177746 event_type:PullRequestEvent failed_builds:0 files:1 hoc:11 is_human:1 issue:1375 succeeded_builds:14 where:github who:526301
2025-10-01T05:51:05Z pull-was-closed 28924109 _job:18159888316 branch:tksecure-returns-http-401 comments:2 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1240 has been closed by @yegor256, with 15 HoC and 2 comments. event_id:55446141161 event_type:PullRequestEvent failed_builds:0 files:1 hoc:15 is_human:1 issue:1240 succeeded_builds:0 where:github who:526301
2025-10-01T05:50:48Z pull-was-closed 28924109 _job:18159888316 branch:renovate/slf4j-monorepo comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1401 has been closed by @renovate[bot], with 6 HoC and 0 comments. event_id:55446133527 event_type:PullRequestEvent failed_builds:10 files:2 hoc:6 is_human:0 issue:1401 succeeded_builds:8 where:github who:29139614
2025-10-01T05:50:25Z git-was-pushed 28924109 _job:18159888316 by_owner:1 commit:5236868dc2142fb11b573d1b6af87c1461d4238f default_branch:master details:A new Git push #27185297118 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55446122594 event_type:PushEvent is_human:1 push_id:27185297118 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T05:42:43Z git-was-pushed 28924109 _job:18159888316 by_owner:1 commit:fc667c6dd8d32d1aaf6981890237a603d679eb32 default_branch:master details:A new Git push #27185184992 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55445910603 event_type:PushEvent is_human:1 push_id:27185184992 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-01T05:26:52Z code-was-contributed 28924109 _job:40662 comments:0 details:The pull request yegor256/takes#1467 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 25m51s of being in review and 0 comments. hoc:2 is_human:0 issue:1467 merger:526301 review_comments:0 seconds:1552 where:github who:29139614
2025-10-01T04:39:27Z code-was-contributed 28924109 _job:40662 comments:0 details:The pull request yegor256/takes#1464 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 22s of being in review and 0 comments. hoc:2 is_human:0 issue:1464 merger:526301 review_comments:0 seconds:23 where:github who:29139614
2025-10-01T07:02:39Z pull-was-opened 28924109 _job:18161305855 branch:renovate/mockito-monorepo details:The pull request yegor256/takes#1471 has been opened by @renovate[bot]. event_id:55448726290 event_type:PullRequestEvent is_human:0 issue:1471 where:github who:29139614
2025-10-01T07:02:36Z pull-was-opened 28924109 _job:18161305855 branch:renovate/jamesives-github-pages-deploy-action-4.x details:The pull request yegor256/takes#1470 has been opened by @renovate[bot]. event_id:55448723988 event_type:PullRequestEvent is_human:0 issue:1470 where:github who:29139614
2025-10-01T08:42:12Z pull-was-opened 28924109 _job:18166293420 branch:renovate/com.jcabi-parent-0.x details:The pull request yegor256/takes#1472 has been opened by @renovate[bot]. event_id:55453281099 event_type:PullRequestEvent is_human:0 issue:1472 where:github who:29139614
2025-10-01T08:40:56Z pull-was-merged 28924109 _job:18166293420 branch:renovate/mockito-monorepo comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1471 has been closed by @rultor, with 4 HoC and 2 comments. event_id:55453219437 event_type:PullRequestEvent failed_builds:0 files:1 hoc:4 is_human:0 issue:1471 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-01T08:26:57Z pull-was-reviewed 28924109 _job:18166293420 comments:3 commits:1 details:The pull request yegor256/takes#1468 has been reviewed by @yegor256 with 2 HoC and 3 comments. event_id:55452526605 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:1468 review_comments:0 where:github who:526301
2025-10-01T08:26:53Z pull-was-reviewed 28924109 _job:18166293420 comments:3 commits:1 details:The pull request yegor256/takes#1469 has been reviewed by @yegor256 with 2 HoC and 3 comments. event_id:55452523692 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:1469 review_comments:0 where:github who:526301
2025-10-01T08:26:50Z pull-was-reviewed 28924109 _job:18166293420 comments:3 commits:1 details:The pull request yegor256/takes#1470 has been reviewed by @yegor256 with 2 HoC and 3 comments. event_id:55452520863 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:1470 review_comments:0 where:github who:526301
2025-10-01T08:26:46Z pull-was-reviewed 28924109 _job:18166293420 comments:3 commits:1 details:The pull request yegor256/takes#1471 has been reviewed by @yegor256 with 4 HoC and 3 comments. event_id:55452518204 event_type:PullRequestReviewEvent files:1 hoc:4 is_human:1 issue:1471 review_comments:0 where:github who:526301
2025-10-01T08:26:45Z code-was-reviewed 28924109 _job:18166293420 author:29139614 comments:3 details:The pull request yegor256/takes#1471 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h24m and 0 comments. hoc:4 is_human:1 issue:1471 review_comments:0 seconds:5048 where:github who:526301
2025-10-01T08:26:57Z code-was-reviewed 28924109 _job:40691 author:29139614 comments:3 details:The pull request yegor256/takes#1468 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h25m and 3 comments. hoc:2 is_human:1 issue:1468 review_comments:0 seconds:8713 where:github who:526301
2025-10-01T08:26:53Z code-was-reviewed 28924109 _job:40691 author:29139614 comments:3 details:The pull request yegor256/takes#1469 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 2h25m and 3 comments. hoc:2 is_human:1 issue:1469 review_comments:0 seconds:8705 where:github who:526301
2025-10-01T09:26:21Z pull-was-opened 28924109 _job:18167981161 branch:renovate/major-junit-framework-monorepo details:The pull request yegor256/takes#1474 has been opened by @renovate[bot]. event_id:55455546783 event_type:PullRequestEvent is_human:0 issue:1474 where:github who:29139614
2025-10-01T09:22:58Z pull-was-merged 28924109 _job:18167981161 branch:renovate/jamesives-github-pages-deploy-action-4.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1470 has been closed by @rultor, with 2 HoC and 2 comments. event_id:55455367500 event_type:PullRequestEvent failed_builds:0 files:1 hoc:2 is_human:0 issue:1470 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-01T09:13:25Z pull-was-opened 28924109 _job:18167981161 branch:renovate/actions-checkout-5.x details:The pull request yegor256/takes#1473 has been opened by @renovate[bot]. event_id:55454858788 event_type:PullRequestEvent is_human:0 issue:1473 where:github who:29139614
2025-10-01T09:08:01Z pull-was-merged 28924109 _job:18167981161 branch:renovate/org.codehaus.mojo-license-maven-plugin-2.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1468 has been closed by @rultor, with 2 HoC and 2 comments. event_id:55454573189 event_type:PullRequestEvent failed_builds:0 files:1 hoc:2 is_human:0 issue:1468 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-01T08:26:49Z code-was-reviewed 28924109 _job:18167981161 author:29139614 comments:3 details:The pull request yegor256/takes#1470 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h24m and 0 comments. hoc:2 is_human:1 issue:1470 review_comments:0 seconds:5055 where:github who:526301
2025-10-01T15:00:33Z code-review-was-rewarded 28924109 _job:40698 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/takes#1471, the reward amount is 4. hoc:4 href:https://github.com/yegor256/takes/issues/1471/#issuecomment-3356861402 is_human:1 issue:1471 review_comments:0 seconds:5048 where:github who:526301 why:Reviewed code in yegor256/takes#1471
2025-10-01T08:40:56Z code-was-contributed 28924109 _job:40704 comments:2 details:The pull request yegor256/takes#1471 with 4 HoC created by @renovate[bot] was merged by @rultor after 1h38m of being in review and 2 comments. hoc:4 is_human:0 issue:1471 merger:8086956 review_comments:0 seconds:5897 where:github who:29139614
2025-10-01T09:22:58Z code-was-contributed 28924109 _job:40704 comments:2 details:The pull request yegor256/takes#1470 with 2 HoC created by @renovate[bot] was merged by @rultor after 2h20m of being in review and 2 comments. hoc:2 is_human:0 issue:1470 merger:8086956 review_comments:0 seconds:8422 where:github who:29139614
2025-10-01T09:08:01Z code-was-contributed 28924109 _job:40704 comments:2 details:The pull request yegor256/takes#1468 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h6m of being in review and 2 comments. hoc:2 is_human:0 issue:1468 merger:8086956 review_comments:0 seconds:11177 where:github who:29139614
2025-10-01T17:59:40Z code-review-was-rewarded 28924109 _job:40710 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/takes#1468, the reward amount is 4. hoc:2 href:https://github.com/yegor256/takes/issues/1468/#issuecomment-3357476644 is_human:1 issue:1468 review_comments:0 seconds:8713 where:github who:526301 why:Reviewed code in yegor256/takes#1468
2025-10-01T17:59:44Z code-review-was-rewarded 28924109 _job:40718 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/takes#1470, the reward amount is 4. hoc:2 href:https://github.com/yegor256/takes/issues/1470/#issuecomment-3357479077 is_human:1 issue:1470 review_comments:0 seconds:5055 where:github who:526301 why:Reviewed code in yegor256/takes#1470
2025-10-01T19:57:18Z dimensions-of-terrain _job:18173914416 total_active_contributors:3 total_commits:3520 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:734 total_releases:155 total_repositories:1 total_stars:859
2025-10-02T15:56:46Z quality-of-service _job:18198414630 since:2025-09-25T15:56:46Z some_backlog_size:[88, 89, 89, 89, 89, 89, 89] some_build_duration:[39, 283, 37, 354, 42, 322, 38, 356, 68, 278, 53, 291, 57, 242, 36, 272, 57, 297, 46, 374, 43, 327, 49, 303, 34, 354, 40, 313, 44, 395, 34, 255, 37, 269, 38, 366, 43, 266, 34, 340, 44, 254, 37, 316, 42, 321, 51, 347, 39, 261, 34, 362, 48, 313, 35, 429, 64, 290, 74, 0] some_build_success_rate:[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0] some_merged_pulls:14 some_pull_files_size:[1, 1, 1, 1, 1, 1, 1] some_pull_hoc_size:[4, 2, 2, 2, 4, 2, 2] some_pull_lifetime:[5898.0, 8423.0, 11176.0, 1553.0, 1569.0, 24.0, 1421616.0, 2252401.0, 18790080.0, 23917458.0, 23919401.0, 25891792.0, 45997105.0, 65732581.0] some_review_size:[0, 0, 0, 0, 0, 0, 0] some_review_time:[850, 3368, 2463] some_reviewers_per_pull:[1, 1, 1, 0, 0, 0, 0] some_reviews_per_pull:[1, 1, 1, 0, 0, 0, 0] some_unmerged_pulls:7
2025-10-02T16:57:25Z quantity-of-deliverables _job:18199881479 composite:12.984 ffact:12 since:2025-09-25T16:57:25Z total_builds_ran:715 total_commits_pushed:26 total_hoc_committed:80 total_issues_created:13 total_pulls_submitted:11 total_releases_published:0 total_reviews_submitted:4
2025-10-02T19:58:48Z dimensions-of-terrain _job:18204057675 total_active_contributors:3 total_commits:3520 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:734 total_releases:155 total_repositories:1 total_stars:859
2025-10-03T05:30:32Z git-was-pushed 28924109 _job:18214181598 by_owner:1 commit:664dd656f78239786cf4222ed70f452a8572fda1 default_branch:master details:A new Git push #27237138216 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55553510625 event_type:PushEvent is_human:1 push_id:27237138216 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-03T05:16:40Z pull-was-opened 28924109 _job:18214181598 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/takes#1475 has been opened by @renovate[bot]. event_id:55553149150 event_type:PullRequestEvent is_human:0 issue:1475 where:github who:29139614
2025-10-03T05:16:13Z pull-was-merged 28924109 _job:18214181598 branch:renovate/com.jcabi-parent-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1472 has been closed by @yegor256, with 4 HoC and 0 comments. event_id:55553138120 event_type:PullRequestEvent failed_builds:6 files:2 hoc:4 is_human:1 issue:1472 review_comments:0 succeeded_builds:9 where:github who:526301
2025-10-03T05:15:58Z pull-was-merged 28924109 _job:18214181598 branch:renovate/actions-checkout-5.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1473 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:55553132013 event_type:PullRequestEvent failed_builds:6 files:1 hoc:2 is_human:1 issue:1473 review_comments:0 succeeded_builds:9 where:github who:526301
2025-10-03T05:15:54Z git-was-pushed 28924109 _job:18214181598 by_owner:1 commit:8b2e498d7b3cef0451a4b0a5fef6192fb9eac413 default_branch:master details:A new Git push #27236938528 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55553130597 event_type:PushEvent is_human:1 push_id:27236938528 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-03T05:15:12Z git-was-pushed 28924109 _job:18214181598 by_owner:1 commit:986f53528480462eba2b17a559cd658ce46c0c24 default_branch:master details:A new Git push #27236928933 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55553113407 event_type:PushEvent is_human:1 push_id:27236928933 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-03T05:16:13Z code-was-contributed 28924109 _job:41084 comments:0 details:The pull request yegor256/takes#1472 with 4 HoC created by @renovate[bot] was merged by @yegor256 after 1d20h of being in review and 0 comments. hoc:4 is_human:0 issue:1472 merger:526301 review_comments:0 seconds:160441 where:github who:29139614
2025-10-03T05:15:58Z code-was-contributed 28924109 _job:41084 comments:0 details:The pull request yegor256/takes#1473 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1d20h of being in review and 0 comments. hoc:2 is_human:0 issue:1473 merger:526301 review_comments:0 seconds:158553 where:github who:29139614
2025-10-03T06:02:23Z pull-was-opened 28924109 _job:18215264996 branch:renovate/zerocracy-judges-action-0.x details:The pull request yegor256/takes#1476 has been opened by @renovate[bot]. event_id:55554317177 event_type:PullRequestEvent is_human:0 issue:1476 where:github who:29139614
2025-10-03T07:38:56Z pull-was-merged 28924109 _job:18216439648 branch:renovate/major-junit-framework-monorepo comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1474 has been closed by @rultor, with 2 HoC and 2 comments. event_id:55557517927 event_type:PullRequestEvent failed_builds:0 files:1 hoc:2 is_human:0 issue:1474 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-03T07:25:08Z pull-was-merged 28924109 _job:18216439648 branch:renovate/crate-ci-typos-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1475 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:55557006417 event_type:PullRequestEvent failed_builds:6 files:1 hoc:2 is_human:1 issue:1475 review_comments:0 succeeded_builds:9 where:github who:526301
2025-10-03T07:24:55Z pull-was-merged 28924109 _job:18216439648 branch:renovate/zerocracy-judges-action-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1476 has been closed by @yegor256, with 2 HoC and 0 comments. event_id:55556998316 event_type:PullRequestEvent failed_builds:6 files:1 hoc:2 is_human:1 issue:1476 review_comments:0 succeeded_builds:9 where:github who:526301
2025-10-03T07:13:38Z pull-was-merged 28924109 _job:18216439648 branch:renovate/junit-framework-monorepo comments:11 comments_appreciated:4 comments_by_author:0 comments_by_reviewers:12 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1469 has been closed by @rultor, with 2 HoC and 11 comments. event_id:55556582161 event_type:PullRequestEvent failed_builds:0 files:1 hoc:2 is_human:0 issue:1469 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-03T06:59:12Z git-was-pushed 28924109 _job:18216439648 by_owner:1 commit:9fcd2bc2fd44bb2295662b65e4017fa1187542d1 default_branch:master details:A new Git push #27238408362 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:55556073978 event_type:PushEvent is_human:1 push_id:27238408362 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-03T07:38:56Z code-was-contributed 28924109 _job:41103 comments:2 details:The pull request yegor256/takes#1474 with 2 HoC created by @renovate[bot] was merged by @rultor after 1d22h of being in review and 2 comments. hoc:2 is_human:0 issue:1474 merger:8086956 review_comments:0 seconds:166355 where:github who:29139614
2025-10-03T07:25:08Z code-was-contributed 28924109 _job:41103 comments:0 details:The pull request yegor256/takes#1475 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2h8m of being in review and 0 comments. hoc:2 is_human:0 issue:1475 merger:526301 review_comments:0 seconds:7708 where:github who:29139614
2025-10-03T08:07:14Z code-review-was-rewarded 28924109 _job:41110 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/takes#1469, the reward amount is 4. hoc:2 href:https://github.com/yegor256/takes/issues/1469/#issuecomment-3364701634 is_human:1 issue:1469 review_comments:0 seconds:8705 where:github who:526301 why:Reviewed code in yegor256/takes#1469
2025-10-03T07:24:55Z code-was-contributed 28924109 _job:41110 comments:0 details:The pull request yegor256/takes#1476 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 1h22m of being in review and 0 comments. hoc:2 is_human:0 issue:1476 merger:526301 review_comments:0 seconds:4952 where:github who:29139614
2025-10-03T07:13:38Z code-was-contributed 28924109 _job:41110 comments:11 details:The pull request yegor256/takes#1469 with 2 HoC created by @renovate[bot] was merged by @rultor after 2d1h of being in review and 11 comments. hoc:2 is_human:0 issue:1469 merger:8086956 review_comments:0 seconds:177110 where:github who:29139614
2025-10-03T17:06:05Z who-has-name _job:18228549390 details:We found out that the user #92184297 is known in GitHub as @kerelape. is_human:1 name:kerelape where:github who:92184297
2025-01-29T10:46:34Z pull-was-closed 28924109 _job:18231159599 branch:renovate/com.restfb-restfb-2024.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1271 has been "pull-was-closed". failed_builds:9 files:1 hoc:2 is_human:0 issue:1271 succeeded_builds:5 where:github who:29139614
2025-07-22T09:02:09Z pull-was-closed 28924109 _job:18231159599 branch:renovate/com.qulice-qulice-maven-plugin-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1283 has been "pull-was-closed". failed_builds:11 files:2 hoc:4 is_human:0 issue:1283 succeeded_builds:7 where:github who:29139614
2025-08-13T16:46:59Z pull-was-merged 28924109 _job:18232370280 branch:flush_output comments:2 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1347 has been "pull-was-merged". failed_builds:0 files:1 hoc:1 is_human:1 issue:1347 review_comments:0 succeeded_builds:14 where:github who:526301
2025-10-03T20:04:21Z dimensions-of-terrain _job:18232370280 total_active_contributors:3 total_commits:3536 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:736 total_releases:155 total_repositories:1 total_stars:859
2025-08-13T16:47:21Z pull-was-closed 28924109 _job:18233570892 branch:patch-1 comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1359 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:1 issue:1359 succeeded_builds:14 where:github who:526301
2025-01-29T15:48:15Z pull-was-merged 28924109 _job:18233570892 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1382 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1382 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-17T20:39:41Z pull-was-merged 28924109 _job:18233570892 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-replacement comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1383 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1383 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-18T04:21:32Z pull-was-merged 28924109 _job:18233570892 branch:renovate/org.slf4j-slf4j-log4j12-replacement comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1384 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1384 review_comments:0 succeeded_builds:17 where:github who:526301
2025-02-17T19:49:21Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-replacement comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1385 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1385 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-17T19:07:37Z pull-was-merged 28924109 _job:18233570892 branch:renovate/com.jcabi.incubator-xembly-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1386 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1386 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-18T04:21:25Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-1.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1387 has been "pull-was-merged". failed_builds:9 files:1 hoc:2 is_human:1 issue:1387 review_comments:0 succeeded_builds:25 where:github who:526301
2025-02-17T21:13:49Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1388 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1388 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-18T04:21:16Z pull-was-merged 28924109 _job:18233570892 branch:renovate/org.sonarsource.scanner.maven-sonar-maven-plugin-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1389 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1389 review_comments:0 succeeded_builds:17 where:github who:526301
2025-02-17T21:46:37Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-replacement comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1390 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1390 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-17T21:47:25Z pull-was-closed 28924109 _job:18233570892 branch:up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1392 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:0 issue:1392 succeeded_builds:0 where:github who:41898282
2025-02-18T04:48:37Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-replacement comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1393 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1393 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-18T05:43:11Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1394 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1394 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-18T06:46:41Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-replacement comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1395 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1395 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-18T07:43:14Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1396 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1396 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-18T08:46:41Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-replacement comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1397 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1397 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-18T09:46:05Z pull-was-merged 28924109 _job:18233570892 branch:renovate/xml-apis-xml-apis-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1398 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1398 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-02-21T17:46:42Z pull-was-merged 28924109 _job:18233570892 branch:renovate/junit5-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1400 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1400 review_comments:0 succeeded_builds:17 where:github who:8086956
2025-08-15T17:00:01Z pull-was-merged 28924109 _job:18233570892 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1403 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1403 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-17T09:05:16Z pull-was-merged 28924109 _job:18233570892 branch:1409 comments:5 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1416 has been "pull-was-merged". failed_builds:11 files:1 hoc:2 is_human:1 issue:1416 review_comments:0 succeeded_builds:8 where:github who:526301
2025-07-22T16:23:34Z pull-was-merged 28924109 _job:18233570892 branch:master comments:11 comments_appreciated:3 comments_by_author:5 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1418 has been "pull-was-merged". failed_builds:0 files:5 hoc:156 is_human:0 issue:1418 review_comments:0 succeeded_builds:35 where:github who:8086956
2025-07-24T17:53:37Z pull-was-merged 28924109 _job:18233570892 branch:894-http-main-remote-migration comments:8 comments_appreciated:3 comments_by_author:3 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1419 has been "pull-was-merged". failed_builds:0 files:2 hoc:11 is_human:0 issue:1419 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-24T17:09:48Z pull-was-merged 28924109 _job:18234677586 branch:894-rsbody comments:10 comments_appreciated:2 comments_by_author:5 comments_by_reviewers:5 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#1420 has been "pull-was-merged". failed_builds:0 files:2 hoc:16 is_human:0 issue:1420 review_comments:2 succeeded_builds:18 where:github who:8086956
2025-07-24T17:26:06Z pull-was-merged 28924109 _job:18234677586 branch:894-fkhitrefresh comments:7 comments_appreciated:2 comments_by_author:3 comments_by_reviewers:4 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#1421 has been "pull-was-merged". failed_builds:0 files:2 hoc:19 is_human:0 issue:1421 review_comments:2 succeeded_builds:18 where:github who:8086956
2025-07-22T09:00:58Z pull-was-merged 28924109 _job:18234677586 branch:1422 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1423 has been "pull-was-merged". failed_builds:0 files:212 hoc:1652 is_human:1 issue:1423 review_comments:0 succeeded_builds:18 where:github who:526301
2025-07-22T09:31:43Z pull-was-merged 28924109 _job:18234677586 branch:renovate/com.jcabi-parent-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1424 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1424 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-22T12:59:57Z pull-was-merged 28924109 _job:18234677586 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1425 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1425 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-22T16:57:45Z pull-was-merged 28924109 _job:18234677586 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1426 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1426 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-23T03:19:14Z pull-was-merged 28924109 _job:18234677586 branch:renovate/org.projectlombok-lombok-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1427 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1427 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-23T09:27:35Z pull-was-merged 28924109 _job:18234677586 branch:renovate/yegor256-copyrights-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1428 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1428 review_comments:0 succeeded_builds:18 where:github who:526301
2025-07-23T17:05:30Z pull-was-merged 28924109 _job:18234677586 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1429 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1429 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-24T03:12:38Z pull-was-merged 28924109 _job:18234677586 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1430 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1430 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-24T08:58:02Z pull-was-merged 28924109 _job:18234677586 branch:renovate/commons-io-commons-io-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1431 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1431 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-07-24T16:37:34Z pull-was-merged 28924109 _job:18234677586 branch:renovate/net.sf.saxon-saxon-he-12.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1432 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1432 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-08-10T09:11:03Z pull-was-merged 28924109 _job:18234677586 branch:renovate/org.cactoos-cactoos-0.x comments:6 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1433 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1433 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-08-08T11:23:38Z pull-was-merged 28924109 _job:18234677586 branch:master comments:5 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1442 has been "pull-was-merged". failed_builds:0 files:4 hoc:191 is_human:0 issue:1442 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-08-10T16:37:02Z pull-was-merged 28924109 _job:18234677586 branch:renovate/jersey-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1444 has been "pull-was-merged". failed_builds:0 files:2 hoc:6 is_human:0 issue:1444 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-08-13T16:46:29Z pull-was-merged 28924109 _job:18234677586 branch:renovate/hibernate-validator comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1445 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1445 review_comments:0 succeeded_builds:18 where:github who:526301
2025-09-01T04:06:20Z pull-was-merged 28924109 _job:18234677586 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1446 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1446 review_comments:0 succeeded_builds:18 where:github who:526301
2025-09-01T04:06:31Z pull-was-merged 28924109 _job:18234677586 branch:renovate/org.codehaus.mojo-license-maven-plugin-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1447 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1447 review_comments:0 succeeded_builds:18 where:github who:526301
2025-09-01T08:53:41Z pull-was-merged 28924109 _job:18234677586 branch:renovate/junit-framework-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1449 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1449 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-01T08:41:04Z pull-was-merged 28924109 _job:18234677586 branch:renovate/org.sonarsource.scanner.maven-sonar-maven-plugin-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1450 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1450 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-05T05:24:57Z pull-was-merged 28924109 _job:18234677586 branch:renovate/actions-checkout-5.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1452 has been "pull-was-merged". failed_builds:0 files:13 hoc:26 is_human:1 issue:1452 review_comments:0 succeeded_builds:18 where:github who:526301
2025-09-01T17:00:59Z pull-was-merged 28924109 _job:18234677586 branch:renovate/actions-setup-java-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1453 has been "pull-was-merged". failed_builds:0 files:3 hoc:6 is_human:0 issue:1453 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-02T03:18:31Z pull-was-merged 28924109 _job:18234677586 branch:renovate/major-hibernate-validator comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1454 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1454 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-02T08:59:53Z pull-was-merged 28924109 _job:18234677586 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1455 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1455 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-03T08:55:16Z pull-was-merged 28924109 _job:18234677586 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1456 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1456 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-04T08:40:12Z pull-was-merged 28924109 _job:18234677586 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1457 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1457 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-05T02:58:36Z pull-was-merged 28924109 _job:18234677586 branch:renovate/crate-ci-typos-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1458 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1458 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-09-14T03:09:27Z pull-was-merged 28924109 _job:18234677586 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1460 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1460 review_comments:0 succeeded_builds:18 where:github who:8086956
2025-08-15T16:46:17Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1403 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 3962h21m and 0 comments. hoc:4 is_human:1 issue:1403 review_comments:0 seconds:14264497 where:github who:526301
2025-07-24T07:41:02Z code-was-reviewed 28924109 _job:18234677586 author:106221641 comments:8 details:The pull request yegor256/takes#1420 with 16 HoC created by @projacktor was reviewed by @yegor256 after 79h12m and 1 comments. hoc:16 is_human:1 issue:1420 review_comments:1 seconds:285161 where:github who:526301
2025-07-24T07:41:57Z code-was-reviewed 28924109 _job:18234677586 author:106221641 comments:5 details:The pull request yegor256/takes#1421 with 19 HoC created by @projacktor was reviewed by @yegor256 after 79h4m and 1 comments. hoc:19 is_human:1 issue:1421 review_comments:1 seconds:284669 where:github who:526301
2025-07-21T06:57:58Z code-was-reviewed 28924109 _job:18234677586 author:526301 comments:0 details:The pull request yegor256/takes#1423 with 1652 HoC created by @yegor256 was reviewed by @copilot after 0h0m and 0 comments. hoc:1652 is_human:0 issue:1423 review_comments:0 seconds:9 where:github who:175728472
2025-08-10T16:24:38Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1444 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h12m and 0 comments. hoc:6 is_human:1 issue:1444 review_comments:0 seconds:25977 where:github who:526301
2025-08-11T03:20:57Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1445 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 10h43m and 0 comments. hoc:2 is_human:1 issue:1445 review_comments:0 seconds:38606 where:github who:526301
2025-08-13T17:09:19Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1446 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 0h22m and 0 comments. hoc:2 is_human:1 issue:1446 review_comments:0 seconds:1340 where:github who:526301
2025-08-16T02:53:50Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1447 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 9h53m and 0 comments. hoc:2 is_human:1 issue:1447 review_comments:0 seconds:35604 where:github who:526301
2025-09-01T08:28:36Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1449 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 4h21m and 0 comments. hoc:2 is_human:1 issue:1449 review_comments:0 seconds:15710 where:github who:526301
2025-09-01T08:28:33Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1450 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 4h21m and 0 comments. hoc:2 is_human:1 issue:1450 review_comments:0 seconds:15704 where:github who:526301
2025-09-01T16:48:31Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:2 details:The pull request yegor256/takes#1452 with 26 HoC created by @renovate[bot] was reviewed by @yegor256 after 8h6m and 0 comments. hoc:26 is_human:1 issue:1452 review_comments:0 seconds:29213 where:github who:526301
2025-09-01T16:48:28Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1453 with 6 HoC created by @renovate[bot] was reviewed by @yegor256 after 7h54m and 0 comments. hoc:6 is_human:1 issue:1453 review_comments:0 seconds:28464 where:github who:526301
2025-09-02T03:06:55Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1454 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 10h5m and 0 comments. hoc:2 is_human:1 issue:1454 review_comments:0 seconds:36319 where:github who:526301
2025-09-02T08:44:49Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1455 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 5h24m and 0 comments. hoc:2 is_human:1 issue:1455 review_comments:0 seconds:19467 where:github who:526301
2025-09-03T08:41:17Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1456 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 15h17m and 0 comments. hoc:2 is_human:1 issue:1456 review_comments:0 seconds:55030 where:github who:526301
2025-09-04T08:28:09Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1457 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 4h32m and 0 comments. hoc:2 is_human:1 issue:1457 review_comments:0 seconds:16362 where:github who:526301
2025-09-05T02:45:41Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1458 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 9h33m and 0 comments. hoc:2 is_human:1 issue:1458 review_comments:0 seconds:34416 where:github who:526301
2025-09-14T02:54:49Z code-was-reviewed 28924109 _job:18234677586 author:29139614 comments:3 details:The pull request yegor256/takes#1460 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 3h48m and 0 comments. hoc:2 is_human:1 issue:1460 review_comments:0 seconds:13711 where:github who:526301
2025-10-03T22:58:56Z who-has-name _job:18235637244 details:We found out that the user #175728472 is known in GitHub as @copilot. is_human:0 name:copilot where:github who:175728472
2025-10-03T20:07:18Z pull-was-opened 28924109 _job:18239245974 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/takes#1477 has been opened by @renovate[bot]. event_id:55588514576 event_type:PullRequestEvent is_human:0 issue:1477 where:github who:29139614
2025-10-04T03:55:35Z pull-was-merged 28924109 _job:18239245974 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1477 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1477 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-04T02:56:54Z code-was-reviewed 28924109 _job:18239245974 author:29139614 comments:3 details:The pull request yegor256/takes#1477 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 6h49m and 0 comments. hoc:2 is_human:1 issue:1477 review_comments:0 seconds:24577 where:github who:526301
2025-08-13T16:46:59Z code-was-contributed 28924109 _job:41287 comments:2 details:The pull request yegor256/takes#1347 with 1 HoC created by @laeubi was merged by @yegor256 after 41w1d of being in review and 2 comments. hoc:1 is_human:1 issue:1347 merger:526301 review_comments:0 seconds:24909541 where:github who:1331477
2025-01-29T15:48:15Z code-was-contributed 28924109 _job:41287 comments:3 details:The pull request yegor256/takes#1382 with 4 HoC created by @renovate[bot] was merged by @rultor after 57m28s of being in review and 3 comments. hoc:4 is_human:0 issue:1382 merger:8086956 review_comments:0 seconds:3449 where:github who:29139614
2025-02-17T20:39:41Z code-was-contributed 28924109 _job:41287 comments:3 details:The pull request yegor256/takes#1383 with 2 HoC created by @renovate[bot] was merged by @rultor after 2w4d of being in review and 3 comments. hoc:2 is_human:0 issue:1383 merger:8086956 review_comments:0 seconds:1571433 where:github who:29139614
2025-02-18T04:21:32Z code-was-contributed 28924109 _job:41287 comments:3 details:The pull request yegor256/takes#1384 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2w4d of being in review and 3 comments. hoc:2 is_human:0 issue:1384 merger:526301 review_comments:0 seconds:1599141 where:github who:29139614
2025-02-17T19:49:21Z code-was-contributed 28924109 _job:41287 comments:3 details:The pull request yegor256/takes#1385 with 2 HoC created by @renovate[bot] was merged by @rultor after 2w4d of being in review and 3 comments. hoc:2 is_human:0 issue:1385 merger:8086956 review_comments:0 seconds:1555244 where:github who:29139614
2025-10-04T04:00:55Z code-review-was-rewarded 28924109 _job:41302 award:4 comments:3 details:It's time to reward @yegor256 for the code review in yegor256/takes#1477, the reward amount is 4. hoc:2 href:https://github.com/yegor256/takes/issues/1477/#issuecomment-3367861241 is_human:1 issue:1477 review_comments:0 seconds:24577 where:github who:526301 why:Reviewed code in yegor256/takes#1477
2025-02-17T19:07:37Z code-was-contributed 28924109 _job:41302 comments:3 details:The pull request yegor256/takes#1386 with 4 HoC created by @renovate[bot] was merged by @rultor after 5d1h of being in review and 3 comments. hoc:4 is_human:0 issue:1386 merger:8086956 review_comments:0 seconds:439197 where:github who:29139614
2025-02-18T04:21:25Z code-was-contributed 28924109 _job:41302 comments:0 details:The pull request yegor256/takes#1387 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 8h31m of being in review and 0 comments. hoc:2 is_human:0 issue:1387 merger:526301 review_comments:0 seconds:30696 where:github who:29139614
2025-02-17T21:13:49Z code-was-contributed 28924109 _job:41302 comments:3 details:The pull request yegor256/takes#1388 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h23m of being in review and 3 comments. hoc:2 is_human:0 issue:1388 merger:8086956 review_comments:0 seconds:5036 where:github who:29139614
2025-02-18T04:21:16Z code-was-contributed 28924109 _job:41302 comments:3 details:The pull request yegor256/takes#1389 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 7h41m of being in review and 3 comments. hoc:2 is_human:0 issue:1389 merger:526301 review_comments:0 seconds:27666 where:github who:29139614
2025-02-17T21:46:37Z code-was-contributed 28924109 _job:41309 comments:3 details:The pull request yegor256/takes#1390 with 2 HoC created by @renovate[bot] was merged by @rultor after 32m17s of being in review and 3 comments. hoc:2 is_human:0 issue:1390 merger:8086956 review_comments:0 seconds:1938 where:github who:29139614
2025-02-18T04:48:37Z code-was-contributed 28924109 _job:41309 comments:3 details:The pull request yegor256/takes#1393 with 2 HoC created by @renovate[bot] was merged by @rultor after 26m42s of being in review and 3 comments. hoc:2 is_human:0 issue:1393 merger:8086956 review_comments:0 seconds:1603 where:github who:29139614
2025-02-18T05:43:11Z code-was-contributed 28924109 _job:41309 comments:3 details:The pull request yegor256/takes#1394 with 2 HoC created by @renovate[bot] was merged by @rultor after 54m7s of being in review and 3 comments. hoc:2 is_human:0 issue:1394 merger:8086956 review_comments:0 seconds:3248 where:github who:29139614
2025-02-18T06:46:41Z code-was-contributed 28924109 _job:41309 comments:3 details:The pull request yegor256/takes#1395 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h2m of being in review and 3 comments. hoc:2 is_human:0 issue:1395 merger:8086956 review_comments:0 seconds:3779 where:github who:29139614
2025-02-18T07:43:14Z code-was-contributed 28924109 _job:41309 comments:3 details:The pull request yegor256/takes#1396 with 2 HoC created by @renovate[bot] was merged by @rultor after 56m3s of being in review and 3 comments. hoc:2 is_human:0 issue:1396 merger:8086956 review_comments:0 seconds:3364 where:github who:29139614
2025-02-18T08:46:41Z code-was-contributed 28924109 _job:41316 comments:3 details:The pull request yegor256/takes#1397 with 2 HoC created by @renovate[bot] was merged by @rultor after 1h3m of being in review and 3 comments. hoc:2 is_human:0 issue:1397 merger:8086956 review_comments:0 seconds:3781 where:github who:29139614
2025-02-18T09:46:05Z code-was-contributed 28924109 _job:41316 comments:3 details:The pull request yegor256/takes#1398 with 2 HoC created by @renovate[bot] was merged by @rultor after 58m50s of being in review and 3 comments. hoc:2 is_human:0 issue:1398 merger:8086956 review_comments:0 seconds:3531 where:github who:29139614
2025-02-21T17:46:42Z code-was-contributed 28924109 _job:41316 comments:3 details:The pull request yegor256/takes#1400 with 2 HoC created by @renovate[bot] was merged by @rultor after 20m36s of being in review and 3 comments. hoc:2 is_human:0 issue:1400 merger:8086956 review_comments:0 seconds:1237 where:github who:29139614
2025-08-15T17:00:01Z code-was-contributed 28924109 _job:41316 comments:3 details:The pull request yegor256/takes#1403 with 4 HoC created by @renovate[bot] was merged by @rultor after 23w4d of being in review and 3 comments. hoc:4 is_human:0 issue:1403 merger:8086956 review_comments:0 seconds:14265321 where:github who:29139614
2025-07-17T09:05:16Z code-was-contributed 28924109 _job:41316 comments:5 details:The pull request yegor256/takes#1416 with 2 HoC created by @nexonm was merged by @yegor256 after 3d16h of being in review and 5 comments. hoc:2 is_human:1 issue:1416 merger:526301 review_comments:0 seconds:319843 where:github who:68069947
2025-07-22T16:23:34Z code-was-contributed 28924109 _job:41316 comments:11 details:The pull request yegor256/takes#1418 with 156 HoC created by @cacucoh was merged by @rultor after 1w of being in review and 11 comments. hoc:156 is_human:1 issue:1418 merger:8086956 review_comments:0 seconds:679699 where:github who:69527419
2025-07-24T17:53:37Z code-was-contributed 28924109 _job:41316 comments:8 details:The pull request yegor256/takes#1419 with 11 HoC created by @projacktor was merged by @rultor after 3d18h of being in review and 8 comments. hoc:11 is_human:1 issue:1419 merger:8086956 review_comments:0 seconds:324120 where:github who:106221641
2025-07-24T17:09:48Z code-was-contributed 28924109 _job:41316 comments:10 details:The pull request yegor256/takes#1420 with 16 HoC created by @projacktor was merged by @rultor after 3d16h of being in review and 10 comments. hoc:16 is_human:1 issue:1420 merger:8086956 review_comments:2 seconds:319287 where:github who:106221641
2025-07-24T17:26:06Z code-was-contributed 28924109 _job:41323 comments:7 details:The pull request yegor256/takes#1421 with 19 HoC created by @projacktor was merged by @rultor after 3d16h of being in review and 7 comments. hoc:19 is_human:1 issue:1421 merger:8086956 review_comments:2 seconds:319718 where:github who:106221641
2025-07-22T09:00:58Z code-was-contributed 28924109 _job:41323 comments:0 details:The pull request yegor256/takes#1423 with 1652 HoC created by @yegor256 was merged by @yegor256 after 1d2h of being in review and 0 comments. hoc:1652 is_human:1 issue:1423 merger:526301 review_comments:0 seconds:93789 where:github who:526301
2025-07-22T09:31:43Z code-was-contributed 28924109 _job:41323 comments:3 details:The pull request yegor256/takes#1424 with 4 HoC created by @renovate[bot] was merged by @rultor after 29m59s of being in review and 3 comments. hoc:4 is_human:0 issue:1424 merger:8086956 review_comments:0 seconds:1800 where:github who:29139614
2025-07-22T12:59:57Z code-was-contributed 28924109 _job:41323 comments:3 details:The pull request yegor256/takes#1425 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h27m of being in review and 3 comments. hoc:2 is_human:0 issue:1425 merger:8086956 review_comments:0 seconds:12451 where:github who:29139614
2025-07-22T16:57:45Z code-was-contributed 28924109 _job:41329 comments:3 details:The pull request yegor256/takes#1426 with 2 HoC created by @renovate[bot] was merged by @rultor after 3h57m of being in review and 3 comments. hoc:2 is_human:0 issue:1426 merger:8086956 review_comments:0 seconds:14230 where:github who:29139614
2025-07-23T03:19:14Z code-was-contributed 28924109 _job:41329 comments:3 details:The pull request yegor256/takes#1427 with 2 HoC created by @renovate[bot] was merged by @rultor after 10h20m of being in review and 3 comments. hoc:2 is_human:0 issue:1427 merger:8086956 review_comments:0 seconds:37247 where:github who:29139614
2025-07-23T09:27:35Z code-was-contributed 28924109 _job:41329 comments:3 details:The pull request yegor256/takes#1428 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 6h7m of being in review and 3 comments. hoc:2 is_human:0 issue:1428 merger:526301 review_comments:0 seconds:22053 where:github who:29139614
2025-10-04T02:56:54Z pull-was-reviewed 28924109 _job:18242807326 comments:4 commits:1 details:The pull request yegor256/takes#1477 has been reviewed by @yegor256 with 2 HoC and 4 comments. event_id:55596940560 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:1477 review_comments:0 where:github who:526301
2025-07-23T17:05:30Z code-was-contributed 28924109 _job:41337 comments:3 details:The pull request yegor256/takes#1429 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h37m of being in review and 3 comments. hoc:2 is_human:0 issue:1429 merger:8086956 review_comments:0 seconds:27425 where:github who:29139614
2025-07-24T03:12:38Z code-was-contributed 28924109 _job:41337 comments:3 details:The pull request yegor256/takes#1430 with 4 HoC created by @renovate[bot] was merged by @rultor after 10h6m of being in review and 3 comments. hoc:4 is_human:0 issue:1430 merger:8086956 review_comments:0 seconds:36389 where:github who:29139614
2025-07-24T08:58:02Z code-was-contributed 28924109 _job:41337 comments:3 details:The pull request yegor256/takes#1431 with 4 HoC created by @renovate[bot] was merged by @rultor after 5h44m of being in review and 3 comments. hoc:4 is_human:0 issue:1431 merger:8086956 review_comments:0 seconds:20692 where:github who:29139614
2025-07-24T16:37:34Z code-was-contributed 28924109 _job:41337 comments:3 details:The pull request yegor256/takes#1432 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h38m of being in review and 3 comments. hoc:2 is_human:0 issue:1432 merger:8086956 review_comments:0 seconds:27537 where:github who:29139614
2025-08-10T09:11:03Z code-was-contributed 28924109 _job:41337 comments:6 details:The pull request yegor256/takes#1433 with 2 HoC created by @renovate[bot] was merged by @rultor after 2w2d of being in review and 6 comments. hoc:2 is_human:0 issue:1433 merger:8086956 review_comments:0 seconds:1441964 where:github who:29139614
2025-08-08T11:23:38Z code-was-contributed 28924109 _job:41337 comments:5 details:The pull request yegor256/takes#1442 with 191 HoC created by @xrixis was merged by @rultor after 1w6d of being in review and 5 comments. hoc:191 is_human:1 issue:1442 merger:8086956 review_comments:0 seconds:1179587 where:github who:110514249
2025-08-10T16:37:02Z code-was-contributed 28924109 _job:41337 comments:3 details:The pull request yegor256/takes#1444 with 6 HoC created by @renovate[bot] was merged by @rultor after 7h25m of being in review and 3 comments. hoc:6 is_human:0 issue:1444 merger:8086956 review_comments:0 seconds:26721 where:github who:29139614
2025-08-13T16:46:29Z code-was-contributed 28924109 _job:41344 comments:3 details:The pull request yegor256/takes#1445 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 3d of being in review and 3 comments. hoc:2 is_human:0 issue:1445 merger:526301 review_comments:0 seconds:259738 where:github who:29139614
2025-09-01T04:06:20Z code-was-contributed 28924109 _job:41344 comments:3 details:The pull request yegor256/takes#1446 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2w4d of being in review and 3 comments. hoc:2 is_human:0 issue:1446 merger:526301 review_comments:0 seconds:1595961 where:github who:29139614
2025-09-01T04:06:31Z code-was-contributed 28924109 _job:41344 comments:3 details:The pull request yegor256/takes#1447 with 2 HoC created by @renovate[bot] was merged by @yegor256 after 2w2d of being in review and 3 comments. hoc:2 is_human:0 issue:1447 merger:526301 review_comments:0 seconds:1422365 where:github who:29139614
2025-09-01T08:53:41Z code-was-contributed 28924109 _job:41344 comments:3 details:The pull request yegor256/takes#1449 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h46m of being in review and 3 comments. hoc:2 is_human:0 issue:1449 merger:8086956 review_comments:0 seconds:17215 where:github who:29139614
2025-09-01T08:41:04Z code-was-contributed 28924109 _job:41344 comments:3 details:The pull request yegor256/takes#1450 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h34m of being in review and 3 comments. hoc:2 is_human:0 issue:1450 merger:8086956 review_comments:0 seconds:16455 where:github who:29139614
2025-09-05T05:24:57Z code-was-contributed 28924109 _job:41344 comments:2 details:The pull request yegor256/takes#1452 with 26 HoC created by @renovate[bot] was merged by @yegor256 after 3d20h of being in review and 2 comments. hoc:26 is_human:0 issue:1452 merger:526301 review_comments:0 seconds:333799 where:github who:29139614
2025-09-01T17:00:59Z code-was-contributed 28924109 _job:41344 comments:3 details:The pull request yegor256/takes#1453 with 6 HoC created by @renovate[bot] was merged by @rultor after 8h6m of being in review and 3 comments. hoc:6 is_human:0 issue:1453 merger:8086956 review_comments:0 seconds:29215 where:github who:29139614
2025-09-02T03:18:31Z code-was-contributed 28924109 _job:41350 comments:3 details:The pull request yegor256/takes#1454 with 2 HoC created by @renovate[bot] was merged by @rultor after 10h16m of being in review and 3 comments. hoc:2 is_human:0 issue:1454 merger:8086956 review_comments:0 seconds:37015 where:github who:29139614
2025-09-02T08:59:53Z code-was-contributed 28924109 _job:41350 comments:3 details:The pull request yegor256/takes#1455 with 2 HoC created by @renovate[bot] was merged by @rultor after 5h39m of being in review and 3 comments. hoc:2 is_human:0 issue:1455 merger:8086956 review_comments:0 seconds:20371 where:github who:29139614
2025-09-03T08:55:16Z code-was-contributed 28924109 _job:41356 comments:3 details:The pull request yegor256/takes#1456 with 2 HoC created by @renovate[bot] was merged by @rultor after 15h31m of being in review and 3 comments. hoc:2 is_human:0 issue:1456 merger:8086956 review_comments:0 seconds:55869 where:github who:29139614
2025-09-04T08:40:12Z code-was-contributed 28924109 _job:41356 comments:3 details:The pull request yegor256/takes#1457 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h44m of being in review and 3 comments. hoc:2 is_human:0 issue:1457 merger:8086956 review_comments:0 seconds:17085 where:github who:29139614
2025-09-05T02:58:36Z code-was-contributed 28924109 _job:41356 comments:3 details:The pull request yegor256/takes#1458 with 2 HoC created by @renovate[bot] was merged by @rultor after 9h46m of being in review and 3 comments. hoc:2 is_human:0 issue:1458 merger:8086956 review_comments:0 seconds:35191 where:github who:29139614
2025-09-14T03:09:27Z code-was-contributed 28924109 _job:41356 comments:3 details:The pull request yegor256/takes#1460 with 2 HoC created by @renovate[bot] was merged by @rultor after 4h3m of being in review and 3 comments. hoc:2 is_human:0 issue:1460 merger:8086956 review_comments:0 seconds:14589 where:github who:29139614
2025-10-04T03:55:35Z code-was-contributed 28924109 _job:41356 comments:2 details:The pull request yegor256/takes#1477 with 2 HoC created by @renovate[bot] was merged by @rultor after 7h48m of being in review and 2 comments. hoc:2 is_human:0 issue:1477 merger:8086956 review_comments:0 seconds:28097 where:github who:29139614
2025-10-04T20:56:13Z dimensions-of-terrain _job:18249431298 total_active_contributors:3 total_commits:3537 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:737 total_releases:155 total_repositories:1 total_stars:859
2025-10-05T21:00:37Z dimensions-of-terrain _job:18264213298 total_active_contributors:3 total_commits:3537 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:737 total_releases:155 total_repositories:1 total_stars:859
2015-09-18T08:16:18Z bug-was-resolved 28924109 _job:41805 closer:526301 details:The bug/feature in the issue yegor256/takes#384 opened @yegor256 by was resolved, after 8m25s of waiting, because it was closed by @yegor256 and earlier it was assigned to @yegor256 and the label '#bug' was attached. is_human:1 issue:384 label:bug opener:526301 seconds:506 where:github who:526301
2015-04-03T02:57:19Z code-was-contributed 28924109 _job:41805 comments:75 details:The pull request yegor256/takes#89 with 433 HoC created by @dmzaytsev was merged by @rultor after 5d7h of being in review and 75 comments. hoc:433 is_human:1 issue:89 merger:8086956 review_comments:39 seconds:460165 where:github who:9972909
2015-05-19T01:16:18Z pull-was-opened 28924109 _job:18292753706 branch:master details:The missing pull yegor256/takes#301 has been opened by @antonini. is_human:1 issue:301 where:github who:209396
2015-05-19T05:50:35Z pull-was-opened 28924109 _job:18292753706 branch:292 details:The missing pull yegor256/takes#303 has been opened by @iinozemtsev. is_human:1 issue:303 where:github who:481692
2015-05-19T12:34:41Z pull-was-opened 28924109 _job:18292753706 branch:294_fallbackroute_should_return_opt details:The missing pull yegor256/takes#304 has been opened by @ekondrashev. is_human:1 issue:304 where:github who:114910
2015-05-19T21:08:44Z pull-was-opened 28924109 _job:18292753706 branch:XeTwitterLinkIsAbsent#287 details:The missing pull yegor256/takes#305 has been opened by @ikhvostenkov. is_human:1 issue:305 where:github who:861305
2015-05-21T18:59:53Z pull-was-opened 28924109 _job:18292753706 branch:RsPrettyXML#296 details:The missing pull yegor256/takes#308 has been opened by @ikhvostenkov. is_human:1 issue:308 where:github who:861305
2015-05-23T21:45:21Z pull-was-opened 28924109 _job:18292753706 branch:230 details:The missing pull yegor256/takes#311 has been opened by @adamsiemion. is_human:1 issue:311 where:github who:898997
2015-05-25T11:47:22Z pull-was-opened 28924109 _job:18292753706 branch:master details:The missing pull yegor256/takes#314 has been opened by @bertram25. is_human:1 issue:314 where:github who:765917
2015-05-26T12:14:21Z pull-was-opened 28924109 _job:18292753706 branch:257_refactor_rqwithheader details:The missing pull yegor256/takes#315 has been opened by @ekondrashev. is_human:1 issue:315 where:github who:114910
2015-05-28T03:55:41Z pull-was-opened 28924109 _job:18292753706 branch:309 details:The missing pull yegor256/takes#316 has been opened by @lautarobock. is_human:1 issue:316 where:github who:3920831
2015-05-29T01:31:09Z pull-was-opened 28924109 _job:18292753706 branch:multipartBodyClose details:The missing pull yegor256/takes#318 has been opened by @bertram25. is_human:1 issue:318 where:github who:765917
2015-05-29T21:37:05Z pull-was-opened 28924109 _job:18292753706 branch:310 details:The missing pull yegor256/takes#324 has been opened by @mbarbieri. is_human:1 issue:324 where:github who:110143
2015-05-31T08:17:59Z pull-was-opened 28924109 _job:18292753706 branch:317 details:The missing pull yegor256/takes#325 has been opened by @iinozemtsev. is_human:1 issue:325 where:github who:481692
2015-06-01T04:03:09Z pull-was-opened 28924109 _job:18292753706 branch:issue_258 details:The missing pull yegor256/takes#326 has been opened by @antonini. is_human:1 issue:326 where:github who:209396
2015-06-01T05:55:15Z pull-was-opened 28924109 _job:18292753706 branch:issue_221 details:The missing pull yegor256/takes#327 has been opened by @antonini. is_human:1 issue:327 where:github who:209396
2015-06-02T07:59:44Z pull-was-opened 28924109 _job:18292753706 branch:323 details:The missing pull yegor256/takes#328 has been opened by @erimerturk. is_human:1 issue:328 where:github who:416283
2015-06-03T05:25:20Z pull-was-opened 28924109 _job:18292753706 branch:253 details:The missing pull yegor256/takes#329 has been opened by @iinozemtsev. is_human:1 issue:329 where:github who:481692
2015-06-05T19:28:39Z pull-was-opened 28924109 _job:18292753706 branch:312_rsprettyjson details:The missing pull yegor256/takes#332 has been opened by @ekondrashev. is_human:1 issue:332 where:github who:114910
2015-06-06T14:10:35Z pull-was-opened 28924109 _job:18292753706 branch:321 details:The missing pull yegor256/takes#334 has been opened by @mbarbieri. is_human:1 issue:334 where:github who:110143
2015-06-08T04:13:13Z pull-was-opened 28924109 _job:18292753706 branch:331 details:The missing pull yegor256/takes#335 has been opened by @dmzaytsev. is_human:1 issue:335 where:github who:9972909
2015-06-08T21:57:54Z pull-was-opened 28924109 _job:18292753706 branch:306 details:The missing pull yegor256/takes#337 has been opened by @lautarobock. is_human:1 issue:337 where:github who:3920831
2015-04-15T14:42:00Z pull-was-opened 28924109 _job:18294176569 branch:refactor_rq_multipart details:The missing pull yegor256/takes#178 has been opened by @ndbroadbent. is_human:1 issue:178 where:github who:139536
2015-04-15T16:52:08Z pull-was-opened 28924109 _job:18294176569 branch:#135 details:The missing pull yegor256/takes#179 has been opened by @cyberone. is_human:1 issue:179 where:github who:904080
2015-04-15T17:49:35Z pull-was-opened 28924109 _job:18294176569 branch:44 details:The missing pull yegor256/takes#180 has been opened by @dmzaytsev. is_human:1 issue:180 where:github who:9972909
2015-04-15T19:46:16Z pull-was-opened 28924109 _job:18294176569 branch:rsCharSec details:The missing pull yegor256/takes#181 has been opened by @yamstranger. is_human:1 issue:181 where:github who:1667699
2015-06-09T13:04:47Z pull-was-opened 28924109 _job:18294176569 branch:EstimateProjectSize#149 details:The missing pull yegor256/takes#338 has been opened by @ikhvostenkov. is_human:1 issue:338 where:github who:861305
2015-06-10T01:18:29Z pull-was-opened 28924109 _job:18294176569 branch:263 details:The missing pull yegor256/takes#340 has been opened by @lautarobock. is_human:1 issue:340 where:github who:3920831
2015-06-14T08:07:53Z pull-was-opened 28924109 _job:18294176569 branch:342 details:The missing pull yegor256/takes#343 has been opened by @erimerturk. is_human:1 issue:343 where:github who:416283
2015-06-16T06:56:31Z pull-was-opened 28924109 _job:18294176569 branch:341 details:The missing pull yegor256/takes#344 has been opened by @adamsiemion. is_human:1 issue:344 where:github who:898997
2015-06-18T19:18:25Z pull-was-opened 28924109 _job:18294176569 branch:346 details:The missing pull yegor256/takes#347 has been opened by @dmzaytsev. is_human:1 issue:347 where:github who:9972909
2015-06-18T22:34:04Z pull-was-opened 28924109 _job:18294176569 branch:339 details:The missing pull yegor256/takes#348 has been opened by @mbarbieri. is_human:1 issue:348 where:github who:110143
2015-06-30T16:24:18Z pull-was-opened 28924109 _job:18294176569 branch:350 details:The missing pull yegor256/takes#356 has been opened by @lautarobock. is_human:1 issue:356 where:github who:3920831
2015-07-01T14:10:47Z pull-was-opened 28924109 _job:18294176569 branch:349 details:The missing pull yegor256/takes#357 has been opened by @lautarobock. is_human:1 issue:357 where:github who:3920831
2015-07-01T17:45:40Z pull-was-opened 28924109 _job:18294176569 branch:321 details:The missing pull yegor256/takes#358 has been opened by @erimerturk. is_human:1 issue:358 where:github who:416283
2015-07-20T11:22:48Z pull-was-opened 28924109 _job:18294176569 branch:349 details:The missing pull yegor256/takes#365 has been opened by @gvlasov. is_human:1 issue:365 where:github who:4467948
2015-07-20T12:18:29Z pull-was-opened 28924109 _job:18294176569 branch:350 details:The missing pull yegor256/takes#366 has been opened by @gvlasov. is_human:1 issue:366 where:github who:4467948
2015-08-06T23:41:58Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#374 has been opened by @mesut. is_human:1 issue:374 where:github who:6291471
2015-08-27T12:04:51Z pull-was-opened 28924109 _job:18294176569 branch:341 details:The missing pull yegor256/takes#378 has been opened by @dmzaytsev. is_human:1 issue:378 where:github who:9972909
2015-08-29T19:25:53Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#380 has been opened by @mesut. is_human:1 issue:380 where:github who:6291471
2015-09-12T15:33:08Z pull-was-opened 28924109 _job:18294176569 branch:339_RsPrettyXML details:The missing pull yegor256/takes#381 has been opened by @dmitry-shanko. is_human:1 issue:381 where:github who:5612329
2015-09-18T09:04:50Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#385 has been opened by @tiaped. is_human:1 issue:385 where:github who:262875
2015-09-19T19:20:58Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#386 has been opened by @tiaped. is_human:1 issue:386 where:github who:262875
2015-09-24T18:16:11Z pull-was-opened 28924109 _job:18294176569 branch:persistence details:The missing pull yegor256/takes#393 has been opened by @hs3180. is_human:1 issue:393 where:github who:1643451
2015-09-29T15:33:10Z pull-was-opened 28924109 _job:18294176569 branch:implement details:The missing pull yegor256/takes#397 has been opened by @hs3180. is_human:1 issue:397 where:github who:1643451
2015-09-29T22:55:00Z pull-was-opened 28924109 _job:18294176569 branch:101 details:The missing pull yegor256/takes#398 has been opened by @bdragan. is_human:1 issue:398 where:github who:8607452
2015-10-08T18:42:56Z pull-was-opened 28924109 _job:18294176569 branch:120 details:The missing pull yegor256/takes#404 has been opened by @bdragan. is_human:1 issue:404 where:github who:8607452
2015-10-11T14:52:33Z pull-was-opened 28924109 _job:18294176569 branch:383_inorrect_psgoogle_userinfo_link details:The missing pull yegor256/takes#405 has been opened by @ekondrashev. is_human:1 issue:405 where:github who:114910
2015-10-18T18:15:54Z pull-was-opened 28924109 _job:18294176569 branch:290 details:The missing pull yegor256/takes#409 has been opened by @bdragan. is_human:1 issue:409 where:github who:8607452
2015-10-21T07:21:33Z pull-was-opened 28924109 _job:18294176569 branch:306 details:The missing pull yegor256/takes#411 has been opened by @prondzyn. is_human:1 issue:411 where:github who:5822647
2015-10-27T19:13:53Z pull-was-opened 28924109 _job:18294176569 branch:410 details:The missing pull yegor256/takes#415 has been opened by @bdragan. is_human:1 issue:415 where:github who:8607452
2015-10-30T21:07:16Z pull-was-opened 28924109 _job:18294176569 branch:377 details:The missing pull yegor256/takes#421 has been opened by @bdragan. is_human:1 issue:421 where:github who:8607452
2015-10-31T06:49:17Z pull-was-opened 28924109 _job:18294176569 branch:286_tkgziptest_compreses_on_demand_does_not_work details:The missing pull yegor256/takes#422 has been opened by @ekondrashev. is_human:1 issue:422 where:github who:114910
2015-11-01T15:28:21Z pull-was-opened 28924109 _job:18294176569 branch:407 details:The missing pull yegor256/takes#424 has been opened by @bdragan. is_human:1 issue:424 where:github who:8607452
2015-11-01T15:51:50Z pull-was-opened 28924109 _job:18294176569 branch:407 details:The missing pull yegor256/takes#425 has been opened by @bdragan. is_human:1 issue:425 where:github who:8607452
2015-11-01T21:16:35Z pull-was-opened 28924109 _job:18294176569 branch:417 details:The missing pull yegor256/takes#426 has been opened by @prondzyn. is_human:1 issue:426 where:github who:5822647
2015-11-07T17:53:53Z pull-was-opened 28924109 _job:18294176569 branch:412 details:The missing pull yegor256/takes#434 has been opened by @bdragan. is_human:1 issue:434 where:github who:8607452
2015-11-07T18:53:57Z pull-was-opened 28924109 _job:18294176569 branch:389 details:The missing pull yegor256/takes#435 has been opened by @bdragan. is_human:1 issue:435 where:github who:8607452
2015-11-14T21:59:08Z pull-was-opened 28924109 _job:18294176569 branch:413 details:The missing pull yegor256/takes#440 has been opened by @bdragan. is_human:1 issue:440 where:github who:8607452
2015-11-20T07:13:45Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#446 has been opened by @hdouss. is_human:1 issue:446 where:github who:2956255
2015-11-20T23:33:38Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#447 has been opened by @hdouss. is_human:1 issue:447 where:github who:2956255
2015-12-02T21:38:48Z pull-was-opened 28924109 _job:18294176569 branch:392 details:The missing pull yegor256/takes#451 has been opened by @bdragan. is_human:1 issue:451 where:github who:8607452
2015-12-06T13:40:23Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#452 has been opened by @hdouss. is_human:1 issue:452 where:github who:2956255
2015-12-08T18:13:32Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#457 has been opened by @hdouss. is_human:1 issue:457 where:github who:2956255
2015-12-09T20:41:47Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#459 has been opened by @piddubnyi. is_human:1 issue:459 where:github who:6010247
2015-12-11T16:39:17Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#460 has been opened by @gauee. is_human:1 issue:460 where:github who:2578281
2015-12-14T19:07:14Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#464 has been opened by @xupyprmv. is_human:1 issue:464 where:github who:441232
2015-12-14T23:45:23Z pull-was-opened 28924109 _job:18294176569 branch:issue-442 details:The missing pull yegor256/takes#465 has been opened by @ikarsokolov. is_human:1 issue:465 where:github who:11806
2015-12-15T03:03:45Z pull-was-opened 28924109 _job:18294176569 branch:issue-445 details:The missing pull yegor256/takes#466 has been opened by @ikarsokolov. is_human:1 issue:466 where:github who:11806
2015-12-15T16:19:25Z pull-was-opened 28924109 _job:18294176569 branch:issue-441 details:The missing pull yegor256/takes#467 has been opened by @ikarsokolov. is_human:1 issue:467 where:github who:11806
2015-12-15T18:16:31Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#468 has been opened by @aschworer. is_human:1 issue:468 where:github who:6426314
2015-12-19T09:31:58Z pull-was-opened 28924109 _job:18294176569 branch:458 details:The missing pull yegor256/takes#471 has been opened by @aschworer. is_human:1 issue:471 where:github who:6426314
2015-12-19T09:39:06Z pull-was-opened 28924109 _job:18294176569 branch:#430 details:The missing pull yegor256/takes#472 has been opened by @aschworer. is_human:1 issue:472 where:github who:6426314
2015-12-19T19:32:32Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#474 has been opened by @ghost. is_human:1 issue:474 where:github who:10137
2015-12-22T17:58:26Z pull-was-opened 28924109 _job:18294176569 branch:issue-431 details:The missing pull yegor256/takes#476 has been opened by @ikarsokolov. is_human:1 issue:476 where:github who:11806
2015-12-22T19:38:56Z pull-was-opened 28924109 _job:18294176569 branch:issue-462 details:The missing pull yegor256/takes#477 has been opened by @ikarsokolov. is_human:1 issue:477 where:github who:11806
2015-12-24T19:42:33Z pull-was-opened 28924109 _job:18294176569 branch:issue-463 details:The missing pull yegor256/takes#478 has been opened by @ikarsokolov. is_human:1 issue:478 where:github who:11806
2015-12-25T08:52:00Z pull-was-opened 28924109 _job:18294176569 branch:450 details:The missing pull yegor256/takes#479 has been opened by @ghost. is_human:1 issue:479 where:github who:10137
2015-12-25T23:26:13Z pull-was-opened 28924109 _job:18294176569 branch:issue-480 details:The missing pull yegor256/takes#483 has been opened by @ikarsokolov. is_human:1 issue:483 where:github who:11806
2015-12-26T11:27:12Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#484 has been opened by @xupyprmv. is_human:1 issue:484 where:github who:441232
2015-12-26T22:42:42Z pull-was-opened 28924109 _job:18294176569 branch:481 details:The missing pull yegor256/takes#487 has been opened by @exper0. is_human:1 issue:487 where:github who:7703204
2015-12-27T23:07:11Z pull-was-opened 28924109 _job:18294176569 branch:482 details:The missing pull yegor256/takes#488 has been opened by @exper0. is_human:1 issue:488 where:github who:7703204
2015-12-27T23:55:05Z pull-was-opened 28924109 _job:18294176569 branch:453 details:The missing pull yegor256/takes#489 has been opened by @ghost. is_human:1 issue:489 where:github who:10137
2015-12-31T17:03:16Z pull-was-opened 28924109 _job:18294176569 branch:#430 details:The missing pull yegor256/takes#493 has been opened by @hdouss. is_human:1 issue:493 where:github who:2956255
2016-01-01T13:47:17Z pull-was-opened 28924109 _job:18294176569 branch:#436 details:The missing pull yegor256/takes#494 has been opened by @hdouss. is_human:1 issue:494 where:github who:2956255
2016-01-07T17:08:08Z pull-was-opened 28924109 _job:18294176569 branch:issue-463-2 details:The missing pull yegor256/takes#499 has been opened by @ikarsokolov. is_human:1 issue:499 where:github who:11806
2016-01-07T18:44:39Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#500 has been opened by @xupyprmv. is_human:1 issue:500 where:github who:441232
2016-01-07T20:33:41Z pull-was-opened 28924109 _job:18294176569 branch:issue/#496 details:The missing pull yegor256/takes#501 has been opened by @ghost. is_human:1 issue:501 where:github who:10137
2016-01-08T18:52:26Z pull-was-opened 28924109 _job:18294176569 branch:issue/#490 details:The missing pull yegor256/takes#503 has been opened by @ghost. is_human:1 issue:503 where:github who:10137
2016-01-12T15:43:34Z pull-was-opened 28924109 _job:18294176569 branch:492 details:The missing pull yegor256/takes#507 has been opened by @exper0. is_human:1 issue:507 where:github who:7703204
2016-01-15T16:49:39Z pull-was-opened 28924109 _job:18294176569 branch:issue-508 details:The missing pull yegor256/takes#513 has been opened by @ikarsokolov. is_human:1 issue:513 where:github who:11806
2016-01-15T19:15:30Z pull-was-opened 28924109 _job:18294176569 branch:#491 details:The missing pull yegor256/takes#514 has been opened by @xupyprmv. is_human:1 issue:514 where:github who:441232
2016-01-15T22:15:31Z pull-was-opened 28924109 _job:18294176569 branch:498 details:The missing pull yegor256/takes#515 has been opened by @exper0. is_human:1 issue:515 where:github who:7703204
2016-01-16T01:21:46Z pull-was-opened 28924109 _job:18294176569 branch:454 details:The missing pull yegor256/takes#518 has been opened by @ghost. is_human:1 issue:518 where:github who:10137
2016-01-19T05:10:26Z pull-was-opened 28924109 _job:18294176569 branch:433 details:The missing pull yegor256/takes#525 has been opened by @ghost. is_human:1 issue:525 where:github who:10137
2016-01-19T11:16:36Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#526 has been opened by @alexey-krylov. is_human:1 issue:526 where:github who:953840
2016-01-19T18:18:47Z pull-was-opened 28924109 _job:18294176569 branch:#438 details:The missing pull yegor256/takes#527 has been opened by @hdouss. is_human:1 issue:527 where:github who:2956255
2016-01-20T03:11:09Z pull-was-opened 28924109 _job:18294176569 branch:#523 details:The missing pull yegor256/takes#528 has been opened by @fabriciofx. is_human:1 issue:528 where:github who:1964562
2016-01-20T12:35:24Z pull-was-opened 28924109 _job:18294176569 branch:badges details:The missing pull yegor256/takes#529 has been opened by @valery1707. is_human:1 issue:529 where:github who:83507
2016-01-21T21:42:10Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#531 has been opened by @alexey-krylov. is_human:1 issue:531 where:github who:953840
2016-01-22T02:09:52Z pull-was-opened 28924109 _job:18294176569 branch:#528 details:The missing pull yegor256/takes#532 has been opened by @fabriciofx. is_human:1 issue:532 where:github who:1964562
2016-01-22T15:38:33Z pull-was-opened 28924109 _job:18294176569 branch:530 details:The missing pull yegor256/takes#535 has been opened by @exper0. is_human:1 issue:535 where:github who:7703204
2016-01-22T17:24:58Z pull-was-opened 28924109 _job:18294176569 branch:254 details:The missing pull yegor256/takes#536 has been opened by @exper0. is_human:1 issue:536 where:github who:7703204
2016-01-22T17:52:50Z pull-was-opened 28924109 _job:18294176569 branch:534 details:The missing pull yegor256/takes#537 has been opened by @ghost. is_human:1 issue:537 where:github who:10137
2016-01-22T20:10:08Z pull-was-opened 28924109 _job:18294176569 branch:#528 details:The missing pull yegor256/takes#538 has been opened by @fabriciofx. is_human:1 issue:538 where:github who:1964562
2016-01-22T20:45:35Z pull-was-opened 28924109 _job:18294176569 branch:533 details:The missing pull yegor256/takes#539 has been opened by @exper0. is_human:1 issue:539 where:github who:7703204
2016-01-22T23:31:27Z pull-was-opened 28924109 _job:18294176569 branch:#528 details:The missing pull yegor256/takes#541 has been opened by @fabriciofx. is_human:1 issue:541 where:github who:1964562
2016-01-23T20:19:49Z pull-was-opened 28924109 _job:18294176569 branch:issue-520 details:The missing pull yegor256/takes#543 has been opened by @ikarsokolov. is_human:1 issue:543 where:github who:11806
2016-01-24T19:51:07Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#545 has been opened by @akaigoro. is_human:1 issue:545 where:github who:485798
2016-01-25T14:16:32Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#546 has been opened by @skrzyneckik. is_human:1 issue:546 where:github who:1184480
2016-01-25T20:14:55Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#547 has been opened by @tertioptus. is_human:1 issue:547 where:github who:2806662
2016-01-26T14:24:35Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#549 has been opened by @tertioptus. is_human:1 issue:549 where:github who:2806662
2016-01-29T07:08:48Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#551 has been opened by @sebing. is_human:1 issue:551 where:github who:5242384
2016-01-29T09:45:27Z pull-was-opened 28924109 _job:18294176569 branch:findbugs details:The missing pull yegor256/takes#552 has been opened by @sebing. is_human:1 issue:552 where:github who:5242384
2016-01-29T10:16:33Z pull-was-opened 28924109 _job:18294176569 branch:handleError details:The missing pull yegor256/takes#553 has been opened by @sebing. is_human:1 issue:553 where:github who:5242384
2016-02-02T19:09:38Z pull-was-opened 28924109 _job:18294176569 branch:#544 details:The missing pull yegor256/takes#559 has been opened by @xupyprmv. is_human:1 issue:559 where:github who:441232
2016-02-03T15:58:15Z pull-was-opened 28924109 _job:18294176569 branch:354 details:The missing pull yegor256/takes#562 has been opened by @ghost. is_human:1 issue:562 where:github who:10137
2016-02-03T19:37:16Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#563 has been opened by @essobedo. is_human:1 issue:563 where:github who:1618116
2016-02-03T20:00:06Z pull-was-opened 28924109 _job:18294176569 branch:540 details:The missing pull yegor256/takes#564 has been opened by @essobedo. is_human:1 issue:564 where:github who:1618116
2016-02-04T15:51:27Z pull-was-opened 28924109 _job:18294176569 branch:524 details:The missing pull yegor256/takes#565 has been opened by @essobedo. is_human:1 issue:565 where:github who:1618116
2016-02-04T19:20:51Z pull-was-opened 28924109 _job:18294176569 branch:548 details:The missing pull yegor256/takes#567 has been opened by @essobedo. is_human:1 issue:567 where:github who:1618116
2016-02-04T19:32:05Z pull-was-opened 28924109 _job:18294176569 branch:548 details:The missing pull yegor256/takes#568 has been opened by @essobedo. is_human:1 issue:568 where:github who:1618116
2016-02-04T20:44:17Z pull-was-opened 28924109 _job:18294176569 branch:519 details:The missing pull yegor256/takes#569 has been opened by @exper0. is_human:1 issue:569 where:github who:7703204
2016-02-05T08:26:09Z pull-was-opened 28924109 _job:18294176569 branch:540 details:The missing pull yegor256/takes#570 has been opened by @essobedo. is_human:1 issue:570 where:github who:1618116
2016-02-05T09:03:04Z pull-was-opened 28924109 _job:18294176569 branch:524 details:The missing pull yegor256/takes#571 has been opened by @essobedo. is_human:1 issue:571 where:github who:1618116
2016-02-05T09:11:32Z pull-was-opened 28924109 _job:18294176569 branch:548 details:The missing pull yegor256/takes#572 has been opened by @essobedo. is_human:1 issue:572 where:github who:1618116
2016-02-06T20:16:02Z pull-was-opened 28924109 _job:18294176569 branch:issue-557 details:The missing pull yegor256/takes#579 has been opened by @ikarsokolov. is_human:1 issue:579 where:github who:11806
2016-02-07T12:01:16Z pull-was-opened 28924109 _job:18294176569 branch:#558 details:The missing pull yegor256/takes#580 has been opened by @xupyprmv. is_human:1 issue:580 where:github who:441232
2016-02-09T20:34:52Z pull-was-opened 28924109 _job:18294176569 branch:findBugsV1 details:The missing pull yegor256/takes#583 has been opened by @sebing. is_human:1 issue:583 where:github who:5242384
2016-02-10T16:28:06Z pull-was-opened 28924109 _job:18294176569 branch:584 details:The missing pull yegor256/takes#585 has been opened by @essobedo. is_human:1 issue:585 where:github who:1618116
2016-02-10T18:50:04Z pull-was-opened 28924109 _job:18294176569 branch:586 details:The missing pull yegor256/takes#587 has been opened by @essobedo. is_human:1 issue:587 where:github who:1618116
2016-02-11T08:19:20Z pull-was-opened 28924109 _job:18294176569 branch:588 details:The missing pull yegor256/takes#592 has been opened by @essobedo. is_human:1 issue:592 where:github who:1618116
2016-02-11T08:44:27Z pull-was-opened 28924109 _job:18294176569 branch:589 details:The missing pull yegor256/takes#593 has been opened by @essobedo. is_human:1 issue:593 where:github who:1618116
2016-02-11T16:46:50Z pull-was-opened 28924109 _job:18294176569 branch:issue595 details:The missing pull yegor256/takes#599 has been opened by @sebing. is_human:1 issue:599 where:github who:5242384
2016-02-11T20:44:24Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#601 has been opened by @raphaelln. is_human:1 issue:601 where:github who:16543511
2016-02-11T22:11:53Z pull-was-opened 28924109 _job:18294176569 branch:issue594 details:The missing pull yegor256/takes#603 has been opened by @2686747. is_human:1 issue:603 where:github who:8187855
2016-02-12T10:29:41Z pull-was-opened 28924109 _job:18294176569 branch:issue598 details:The missing pull yegor256/takes#605 has been opened by @sebing. is_human:1 issue:605 where:github who:5242384
2016-02-12T21:54:55Z pull-was-opened 28924109 _job:18294176569 branch:issue-555 details:The missing pull yegor256/takes#610 has been opened by @ikarsokolov. is_human:1 issue:610 where:github who:11806
2016-02-13T07:41:31Z pull-was-opened 28924109 _job:18294176569 branch:#604 details:The missing pull yegor256/takes#611 has been opened by @xupyprmv. is_human:1 issue:611 where:github who:441232
2016-02-13T08:35:44Z pull-was-opened 28924109 _job:18294176569 branch:#602 details:The missing pull yegor256/takes#612 has been opened by @xupyprmv. is_human:1 issue:612 where:github who:441232
2016-02-15T18:47:09Z pull-was-opened 28924109 _job:18294176569 branch:582 details:The missing pull yegor256/takes#613 has been opened by @2686747. is_human:1 issue:613 where:github who:8187855
2016-02-16T09:51:46Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#616 has been opened by @dalifreire. is_human:1 issue:616 where:github who:10319140
2016-02-19T16:24:21Z pull-was-opened 28924109 _job:18294176569 branch:bug_#597_String.split details:The missing pull yegor256/takes#619 has been opened by @dalifreire. is_human:1 issue:619 where:github who:10319140
2016-02-22T16:25:12Z pull-was-opened 28924109 _job:18294176569 branch:fix573 details:The missing pull yegor256/takes#621 has been opened by @raphaelln. is_human:1 issue:621 where:github who:16543511
2016-02-28T16:03:17Z pull-was-opened 28924109 _job:18294176569 branch:issue-596 details:The missing pull yegor256/takes#628 has been opened by @ikarsokolov. is_human:1 issue:628 where:github who:11806
2016-02-29T09:29:41Z pull-was-opened 28924109 _job:18294176569 branch:533 details:The missing pull yegor256/takes#629 has been opened by @essobedo. is_human:1 issue:629 where:github who:1618116
2016-02-29T15:47:53Z pull-was-opened 28924109 _job:18294176569 branch:495 details:The missing pull yegor256/takes#630 has been opened by @essobedo. is_human:1 issue:630 where:github who:1618116
2016-03-01T02:07:06Z pull-was-opened 28924109 _job:18294176569 branch:bugfix627 details:The missing pull yegor256/takes#631 has been opened by @raphaelln. is_human:1 issue:631 where:github who:16543511
2016-03-01T07:17:47Z pull-was-opened 28924109 _job:18294176569 branch:issue600 details:The missing pull yegor256/takes#632 has been opened by @sebing. is_human:1 issue:632 where:github who:5242384
2016-03-01T11:17:40Z pull-was-opened 28924109 _job:18294176569 branch:bugfix623 details:The missing pull yegor256/takes#633 has been opened by @raphaelln. is_human:1 issue:633 where:github who:16543511
2016-03-01T13:21:28Z pull-was-opened 28924109 _job:18294176569 branch:575 details:The missing pull yegor256/takes#634 has been opened by @original-brownbear. is_human:1 issue:634 where:github who:6490959
2016-03-01T20:29:01Z pull-was-opened 28924109 _job:18294176569 branch:#590 details:The missing pull yegor256/takes#636 has been opened by @wild-lotus. is_human:1 issue:636 where:github who:16798121
2016-03-03T10:44:35Z pull-was-opened 28924109 _job:18294176569 branch:#461_FkContentType details:The missing pull yegor256/takes#639 has been opened by @dalifreire. is_human:1 issue:639 where:github who:10319140
2016-03-03T18:16:55Z pull-was-opened 28924109 _job:18294176569 branch:#600 details:The missing pull yegor256/takes#640 has been opened by @xupyprmv. is_human:1 issue:640 where:github who:441232
2016-03-03T22:53:01Z pull-was-opened 28924109 _job:18294176569 branch:#594-RqMultipart details:The missing pull yegor256/takes#641 has been opened by @dalifreire. is_human:1 issue:641 where:github who:10319140
2016-03-07T16:37:36Z pull-was-opened 28924109 _job:18294176569 branch:576 details:The missing pull yegor256/takes#644 has been opened by @essobedo. is_human:1 issue:644 where:github who:1618116
2016-03-09T10:31:21Z pull-was-opened 28924109 _job:18294176569 branch:#624_remove-excludes-findbugs-violations details:The missing pull yegor256/takes#647 has been opened by @dalifreire. is_human:1 issue:647 where:github who:10319140
2016-03-12T16:35:21Z pull-was-opened 28924109 _job:18294176569 branch:issue-635 details:The missing pull yegor256/takes#648 has been opened by @ikarsokolov. is_human:1 issue:648 where:github who:11806
2016-03-12T22:08:49Z pull-was-opened 28924109 _job:18294176569 branch:issue519 details:The missing pull yegor256/takes#649 has been opened by @sebing. is_human:1 issue:649 where:github who:5242384
2016-03-13T08:12:20Z pull-was-opened 28924109 _job:18294176569 branch:issue548 details:The missing pull yegor256/takes#650 has been opened by @sebing. is_human:1 issue:650 where:github who:5242384
2016-03-17T20:58:06Z pull-was-opened 28924109 _job:18294176569 branch:625 details:The missing pull yegor256/takes#653 has been opened by @2686747. is_human:1 issue:653 where:github who:8187855
2016-03-26T12:25:54Z pull-was-opened 28924109 _job:18294176569 branch:655 details:The missing pull yegor256/takes#657 has been opened by @essobedo. is_human:1 issue:657 where:github who:1618116
2016-03-26T16:08:13Z pull-was-opened 28924109 _job:18294176569 branch:635 details:The missing pull yegor256/takes#658 has been opened by @essobedo. is_human:1 issue:658 where:github who:1618116
2016-04-12T12:20:56Z pull-was-opened 28924109 _job:18294176569 branch:626 details:The missing pull yegor256/takes#659 has been opened by @essobedo. is_human:1 issue:659 where:github who:1618116
2016-04-12T16:48:33Z pull-was-opened 28924109 _job:18294176569 branch:656 details:The missing pull yegor256/takes#661 has been opened by @essobedo. is_human:1 issue:661 where:github who:1618116
2016-04-13T12:25:53Z pull-was-opened 28924109 _job:18294176569 branch:660 details:The missing pull yegor256/takes#662 has been opened by @essobedo. is_human:1 issue:662 where:github who:1618116
2016-04-17T15:52:23Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#663 has been opened by @dalifreire. is_human:1 issue:663 where:github who:10319140
2016-04-18T10:51:01Z pull-was-opened 28924109 _job:18294176569 branch:651 details:The missing pull yegor256/takes#665 has been opened by @essobedo. is_human:1 issue:665 where:github who:1618116
2016-04-23T16:41:03Z pull-was-opened 28924109 _job:18294176569 branch:666 details:The missing pull yegor256/takes#668 has been opened by @essobedo. is_human:1 issue:668 where:github who:1618116
2016-04-25T20:49:31Z pull-was-opened 28924109 _job:18294176569 branch:664 details:The missing pull yegor256/takes#670 has been opened by @xupyprmv. is_human:1 issue:670 where:github who:441232
2016-04-27T14:39:58Z pull-was-opened 28924109 _job:18294176569 branch:patch-1 details:The missing pull yegor256/takes#673 has been opened by @tertioptus. is_human:1 issue:673 where:github who:2806662
2016-05-05T02:42:47Z pull-was-opened 28924109 _job:18294176569 branch:#674_StandardCharsets.UTF_8 details:The missing pull yegor256/takes#675 has been opened by @dalifreire. is_human:1 issue:675 where:github who:10319140
2016-05-05T11:12:10Z pull-was-opened 28924109 _job:18294176569 branch:#667_String#toLowerCase details:The missing pull yegor256/takes#676 has been opened by @dalifreire. is_human:1 issue:676 where:github who:10319140
2016-05-06T20:37:50Z pull-was-opened 28924109 _job:18294176569 branch:669 details:The missing pull yegor256/takes#677 has been opened by @xupyprmv. is_human:1 issue:677 where:github who:441232
2016-05-20T11:39:43Z pull-was-opened 28924109 _job:18294176569 branch:#678-Remove-PMD.BeanMembersShouldSerialize details:The missing pull yegor256/takes#680 has been opened by @dalifreire. is_human:1 issue:680 where:github who:10319140
2016-06-04T12:38:53Z pull-was-opened 28924109 _job:18294176569 branch:678 details:The missing pull yegor256/takes#681 has been opened by @xupyprmv. is_human:1 issue:681 where:github who:441232
2016-06-18T16:28:41Z pull-was-opened 28924109 _job:18294176569 branch:684 details:The missing pull yegor256/takes#688 has been opened by @xupyprmv. is_human:1 issue:688 where:github who:441232
2016-06-18T20:09:54Z pull-was-opened 28924109 _job:18294176569 branch:#686_PMD_AvoidDuplicateLiterals details:The missing pull yegor256/takes#689 has been opened by @dalifreire. is_human:1 issue:689 where:github who:10319140
2016-06-19T23:44:26Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#690 has been opened by @rui-castro. is_human:1 issue:690 where:github who:4218366
2016-07-13T16:14:55Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#699 has been opened by @ukslim. is_human:1 issue:699 where:github who:923002
2016-07-14T09:47:16Z pull-was-opened 28924109 _job:18294176569 branch:issues.697 details:The missing pull yegor256/takes#700 has been opened by @sebing. is_human:1 issue:700 where:github who:5242384
2016-07-14T14:04:24Z pull-was-opened 28924109 _job:18294176569 branch:issue_696 details:The missing pull yegor256/takes#701 has been opened by @rui-castro. is_human:1 issue:701 where:github who:4218366
2016-07-14T20:18:47Z pull-was-opened 28924109 _job:18294176569 branch:694 details:The missing pull yegor256/takes#702 has been opened by @xupyprmv. is_human:1 issue:702 where:github who:441232
2016-07-18T01:09:00Z pull-was-opened 28924109 _job:18294176569 branch:#695_RqFormBase_supress_ClassDataAbstractionCouplingCheck details:The missing pull yegor256/takes#703 has been opened by @dalifreire. is_human:1 issue:703 where:github who:10319140
2016-08-15T19:19:54Z pull-was-opened 28924109 _job:18294176569 branch:692 details:The missing pull yegor256/takes#710 has been opened by @xupyprmv. is_human:1 issue:710 where:github who:441232
2016-08-18T11:02:17Z pull-was-opened 28924109 _job:18294176569 branch:#707_transient_is_not_needed_anymore details:The missing pull yegor256/takes#711 has been opened by @dalifreire. is_human:1 issue:711 where:github who:10319140
2016-11-05T10:25:23Z pull-was-opened 28924109 _job:18294176569 branch:patch-1 details:The missing pull yegor256/takes#714 has been opened by @wasserfuhr. is_human:1 issue:714 where:github who:1935518
2016-11-07T18:05:44Z pull-was-opened 28924109 _job:18294176569 branch:patch-2 details:The missing pull yegor256/takes#715 has been opened by @wasserfuhr. is_human:1 issue:715 where:github who:1935518
2016-11-25T01:25:54Z pull-was-opened 28924109 _job:18294176569 branch:712_TkSlf4j_fail details:The missing pull yegor256/takes#716 has been opened by @rui-castro. is_human:1 issue:716 where:github who:4218366
2016-12-14T06:04:59Z pull-was-opened 28924109 _job:18294176569 branch:712 details:The missing pull yegor256/takes#717 has been opened by @prondzyn. is_human:1 issue:717 where:github who:5822647
2017-02-09T10:54:39Z pull-was-opened 28924109 _job:18294176569 branch:vtl-folder details:The missing pull yegor256/takes#721 has been opened by @ptrecenti. is_human:1 issue:721 where:github who:384578
2017-02-28T16:00:25Z pull-was-opened 28924109 _job:18294176569 branch:maven-eclipse details:The missing pull yegor256/takes#722 has been opened by @simonjenga. is_human:1 issue:722 where:github who:1405237
2017-04-17T15:38:50Z pull-was-opened 28924109 _job:18294176569 branch:mvpotter-typo-1 details:The missing pull yegor256/takes#724 has been opened by @mvpotter. is_human:1 issue:724 where:github who:6195752
2017-05-23T15:49:41Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#727 has been opened by @semantosoph. is_human:1 issue:727 where:github who:107386
2017-06-16T00:10:54Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#732 has been opened by @wanxu2019. is_human:1 issue:732 where:github who:8940099
2017-06-25T12:55:55Z pull-was-opened 28924109 _job:18294176569 branch:733 details:The missing pull yegor256/takes#734 has been opened by @yegor256. is_human:1 issue:734 where:github who:526301
2017-06-25T17:39:37Z pull-was-opened 28924109 _job:18294176569 branch:735 details:The missing pull yegor256/takes#736 has been opened by @yegor256. is_human:1 issue:736 where:github who:526301
2017-08-09T07:57:32Z pull-was-opened 28924109 _job:18294176569 branch:jwt-impl details:The missing pull yegor256/takes#743 has been opened by @semantosoph. is_human:1 issue:743 where:github who:107386
2017-08-20T18:33:22Z pull-was-opened 28924109 _job:18294176569 branch:744 details:The missing pull yegor256/takes#745 has been opened by @skapral. is_human:1 issue:745 where:github who:1714171
2017-09-01T16:57:18Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#748 has been opened by @t-izbassar. is_human:1 issue:748 where:github who:24223260
2017-10-13T20:55:55Z pull-was-opened 28924109 _job:18294176569 branch:refactor/use-try-with-resources details:The missing pull yegor256/takes#752 has been opened by @sandordargo. is_human:1 issue:752 where:github who:5472553
2018-01-01T21:09:53Z pull-was-opened 28924109 _job:18294176569 branch:755 details:The missing pull yegor256/takes#756 has been opened by @fabriciofx. is_human:1 issue:756 where:github who:1964562
2018-01-03T15:04:50Z pull-was-opened 28924109 _job:18294176569 branch:fix-typos details:The missing pull yegor256/takes#757 has been opened by @janczer. is_human:1 issue:757 where:github who:13544213
2018-01-08T18:45:17Z pull-was-opened 28924109 _job:18294176569 branch:758 details:The missing pull yegor256/takes#759 has been opened by @neonailol. is_human:1 issue:759 where:github who:440768
2018-01-09T12:49:07Z pull-was-opened 28924109 _job:18294176569 branch:rsreturn_validate_location details:The missing pull yegor256/takes#760 has been opened by @t-izbassar. is_human:1 issue:760 where:github who:24223260
2018-01-09T15:31:48Z pull-was-opened 28924109 _job:18294176569 branch:284 details:The missing pull yegor256/takes#761 has been opened by @neonailol. is_human:1 issue:761 where:github who:440768
2018-01-10T15:17:32Z pull-was-opened 28924109 _job:18294176569 branch:servlet_support details:The missing pull yegor256/takes#762 has been opened by @t-izbassar. is_human:1 issue:762 where:github who:24223260
2018-01-10T16:42:20Z pull-was-opened 28924109 _job:18294176569 branch:731 details:The missing pull yegor256/takes#768 has been opened by @neonailol. is_human:1 issue:768 where:github who:440768
2018-01-21T19:47:32Z pull-was-opened 28924109 _job:18294176569 branch:master details:The missing pull yegor256/takes#772 has been opened by @djds23. is_human:1 issue:772 where:github who:5833968
2018-01-23T21:22:59Z pull-was-opened 28924109 _job:18294176569 branch:condition_improvement details:The missing pull yegor256/takes#773 has been opened by @t-izbassar. is_human:1 issue:773 where:github who:24223260
2018-01-26T14:44:05Z pull-was-opened 28924109 _job:18294176569 branch:response_pipe_broke details:The missing pull yegor256/takes#776 has been opened by @t-izbassar. is_human:1 issue:776 where:github who:24223260
2018-01-27T09:32:24Z pull-was-opened 28924109 _job:18294176569 branch:expiration_date details:The missing pull yegor256/takes#777 has been opened by @t-izbassar. is_human:1 issue:777 where:github who:24223260
2018-01-29T20:48:36Z pull-was-opened 28924109 _job:18294176569 branch:437 details:The missing pull yegor256/takes#783 has been opened by @neonailol. is_human:1 issue:783 where:github who:440768
2018-01-30T13:23:35Z pull-was-opened 28924109 _job:18294176569 branch:hmrsbody_matcher details:The missing pull yegor256/takes#785 has been opened by @t-izbassar. is_human:1 issue:785 where:github who:24223260
2018-01-31T17:43:25Z pull-was-opened 28924109 _job:18294176569 branch:rsflash_expire_date details:The missing pull yegor256/takes#789 has been opened by @t-izbassar. is_human:1 issue:789 where:github who:24223260
2018-02-04T15:20:03Z pull-was-opened 28924109 _job:18294176569 branch:779 details:The missing pull yegor256/takes#792 has been opened by @neonailol. is_human:1 issue:792 where:github who:440768
2018-02-10T03:51:43Z pull-was-opened 28924109 _job:18294176569 branch:fix/793 details:The missing pull yegor256/takes#797 has been opened by @msarhan. is_human:1 issue:797 where:github who:1130598
2018-02-13T11:26:49Z pull-was-opened 28924109 _job:18294176569 branch:tkslf4j_test details:The missing pull yegor256/takes#799 has been opened by @t-izbassar. is_human:1 issue:799 where:github who:24223260
2018-02-15T09:04:01Z pull-was-opened 28924109 _job:18294176569 branch:condition_range details:The missing pull yegor256/takes#801 has been opened by @t-izbassar. is_human:1 issue:801 where:github who:24223260
2018-02-16T21:19:36Z pull-was-opened 28924109 _job:18294176569 branch:front_doc details:The missing pull yegor256/takes#803 has been opened by @t-izbassar. is_human:1 issue:803 where:github who:24223260
2018-02-22T11:08:13Z pull-was-opened 28924109 _job:18294176569 branch:782 details:The missing pull yegor256/takes#807 has been opened by @t-izbassar. is_human:1 issue:807 where:github who:24223260
2018-02-23T19:07:43Z pull-was-opened 28924109 _job:18294176569 branch:778 details:The missing pull yegor256/takes#809 has been opened by @t-izbassar. is_human:1 issue:809 where:github who:24223260
2015-04-16T19:09:18Z pull-was-merged 28924109 _job:18294176569 branch:refactor_rq_multipart comments:25 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:21 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#178 has been "pull-was-merged". failed_builds:0 files:4 hoc:385 is_human:0 issue:178 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-04-17T02:12:00Z pull-was-merged 28924109 _job:18294176569 branch:#135 comments:30 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:24 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#179 has been "pull-was-merged". failed_builds:0 files:2 hoc:164 is_human:0 issue:179 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-04-16T20:14:02Z pull-was-merged 28924109 _job:18294176569 branch:44 comments:33 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:31 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#180 has been "pull-was-merged". failed_builds:0 files:1 hoc:66 is_human:0 issue:180 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-04-16T19:26:47Z pull-was-merged 28924109 _job:18294176569 branch:rsCharSec comments:26 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:24 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#181 has been "pull-was-merged". failed_builds:0 files:11 hoc:84 is_human:0 issue:181 review_comments:6 succeeded_builds:0 where:github who:8086956
2015-05-26T02:25:55Z pull-was-merged 28924109 _job:18294176569 branch:master comments:46 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:36 comments_resolved:0 comments_to_code:16 details:Apparently, yegor256/takes#301 has been "pull-was-merged". failed_builds:0 files:21 hoc:161 is_human:0 issue:301 review_comments:16 succeeded_builds:0 where:github who:8086956
2015-05-23T00:10:02Z pull-was-merged 28924109 _job:18294176569 branch:292 comments:34 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:30 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#303 has been "pull-was-merged". failed_builds:0 files:2 hoc:76 is_human:0 issue:303 review_comments:7 succeeded_builds:0 where:github who:8086956
2015-06-05T21:01:07Z pull-was-merged 28924109 _job:18294176569 branch:294_fallbackroute_should_return_opt comments:49 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:39 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#304 has been "pull-was-merged". failed_builds:0 files:10 hoc:98 is_human:0 issue:304 review_comments:7 succeeded_builds:0 where:github who:8086956
2015-06-10T07:06:39Z pull-was-closed 28924109 _job:18294176569 branch:XeTwitterLinkIsAbsent#287 comments:36 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:27 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#305 has been "pull-was-closed". failed_builds:0 files:2 hoc:142 is_human:1 issue:305 succeeded_builds:0 where:github who:861305
2015-05-22T20:45:33Z pull-was-merged 28924109 _job:18294176569 branch:RsPrettyXML#296 comments:39 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:29 comments_resolved:0 comments_to_code:12 details:Apparently, yegor256/takes#308 has been "pull-was-merged". failed_builds:0 files:2 hoc:228 is_human:0 issue:308 review_comments:12 succeeded_builds:0 where:github who:8086956
2015-06-12T05:19:26Z pull-was-merged 28924109 _job:18294176569 branch:230 comments:61 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:48 comments_resolved:0 comments_to_code:24 details:Apparently, yegor256/takes#311 has been "pull-was-merged". failed_builds:0 files:2 hoc:191 is_human:0 issue:311 review_comments:24 succeeded_builds:0 where:github who:8086956
2015-06-01T20:39:48Z pull-was-merged 28924109 _job:18294176569 branch:master comments:31 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:26 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#314 has been "pull-was-merged". failed_builds:0 files:2 hoc:115 is_human:0 issue:314 review_comments:5 succeeded_builds:0 where:github who:8086956
2015-06-02T22:16:39Z pull-was-merged 28924109 _job:18294176569 branch:257_refactor_rqwithheader comments:22 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:21 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#315 has been "pull-was-merged". failed_builds:0 files:1 hoc:19 is_human:0 issue:315 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-06-01T23:28:28Z pull-was-merged 28924109 _job:18294176569 branch:309 comments:27 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:21 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#316 has been "pull-was-merged". failed_builds:0 files:1 hoc:6 is_human:0 issue:316 review_comments:6 succeeded_builds:0 where:github who:8086956
2015-08-06T03:21:38Z pull-was-closed 28924109 _job:18294176569 branch:multipartBodyClose comments:39 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:33 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#318 has been "pull-was-closed". failed_builds:0 files:4 hoc:181 is_human:1 issue:318 succeeded_builds:0 where:github who:526301
2015-06-02T21:31:44Z pull-was-merged 28924109 _job:18294176569 branch:310 comments:23 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:21 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#324 has been "pull-was-merged". failed_builds:0 files:2 hoc:25 is_human:0 issue:324 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-06-01T23:12:22Z pull-was-merged 28924109 _job:18294176569 branch:317 comments:21 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:20 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#325 has been "pull-was-merged". failed_builds:0 files:6 hoc:383 is_human:0 issue:325 review_comments:1 succeeded_builds:0 where:github who:8086956
2015-06-09T18:57:22Z pull-was-merged 28924109 _job:18294176569 branch:issue_258 comments:93 comments_appreciated:0 comments_by_author:29 comments_by_reviewers:64 comments_resolved:0 comments_to_code:54 details:Apparently, yegor256/takes#326 has been "pull-was-merged". failed_builds:0 files:2 hoc:227 is_human:0 issue:326 review_comments:54 succeeded_builds:0 where:github who:8086956
2015-06-13T01:04:44Z pull-was-merged 28924109 _job:18294176569 branch:issue_221 comments:56 comments_appreciated:0 comments_by_author:20 comments_by_reviewers:36 comments_resolved:0 comments_to_code:21 details:Apparently, yegor256/takes#327 has been "pull-was-merged". failed_builds:0 files:2 hoc:400 is_human:0 issue:327 review_comments:21 succeeded_builds:0 where:github who:8086956
2015-06-03T23:56:20Z pull-was-merged 28924109 _job:18294176569 branch:323 comments:27 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:25 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#328 has been "pull-was-merged". failed_builds:0 files:2 hoc:137 is_human:0 issue:328 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-06-04T17:16:21Z pull-was-merged 28924109 _job:18294176569 branch:253 comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#329 has been "pull-was-merged". failed_builds:0 files:1 hoc:3 is_human:0 issue:329 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-06-11T03:50:04Z pull-was-merged 28924109 _job:18294176569 branch:312_rsprettyjson comments:47 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:39 comments_resolved:0 comments_to_code:16 details:Apparently, yegor256/takes#332 has been "pull-was-merged". failed_builds:0 files:2 hoc:237 is_human:0 issue:332 review_comments:16 succeeded_builds:0 where:github who:8086956
2015-08-07T14:36:59Z pull-was-closed 28924109 _job:18294176569 branch:321 comments:61 comments_appreciated:0 comments_by_author:16 comments_by_reviewers:45 comments_resolved:0 comments_to_code:21 details:Apparently, yegor256/takes#334 has been "pull-was-closed". failed_builds:0 files:4 hoc:260 is_human:1 issue:334 succeeded_builds:0 where:github who:526301
2015-06-08T05:45:07Z pull-was-merged 28924109 _job:18294176569 branch:331 comments:3 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#335 has been "pull-was-merged". failed_builds:0 files:2 hoc:69 is_human:0 issue:335 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-07-20T12:25:24Z pull-was-closed 28924109 _job:18294176569 branch:306 comments:59 comments_appreciated:0 comments_by_author:18 comments_by_reviewers:41 comments_resolved:0 comments_to_code:14 details:Apparently, yegor256/takes#337 has been "pull-was-closed". failed_builds:0 files:1 hoc:120 is_human:1 issue:337 succeeded_builds:0 where:github who:3920831
2015-06-11T20:15:08Z pull-was-merged 28924109 _job:18294176569 branch:EstimateProjectSize#149 comments:23 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:20 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#338 has been "pull-was-merged". failed_builds:0 files:1 hoc:17 is_human:0 issue:338 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-06-16T21:02:30Z pull-was-merged 28924109 _job:18294176569 branch:263 comments:26 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:22 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#340 has been "pull-was-merged". failed_builds:0 files:2 hoc:132 is_human:0 issue:340 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-06-16T20:44:36Z pull-was-merged 28924109 _job:18294176569 branch:342 comments:45 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:40 comments_resolved:0 comments_to_code:14 details:Apparently, yegor256/takes#343 has been "pull-was-merged". failed_builds:0 files:3 hoc:83 is_human:0 issue:343 review_comments:14 succeeded_builds:0 where:github who:8086956
2015-09-27T02:48:01Z pull-was-closed 28924109 _job:18294176569 branch:341 comments:5 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#344 has been "pull-was-closed". failed_builds:0 files:1 hoc:3 is_human:1 issue:344 succeeded_builds:0 where:github who:526301
2015-06-19T04:12:58Z pull-was-merged 28924109 _job:18294176569 branch:346 comments:25 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:23 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#347 has been "pull-was-merged". failed_builds:0 files:2 hoc:30 is_human:0 issue:347 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-09-10T07:57:41Z pull-was-closed 28924109 _job:18294176569 branch:339 comments:36 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:27 comments_resolved:0 comments_to_code:12 details:Apparently, yegor256/takes#348 has been "pull-was-closed". failed_builds:0 files:3 hoc:92 is_human:1 issue:348 succeeded_builds:0 where:github who:526301
2015-07-21T14:26:26Z pull-was-closed 28924109 _job:18294176569 branch:350 comments:47 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:37 comments_resolved:0 comments_to_code:19 details:Apparently, yegor256/takes#356 has been "pull-was-closed". failed_builds:0 files:2 hoc:221 is_human:1 issue:356 succeeded_builds:0 where:github who:3920831
2015-07-21T14:26:11Z pull-was-closed 28924109 _job:18294176569 branch:349 comments:37 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:30 comments_resolved:0 comments_to_code:18 details:Apparently, yegor256/takes#357 has been "pull-was-closed". failed_builds:0 files:2 hoc:218 is_human:1 issue:357 succeeded_builds:0 where:github who:3920831
2015-07-07T04:56:46Z pull-was-merged 28924109 _job:18294176569 branch:321 comments:26 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:23 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#358 has been "pull-was-merged". failed_builds:0 files:5 hoc:249 is_human:0 issue:358 review_comments:7 succeeded_builds:0 where:github who:8086956
2015-07-28T16:52:06Z pull-was-merged 28924109 _job:18294176569 branch:349 comments:44 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:34 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#365 has been "pull-was-merged". failed_builds:0 files:2 hoc:341 is_human:0 issue:365 review_comments:8 succeeded_builds:0 where:github who:8086956
2015-07-22T04:56:35Z pull-was-merged 28924109 _job:18294176569 branch:350 comments:29 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:22 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#366 has been "pull-was-merged". failed_builds:0 files:2 hoc:284 is_human:0 issue:366 review_comments:5 succeeded_builds:0 where:github who:8086956
2015-08-17T19:42:53Z pull-was-closed 28924109 _job:18294176569 branch:master comments:49 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:38 comments_resolved:0 comments_to_code:22 details:Apparently, yegor256/takes#374 has been "pull-was-closed". failed_builds:0 files:2 hoc:165 is_human:1 issue:374 succeeded_builds:0 where:github who:6291471
2015-08-27T13:20:48Z pull-was-merged 28924109 _job:18294176569 branch:341 comments:9 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#378 has been "pull-was-merged". failed_builds:0 files:2 hoc:8 is_human:0 issue:378 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-09-02T13:41:29Z pull-was-merged 28924109 _job:18294176569 branch:master comments:20 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:19 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#380 has been "pull-was-merged". failed_builds:0 files:3 hoc:52 is_human:0 issue:380 review_comments:1 succeeded_builds:0 where:github who:8086956
2015-09-14T19:25:17Z pull-was-merged 28924109 _job:18294176569 branch:339_RsPrettyXML comments:26 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:22 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#381 has been "pull-was-merged". failed_builds:0 files:3 hoc:167 is_human:0 issue:381 review_comments:5 succeeded_builds:0 where:github who:8086956
2015-09-19T10:22:38Z pull-was-closed 28924109 _job:18294176569 branch:master comments:19 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:18 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#385 has been "pull-was-closed". failed_builds:0 files:0 hoc:0 is_human:1 issue:385 succeeded_builds:0 where:github who:262875
2015-10-15T18:50:12Z pull-was-closed 28924109 _job:18294176569 branch:master comments:6 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#386 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:1 issue:386 succeeded_builds:0 where:github who:526301
2015-10-09T02:49:10Z pull-was-closed 28924109 _job:18294176569 branch:persistence comments:43 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:30 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#393 has been "pull-was-closed". failed_builds:0 files:1 hoc:165 is_human:1 issue:393 succeeded_builds:0 where:github who:1643451
2015-10-09T02:49:53Z pull-was-closed 28924109 _job:18294176569 branch:implement comments:11 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#397 has been "pull-was-closed". failed_builds:0 files:2 hoc:529 is_human:1 issue:397 succeeded_builds:0 where:github who:1643451
2015-10-11T01:52:13Z pull-was-merged 28924109 _job:18294176569 branch:101 comments:34 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:30 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#398 has been "pull-was-merged". failed_builds:0 files:59 hoc:125 is_human:0 issue:398 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-10-09T20:17:55Z pull-was-merged 28924109 _job:18294176569 branch:120 comments:28 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:25 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#404 has been "pull-was-merged". failed_builds:0 files:3 hoc:135 is_human:0 issue:404 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-10-15T19:03:38Z pull-was-merged 28924109 _job:18294176569 branch:383_inorrect_psgoogle_userinfo_link comments:13 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:12 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#405 has been "pull-was-merged". failed_builds:0 files:2 hoc:10 is_human:0 issue:405 review_comments:1 succeeded_builds:0 where:github who:8086956
2015-10-20T20:59:55Z pull-was-merged 28924109 _job:18294176569 branch:290 comments:20 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:19 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#409 has been "pull-was-merged". failed_builds:0 files:2 hoc:11 is_human:0 issue:409 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-10-28T02:59:26Z pull-was-merged 28924109 _job:18294176569 branch:306 comments:42 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:35 comments_resolved:0 comments_to_code:11 details:Apparently, yegor256/takes#411 has been "pull-was-merged". failed_builds:0 files:2 hoc:227 is_human:0 issue:411 review_comments:11 succeeded_builds:0 where:github who:8086956
2015-10-29T03:41:06Z pull-was-merged 28924109 _job:18294176569 branch:410 comments:16 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:16 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#415 has been "pull-was-merged". failed_builds:0 files:1 hoc:18 is_human:0 issue:415 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-12-08T10:50:30Z pull-was-merged 28924109 _job:18294176569 branch:377 comments:47 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:38 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#421 has been "pull-was-merged". failed_builds:0 files:3 hoc:252 is_human:0 issue:421 review_comments:10 succeeded_builds:0 where:github who:8086956
2025-10-06T21:06:04Z dimensions-of-terrain _job:18294176569 total_active_contributors:3 total_commits:3537 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:739 total_releases:155 total_repositories:1 total_stars:859
2024-10-19T17:21:11Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#1339 has been earlier opened by @friji350. is_human:1 issue:1339 where:github who:67202651
2022-01-14T08:04:37Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#1116 has been earlier opened by @golszewski86. is_human:1 issue:1116 where:github who:45224442
2020-03-23T21:43:22Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#1041 has been earlier opened by @kleinesfilmroellchen. is_human:1 issue:1041 where:github who:28656157
2019-01-22T17:22:47Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#952 has been earlier opened by @g4s8. is_human:1 issue:952 where:github who:1524988
2019-01-15T21:35:31Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#943 has been earlier opened by @serranya. is_human:1 issue:943 where:github who:1206309
2018-12-06T13:35:08Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#884 has been earlier opened by @krzyk. is_human:1 issue:884 where:github who:105730
2018-12-01T23:07:54Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#882 has been earlier opened by @0pdd. is_human:0 issue:882 where:github who:24456188
2018-12-01T23:07:34Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#881 has been earlier opened by @0pdd. is_human:0 issue:881 where:github who:24456188
2018-12-01T23:07:13Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#880 has been earlier opened by @0pdd. is_human:0 issue:880 where:github who:24456188
2018-11-29T08:37:17Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#877 has been earlier opened by @krzyk. is_human:1 issue:877 where:github who:105730
2018-11-28T20:03:21Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#876 has been earlier opened by @victornoel. is_human:1 issue:876 where:github who:160975
2018-09-05T12:09:55Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#847 has been earlier opened by @paulodamaso. is_human:1 issue:847 where:github who:33915433
2018-07-23T19:05:29Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#842 has been earlier opened by @esteveboix. is_human:1 issue:842 where:github who:6975441
2018-06-13T10:16:33Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#841 has been earlier opened by @g4s8. is_human:1 issue:841 where:github who:1524988
2018-05-17T08:10:37Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#838 has been earlier opened by @jimkast. is_human:1 issue:838 where:github who:8284189
2018-05-13T13:28:32Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#837 has been earlier opened by @krzyk. is_human:1 issue:837 where:github who:105730
2018-04-02T14:09:20Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#834 has been earlier opened by @yegor256. is_human:1 issue:834 where:github who:526301
2018-03-17T15:54:29Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#832 has been earlier opened by @0pdd. is_human:0 issue:832 where:github who:24456188
2018-03-12T20:38:45Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#829 has been earlier opened by @yegor256. is_human:1 issue:829 where:github who:526301
2018-01-29T12:50:02Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#778 has been earlier opened by @simonjenga. is_human:1 issue:778 where:github who:1405237
2018-01-24T21:31:27Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#775 has been earlier opened by @piotrkot. is_human:1 issue:775 where:github who:9504395
2018-01-24T09:40:08Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#774 has been earlier opened by @simonjenga. is_human:1 issue:774 where:github who:1405237
2018-01-20T11:27:34Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#771 has been earlier opened by @yegor256. is_human:1 issue:771 where:github who:526301
2018-01-20T11:14:17Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#770 has been earlier opened by @simonjenga. is_human:1 issue:770 where:github who:1405237
2018-01-18T13:42:14Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#769 has been earlier opened by @yegor256. is_human:1 issue:769 where:github who:526301
2018-01-10T15:23:36Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#767 has been earlier opened by @t-izbassar. is_human:1 issue:767 where:github who:24223260
2018-01-10T15:22:20Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#766 has been earlier opened by @t-izbassar. is_human:1 issue:766 where:github who:24223260
2018-01-10T15:20:52Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#765 has been earlier opened by @t-izbassar. is_human:1 issue:765 where:github who:24223260
2018-01-10T15:19:47Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#764 has been earlier opened by @t-izbassar. is_human:1 issue:764 where:github who:24223260
2018-01-10T15:18:56Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#763 has been earlier opened by @t-izbassar. is_human:1 issue:763 where:github who:24223260
2018-01-08T14:12:16Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#758 has been earlier opened by @yegor256. is_human:1 issue:758 where:github who:526301
2018-01-01T21:07:10Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#755 has been earlier opened by @fabriciofx. is_human:1 issue:755 where:github who:1964562
2017-12-12T06:37:13Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#754 has been earlier opened by @vladimir-bukhtoyarov. is_human:1 issue:754 where:github who:6761830
2017-11-05T20:28:02Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#753 has been earlier opened by @yegor256. is_human:1 issue:753 where:github who:526301
2017-10-13T19:51:06Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#751 has been earlier opened by @yegor256. is_human:1 issue:751 where:github who:526301
2017-10-04T19:44:35Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#750 has been earlier opened by @g4s8. is_human:1 issue:750 where:github who:1524988
2017-09-24T16:44:55Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#749 has been earlier opened by @yegor256. is_human:1 issue:749 where:github who:526301
2017-09-01T16:17:03Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#747 has been earlier opened by @t-izbassar. is_human:1 issue:747 where:github who:24223260
2017-08-30T19:29:48Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#746 has been earlier opened by @eljames. is_human:1 issue:746 where:github who:8327674
2017-08-18T22:15:49Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#744 has been earlier opened by @skapral. is_human:1 issue:744 where:github who:1714171
2017-08-08T07:08:42Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#742 has been earlier opened by @yegor256. is_human:1 issue:742 where:github who:526301
2017-08-01T09:24:42Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#741 has been earlier opened by @semantosoph. is_human:1 issue:741 where:github who:107386
2017-07-31T12:00:18Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#740 has been earlier opened by @ezhov-da. is_human:1 issue:740 where:github who:16607117
2017-07-25T10:08:23Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#739 has been earlier opened by @yegor256. is_human:1 issue:739 where:github who:526301
2017-07-01T13:36:37Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#738 has been earlier opened by @maxxyme. is_human:1 issue:738 where:github who:60419
2017-07-01T07:02:06Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#737 has been earlier opened by @ro31337. is_human:1 issue:737 where:github who:1477672
2017-06-25T13:30:44Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#735 has been earlier opened by @yegor256. is_human:1 issue:735 where:github who:526301
2017-04-25T16:42:40Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#725 has been earlier opened by @0pdd. is_human:0 issue:725 where:github who:24456188
2017-03-01T03:46:34Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#723 has been earlier opened by @simonjenga. is_human:1 issue:723 where:github who:1405237
2016-12-18T09:03:33Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#719 has been earlier opened by @maksimmyshkin. is_human:1 issue:719 where:github who:16517593
2016-12-14T18:37:19Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#718 has been earlier opened by @essobedo. is_human:1 issue:718 where:github who:1618116
2016-07-30T07:49:35Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#707 has been earlier opened by @krzyk. is_human:1 issue:707 where:github who:105730
2016-07-28T21:34:06Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#705 has been earlier opened by @pchmielowski. is_human:1 issue:705 where:github who:7473920
2016-06-25T14:16:20Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#693 has been earlier opened by @peterjeschke. is_human:1 issue:693 where:github who:614673
2016-06-17T14:43:52Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#685 has been earlier opened by @simonjenga. is_human:1 issue:685 where:github who:1405237
2016-06-10T15:34:26Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#683 has been earlier opened by @simonjenga. is_human:1 issue:683 where:github who:1405237
2016-06-07T09:46:37Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#682 has been earlier opened by @mgenov. is_human:1 issue:682 where:github who:209223
2016-05-20T11:14:56Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#679 has been earlier opened by @dalifreire. is_human:1 issue:679 where:github who:10319140
2016-04-26T10:14:46Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#671 has been earlier opened by @yegor256. is_human:1 issue:671 where:github who:526301
2016-04-25T18:03:47Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#669 has been earlier opened by @dmzaytsev. is_human:1 issue:669 where:github who:9972909
2016-04-23T15:46:27Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#667 has been earlier opened by @essobedo. is_human:1 issue:667 where:github who:1618116
2016-04-23T11:41:39Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#666 has been earlier opened by @davvd. is_human:1 issue:666 where:github who:6305016
2016-04-18T08:47:41Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#664 has been earlier opened by @essobedo. is_human:1 issue:664 where:github who:1618116
2016-04-12T14:50:41Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#660 has been earlier opened by @davvd. is_human:1 issue:660 where:github who:6305016
2016-03-22T13:01:36Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#656 has been earlier opened by @davvd. is_human:1 issue:656 where:github who:6305016
2016-03-21T20:18:52Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#655 has been earlier opened by @davvd. is_human:1 issue:655 where:github who:6305016
2016-03-18T11:02:42Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#654 has been earlier opened by @dalifreire. is_human:1 issue:654 where:github who:10319140
2016-03-16T12:48:12Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#652 has been earlier opened by @exper0. is_human:1 issue:652 where:github who:7703204
2016-03-13T23:14:12Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#651 has been earlier opened by @wild-lotus. is_human:1 issue:651 where:github who:16798121
2016-03-08T22:12:02Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#646 has been earlier opened by @2686747. is_human:1 issue:646 where:github who:8187855
2016-03-03T00:18:31Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#638 has been earlier opened by @yegor256. is_human:1 issue:638 where:github who:526301
2016-03-02T07:35:40Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#637 has been earlier opened by @yegor256. is_human:1 issue:637 where:github who:526301
2016-03-01T19:47:38Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#635 has been earlier opened by @wild-lotus. is_human:1 issue:635 where:github who:16798121
2016-02-28T11:26:14Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#627 has been earlier opened by @yegor256. is_human:1 issue:627 where:github who:526301
2016-02-27T14:38:03Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#626 has been earlier opened by @wild-lotus. is_human:1 issue:626 where:github who:16798121
2016-02-27T11:06:30Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#625 has been earlier opened by @davvd. is_human:1 issue:625 where:github who:6305016
2016-02-27T09:47:20Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#624 has been earlier opened by @davvd. is_human:1 issue:624 where:github who:6305016
2016-02-26T17:58:17Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#623 has been earlier opened by @dmzaytsev. is_human:1 issue:623 where:github who:9972909
2016-02-24T13:57:23Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#622 has been earlier opened by @pinaf. is_human:1 issue:622 where:github who:1054771
2016-02-22T12:35:09Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#620 has been earlier opened by @dmzaytsev. is_human:1 issue:620 where:github who:9972909
2016-02-18T23:26:35Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#618 has been earlier opened by @yegor256. is_human:1 issue:618 where:github who:526301
2016-02-17T06:34:48Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#617 has been earlier opened by @datntvn. is_human:1 issue:617 where:github who:17193271
2016-02-16T06:06:42Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#615 has been earlier opened by @datntvn. is_human:1 issue:615 where:github who:17193271
2016-02-15T19:13:02Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#614 has been earlier opened by @jefferson-pessanha. is_human:1 issue:614 where:github who:13894650
2016-02-12T21:43:50Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#609 has been earlier opened by @ikarsokolov. is_human:1 issue:609 where:github who:11806
2016-02-12T21:34:02Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#608 has been earlier opened by @ikarsokolov. is_human:1 issue:608 where:github who:11806
2016-02-12T20:35:34Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#607 has been earlier opened by @ikarsokolov. is_human:1 issue:607 where:github who:11806
2016-02-12T12:25:45Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#606 has been earlier opened by @davvd. is_human:1 issue:606 where:github who:6305016
2016-02-12T10:12:39Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#604 has been earlier opened by @davvd. is_human:1 issue:604 where:github who:6305016
2016-02-11T21:07:56Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#602 has been earlier opened by @davvd. is_human:1 issue:602 where:github who:6305016
2016-02-11T18:57:51Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#600 has been earlier opened by @davvd. is_human:1 issue:600 where:github who:6305016
2016-02-11T15:58:45Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#598 has been earlier opened by @davvd. is_human:1 issue:598 where:github who:6305016
2016-02-11T15:47:50Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#597 has been earlier opened by @essobedo. is_human:1 issue:597 where:github who:1618116
2016-02-11T15:27:25Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#596 has been earlier opened by @essobedo. is_human:1 issue:596 where:github who:1618116
2016-02-11T14:22:40Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#595 has been earlier opened by @davvd. is_human:1 issue:595 where:github who:6305016
2016-02-11T11:04:42Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#594 has been earlier opened by @davvd. is_human:1 issue:594 where:github who:6305016
2016-02-11T07:23:05Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#591 has been earlier opened by @essobedo. is_human:1 issue:591 where:github who:1618116
2016-02-11T02:32:10Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#590 has been earlier opened by @pinaf. is_human:1 issue:590 where:github who:1054771
2016-02-10T20:25:34Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#589 has been earlier opened by @davvd. is_human:1 issue:589 where:github who:6305016
2016-02-10T19:31:52Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#588 has been earlier opened by @davvd. is_human:1 issue:588 where:github who:6305016
2016-02-10T17:22:16Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#586 has been earlier opened by @davvd. is_human:1 issue:586 where:github who:6305016
2016-02-10T15:07:14Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#584 has been earlier opened by @davvd. is_human:1 issue:584 where:github who:6305016
2016-02-09T10:25:18Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#582 has been earlier opened by @essobedo. is_human:1 issue:582 where:github who:1618116
2016-02-07T15:26:22Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#581 has been earlier opened by @xupyprmv. is_human:1 issue:581 where:github who:441232
2016-02-06T19:50:02Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#578 has been earlier opened by @ikarsokolov. is_human:1 issue:578 where:github who:11806
2016-02-05T23:47:15Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#577 has been earlier opened by @jhyle. is_human:1 issue:577 where:github who:5750596
2016-02-05T19:02:37Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#576 has been earlier opened by @davvd. is_human:1 issue:576 where:github who:6305016
2016-02-05T17:24:00Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#575 has been earlier opened by @davvd. is_human:1 issue:575 where:github who:6305016
2016-02-05T16:28:29Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#574 has been earlier opened by @davvd. is_human:1 issue:574 where:github who:6305016
2016-02-05T13:02:46Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#573 has been earlier opened by @sebing. is_human:1 issue:573 where:github who:5242384
2016-02-04T16:24:17Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#566 has been earlier opened by @essobedo. is_human:1 issue:566 where:github who:1618116
2016-02-03T14:25:45Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#561 has been earlier opened by @ghost. is_human:1 issue:561 where:github who:10137
2016-02-03T08:01:24Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#560 has been earlier opened by @piotrkot. is_human:1 issue:560 where:github who:9504395
2016-01-31T10:31:30Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#558 has been earlier opened by @davvd. is_human:1 issue:558 where:github who:6305016
2016-01-30T07:35:39Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#557 has been earlier opened by @krzyk. is_human:1 issue:557 where:github who:105730
2016-01-29T20:42:47Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#556 has been earlier opened by @mkordas. is_human:1 issue:556 where:github who:5467276
2016-01-29T17:52:50Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#555 has been earlier opened by @mkordas. is_human:1 issue:555 where:github who:5467276
2016-01-29T17:44:04Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#554 has been earlier opened by @mkordas. is_human:1 issue:554 where:github who:5467276
2016-01-26T23:19:29Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#550 has been earlier opened by @akaigoro. is_human:1 issue:550 where:github who:485798
2016-01-25T21:42:20Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#548 has been earlier opened by @jhyle. is_human:1 issue:548 where:github who:5750596
2016-01-24T12:52:36Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#544 has been earlier opened by @davvd. is_human:1 issue:544 where:github who:6305016
2016-01-23T15:36:21Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#542 has been earlier opened by @dmzaytsev. is_human:1 issue:542 where:github who:9972909
2016-01-22T21:41:05Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#540 has been earlier opened by @mkordas. is_human:1 issue:540 where:github who:5467276
2016-01-22T14:29:51Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#534 has been earlier opened by @davvd. is_human:1 issue:534 where:github who:6305016
2016-01-22T11:55:54Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#533 has been earlier opened by @davvd. is_human:1 issue:533 where:github who:6305016
2016-01-21T12:12:26Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#530 has been earlier opened by @krzyk. is_human:1 issue:530 where:github who:105730
2016-01-18T17:36:30Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#524 has been earlier opened by @akaigoro. is_human:1 issue:524 where:github who:485798
2016-01-18T13:46:47Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#523 has been earlier opened by @exper0. is_human:1 issue:523 where:github who:7703204
2016-01-18T08:10:53Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#522 has been earlier opened by @dmzaytsev. is_human:1 issue:522 where:github who:9972909
2016-01-16T13:53:39Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#521 has been earlier opened by @exper0. is_human:1 issue:521 where:github who:7703204
2016-01-16T13:02:03Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#520 has been earlier opened by @exper0. is_human:1 issue:520 where:github who:7703204
2016-01-16T09:34:19Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#519 has been earlier opened by @davvd. is_human:1 issue:519 where:github who:6305016
2016-01-15T23:56:56Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#517 has been earlier opened by @exper0. is_human:1 issue:517 where:github who:7703204
2016-01-15T22:41:59Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#516 has been earlier opened by @g4s8. is_human:1 issue:516 where:github who:1524988
2016-01-15T16:41:49Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#512 has been earlier opened by @exper0. is_human:1 issue:512 where:github who:7703204
2016-01-15T14:28:00Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#511 has been earlier opened by @exper0. is_human:1 issue:511 where:github who:7703204
2016-01-15T07:27:24Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#510 has been earlier opened by @simonjenga. is_human:1 issue:510 where:github who:1405237
2016-01-14T04:19:52Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#509 has been earlier opened by @yegor256. is_human:1 issue:509 where:github who:526301
2016-01-12T15:43:55Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#508 has been earlier opened by @davvd. is_human:1 issue:508 where:github who:6305016
2016-01-12T08:05:34Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#506 has been earlier opened by @simonjenga. is_human:1 issue:506 where:github who:1405237
2016-01-11T12:27:50Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#505 has been earlier opened by @piotrkot. is_human:1 issue:505 where:github who:9504395
2016-01-10T10:17:38Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#504 has been earlier opened by @ekondrashev. is_human:1 issue:504 where:github who:114910
2016-01-07T20:44:55Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#502 has been earlier opened by @dmzaytsev. is_human:1 issue:502 where:github who:9972909
2016-01-06T22:33:02Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#498 has been earlier opened by @hdouss. is_human:1 issue:498 where:github who:2956255
2016-01-05T14:14:43Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#497 has been earlier opened by @exper0. is_human:1 issue:497 where:github who:7703204
2016-01-04T15:58:38Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#496 has been earlier opened by @yegor256. is_human:1 issue:496 where:github who:526301
2016-01-03T11:15:36Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#495 has been earlier opened by @piotrkot. is_human:1 issue:495 where:github who:9504395
2015-12-31T05:36:13Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#492 has been earlier opened by @dmzaytsev. is_human:1 issue:492 where:github who:9972909
2015-12-30T03:25:08Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#491 has been earlier opened by @simonjenga. is_human:1 issue:491 where:github who:1405237
2015-12-29T15:18:48Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#490 has been earlier opened by @exper0. is_human:1 issue:490 where:github who:7703204
2015-12-26T16:12:34Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#486 has been earlier opened by @xupyprmv. is_human:1 issue:486 where:github who:441232
2015-12-21T18:59:23Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#475 has been earlier opened by @dmzaytsev. is_human:1 issue:475 where:github who:9972909
2015-12-19T14:04:40Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#473 has been earlier opened by @davvd. is_human:1 issue:473 where:github who:6305016
2015-12-18T18:22:08Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#470 has been earlier opened by @simonjenga. is_human:1 issue:470 where:github who:1405237
2015-12-16T19:37:29Z issue-was-opened 28924109 _job:18295506350 details:The issue yegor256/takes#469 has been earlier opened by @yegor256. is_human:1 issue:469 where:github who:526301
2016-01-06T11:21:47Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#486. is_human:1 issue:486 label:bug where:github who:526301
2016-01-05T14:09:52Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#490. is_human:1 issue:490 label:bug where:github who:526301
2016-01-04T16:39:04Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#491. is_human:1 issue:491 label:bug where:github who:526301
2016-01-05T13:53:34Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#492. is_human:1 issue:492 label:bug where:github who:526301
2016-01-04T12:12:25Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#495. is_human:1 issue:495 label:bug where:github who:526301
2016-01-04T16:37:33Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @davvd to the issue yegor256/takes#496. is_human:1 issue:496 label:bug where:github who:6305016
2016-01-11T10:59:30Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#498. is_human:1 issue:498 label:bug where:github who:526301
2016-01-15T21:54:20Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#506. is_human:1 issue:506 label:bug where:github who:526301
2016-01-19T00:21:26Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#516. is_human:1 issue:516 label:bug where:github who:526301
2016-01-19T00:20:32Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#517. is_human:1 issue:517 label:bug where:github who:526301
2016-01-19T18:48:34Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#520. is_human:1 issue:520 label:bug where:github who:526301
2016-01-26T04:32:47Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#522. is_human:1 issue:522 label:bug where:github who:526301
2016-01-26T04:32:06Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#524. is_human:1 issue:524 label:bug where:github who:526301
2016-01-21T16:50:15Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#530. is_human:1 issue:530 label:bug where:github who:526301
2016-01-29T21:20:35Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#540. is_human:1 issue:540 label:bug where:github who:526301
2016-01-26T04:07:34Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#542. is_human:1 issue:542 label:bug where:github who:526301
2016-02-03T23:10:50Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#548. is_human:1 issue:548 label:bug where:github who:526301
2016-01-29T20:14:49Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#555. is_human:1 issue:555 label:bug where:github who:526301
2016-02-03T00:33:45Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#557. is_human:1 issue:557 label:bug where:github who:526301
2016-02-09T04:39:25Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#560. is_human:1 issue:560 label:bug where:github who:526301
2016-02-16T04:56:01Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#566. is_human:1 issue:566 label:bug where:github who:526301
2016-02-09T01:00:25Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#573. is_human:1 issue:573 label:bug where:github who:526301
2018-11-27T12:14:34Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @paulodamaso to the issue yegor256/takes#577. is_human:1 issue:577 label:bug where:github who:33915433
2016-02-12T22:32:19Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#582. is_human:1 issue:582 label:bug where:github who:526301
2016-02-15T19:34:35Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#590. is_human:1 issue:590 label:bug where:github who:526301
2016-02-16T04:56:59Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#591. is_human:1 issue:591 label:bug where:github who:526301
2016-02-15T19:32:04Z label-was-attached 28924109 _job:18295506350 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#596. is_human:1 issue:596 label:bug where:github who:526301
2015-11-05T04:19:10Z pull-was-merged 28924109 _job:18295506350 branch:286_tkgziptest_compreses_on_demand_does_not_work comments:17 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:17 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#422 has been "pull-was-merged". failed_builds:0 files:2 hoc:39 is_human:0 issue:422 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-11-01T15:34:47Z pull-was-closed 28924109 _job:18295506350 branch:407 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#424 has been "pull-was-closed". failed_builds:0 files:3 hoc:341 is_human:1 issue:424 succeeded_builds:0 where:github who:8607452
2015-11-05T23:20:17Z pull-was-merged 28924109 _job:18295506350 branch:407 comments:42 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:35 comments_resolved:0 comments_to_code:17 details:Apparently, yegor256/takes#425 has been "pull-was-merged". failed_builds:0 files:5 hoc:345 is_human:0 issue:425 review_comments:17 succeeded_builds:0 where:github who:8086956
2015-11-07T01:52:36Z pull-was-merged 28924109 _job:18295506350 branch:417 comments:26 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:24 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#426 has been "pull-was-merged". failed_builds:0 files:2 hoc:93 is_human:0 issue:426 review_comments:5 succeeded_builds:0 where:github who:8086956
2015-11-10T07:24:26Z pull-was-merged 28924109 _job:18295506350 branch:412 comments:26 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:23 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#434 has been "pull-was-merged". failed_builds:0 files:5 hoc:404 is_human:0 issue:434 review_comments:6 succeeded_builds:0 where:github who:8086956
2015-11-10T07:35:39Z pull-was-merged 28924109 _job:18295506350 branch:389 comments:9 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#435 has been "pull-was-merged". failed_builds:0 files:1 hoc:9 is_human:0 issue:435 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-11-16T22:09:30Z pull-was-merged 28924109 _job:18295506350 branch:413 comments:28 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:27 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#440 has been "pull-was-merged". failed_builds:0 files:3 hoc:246 is_human:0 issue:440 review_comments:10 succeeded_builds:0 where:github who:8086956
2015-11-20T10:08:16Z pull-was-closed 28924109 _job:18295506350 branch:master comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#446 has been "pull-was-closed". failed_builds:0 files:1 hoc:3 is_human:1 issue:446 succeeded_builds:0 where:github who:2956255
2015-11-28T19:21:07Z pull-was-merged 28924109 _job:18295506350 branch:master comments:16 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:12 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#447 has been "pull-was-merged". failed_builds:0 files:1 hoc:71 is_human:0 issue:447 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-12-08T11:09:57Z pull-was-merged 28924109 _job:18295506350 branch:392 comments:27 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:23 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#451 has been "pull-was-merged". failed_builds:0 files:3 hoc:130 is_human:0 issue:451 review_comments:6 succeeded_builds:0 where:github who:8086956
2015-12-08T10:32:17Z pull-was-merged 28924109 _job:18295506350 branch:master comments:25 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:23 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#452 has been "pull-was-merged". failed_builds:0 files:5 hoc:288 is_human:0 issue:452 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-12-09T11:25:37Z pull-was-merged 28924109 _job:18295506350 branch:master comments:21 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:20 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#457 has been "pull-was-merged". failed_builds:0 files:2 hoc:66 is_human:0 issue:457 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-12-22T18:40:48Z pull-was-merged 28924109 _job:18295506350 branch:master comments:45 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:41 comments_resolved:0 comments_to_code:15 details:Apparently, yegor256/takes#459 has been "pull-was-merged". failed_builds:0 files:3 hoc:171 is_human:0 issue:459 review_comments:15 succeeded_builds:0 where:github who:8086956
2015-12-12T00:04:56Z pull-was-merged 28924109 _job:18295506350 branch:master comments:9 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#460 has been "pull-was-merged". failed_builds:0 files:1 hoc:14 is_human:0 issue:460 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-12-18T00:00:45Z pull-was-merged 28924109 _job:18295506350 branch:master comments:25 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:23 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#464 has been "pull-was-merged". failed_builds:0 files:2 hoc:42 is_human:0 issue:464 review_comments:4 succeeded_builds:0 where:github who:8086956
2016-01-14T03:10:42Z pull-was-merged 28924109 _job:18295506350 branch:issue-442 comments:38 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:29 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#465 has been "pull-was-merged". failed_builds:0 files:1 hoc:22 is_human:0 issue:465 review_comments:8 succeeded_builds:0 where:github who:8086956
2015-12-18T07:22:06Z pull-was-merged 28924109 _job:18295506350 branch:issue-445 comments:33 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:28 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#466 has been "pull-was-merged". failed_builds:0 files:2 hoc:68 is_human:0 issue:466 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-12-17T20:49:30Z pull-was-merged 28924109 _job:18295506350 branch:issue-441 comments:25 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:23 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#467 has been "pull-was-merged". failed_builds:0 files:2 hoc:153 is_human:0 issue:467 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-12-17T17:02:14Z pull-was-closed 28924109 _job:18295506350 branch:master comments:12 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#468 has been "pull-was-closed". failed_builds:0 files:3 hoc:356 is_human:1 issue:468 succeeded_builds:0 where:github who:6426314
2016-02-08T19:23:38Z pull-was-closed 28924109 _job:18295506350 branch:458 comments:76 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:63 comments_resolved:0 comments_to_code:35 details:Apparently, yegor256/takes#471 has been "pull-was-closed". failed_builds:0 files:1 hoc:270 is_human:1 issue:471 succeeded_builds:0 where:github who:6426314
2016-01-04T16:45:23Z pull-was-closed 28924109 _job:18295506350 branch:#430 comments:29 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:25 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#472 has been "pull-was-closed". failed_builds:0 files:2 hoc:219 is_human:1 issue:472 succeeded_builds:0 where:github who:526301
2015-12-22T18:29:39Z pull-was-merged 28924109 _job:18295506350 branch:master comments:27 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:24 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#474 has been "pull-was-merged". failed_builds:0 files:5 hoc:46 is_human:0 issue:474 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-12-22T19:59:30Z pull-was-merged 28924109 _job:18295506350 branch:issue-431 comments:23 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:21 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#476 has been "pull-was-merged". failed_builds:0 files:2 hoc:32 is_human:0 issue:476 review_comments:2 succeeded_builds:0 where:github who:8086956
2016-01-07T15:26:14Z pull-was-merged 28924109 _job:18295506350 branch:issue-462 comments:27 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:22 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#477 has been "pull-was-merged". failed_builds:0 files:2 hoc:126 is_human:0 issue:477 review_comments:3 succeeded_builds:0 where:github who:8086956
2016-01-04T17:26:45Z pull-was-merged 28924109 _job:18295506350 branch:issue-463 comments:21 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:18 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#478 has been "pull-was-merged". failed_builds:0 files:5 hoc:207 is_human:0 issue:478 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-01-04T15:59:06Z pull-was-merged 28924109 _job:18295506350 branch:450 comments:16 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:12 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#479 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:479 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-01-07T15:07:23Z pull-was-merged 28924109 _job:18295506350 branch:issue-480 comments:23 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:20 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#483 has been "pull-was-merged". failed_builds:0 files:2 hoc:9 is_human:0 issue:483 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-01-06T11:59:08Z pull-was-merged 28924109 _job:18295506350 branch:master comments:53 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:44 comments_resolved:0 comments_to_code:25 details:Apparently, yegor256/takes#484 has been "pull-was-merged". failed_builds:0 files:4 hoc:515 is_human:0 issue:484 review_comments:25 succeeded_builds:0 where:github who:8086956
2016-01-06T12:15:13Z pull-was-merged 28924109 _job:18295506350 branch:481 comments:16 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:16 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#487 has been "pull-was-merged". failed_builds:0 files:3 hoc:56 is_human:0 issue:487 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-01-06T11:35:20Z pull-was-merged 28924109 _job:18295506350 branch:482 comments:56 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:46 comments_resolved:0 comments_to_code:24 details:Apparently, yegor256/takes#488 has been "pull-was-merged". failed_builds:0 files:1 hoc:3 is_human:0 issue:488 review_comments:24 succeeded_builds:0 where:github who:8086956
2016-01-04T15:46:32Z pull-was-merged 28924109 _job:18295506350 branch:453 comments:25 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:23 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#489 has been "pull-was-merged". failed_builds:0 files:2 hoc:148 is_human:0 issue:489 review_comments:5 succeeded_builds:0 where:github who:8086956
2016-01-08T20:20:11Z pull-was-merged 28924109 _job:18295506350 branch:#430 comments:96 comments_appreciated:0 comments_by_author:27 comments_by_reviewers:69 comments_resolved:0 comments_to_code:48 details:Apparently, yegor256/takes#493 has been "pull-was-merged". failed_builds:0 files:2 hoc:57 is_human:0 issue:493 review_comments:48 succeeded_builds:0 where:github who:8086956
2016-01-04T16:52:49Z pull-was-merged 28924109 _job:18295506350 branch:#436 comments:18 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:17 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#494 has been "pull-was-merged". failed_builds:0 files:3 hoc:27 is_human:0 issue:494 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-01-11T10:42:48Z pull-was-merged 28924109 _job:18295506350 branch:issue-463-2 comments:11 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#499 has been "pull-was-merged". failed_builds:0 files:1 hoc:27 is_human:0 issue:499 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-01-15T01:25:43Z pull-was-merged 28924109 _job:18295506350 branch:master comments:34 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:30 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#500 has been "pull-was-merged". failed_builds:0 files:3 hoc:312 is_human:0 issue:500 review_comments:1 succeeded_builds:0 where:github who:8086956
2016-01-08T19:53:48Z pull-was-merged 28924109 _job:18295506350 branch:issue/#496 comments:23 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:22 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#501 has been "pull-was-merged". failed_builds:0 files:2 hoc:220 is_human:0 issue:501 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-01-11T11:20:48Z pull-was-merged 28924109 _job:18295506350 branch:issue/#490 comments:32 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:28 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#503 has been "pull-was-merged". failed_builds:0 files:1 hoc:47 is_human:0 issue:503 review_comments:5 succeeded_builds:0 where:github who:8086956
2016-01-23T16:34:41Z pull-was-merged 28924109 _job:18295506350 branch:492 comments:54 comments_appreciated:0 comments_by_author:15 comments_by_reviewers:39 comments_resolved:0 comments_to_code:21 details:Apparently, yegor256/takes#507 has been "pull-was-merged". failed_builds:0 files:2 hoc:167 is_human:0 issue:507 review_comments:21 succeeded_builds:0 where:github who:8086956
2016-01-25T06:08:24Z pull-was-merged 28924109 _job:18295506350 branch:issue-508 comments:38 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:32 comments_resolved:0 comments_to_code:14 details:Apparently, yegor256/takes#513 has been "pull-was-merged". failed_builds:0 files:3 hoc:652 is_human:0 issue:513 review_comments:14 succeeded_builds:0 where:github who:8086956
2016-01-26T04:04:50Z pull-was-merged 28924109 _job:18295506350 branch:#491 comments:25 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:21 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#514 has been "pull-was-merged". failed_builds:0 files:1 hoc:22 is_human:0 issue:514 review_comments:1 succeeded_builds:0 where:github who:8086956
2016-01-18T23:45:16Z pull-was-merged 28924109 _job:18295506350 branch:498 comments:38 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:30 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#515 has been "pull-was-merged". failed_builds:0 files:2 hoc:49 is_human:0 issue:515 review_comments:8 succeeded_builds:0 where:github who:8086956
2016-01-20T02:01:26Z pull-was-merged 28924109 _job:18295506350 branch:454 comments:27 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:23 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#518 has been "pull-was-merged". failed_builds:0 files:1 hoc:201 is_human:0 issue:518 review_comments:6 succeeded_builds:0 where:github who:8086956
2016-01-20T20:07:41Z pull-was-merged 28924109 _job:18295506350 branch:433 comments:23 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:21 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#525 has been "pull-was-merged". failed_builds:0 files:2 hoc:49 is_human:0 issue:525 review_comments:3 succeeded_builds:0 where:github who:8086956
2016-01-21T17:04:35Z pull-was-merged 28924109 _job:18295506350 branch:master comments:61 comments_appreciated:0 comments_by_author:17 comments_by_reviewers:44 comments_resolved:0 comments_to_code:28 details:Apparently, yegor256/takes#526 has been "pull-was-merged". failed_builds:0 files:2 hoc:137 is_human:0 issue:526 review_comments:28 succeeded_builds:0 where:github who:8086956
2016-01-23T03:49:37Z pull-was-merged 28924109 _job:18295506350 branch:#438 comments:25 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:22 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#527 has been "pull-was-merged". failed_builds:0 files:6 hoc:293 is_human:0 issue:527 review_comments:7 succeeded_builds:0 where:github who:8086956
2016-01-22T02:08:07Z pull-was-closed 28924109 _job:18295506350 branch:#523 comments:33 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:29 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#528 has been "pull-was-closed". failed_builds:0 files:381 hoc:762 is_human:1 issue:528 succeeded_builds:0 where:github who:1964562
2016-01-20T19:47:14Z pull-was-merged 28924109 _job:18295506350 branch:badges comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#529 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:529 review_comments:0 succeeded_builds:0 where:github who:526301
2018-12-01T12:51:44Z pull-was-closed 28924109 _job:18295506350 branch:master comments:9 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#531 has been "pull-was-closed". failed_builds:0 files:23 hoc:328 is_human:1 issue:531 succeeded_builds:0 where:github who:33915433
2016-01-22T20:08:04Z pull-was-closed 28924109 _job:18295506350 branch:#528 comments:9 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#532 has been "pull-was-closed". failed_builds:0 files:384 hoc:772 is_human:1 issue:532 succeeded_builds:0 where:github who:1964562
2016-01-29T19:15:55Z pull-was-merged 28924109 _job:18295506350 branch:530 comments:27 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:24 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#535 has been "pull-was-merged". failed_builds:0 files:25 hoc:156 is_human:0 issue:535 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-12-16T19:37:41Z issue-was-assigned 28924109 _job:18295506350 assigner:526301 details:yegor256/takes#469 was assigned to @yegor256 by @yegor256. is_human:1 issue:469 where:github who:526301
2016-01-14T04:19:55Z issue-was-assigned 28924109 _job:18295506350 assigner:526301 details:yegor256/takes#509 was assigned to @yegor256 by @yegor256. is_human:1 issue:509 where:github who:526301
2024-10-29T07:27:08Z issue-was-closed 28924109 _job:18295506350 details:Apparently, yegor256/takes#1339 has been "issue-was-closed". is_human:1 issue:1339 where:github who:526301
2015-04-03T00:37:31Z issue-was-opened 28924109 _job:18295506350 details:The missing issue yegor256/takes#111 has been opened by @yegor256. is_human:1 issue:111 where:github who:526301
2015-04-03T00:38:47Z issue-was-opened 28924109 _job:18295506350 details:The missing issue yegor256/takes#112 has been opened by @yegor256. is_human:1 issue:112 where:github who:526301
2015-04-03T00:43:06Z issue-was-opened 28924109 _job:18295506350 details:The missing issue yegor256/takes#113 has been opened by @yegor256. is_human:1 issue:113 where:github who:526301
2015-04-03T00:44:32Z issue-was-opened 28924109 _job:18295506350 details:The missing issue yegor256/takes#114 has been opened by @yegor256. is_human:1 issue:114 where:github who:526301
2015-04-03T00:49:25Z issue-was-opened 28924109 _job:18295506350 details:The missing issue yegor256/takes#115 has been opened by @yegor256. is_human:1 issue:115 where:github who:526301
2015-04-06T00:20:41Z issue-was-opened 28924109 _job:18295506350 details:The missing issue yegor256/takes#140 has been opened by @yegor256. is_human:1 issue:140 where:github who:526301
2016-07-28T21:37:27Z pull-was-opened 28924109 _job:18295506350 branch:master details:The missing pull yegor256/takes#706 has been opened by @pchmielowski. is_human:1 issue:706 where:github who:7473920
2016-08-06T21:02:57Z pull-was-opened 28924109 _job:18295506350 branch:#698_RsFlash_SingularField_PMD_warnings details:The missing pull yegor256/takes#708 has been opened by @dalifreire. is_human:1 issue:708 where:github who:10319140
2016-08-09T21:30:47Z pull-was-opened 28924109 _job:18295506350 branch:master details:The missing pull yegor256/takes#709 has been opened by @xupyprmv. is_human:1 issue:709 where:github who:441232
2018-02-28T21:00:44Z pull-was-opened 28924109 _job:18295506350 branch:794 details:The missing pull yegor256/takes#813 has been opened by @t-izbassar. is_human:1 issue:813 where:github who:24223260
2018-03-13T09:54:13Z pull-was-opened 28924109 _job:18295506350 branch:795 details:The missing pull yegor256/takes#830 has been opened by @t-izbassar. is_human:1 issue:830 where:github who:24223260
2018-03-14T10:43:03Z pull-was-opened 28924109 _job:18295506350 branch:821 details:The missing pull yegor256/takes#831 has been opened by @g4s8. is_human:1 issue:831 where:github who:1524988
2018-03-20T17:07:45Z pull-was-opened 28924109 _job:18295506350 branch:787 details:The missing pull yegor256/takes#833 has been opened by @neonailol. is_human:1 issue:833 where:github who:440768
2018-04-08T17:21:26Z pull-was-opened 28924109 _job:18295506350 branch:682 details:The missing pull yegor256/takes#836 has been opened by @g4s8. is_human:1 issue:836 where:github who:1524988
2018-05-19T17:29:58Z pull-was-opened 28924109 _job:18295506350 branch:rsprint details:The missing pull yegor256/takes#840 has been opened by @jimkast. is_human:1 issue:840 where:github who:8284189
2018-09-01T02:32:45Z pull-was-opened 28924109 _job:18295506350 branch:786 details:The missing pull yegor256/takes#843 has been opened by @paulodamaso. is_human:1 issue:843 where:github who:33915433
2018-09-04T03:30:13Z pull-was-opened 28924109 _job:18295506350 branch:791 details:The missing pull yegor256/takes#844 has been opened by @paulodamaso. is_human:1 issue:844 where:github who:33915433
2018-09-04T18:28:55Z pull-was-opened 28924109 _job:18295506350 branch:784 details:The missing pull yegor256/takes#845 has been opened by @paulodamaso. is_human:1 issue:845 where:github who:33915433
2018-09-05T03:10:19Z pull-was-opened 28924109 _job:18295506350 branch:790 details:The missing pull yegor256/takes#846 has been opened by @paulodamaso. is_human:1 issue:846 where:github who:33915433
2018-09-06T20:43:49Z pull-was-opened 28924109 _job:18295506350 branch:808 details:The missing pull yegor256/takes#848 has been opened by @paulodamaso. is_human:1 issue:848 where:github who:33915433
2018-09-11T20:28:39Z pull-was-opened 28924109 _job:18295506350 branch:806 details:The missing pull yegor256/takes#849 has been opened by @paulodamaso. is_human:1 issue:849 where:github who:33915433
2018-09-18T13:27:19Z pull-was-opened 28924109 _job:18295506350 branch:820 details:The missing pull yegor256/takes#852 has been opened by @paulodamaso. is_human:1 issue:852 where:github who:33915433
2018-09-19T16:32:27Z pull-was-opened 28924109 _job:18295506350 branch:725 details:The missing pull yegor256/takes#853 has been opened by @paulodamaso. is_human:1 issue:853 where:github who:33915433
2018-09-20T01:46:23Z pull-was-opened 28924109 _job:18295506350 branch:850 details:The missing pull yegor256/takes#854 has been opened by @paulodamaso. is_human:1 issue:854 where:github who:33915433
2018-09-21T17:00:44Z pull-was-opened 28924109 _job:18295506350 branch:800 details:The missing pull yegor256/takes#855 has been opened by @paulodamaso. is_human:1 issue:855 where:github who:33915433
2018-10-08T14:04:50Z pull-was-opened 28924109 _job:18295506350 branch:832 details:The missing pull yegor256/takes#857 has been opened by @paulodamaso. is_human:1 issue:857 where:github who:33915433
2018-10-11T18:45:50Z pull-was-opened 28924109 _job:18295506350 branch:826 details:The missing pull yegor256/takes#860 has been opened by @paulodamaso. is_human:1 issue:860 where:github who:33915433
2018-10-24T13:04:47Z pull-was-opened 28924109 _job:18295506350 branch:862 details:The missing pull yegor256/takes#864 has been opened by @paulodamaso. is_human:1 issue:864 where:github who:33915433
2018-11-15T13:14:37Z pull-was-opened 28924109 _job:18295506350 branch:819 details:The missing pull yegor256/takes#867 has been opened by @olenagerasimova. is_human:1 issue:867 where:github who:14931449
2018-11-18T09:57:23Z pull-was-opened 28924109 _job:18295506350 branch:800-investigation details:The missing pull yegor256/takes#868 has been opened by @victornoel. is_human:1 issue:868 where:github who:160975
2018-11-20T19:16:14Z pull-was-opened 28924109 _job:18295506350 branch:812-fix-rsprinttest details:The missing pull yegor256/takes#870 has been opened by @victornoel. is_human:1 issue:870 where:github who:160975
2018-11-24T11:46:33Z pull-was-opened 28924109 _job:18295506350 branch:804-cactoos details:The missing pull yegor256/takes#873 has been opened by @victornoel. is_human:1 issue:873 where:github who:160975
2018-11-28T18:08:57Z pull-was-opened 28924109 _job:18295506350 branch:837-qulice-update details:The missing pull yegor256/takes#874 has been opened by @victornoel. is_human:1 issue:874 where:github who:160975
2018-11-28T19:02:49Z pull-was-opened 28924109 _job:18295506350 branch:861-tkmethods-405 details:The missing pull yegor256/takes#875 has been opened by @victornoel. is_human:1 issue:875 where:github who:160975
2018-12-01T19:20:21Z pull-was-opened 28924109 _job:18295506350 branch:770 details:The missing pull yegor256/takes#878 has been opened by @olenagerasimova. is_human:1 issue:878 where:github who:14931449
2018-12-01T20:41:43Z pull-was-opened 28924109 _job:18295506350 branch:838 details:The missing pull yegor256/takes#879 has been opened by @olenagerasimova. is_human:1 issue:879 where:github who:14931449
2018-12-06T10:10:32Z pull-was-opened 28924109 _job:18295506350 branch:881 details:The missing pull yegor256/takes#883 has been opened by @krzyk. is_human:1 issue:883 where:github who:105730
2018-12-07T11:32:23Z pull-was-opened 28924109 _job:18295506350 branch:876 details:The missing pull yegor256/takes#885 has been opened by @krzyk. is_human:1 issue:885 where:github who:105730
2018-12-08T14:39:22Z pull-was-opened 28924109 _job:18295506350 branch:880-qulice details:The missing pull yegor256/takes#886 has been opened by @victornoel. is_human:1 issue:886 where:github who:160975
2018-12-11T10:58:30Z pull-was-opened 28924109 _job:18295506350 branch:rearrange-arc details:The missing pull yegor256/takes#890 has been opened by @krzyk. is_human:1 issue:890 where:github who:105730
2018-12-11T11:21:06Z pull-was-opened 28924109 _job:18295506350 branch:842 details:The missing pull yegor256/takes#891 has been opened by @olenagerasimova. is_human:1 issue:891 where:github who:14931449
2018-12-11T19:48:16Z pull-was-opened 28924109 _job:18295506350 branch:877 details:The missing pull yegor256/takes#892 has been opened by @oridan. is_human:1 issue:892 where:github who:29357595
2018-12-14T16:03:20Z pull-was-opened 28924109 _job:18295506350 branch:877-surefire details:The missing pull yegor256/takes#896 has been opened by @oridan. is_human:1 issue:896 where:github who:29357595
2018-12-17T13:30:57Z pull-was-opened 28924109 _job:18295506350 branch:master details:The missing pull yegor256/takes#897 has been opened by @marceloamadeu. is_human:1 issue:897 where:github who:45645330
2018-12-18T19:03:58Z pull-was-opened 28924109 _job:18295506350 branch:utf8_refactoring details:The missing pull yegor256/takes#903 has been opened by @binaryigor. is_human:1 issue:903 where:github who:41533396
2018-12-22T18:12:49Z pull-was-opened 28924109 _job:18295506350 branch:863 details:The missing pull yegor256/takes#907 has been opened by @krzyk. is_human:1 issue:907 where:github who:105730
2018-12-22T21:45:29Z pull-was-opened 28924109 _job:18295506350 branch:788 details:The missing pull yegor256/takes#908 has been opened by @krzyk. is_human:1 issue:908 where:github who:105730
2018-12-24T03:26:00Z pull-was-opened 28924109 _job:18295506350 branch:882 details:The missing pull yegor256/takes#913 has been opened by @fabriciofx. is_human:1 issue:913 where:github who:1964562
2018-12-27T00:11:03Z pull-was-opened 28924109 _job:18295506350 branch:847 details:The missing pull yegor256/takes#919 has been opened by @fabriciofx. is_human:1 issue:919 where:github who:1964562
2018-12-28T23:42:36Z pull-was-opened 28924109 _job:18295506350 branch:pr20181228 details:The missing pull yegor256/takes#922 has been opened by @paulodamaso. is_human:1 issue:922 where:github who:33915433
2019-01-03T04:42:11Z pull-was-opened 28924109 _job:18295506350 branch:866 details:The missing pull yegor256/takes#930 has been opened by @fabriciofx. is_human:1 issue:930 where:github who:1964562
2019-01-03T22:19:07Z pull-was-opened 28924109 _job:18295506350 branch:master details:The missing pull yegor256/takes#931 has been opened by @marceloamadeu. is_human:1 issue:931 where:github who:45645330
2019-01-03T22:49:30Z pull-was-opened 28924109 _job:18295506350 branch:removing_nulls details:The missing pull yegor256/takes#932 has been opened by @binaryigor. is_human:1 issue:932 where:github who:41533396
2019-01-04T15:00:43Z pull-was-opened 28924109 _job:18295506350 branch:802 details:The missing pull yegor256/takes#934 has been opened by @marceloamadeu. is_human:1 issue:934 where:github who:45645330
2019-01-04T16:32:45Z pull-was-opened 28924109 _job:18295506350 branch:893 details:The missing pull yegor256/takes#936 has been opened by @marceloamadeu. is_human:1 issue:936 where:github who:45645330
2019-01-11T18:50:13Z pull-was-opened 28924109 _job:18295506350 branch:925 details:The missing pull yegor256/takes#939 has been opened by @paulodamaso. is_human:1 issue:939 where:github who:33915433
2019-01-11T20:04:21Z pull-was-opened 28924109 _job:18295506350 branch:paulodamaso-patch-1 details:The missing pull yegor256/takes#940 has been opened by @paulodamaso. is_human:1 issue:940 where:github who:33915433
2019-01-12T07:28:51Z pull-was-opened 28924109 _job:18295506350 branch:865 details:The missing pull yegor256/takes#941 has been opened by @fabriciofx. is_human:1 issue:941 where:github who:1964562
2019-01-15T21:24:29Z pull-was-opened 28924109 _job:18295506350 branch:#804 details:The missing pull yegor256/takes#942 has been opened by @serranya. is_human:1 issue:942 where:github who:1206309
2019-01-16T11:51:36Z pull-was-opened 28924109 _job:18295506350 branch:#577 details:The missing pull yegor256/takes#947 has been opened by @serranya. is_human:1 issue:947 where:github who:1206309
2019-01-24T20:31:24Z pull-was-opened 28924109 _job:18295506350 branch:953 details:The missing pull yegor256/takes#954 has been opened by @fabriciofx. is_human:1 issue:954 where:github who:1964562
2019-01-26T13:25:38Z pull-was-opened 28924109 _job:18295506350 branch:master details:The missing pull yegor256/takes#956 has been opened by @paulodamaso. is_human:1 issue:956 where:github who:33915433
2019-02-05T14:01:07Z pull-was-opened 28924109 _job:18295506350 branch:#888 details:The missing pull yegor256/takes#960 has been opened by @serranya. is_human:1 issue:960 where:github who:1206309
2019-02-07T12:57:04Z pull-was-opened 28924109 _job:18295506350 branch:895 details:The missing pull yegor256/takes#961 has been opened by @marceloamadeu. is_human:1 issue:961 where:github who:45645330
2019-02-09T15:02:57Z pull-was-opened 28924109 _job:18295506350 branch:884 details:The missing pull yegor256/takes#962 has been opened by @danilomo. is_human:1 issue:962 where:github who:889052
2019-02-12T19:48:09Z pull-was-opened 28924109 _job:18295506350 branch:944 details:The missing pull yegor256/takes#963 has been opened by @marceloamadeu. is_human:1 issue:963 where:github who:45645330
2019-02-13T19:26:38Z pull-was-opened 28924109 _job:18295506350 branch:902 details:The missing pull yegor256/takes#964 has been opened by @oridan. is_human:1 issue:964 where:github who:29357595
2019-02-19T13:25:29Z pull-was-opened 28924109 _job:18295506350 branch:status-report details:The missing pull yegor256/takes#966 has been opened by @paulodamaso. is_human:1 issue:966 where:github who:33915433
2019-02-20T14:03:15Z pull-was-opened 28924109 _job:18295506350 branch:943 details:The missing pull yegor256/takes#967 has been opened by @oridan. is_human:1 issue:967 where:github who:29357595
2019-02-22T12:11:10Z pull-was-opened 28924109 _job:18295506350 branch:#911 details:The missing pull yegor256/takes#969 has been opened by @serranya. is_human:1 issue:969 where:github who:1206309
2019-02-23T02:34:02Z pull-was-opened 28924109 _job:18295506350 branch:406 details:The missing pull yegor256/takes#970 has been opened by @oridan. is_human:1 issue:970 where:github who:29357595
2019-02-24T10:31:28Z pull-was-opened 28924109 _job:18295506350 branch:#952 details:The missing pull yegor256/takes#971 has been opened by @serranya. is_human:1 issue:971 where:github who:1206309
2019-03-07T11:56:53Z pull-was-opened 28924109 _job:18295506350 branch:#904 details:The missing pull yegor256/takes#972 has been opened by @serranya. is_human:1 issue:972 where:github who:1206309
2019-03-27T16:08:07Z pull-was-opened 28924109 _job:18295506350 branch:968 details:The missing pull yegor256/takes#973 has been opened by @lucasmessias9898. is_human:1 issue:973 where:github who:36428045
2019-04-01T13:27:54Z pull-was-opened 28924109 _job:18295506350 branch:#957 details:The missing pull yegor256/takes#974 has been opened by @serranya. is_human:1 issue:974 where:github who:1206309
2019-04-25T12:56:38Z pull-was-opened 28924109 _job:18295506350 branch:976-update-compiler-plugin details:The missing pull yegor256/takes#977 has been opened by @vzurauskas. is_human:1 issue:977 where:github who:18754033
2019-05-23T05:09:03Z pull-was-opened 28924109 _job:18295506350 branch:968 details:The missing pull yegor256/takes#979 has been opened by @zcrusaderz. is_human:1 issue:979 where:github who:34595022
2019-05-23T06:43:28Z pull-was-opened 28924109 _job:18295506350 branch:980 details:The missing pull yegor256/takes#981 has been opened by @zcrusaderz. is_human:1 issue:981 where:github who:34595022
2019-05-24T08:13:43Z pull-was-opened 28924109 _job:18295506350 branch:968 details:The missing pull yegor256/takes#982 has been opened by @zcrusaderz. is_human:1 issue:982 where:github who:34595022
2019-06-04T07:48:29Z pull-was-opened 28924109 _job:18295506350 branch:Cactoos0_41 details:The missing pull yegor256/takes#985 has been opened by @golszewski86. is_human:1 issue:985 where:github who:45224442
2019-06-06T22:21:56Z pull-was-opened 28924109 _job:18295506350 branch:872 details:The missing pull yegor256/takes#986 has been opened by @piotrkot. is_human:1 issue:986 where:github who:9504395
2019-06-13T09:22:49Z pull-was-opened 28924109 _job:18295506350 branch:HttpStatuses details:The missing pull yegor256/takes#987 has been opened by @golszewski86. is_human:1 issue:987 where:github who:45224442
2019-06-16T18:09:10Z pull-was-opened 28924109 _job:18295506350 branch:nullfree details:The missing pull yegor256/takes#988 has been opened by @nikialeksey. is_human:1 issue:988 where:github who:5731084
2019-06-24T10:49:40Z pull-was-opened 28924109 _job:18295506350 branch:master details:The missing pull yegor256/takes#989 has been opened by @mreiche. is_human:1 issue:989 where:github who:572453
2019-09-05T06:08:17Z pull-was-opened 28924109 _job:18295506350 branch:991 details:The missing pull yegor256/takes#992 has been opened by @piotrkot. is_human:1 issue:992 where:github who:9504395
2019-11-14T20:14:58Z pull-was-opened 28924109 _job:18295506350 branch:918 details:The missing pull yegor256/takes#995 has been opened by @fevzian. is_human:1 issue:995 where:github who:3167940
2019-11-20T02:33:51Z pull-was-opened 28924109 _job:18295506350 branch:869 details:The missing pull yegor256/takes#996 has been opened by @fevzian. is_human:1 issue:996 where:github who:3167940
2019-11-29T17:20:29Z pull-was-opened 28924109 _job:18295506350 branch:998 details:The missing pull yegor256/takes#1001 has been opened by @fevzian. is_human:1 issue:1001 where:github who:3167940
2019-12-04T13:41:30Z pull-was-opened 28924109 _job:18295506350 branch:#1002-refactor-TkSlf4j details:The missing pull yegor256/takes#1003 has been opened by @pal548. is_human:1 issue:1003 where:github who:35927798
2019-12-05T14:47:34Z pull-was-opened 28924109 _job:18295506350 branch:status-report-2019-12-05 details:The missing pull yegor256/takes#1006 has been opened by @paulodamaso. is_human:1 issue:1006 where:github who:33915433
2020-01-15T18:07:08Z pull-was-opened 28924109 _job:18295506350 branch:998-fix details:The missing pull yegor256/takes#1020 has been opened by @fevzian. is_human:1 issue:1020 where:github who:3167940
2020-02-03T15:32:11Z pull-was-opened 28924109 _job:18295506350 branch:1008 details:The missing pull yegor256/takes#1023 has been opened by @fevzian. is_human:1 issue:1023 where:github who:3167940
2020-02-05T03:02:24Z pull-was-opened 28924109 _job:18295506350 branch:1010 details:The missing pull yegor256/takes#1026 has been opened by @fevzian. is_human:1 issue:1026 where:github who:3167940
2020-02-06T12:34:49Z pull-was-opened 28924109 _job:18295506350 branch:1027 details:The missing pull yegor256/takes#1028 has been opened by @paulodamaso. is_human:1 issue:1028 where:github who:33915433
2020-02-13T06:20:08Z pull-was-opened 28924109 _job:18295506350 branch:1013 details:The missing pull yegor256/takes#1030 has been opened by @fevzian. is_human:1 issue:1030 where:github who:3167940
2020-02-19T22:19:28Z pull-was-opened 28924109 _job:18295506350 branch:1025 details:The missing pull yegor256/takes#1033 has been opened by @fevzian. is_human:1 issue:1033 where:github who:3167940
2020-02-26T04:56:43Z pull-was-opened 28924109 _job:18295506350 branch:1011 details:The missing pull yegor256/takes#1034 has been opened by @fevzian. is_human:1 issue:1034 where:github who:3167940
2020-03-09T18:04:09Z pull-was-opened 28924109 _job:18295506350 branch:1036 details:The missing pull yegor256/takes#1037 has been opened by @paulodamaso. is_human:1 issue:1037 where:github who:33915433
2020-03-12T19:58:59Z pull-was-opened 28924109 _job:18295506350 branch:1012 details:The missing pull yegor256/takes#1038 has been opened by @fevzian. is_human:1 issue:1038 where:github who:3167940
2020-03-15T04:58:47Z pull-was-opened 28924109 _job:18295506350 branch:1036 details:The missing pull yegor256/takes#1039 has been opened by @paulodamaso. is_human:1 issue:1039 where:github who:33915433
2020-03-15T05:22:10Z pull-was-opened 28924109 _job:18295506350 branch:1036 details:The missing pull yegor256/takes#1040 has been opened by @paulodamaso. is_human:1 issue:1040 where:github who:33915433
2020-03-25T04:22:09Z pull-was-opened 28924109 _job:18295506350 branch:1016 details:The missing pull yegor256/takes#1042 has been opened by @fevzian. is_human:1 issue:1042 where:github who:3167940
2020-03-25T04:37:20Z pull-was-opened 28924109 _job:18295506350 branch:1017 details:The missing pull yegor256/takes#1043 has been opened by @fevzian. is_human:1 issue:1043 where:github who:3167940
2020-03-25T04:49:18Z pull-was-opened 28924109 _job:18295506350 branch:1015 details:The missing pull yegor256/takes#1044 has been opened by @fevzian. is_human:1 issue:1044 where:github who:3167940
2020-03-25T05:00:40Z pull-was-opened 28924109 _job:18295506350 branch:1019 details:The missing pull yegor256/takes#1045 has been opened by @fevzian. is_human:1 issue:1045 where:github who:3167940
2020-04-28T07:25:24Z pull-was-opened 28924109 _job:18295506350 branch:fix/update-readme-with-correct-link details:The missing pull yegor256/takes#1046 has been opened by @vblinden. is_human:1 issue:1046 where:github who:1420356
2020-04-29T03:20:39Z pull-was-opened 28924109 _job:18295506350 branch:1014 details:The missing pull yegor256/takes#1047 has been opened by @fevzian. is_human:1 issue:1047 where:github who:3167940
2020-06-23T01:28:32Z pull-was-opened 28924109 _job:18295506350 branch:issue-984 details:The missing pull yegor256/takes#1052 has been opened by @andreoss. is_human:1 issue:1052 where:github who:49783909
2020-06-24T00:35:34Z pull-was-opened 28924109 _job:18295506350 branch:issue-994 details:The missing pull yegor256/takes#1053 has been opened by @andreoss. is_human:1 issue:1053 where:github who:49783909
2020-06-30T16:47:03Z pull-was-opened 28924109 _job:18295506350 branch:issue-1055 details:The missing pull yegor256/takes#1056 has been opened by @andreoss. is_human:1 issue:1056 where:github who:49783909
2020-07-25T16:05:40Z pull-was-opened 28924109 _job:18295506350 branch:bugfix_1050 details:The missing pull yegor256/takes#1059 has been opened by @rusefillc. is_human:1 issue:1059 where:github who:48498823
2020-07-28T08:41:08Z pull-was-opened 28924109 _job:18295506350 branch:fix-remote-port details:The missing pull yegor256/takes#1061 has been opened by @eugendueck. is_human:1 issue:1061 where:github who:41422
2020-08-23T23:08:19Z pull-was-opened 28924109 _job:18295506350 branch:1054 details:The missing pull yegor256/takes#1063 has been opened by @fabriciofx. is_human:1 issue:1063 where:github who:1964562
2020-09-02T20:57:39Z pull-was-opened 28924109 _job:18295506350 branch:1036 details:The missing pull yegor256/takes#1064 has been opened by @paulodamaso. is_human:1 issue:1064 where:github who:33915433
2020-09-03T15:17:13Z pull-was-opened 28924109 _job:18295506350 branch:1058 details:The missing pull yegor256/takes#1065 has been opened by @fabriciofx. is_human:1 issue:1065 where:github who:1964562
2020-09-03T15:54:36Z pull-was-opened 28924109 _job:18295506350 branch:1036 details:The missing pull yegor256/takes#1066 has been opened by @paulodamaso. is_human:1 issue:1066 where:github who:33915433
2020-09-09T08:33:33Z pull-was-opened 28924109 _job:18295506350 branch:jump2header details:The missing pull yegor256/takes#1072 has been opened by @strdr4605. is_human:1 issue:1072 where:github who:16056918
2020-09-16T23:06:22Z pull-was-opened 28924109 _job:18295506350 branch:issue-999 details:The missing pull yegor256/takes#1076 has been opened by @andreoss. is_human:1 issue:1076 where:github who:49783909
2020-10-22T12:37:49Z pull-was-opened 28924109 _job:18295506350 branch:issue-950 details:The missing pull yegor256/takes#1082 has been opened by @andreoss. is_human:1 issue:1082 where:github who:49783909
2020-10-23T23:06:24Z pull-was-opened 28924109 _job:18295506350 branch:issue-1081 details:The missing pull yegor256/takes#1084 has been opened by @andreoss. is_human:1 issue:1084 where:github who:49783909
2020-10-23T23:52:28Z pull-was-opened 28924109 _job:18295506350 branch:issue-1067 details:The missing pull yegor256/takes#1085 has been opened by @andreoss. is_human:1 issue:1085 where:github who:49783909
2020-10-24T01:35:19Z pull-was-opened 28924109 _job:18295506350 branch:issue-1077 details:The missing pull yegor256/takes#1086 has been opened by @andreoss. is_human:1 issue:1086 where:github who:49783909
2020-10-24T10:17:38Z pull-was-opened 28924109 _job:18295506350 branch:issue-1050 details:The missing pull yegor256/takes#1087 has been opened by @andreoss. is_human:1 issue:1087 where:github who:49783909
2021-02-25T14:38:45Z pull-was-opened 28924109 _job:18295506350 branch:remove_print details:The missing pull yegor256/takes#1092 has been opened by @baudoliver7. is_human:1 issue:1092 where:github who:7813046
2021-02-28T21:18:28Z pull-was-opened 28924109 _job:18295506350 branch:use_sticky_decorator details:The missing pull yegor256/takes#1093 has been opened by @baudoliver7. is_human:1 issue:1093 where:github who:7813046
2021-03-12T07:04:45Z pull-was-opened 28924109 _job:18295506350 branch:improve_test_coverage details:The missing pull yegor256/takes#1094 has been opened by @baudoliver7. is_human:1 issue:1094 where:github who:7813046
2021-03-25T05:53:12Z pull-was-opened 28924109 _job:18295506350 branch:missing_doc_referenced details:The missing pull yegor256/takes#1096 has been opened by @baudoliver7. is_human:1 issue:1096 where:github who:7813046
2021-03-31T08:51:24Z pull-was-opened 28924109 _job:18295506350 branch:update_jcabi_parent_version details:The missing pull yegor256/takes#1097 has been opened by @baudoliver7. is_human:1 issue:1097 where:github who:7813046
2021-04-17T15:09:39Z pull-was-opened 28924109 _job:18295506350 branch:copying_bytes_in_rqmtbase details:The missing pull yegor256/takes#1101 has been opened by @baudoliver7. is_human:1 issue:1101 where:github who:7813046
2021-04-25T17:52:12Z pull-was-opened 28924109 _job:18295506350 branch:issue-1073 details:The missing pull yegor256/takes#1102 has been opened by @andreoss. is_human:1 issue:1102 where:github who:49783909
2021-04-26T00:50:37Z pull-was-opened 28924109 _job:18295506350 branch:issue-895 details:The missing pull yegor256/takes#1103 has been opened by @andreoss. is_human:1 issue:1103 where:github who:49783909
2021-04-26T02:07:23Z pull-was-opened 28924109 _job:18295506350 branch:issue-1062 details:The missing pull yegor256/takes#1104 has been opened by @andreoss. is_human:1 issue:1104 where:github who:49783909
2025-10-06T16:01:29Z pull-was-opened 28924109 _job:18296675015 branch:renovate/fsfe-reuse-action-6.x details:The pull request yegor256/takes#1478 has been opened by @renovate[bot]. event_id:55673161045 event_type:PullRequestEvent is_human:0 issue:1478 where:github who:29139614
2016-02-03T21:43:40Z pull-was-merged 28924109 _job:18296675015 branch:254 comments:48 comments_appreciated:0 comments_by_author:15 comments_by_reviewers:33 comments_resolved:0 comments_to_code:20 details:Apparently, yegor256/takes#536 has been "pull-was-merged". failed_builds:0 files:4 hoc:185 is_human:0 issue:536 review_comments:20 succeeded_builds:0 where:github who:8086956
2016-04-17T17:22:56Z pull-was-closed 28924109 _job:18296675015 branch:534 comments:45 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:34 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#537 has been "pull-was-closed". failed_builds:0 files:2 hoc:68 is_human:1 issue:537 succeeded_builds:0 where:github who:526301
2016-01-22T23:30:34Z pull-was-closed 28924109 _job:18296675015 branch:#528 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#538 has been "pull-was-closed". failed_builds:0 files:384 hoc:778 is_human:1 issue:538 succeeded_builds:0 where:github who:1964562
2016-02-19T22:25:09Z pull-was-closed 28924109 _job:18296675015 branch:533 comments:23 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:20 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#539 has been "pull-was-closed". failed_builds:0 files:9 hoc:358 is_human:1 issue:539 succeeded_builds:0 where:github who:7703204
2016-02-09T00:56:29Z pull-was-closed 28924109 _job:18296675015 branch:#528 comments:12 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:11 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#541 has been "pull-was-closed". failed_builds:0 files:384 hoc:778 is_human:1 issue:541 succeeded_builds:0 where:github who:526301
2016-01-26T04:24:42Z pull-was-merged 28924109 _job:18296675015 branch:issue-520 comments:29 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:26 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#543 has been "pull-was-merged". failed_builds:0 files:6 hoc:578 is_human:0 issue:543 review_comments:4 succeeded_builds:0 where:github who:8086956
2016-02-11T21:11:13Z pull-was-closed 28924109 _job:18296675015 branch:master comments:11 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:11 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#545 has been "pull-was-closed". failed_builds:0 files:2 hoc:369 is_human:1 issue:545 succeeded_builds:0 where:github who:485798
2016-01-26T02:27:16Z pull-was-merged 28924109 _job:18296675015 branch:master comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#546 has been "pull-was-merged". failed_builds:0 files:2 hoc:6 is_human:1 issue:546 review_comments:0 succeeded_builds:0 where:github who:526301
2016-01-26T01:43:18Z pull-was-merged 28924109 _job:18296675015 branch:master comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#547 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:1 issue:547 review_comments:0 succeeded_builds:0 where:github who:526301
2016-01-26T19:17:27Z pull-was-merged 28924109 _job:18296675015 branch:master comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#549 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:549 review_comments:0 succeeded_builds:0 where:github who:526301
2016-02-16T18:29:17Z pull-was-merged 28924109 _job:18296675015 branch:master comments:70 comments_appreciated:0 comments_by_author:25 comments_by_reviewers:45 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#551 has been "pull-was-merged". failed_builds:0 files:1 hoc:84 is_human:0 issue:551 review_comments:10 succeeded_builds:0 where:github who:8086956
2016-02-03T22:01:39Z pull-was-merged 28924109 _job:18296675015 branch:findbugs comments:268 comments_appreciated:0 comments_by_author:109 comments_by_reviewers:159 comments_resolved:0 comments_to_code:127 details:Apparently, yegor256/takes#552 has been "pull-was-merged". failed_builds:0 files:21 hoc:246 is_human:0 issue:552 review_comments:127 succeeded_builds:0 where:github who:8086956
2016-02-03T23:13:15Z pull-was-merged 28924109 _job:18296675015 branch:handleError comments:72 comments_appreciated:0 comments_by_author:22 comments_by_reviewers:50 comments_resolved:0 comments_to_code:40 details:Apparently, yegor256/takes#553 has been "pull-was-merged". failed_builds:0 files:2 hoc:157 is_human:0 issue:553 review_comments:40 succeeded_builds:0 where:github who:8086956
2016-02-25T18:46:36Z pull-was-merged 28924109 _job:18296675015 branch:#544 comments:35 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:25 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#559 has been "pull-was-merged". failed_builds:0 files:4 hoc:487 is_human:0 issue:559 review_comments:1 succeeded_builds:0 where:github who:8086956
2016-04-12T21:36:49Z pull-was-closed 28924109 _job:18296675015 branch:354 comments:38 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:32 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#562 has been "pull-was-closed". failed_builds:0 files:7 hoc:180 is_human:1 issue:562 succeeded_builds:0 where:github who:526301
2016-02-03T19:59:04Z pull-was-closed 28924109 _job:18296675015 branch:master comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#563 has been "pull-was-closed". failed_builds:0 files:1 hoc:73 is_human:1 issue:563 succeeded_builds:0 where:github who:1618116
2016-02-05T07:59:36Z pull-was-closed 28924109 _job:18296675015 branch:540 comments:24 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:19 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#564 has been "pull-was-closed". failed_builds:0 files:1 hoc:85 is_human:1 issue:564 succeeded_builds:0 where:github who:1618116
2016-02-05T07:59:03Z pull-was-closed 28924109 _job:18296675015 branch:524 comments:25 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:20 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#565 has been "pull-was-closed". failed_builds:0 files:3 hoc:255 is_human:1 issue:565 succeeded_builds:0 where:github who:1618116
2016-02-04T19:21:57Z pull-was-closed 28924109 _job:18296675015 branch:548 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#567 has been "pull-was-closed". failed_builds:0 files:3 hoc:134 is_human:1 issue:567 succeeded_builds:0 where:github who:1618116
2016-02-05T07:58:24Z pull-was-closed 28924109 _job:18296675015 branch:548 comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#568 has been "pull-was-closed". failed_builds:0 files:2 hoc:49 is_human:1 issue:568 succeeded_builds:0 where:github who:1618116
2016-02-19T22:24:04Z pull-was-closed 28924109 _job:18296675015 branch:519 comments:48 comments_appreciated:0 comments_by_author:16 comments_by_reviewers:32 comments_resolved:0 comments_to_code:20 details:Apparently, yegor256/takes#569 has been "pull-was-closed". failed_builds:0 files:3 hoc:71 is_human:1 issue:569 succeeded_builds:0 where:github who:7703204
2016-02-09T05:17:18Z pull-was-merged 28924109 _job:18296675015 branch:540 comments:23 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:22 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#570 has been "pull-was-merged". failed_builds:0 files:1 hoc:87 is_human:0 issue:570 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-02-12T20:29:08Z pull-was-merged 28924109 _job:18296675015 branch:524 comments:60 comments_appreciated:0 comments_by_author:16 comments_by_reviewers:44 comments_resolved:0 comments_to_code:20 details:Apparently, yegor256/takes#571 has been "pull-was-merged". failed_builds:0 files:3 hoc:395 is_human:0 issue:571 review_comments:20 succeeded_builds:0 where:github who:8086956
2016-02-09T04:58:01Z pull-was-merged 28924109 _job:18296675015 branch:548 comments:21 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:19 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#572 has been "pull-was-merged". failed_builds:0 files:2 hoc:46 is_human:0 issue:572 review_comments:2 succeeded_builds:0 where:github who:8086956
2016-02-16T19:42:21Z pull-was-merged 28924109 _job:18296675015 branch:issue-557 comments:34 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:27 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#579 has been "pull-was-merged". failed_builds:0 files:27 hoc:181 is_human:0 issue:579 review_comments:2 succeeded_builds:0 where:github who:8086956
2016-02-09T01:04:17Z pull-was-merged 28924109 _job:18296675015 branch:#558 comments:37 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:36 comments_resolved:0 comments_to_code:16 details:Apparently, yegor256/takes#580 has been "pull-was-merged". failed_builds:0 files:36 hoc:353 is_human:0 issue:580 review_comments:16 succeeded_builds:0 where:github who:8086956
2016-02-16T18:43:08Z pull-was-merged 28924109 _job:18296675015 branch:findBugsV1 comments:28 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:20 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#583 has been "pull-was-merged". failed_builds:0 files:9 hoc:231 is_human:0 issue:583 review_comments:8 succeeded_builds:0 where:github who:8086956
2016-02-24T21:54:33Z pull-was-merged 28924109 _job:18296675015 branch:584 comments:41 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:35 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#585 has been "pull-was-merged". failed_builds:0 files:25 hoc:59 is_human:0 issue:585 review_comments:1 succeeded_builds:0 where:github who:8086956
2016-02-19T23:42:38Z pull-was-merged 28924109 _job:18296675015 branch:586 comments:36 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:31 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#587 has been "pull-was-merged". failed_builds:0 files:1 hoc:54 is_human:0 issue:587 review_comments:4 succeeded_builds:0 where:github who:8086956
2016-02-19T23:28:41Z pull-was-merged 28924109 _job:18296675015 branch:588 comments:29 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:23 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#592 has been "pull-was-merged". failed_builds:0 files:1 hoc:94 is_human:0 issue:592 review_comments:3 succeeded_builds:0 where:github who:8086956
2016-02-24T16:43:46Z pull-was-merged 28924109 _job:18296675015 branch:589 comments:33 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:23 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#593 has been "pull-was-merged". failed_builds:0 files:1 hoc:28 is_human:0 issue:593 review_comments:5 succeeded_builds:0 where:github who:8086956
2016-02-19T22:26:39Z pull-was-merged 28924109 _job:18296675015 branch:issue595 comments:109 comments_appreciated:0 comments_by_author:24 comments_by_reviewers:85 comments_resolved:0 comments_to_code:45 details:Apparently, yegor256/takes#599 has been "pull-was-merged". failed_builds:0 files:1 hoc:103 is_human:0 issue:599 review_comments:45 succeeded_builds:0 where:github who:8086956
2016-02-16T19:21:23Z pull-was-merged 28924109 _job:18296675015 branch:master comments:118 comments_appreciated:0 comments_by_author:19 comments_by_reviewers:99 comments_resolved:0 comments_to_code:66 details:Apparently, yegor256/takes#601 has been "pull-was-merged". failed_builds:0 files:4 hoc:252 is_human:0 issue:601 review_comments:66 succeeded_builds:0 where:github who:8086956
2016-03-10T10:36:31Z pull-was-closed 28924109 _job:18296675015 branch:issue594 comments:47 comments_appreciated:0 comments_by_author:14 comments_by_reviewers:33 comments_resolved:0 comments_to_code:12 details:Apparently, yegor256/takes#603 has been "pull-was-closed". failed_builds:0 files:1 hoc:194 is_human:1 issue:603 succeeded_builds:0 where:github who:8187855
2016-02-24T08:53:47Z pull-was-merged 28924109 _job:18296675015 branch:issue598 comments:43 comments_appreciated:0 comments_by_author:12 comments_by_reviewers:31 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#605 has been "pull-was-merged". failed_builds:0 files:3 hoc:147 is_human:0 issue:605 review_comments:4 succeeded_builds:0 where:github who:8086956
2016-04-25T11:00:30Z pull-was-closed 28924109 _job:18296675015 branch:issue-555 comments:91 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:80 comments_resolved:0 comments_to_code:54 details:Apparently, yegor256/takes#610 has been "pull-was-closed". failed_builds:0 files:52 hoc:684 is_human:1 issue:610 succeeded_builds:0 where:github who:11806
2016-02-25T18:29:41Z pull-was-merged 28924109 _job:18296675015 branch:#604 comments:26 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:22 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#611 has been "pull-was-merged". failed_builds:0 files:2 hoc:59 is_human:0 issue:611 review_comments:2 succeeded_builds:0 where:github who:8086956
2016-02-25T19:02:06Z pull-was-merged 28924109 _job:18296675015 branch:#602 comments:29 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:24 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#612 has been "pull-was-merged". failed_builds:0 files:1 hoc:60 is_human:0 issue:612 review_comments:4 succeeded_builds:0 where:github who:8086956
2016-02-16T20:04:30Z pull-was-merged 28924109 _job:18296675015 branch:582 comments:25 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:22 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#613 has been "pull-was-merged". failed_builds:0 files:2 hoc:19 is_human:0 issue:613 review_comments:2 succeeded_builds:0 where:github who:8086956
2016-02-24T05:25:06Z pull-was-merged 28924109 _job:18296675015 branch:master comments:76 comments_appreciated:0 comments_by_author:17 comments_by_reviewers:59 comments_resolved:0 comments_to_code:29 details:Apparently, yegor256/takes#616 has been "pull-was-merged". failed_builds:0 files:1 hoc:94 is_human:0 issue:616 review_comments:29 succeeded_builds:0 where:github who:8086956
2016-02-28T13:05:21Z pull-was-merged 28924109 _job:18296675015 branch:bug_#597_String.split comments:40 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:34 comments_resolved:0 comments_to_code:22 details:Apparently, yegor256/takes#619 has been "pull-was-merged". failed_builds:0 files:3 hoc:44 is_human:0 issue:619 review_comments:22 succeeded_builds:0 where:github who:8086956
2016-02-28T08:23:48Z pull-was-merged 28924109 _job:18296675015 branch:fix573 comments:18 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:17 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#621 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:621 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-02-29T17:15:08Z pull-was-merged 28924109 _job:18296675015 branch:issue-596 comments:30 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:28 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#628 has been "pull-was-merged". failed_builds:0 files:2 hoc:24 is_human:0 issue:628 review_comments:4 succeeded_builds:0 where:github who:8086956
2016-03-02T05:27:19Z pull-was-merged 28924109 _job:18296675015 branch:533 comments:27 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:24 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#629 has been "pull-was-merged". failed_builds:0 files:2 hoc:130 is_human:0 issue:629 review_comments:8 succeeded_builds:0 where:github who:8086956
2016-03-17T19:08:28Z pull-was-merged 28924109 _job:18296675015 branch:495 comments:110 comments_appreciated:0 comments_by_author:34 comments_by_reviewers:76 comments_resolved:0 comments_to_code:60 details:Apparently, yegor256/takes#630 has been "pull-was-merged". failed_builds:0 files:6 hoc:598 is_human:0 issue:630 review_comments:60 succeeded_builds:0 where:github who:8086956
2016-03-09T19:18:57Z pull-was-merged 28924109 _job:18296675015 branch:bugfix627 comments:34 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:28 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#631 has been "pull-was-merged". failed_builds:0 files:397 hoc:844 is_human:0 issue:631 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-03-04T16:34:37Z pull-was-closed 28924109 _job:18296675015 branch:issue600 comments:30 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:21 comments_resolved:0 comments_to_code:12 details:Apparently, yegor256/takes#632 has been "pull-was-closed". failed_builds:0 files:1 hoc:44 is_human:1 issue:632 succeeded_builds:0 where:github who:5242384
2016-03-09T05:09:38Z pull-was-merged 28924109 _job:18296675015 branch:bugfix623 comments:16 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:13 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#633 has been "pull-was-merged". failed_builds:0 files:2 hoc:286 is_human:0 issue:633 review_comments:2 succeeded_builds:0 where:github who:8086956
2016-03-02T04:27:39Z pull-was-merged 28924109 _job:18296675015 branch:575 comments:31 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:27 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#634 has been "pull-was-merged". failed_builds:0 files:3 hoc:61 is_human:0 issue:634 review_comments:5 succeeded_builds:0 where:github who:8086956
2016-03-05T00:30:35Z pull-was-merged 28924109 _job:18296675015 branch:#590 comments:45 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:35 comments_resolved:0 comments_to_code:20 details:Apparently, yegor256/takes#636 has been "pull-was-merged". failed_builds:0 files:3 hoc:174 is_human:0 issue:636 review_comments:20 succeeded_builds:0 where:github who:8086956
2016-02-15T19:35:00Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#597. is_human:1 issue:597 label:bug where:github who:526301
2016-02-22T17:00:33Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#620. is_human:1 issue:620 label:bug where:github who:526301
2016-02-28T07:48:11Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#623. is_human:1 issue:623 label:bug where:github who:526301
2016-03-09T04:32:53Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#626. is_human:1 issue:626 label:bug where:github who:526301
2016-02-28T11:27:27Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @davvd to the issue yegor256/takes#627. is_human:1 issue:627 label:bug where:github who:6305016
2016-03-05T06:29:27Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#635. is_human:1 issue:635 label:bug where:github who:526301
2016-03-21T20:55:26Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#651. is_human:1 issue:651 label:bug where:github who:526301
2016-04-24T20:49:51Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#664. is_human:1 issue:664 label:bug where:github who:526301
2016-05-03T13:10:09Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#667. is_human:1 issue:667 label:bug where:github who:526301
2016-05-03T11:40:31Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#669. is_human:1 issue:669 label:bug where:github who:526301
2016-04-26T10:14:50Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#671. is_human:1 issue:671 label:bug where:github who:526301
2016-08-15T18:17:19Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#707. is_human:1 issue:707 label:bug where:github who:526301
2018-03-06T05:12:32Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#725. is_human:1 issue:725 label:bug where:github who:526301
2018-03-06T05:12:16Z label-was-attached 28924109 _job:18296675015 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#740. is_human:1 issue:740 label:bug where:github who:526301
2016-02-18T23:26:39Z issue-was-assigned 28924109 _job:18296675015 assigner:526301 details:yegor256/takes#618 was assigned to @yegor256 by @yegor256. is_human:1 issue:618 where:github who:526301
2016-02-22T17:00:38Z issue-was-assigned 28924109 _job:18296675015 assigner:526301 details:yegor256/takes#620 was assigned to @yegor256 by @yegor256. is_human:1 issue:620 where:github who:526301
2016-03-02T07:35:44Z issue-was-assigned 28924109 _job:18296675015 assigner:526301 details:yegor256/takes#637 was assigned to @yegor256 by @yegor256. is_human:1 issue:637 where:github who:526301
2016-03-03T00:18:33Z issue-was-assigned 28924109 _job:18296675015 assigner:526301 details:yegor256/takes#638 was assigned to @yegor256 by @yegor256. is_human:1 issue:638 where:github who:526301
2016-04-26T10:14:52Z issue-was-assigned 28924109 _job:18296675015 assigner:526301 details:yegor256/takes#671 was assigned to @yegor256 by @yegor256. is_human:1 issue:671 where:github who:526301
2017-11-05T20:28:12Z issue-was-assigned 28924109 _job:18296675015 assigner:526301 details:yegor256/takes#753 was assigned to @yegor256 by @yegor256. is_human:1 issue:753 where:github who:526301
2018-01-08T14:24:36Z issue-was-assigned 28924109 _job:18296675015 assigner:526301 details:yegor256/takes#758 was assigned to @0crat by @yegor256. is_human:1 issue:758 where:github who:24387511
2024-12-13T14:50:44Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1368 has been earlier opened by @akvadevka. is_human:1 issue:1368 where:github who:116603645
2024-12-03T09:47:27Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1363 has been earlier opened by @revive-code-bot[bot]. is_human:0 issue:1363 where:github who:166734835
2024-10-03T23:37:24Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1334 has been earlier opened by @ufa-morozov. is_human:1 issue:1334 where:github who:74819600
2024-06-21T05:47:06Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1301 has been earlier opened by @laeubi. is_human:1 issue:1301 where:github who:1331477
2022-08-10T04:21:19Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1139 has been earlier opened by @yegor256. is_human:1 issue:1139 where:github who:526301
2022-08-05T04:32:38Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1136 has been earlier opened by @yegor256. is_human:1 issue:1136 where:github who:526301
2022-07-15T14:03:43Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1134 has been earlier opened by @yegor256. is_human:1 issue:1134 where:github who:526301
2022-07-11T11:56:02Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1132 has been earlier opened by @yegor256. is_human:1 issue:1132 where:github who:526301
2022-07-11T07:47:35Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1127 has been earlier opened by @yegor256. is_human:1 issue:1127 where:github who:526301
2022-03-16T23:40:42Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1118 has been earlier opened by @baudoliver7. is_human:1 issue:1118 where:github who:7813046
2021-12-17T12:53:48Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1113 has been earlier opened by @0pdd. is_human:0 issue:1113 where:github who:24456188
2021-12-17T12:53:27Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1112 has been earlier opened by @0pdd. is_human:0 issue:1112 where:github who:24456188
2021-09-03T08:47:28Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1109 has been earlier opened by @piotrkot. is_human:1 issue:1109 where:github who:9504395
2021-04-04T21:52:05Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1099 has been earlier opened by @sergiusac. is_human:1 issue:1099 where:github who:19623042
2021-01-20T02:31:00Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1090 has been earlier opened by @leroneb. is_human:1 issue:1090 where:github who:7648662
2021-01-19T21:44:17Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1089 has been earlier opened by @leroneb. is_human:1 issue:1089 where:github who:7648662
2020-10-23T17:26:16Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1083 has been earlier opened by @andreoss. is_human:1 issue:1083 where:github who:49783909
2020-10-09T12:34:48Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1079 has been earlier opened by @binkley. is_human:1 issue:1079 where:github who:186421
2020-09-23T16:19:19Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1077 has been earlier opened by @andreoss. is_human:1 issue:1077 where:github who:49783909
2020-09-11T04:12:51Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1075 has been earlier opened by @0pdd. is_human:0 issue:1075 where:github who:24456188
2020-09-11T04:12:29Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1074 has been earlier opened by @0pdd. is_human:0 issue:1074 where:github who:24456188
2020-09-11T04:12:00Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1073 has been earlier opened by @0pdd. is_human:0 issue:1073 where:github who:24456188
2020-09-08T15:08:41Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1071 has been earlier opened by @fabriciofx. is_human:1 issue:1071 where:github who:1964562
2020-09-08T10:09:02Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1070 has been earlier opened by @fabriciofx. is_human:1 issue:1070 where:github who:1964562
2020-09-08T10:07:24Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1069 has been earlier opened by @fabriciofx. is_human:1 issue:1069 where:github who:1964562
2020-09-03T20:12:49Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1067 has been earlier opened by @fabriciofx. is_human:1 issue:1067 where:github who:1964562
2020-07-28T20:28:30Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1062 has been earlier opened by @0pdd. is_human:0 issue:1062 where:github who:24456188
2020-07-28T08:32:58Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1060 has been earlier opened by @eugendueck. is_human:1 issue:1060 where:github who:41422
2020-07-25T06:10:02Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1058 has been earlier opened by @rusefillc. is_human:1 issue:1058 where:github who:48498823
2020-06-29T18:08:22Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1055 has been earlier opened by @0pdd. is_human:0 issue:1055 where:github who:24456188
2020-06-29T18:07:57Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1054 has been earlier opened by @0pdd. is_human:0 issue:1054 where:github who:24456188
2020-06-02T17:41:15Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1050 has been earlier opened by @wizzu. is_human:1 issue:1050 where:github who:15564192
2020-05-11T13:54:57Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1049 has been earlier opened by @fevzian. is_human:1 issue:1049 where:github who:3167940
2020-03-09T17:59:45Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1036 has been earlier opened by @paulodamaso. is_human:1 issue:1036 where:github who:33915433
2020-02-18T03:33:10Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1032 has been earlier opened by @abhijith-m13894. is_human:1 issue:1032 where:github who:61135970
2020-02-06T12:18:12Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1027 has been earlier opened by @paulodamaso. is_human:1 issue:1027 where:github who:33915433
2020-02-04T21:35:39Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1025 has been earlier opened by @fevzian. is_human:1 issue:1025 where:github who:3167940
2020-02-03T16:15:46Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1024 has been earlier opened by @g4s8. is_human:1 issue:1024 where:github who:1524988
2020-01-29T10:29:19Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1022 has been earlier opened by @guseyn. is_human:1 issue:1022 where:github who:7002896
2020-01-13T15:02:18Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1019 has been earlier opened by @0pdd. is_human:0 issue:1019 where:github who:24456188
2020-01-13T15:01:23Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1017 has been earlier opened by @0pdd. is_human:0 issue:1017 where:github who:24456188
2020-01-13T15:00:54Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1016 has been earlier opened by @0pdd. is_human:0 issue:1016 where:github who:24456188
2020-01-13T15:00:24Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1015 has been earlier opened by @0pdd. is_human:0 issue:1015 where:github who:24456188
2020-01-13T14:59:51Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1014 has been earlier opened by @0pdd. is_human:0 issue:1014 where:github who:24456188
2020-01-13T14:59:13Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1013 has been earlier opened by @0pdd. is_human:0 issue:1013 where:github who:24456188
2020-01-13T14:58:44Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1012 has been earlier opened by @0pdd. is_human:0 issue:1012 where:github who:24456188
2020-01-13T14:58:18Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1011 has been earlier opened by @0pdd. is_human:0 issue:1011 where:github who:24456188
2020-01-13T14:57:50Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1010 has been earlier opened by @0pdd. is_human:0 issue:1010 where:github who:24456188
2020-01-13T14:56:42Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1008 has been earlier opened by @0pdd. is_human:0 issue:1008 where:github who:24456188
2019-12-04T13:06:55Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#1002 has been earlier opened by @pal548. is_human:1 issue:1002 where:github who:35927798
2019-11-25T13:27:40Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#999 has been earlier opened by @0pdd. is_human:0 issue:999 where:github who:24456188
2019-11-25T13:27:13Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#998 has been earlier opened by @0pdd. is_human:0 issue:998 where:github who:24456188
2019-11-21T01:21:06Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#997 has been earlier opened by @piotrkot. is_human:1 issue:997 where:github who:9504395
2019-09-02T11:50:59Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#991 has been earlier opened by @piotrkot. is_human:1 issue:991 where:github who:9504395
2019-07-03T07:00:23Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#990 has been earlier opened by @mreiche. is_human:1 issue:990 where:github who:572453
2019-06-01T13:10:19Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#984 has been earlier opened by @0pdd. is_human:0 issue:984 where:github who:24456188
2019-05-23T05:23:21Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#980 has been earlier opened by @zcrusaderz. is_human:1 issue:980 where:github who:34595022
2019-04-23T23:38:48Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#976 has been earlier opened by @fabriciofx. is_human:1 issue:976 where:github who:1964562
2019-04-14T09:41:21Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#975 has been earlier opened by @sz332. is_human:1 issue:975 where:github who:8182138
2019-02-21T16:58:01Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#968 has been earlier opened by @0pdd. is_human:0 issue:968 where:github who:24456188
2019-02-02T16:05:03Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#959 has been earlier opened by @fabriciofx. is_human:1 issue:959 where:github who:1964562
2019-01-28T16:54:28Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#958 has been earlier opened by @fabriciofx. is_human:1 issue:958 where:github who:1964562
2019-01-26T18:52:03Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#957 has been earlier opened by @fabriciofx. is_human:1 issue:957 where:github who:1964562
2019-01-24T16:49:25Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#953 has been earlier opened by @0pdd. is_human:0 issue:953 where:github who:24456188
2019-01-21T19:32:29Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#951 has been earlier opened by @paulodamaso. is_human:1 issue:951 where:github who:33915433
2019-01-20T00:01:39Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#950 has been earlier opened by @0pdd. is_human:0 issue:950 where:github who:24456188
2019-01-16T16:48:46Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#948 has been earlier opened by @0pdd. is_human:0 issue:948 where:github who:24456188
2019-01-16T04:12:38Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#945 has been earlier opened by @fabriciofx. is_human:1 issue:945 where:github who:1964562
2019-01-11T15:29:42Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#938 has been earlier opened by @0pdd. is_human:0 issue:938 where:github who:24456188
2019-01-04T16:04:41Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#935 has been earlier opened by @0pdd. is_human:0 issue:935 where:github who:24456188
2019-01-01T16:03:44Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#925 has been earlier opened by @fabriciofx. is_human:1 issue:925 where:github who:1964562
2018-12-28T22:22:09Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#921 has been earlier opened by @paulodamaso. is_human:1 issue:921 where:github who:33915433
2018-12-26T21:33:14Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#918 has been earlier opened by @fabriciofx. is_human:1 issue:918 where:github who:1964562
2018-12-26T15:26:06Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#917 has been earlier opened by @0pdd. is_human:0 issue:917 where:github who:24456188
2018-12-24T00:19:10Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#911 has been earlier opened by @fabriciofx. is_human:1 issue:911 where:github who:1964562
2018-12-18T19:11:18Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#904 has been earlier opened by @binaryigor. is_human:1 issue:904 where:github who:41533396
2018-12-18T03:44:54Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#902 has been earlier opened by @fabriciofx. is_human:1 issue:902 where:github who:1964562
2018-12-14T13:16:57Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#895 has been earlier opened by @0pdd. is_human:0 issue:895 where:github who:24456188
2018-12-12T01:03:27Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#893 has been earlier opened by @paulodamaso. is_human:1 issue:893 where:github who:33915433
2018-12-10T00:13:53Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#889 has been earlier opened by @0pdd. is_human:0 issue:889 where:github who:24456188
2018-12-10T00:13:35Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#888 has been earlier opened by @0pdd. is_human:0 issue:888 where:github who:24456188
2018-11-22T12:10:14Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#872 has been earlier opened by @piotrkot. is_human:1 issue:872 where:github who:9504395
2018-11-18T19:00:42Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#869 has been earlier opened by @0pdd. is_human:0 issue:869 where:github who:24456188
2018-10-24T16:57:16Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#866 has been earlier opened by @0pdd. is_human:0 issue:866 where:github who:24456188
2018-10-24T16:56:58Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#865 has been earlier opened by @0pdd. is_human:0 issue:865 where:github who:24456188
2018-10-23T19:22:56Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#863 has been earlier opened by @paulodamaso. is_human:1 issue:863 where:github who:33915433
2018-10-18T21:34:01Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#862 has been earlier opened by @paulodamaso. is_human:1 issue:862 where:github who:33915433
2018-10-16T08:24:07Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#861 has been earlier opened by @g4s8. is_human:1 issue:861 where:github who:1524988
2018-10-11T03:47:54Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#859 has been earlier opened by @0pdd. is_human:0 issue:859 where:github who:24456188
2018-10-10T06:17:38Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#858 has been earlier opened by @grzechol. is_human:1 issue:858 where:github who:4052869
2018-09-26T23:22:55Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#856 has been earlier opened by @llorllale. is_human:1 issue:856 where:github who:2019896
2018-09-13T18:46:42Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#851 has been earlier opened by @driver733. is_human:1 issue:851 where:github who:10466206
2018-09-11T20:38:23Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#850 has been earlier opened by @paulodamaso. is_human:1 issue:850 where:github who:33915433
2018-05-19T16:13:09Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#839 has been earlier opened by @llorllale. is_human:1 issue:839 where:github who:2019896
2018-04-03T16:15:48Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#835 has been earlier opened by @imcaizheng. is_human:1 issue:835 where:github who:14214611
2018-03-12T18:33:38Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#828 has been earlier opened by @yegor256. is_human:1 issue:828 where:github who:526301
2018-03-12T16:02:02Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#827 has been earlier opened by @yegor256. is_human:1 issue:827 where:github who:526301
2018-03-10T16:30:40Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#826 has been earlier opened by @g4s8. is_human:1 issue:826 where:github who:1524988
2018-03-09T16:55:30Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#825 has been earlier opened by @yegor256. is_human:1 issue:825 where:github who:526301
2018-03-09T16:11:05Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#824 has been earlier opened by @yegor256. is_human:1 issue:824 where:github who:526301
2018-03-09T12:19:47Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#823 has been earlier opened by @yegor256. is_human:1 issue:823 where:github who:526301
2018-03-08T10:39:36Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#822 has been earlier opened by @yegor256. is_human:1 issue:822 where:github who:526301
2018-03-05T15:47:13Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#821 has been earlier opened by @g4s8. is_human:1 issue:821 where:github who:1524988
2018-03-05T14:55:48Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#820 has been earlier opened by @0pdd. is_human:0 issue:820 where:github who:24456188
2018-03-05T14:55:31Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#819 has been earlier opened by @0pdd. is_human:0 issue:819 where:github who:24456188
2018-03-01T20:00:06Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#818 has been earlier opened by @yegor256. is_human:1 issue:818 where:github who:526301
2018-03-01T15:20:22Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#817 has been earlier opened by @yegor256. is_human:1 issue:817 where:github who:526301
2018-03-01T13:38:28Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#816 has been earlier opened by @yegor256. is_human:1 issue:816 where:github who:526301
2018-03-01T12:28:18Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#815 has been earlier opened by @yegor256. is_human:1 issue:815 where:github who:526301
2018-03-01T11:12:53Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#814 has been earlier opened by @yegor256. is_human:1 issue:814 where:github who:526301
2018-02-26T20:23:24Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#812 has been earlier opened by @0pdd. is_human:0 issue:812 where:github who:24456188
2018-02-25T08:10:57Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#811 has been earlier opened by @imcaizheng. is_human:1 issue:811 where:github who:14214611
2018-02-23T10:19:51Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#808 has been earlier opened by @t-izbassar. is_human:1 issue:808 where:github who:24223260
2018-02-21T19:53:15Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#806 has been earlier opened by @0pdd. is_human:0 issue:806 where:github who:24456188
2018-02-19T19:35:34Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#805 has been earlier opened by @t-izbassar. is_human:1 issue:805 where:github who:24223260
2018-02-16T20:37:38Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#802 has been earlier opened by @0pdd. is_human:0 issue:802 where:github who:24456188
2018-02-14T22:56:15Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#800 has been earlier opened by @0pdd. is_human:0 issue:800 where:github who:24456188
2018-02-12T18:13:41Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#798 has been earlier opened by @g4s8. is_human:1 issue:798 where:github who:1524988
2018-02-09T12:07:54Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#796 has been earlier opened by @0pdd. is_human:0 issue:796 where:github who:24456188
2018-02-09T11:47:33Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#795 has been earlier opened by @0pdd. is_human:0 issue:795 where:github who:24456188
2018-02-09T11:47:22Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#794 has been earlier opened by @0pdd. is_human:0 issue:794 where:github who:24456188
2018-02-04T20:42:52Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#793 has been earlier opened by @neonailol. is_human:1 issue:793 where:github who:440768
2018-02-02T09:05:52Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#791 has been earlier opened by @t-izbassar. is_human:1 issue:791 where:github who:24223260
2018-01-31T18:01:34Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#790 has been earlier opened by @t-izbassar. is_human:1 issue:790 where:github who:24223260
2018-01-31T16:39:53Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#788 has been earlier opened by @simonjenga. is_human:1 issue:788 where:github who:1405237
2018-01-31T10:28:08Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#787 has been earlier opened by @t-izbassar. is_human:1 issue:787 where:github who:24223260
2018-01-31T10:14:38Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#786 has been earlier opened by @t-izbassar. is_human:1 issue:786 where:github who:24223260
2018-01-30T09:07:12Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#784 has been earlier opened by @t-izbassar. is_human:1 issue:784 where:github who:24223260
2018-01-29T18:15:47Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#782 has been earlier opened by @0pdd. is_human:0 issue:782 where:github who:24456188
2018-01-29T18:15:28Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#781 has been earlier opened by @0pdd. is_human:0 issue:781 where:github who:24456188
2018-01-29T17:54:36Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#780 has been earlier opened by @0pdd. is_human:0 issue:780 where:github who:24456188
2018-01-29T14:24:31Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#779 has been earlier opened by @yegor256. is_human:1 issue:779 where:github who:526301
2017-06-25T11:22:11Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#733 has been earlier opened by @yegor256. is_human:1 issue:733 where:github who:526301
2017-06-08T07:59:47Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#731 has been earlier opened by @0pdd. is_human:0 issue:731 where:github who:24456188
2017-06-08T07:59:46Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#730 has been earlier opened by @0pdd. is_human:0 issue:730 where:github who:24456188
2017-06-08T07:51:39Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#729 has been earlier opened by @yegor256. is_human:1 issue:729 where:github who:526301
2017-06-08T06:58:17Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#728 has been earlier opened by @yegor256. is_human:1 issue:728 where:github who:526301
2017-04-26T11:04:43Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#726 has been earlier opened by @essobedo. is_human:1 issue:726 where:github who:1618116
2017-01-16T16:59:51Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#720 has been earlier opened by @yegor256. is_human:1 issue:720 where:github who:526301
2016-11-02T15:42:15Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#713 has been earlier opened by @amihaiemil. is_human:1 issue:713 where:github who:6305156
2016-09-07T19:06:59Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#712 has been earlier opened by @g4s8. is_human:1 issue:712 where:github who:1524988
2016-07-26T01:45:30Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#704 has been earlier opened by @yegor256. is_human:1 issue:704 where:github who:526301
2016-07-02T15:42:53Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#698 has been earlier opened by @davvd. is_human:1 issue:698 where:github who:6305016
2016-07-02T14:38:15Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#697 has been earlier opened by @davvd. is_human:1 issue:697 where:github who:6305016
2016-07-02T12:35:30Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#696 has been earlier opened by @davvd. is_human:1 issue:696 where:github who:6305016
2016-06-30T16:40:30Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#695 has been earlier opened by @davvd. is_human:1 issue:695 where:github who:6305016
2016-06-30T15:23:55Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#694 has been earlier opened by @davvd. is_human:1 issue:694 where:github who:6305016
2016-06-24T14:54:41Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#692 has been earlier opened by @davvd. is_human:1 issue:692 where:github who:6305016
2016-06-21T14:40:57Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#691 has been earlier opened by @simonjenga. is_human:1 issue:691 where:github who:1405237
2016-06-17T16:50:20Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#687 has been earlier opened by @davvd. is_human:1 issue:687 where:github who:6305016
2016-06-17T16:16:58Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#686 has been earlier opened by @davvd. is_human:1 issue:686 where:github who:6305016
2016-06-17T14:31:14Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#684 has been earlier opened by @davvd. is_human:1 issue:684 where:github who:6305016
2016-05-16T13:21:55Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#678 has been earlier opened by @davvd. is_human:1 issue:678 where:github who:6305016
2016-05-04T16:21:17Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#674 has been earlier opened by @davvd. is_human:1 issue:674 where:github who:6305016
2016-04-26T12:28:41Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#672 has been earlier opened by @amihaiemil. is_human:1 issue:672 where:github who:6305156
2016-03-08T11:21:35Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#645 has been earlier opened by @simonjenga. is_human:1 issue:645 where:github who:1405237
2016-03-06T18:36:02Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#643 has been earlier opened by @yegor256. is_human:1 issue:643 where:github who:526301
2016-03-04T23:11:19Z issue-was-opened 28924109 _job:18296675015 details:The issue yegor256/takes#642 has been earlier opened by @yegor256. is_human:1 issue:642 where:github who:526301
2015-05-09T19:20:09Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#111 has been "issue-was-closed". is_human:1 issue:111 where:github who:526301
2015-04-20T06:30:42Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#112 has been "issue-was-closed". is_human:1 issue:112 where:github who:526301
2015-05-05T20:21:52Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#113 has been "issue-was-closed". is_human:1 issue:113 where:github who:526301
2015-04-17T07:21:13Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#114 has been "issue-was-closed". is_human:1 issue:114 where:github who:526301
2015-04-22T01:18:32Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#115 has been "issue-was-closed". is_human:1 issue:115 where:github who:526301
2015-04-13T03:56:11Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#140 has been "issue-was-closed". is_human:1 issue:140 where:github who:526301
2015-12-16T19:37:38Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#469 has been "issue-was-closed". is_human:1 issue:469 where:github who:526301
2015-12-23T06:32:52Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#470 has been "issue-was-closed". is_human:1 issue:470 where:github who:526301
2016-01-08T18:00:25Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#473 has been "issue-was-closed". is_human:1 issue:473 where:github who:6305016
2018-11-27T12:20:25Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#475 has been "issue-was-closed". is_human:1 issue:475 where:github who:33915433
2016-01-14T06:10:30Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#486 has been "issue-was-closed". is_human:1 issue:486 where:github who:441232
2016-01-11T14:35:10Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#490 has been "issue-was-closed". is_human:1 issue:490 where:github who:7703204
2016-01-26T14:33:08Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#491 has been "issue-was-closed". is_human:1 issue:491 where:github who:1405237
2016-01-28T09:48:52Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#492 has been "issue-was-closed". is_human:1 issue:492 where:github who:9972909
2016-03-23T07:25:28Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#495 has been "issue-was-closed". is_human:1 issue:495 where:github who:9504395
2016-01-20T01:42:40Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#496 has been "issue-was-closed". is_human:1 issue:496 where:github who:526301
2016-01-07T21:37:50Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#497 has been "issue-was-closed". is_human:1 issue:497 where:github who:7703204
2016-01-19T18:06:22Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#498 has been "issue-was-closed". is_human:1 issue:498 where:github who:2956255
2016-01-11T10:23:27Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#502 has been "issue-was-closed". is_human:1 issue:502 where:github who:526301
2018-11-27T12:21:27Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#504 has been "issue-was-closed". is_human:1 issue:504 where:github who:33915433
2016-03-09T21:45:55Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#505 has been "issue-was-closed". is_human:1 issue:505 where:github who:9504395
2016-02-20T18:25:27Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#506 has been "issue-was-closed". is_human:1 issue:506 where:github who:1405237
2016-01-27T16:01:37Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#508 has been "issue-was-closed". is_human:1 issue:508 where:github who:6305016
2016-01-14T04:19:53Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#509 has been "issue-was-closed". is_human:1 issue:509 where:github who:526301
2016-02-03T23:28:30Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#510 has been "issue-was-closed". is_human:1 issue:510 where:github who:526301
2016-01-17T18:37:49Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#511 has been "issue-was-closed". is_human:1 issue:511 where:github who:7703204
2017-08-14T08:09:27Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#512 has been "issue-was-closed". is_human:1 issue:512 where:github who:526301
2016-01-22T06:59:24Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#516 has been "issue-was-closed". is_human:1 issue:516 where:github who:1524988
2016-02-10T09:30:28Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#517 has been "issue-was-closed". is_human:1 issue:517 where:github who:7703204
2016-03-22T20:33:50Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#519 has been "issue-was-closed". is_human:1 issue:519 where:github who:6305016
2016-01-31T00:34:08Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#520 has been "issue-was-closed". is_human:1 issue:520 where:github who:7703204
2018-02-05T14:54:40Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#521 has been "issue-was-closed". is_human:1 issue:521 where:github who:526301
2016-02-10T10:30:05Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#522 has been "issue-was-closed". is_human:1 issue:522 where:github who:9972909
2016-02-28T11:26:31Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#523 has been "issue-was-closed". is_human:1 issue:523 where:github who:526301
2016-02-13T13:10:33Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#524 has been "issue-was-closed". is_human:1 issue:524 where:github who:485798
2016-01-30T07:34:16Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#530 has been "issue-was-closed". is_human:1 issue:530 where:github who:105730
2016-03-04T17:03:41Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#533 has been "issue-was-closed". is_human:1 issue:533 where:github who:6305016
2016-12-21T15:25:51Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#534 has been "issue-was-closed". is_human:1 issue:534 where:github who:6305016
2016-02-09T10:28:21Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#540 has been "issue-was-closed". is_human:1 issue:540 where:github who:5467276
2018-02-07T03:53:58Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#542 has been "issue-was-closed". is_human:1 issue:542 where:github who:9972909
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#544 has been "issue-was-closed". is_human:1 issue:544 where:github who:6305016
2016-02-09T13:04:10Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#548 has been "issue-was-closed". is_human:1 issue:548 where:github who:5750596
2016-02-03T04:15:39Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#550 has been "issue-was-closed". is_human:1 issue:550 where:github who:526301
2016-01-29T21:03:53Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#554 has been "issue-was-closed". is_human:1 issue:554 where:github who:526301
2018-02-12T16:21:16Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#555 has been "issue-was-closed". is_human:1 issue:555 where:github who:526301
2016-02-03T00:35:09Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#556 has been "issue-was-closed". is_human:1 issue:556 where:github who:526301
2016-02-17T12:26:24Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#557 has been "issue-was-closed". is_human:1 issue:557 where:github who:105730
2016-02-11T16:19:32Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#558 has been "issue-was-closed". is_human:1 issue:558 where:github who:6305016
2016-02-10T08:47:59Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#560 has been "issue-was-closed". is_human:1 issue:560 where:github who:9504395
2016-02-09T04:36:53Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#561 has been "issue-was-closed". is_human:1 issue:561 where:github who:526301
2016-03-01T18:41:08Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#566 has been "issue-was-closed". is_human:1 issue:566 where:github who:1618116
2016-02-28T14:56:59Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#573 has been "issue-was-closed". is_human:1 issue:573 where:github who:5242384
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#574 has been "issue-was-closed". is_human:1 issue:574 where:github who:6305016
2016-03-04T17:03:41Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#575 has been "issue-was-closed". is_human:1 issue:575 where:github who:6305016
2016-03-15T09:26:43Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#576 has been "issue-was-closed". is_human:1 issue:576 where:github who:6305016
2019-01-28T10:31:48Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#577 has been "issue-was-closed". is_human:1 issue:577 where:github who:33915433
2016-02-09T04:26:27Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#578 has been "issue-was-closed". is_human:1 issue:578 where:github who:526301
2016-02-09T04:09:35Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#581 has been "issue-was-closed". is_human:1 issue:581 where:github who:526301
2016-02-17T15:03:08Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#582 has been "issue-was-closed". is_human:1 issue:582 where:github who:1618116
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#584 has been "issue-was-closed". is_human:1 issue:584 where:github who:6305016
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#586 has been "issue-was-closed". is_human:1 issue:586 where:github who:6305016
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18296675015 details:Apparently, yegor256/takes#588 has been "issue-was-closed". is_human:1 issue:588 where:github who:6305016
2015-03-24T17:55:11Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#70 has been opened by @ghost. is_human:1 issue:70 where:github who:10137
2015-03-25T00:08:26Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#71 has been opened by @yegor256. is_human:1 issue:71 where:github who:526301
2015-03-25T01:44:46Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#72 has been opened by @yegor256. is_human:1 issue:72 where:github who:526301
2015-03-25T02:05:59Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#73 has been opened by @yegor256. is_human:1 issue:73 where:github who:526301
2015-03-25T04:39:41Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#74 has been opened by @yegor256. is_human:1 issue:74 where:github who:526301
2015-03-25T18:53:48Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#76 has been opened by @dmzaytsev. is_human:1 issue:76 where:github who:9972909
2015-03-26T06:45:07Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#77 has been opened by @dmzaytsev. is_human:1 issue:77 where:github who:9972909
2015-03-26T17:15:36Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#79 has been opened by @dmzaytsev. is_human:1 issue:79 where:github who:9972909
2015-03-27T03:12:26Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#82 has been opened by @yegor256. is_human:1 issue:82 where:github who:526301
2015-03-27T19:04:26Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#85 has been opened by @dmzaytsev. is_human:1 issue:85 where:github who:9972909
2015-03-28T05:10:05Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#87 has been opened by @yegor256. is_human:1 issue:87 where:github who:526301
2015-03-28T16:26:23Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#88 has been opened by @dmzaytsev. is_human:1 issue:88 where:github who:9972909
2015-03-29T15:03:41Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#90 has been opened by @dmzaytsev. is_human:1 issue:90 where:github who:9972909
2015-03-29T20:09:41Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#91 has been opened by @yegor256. is_human:1 issue:91 where:github who:526301
2015-03-29T21:48:01Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#92 has been opened by @yegor256. is_human:1 issue:92 where:github who:526301
2015-03-30T18:08:51Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#94 has been opened by @yegor256. is_human:1 issue:94 where:github who:526301
2015-03-30T19:53:00Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#96 has been opened by @yegor256. is_human:1 issue:96 where:github who:526301
2015-03-30T20:06:27Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#97 has been opened by @ikhvostenkov. is_human:1 issue:97 where:github who:861305
2015-03-31T00:06:25Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#99 has been opened by @yegor256. is_human:1 issue:99 where:github who:526301
2015-03-31T01:32:32Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#100 has been opened by @yegor256. is_human:1 issue:100 where:github who:526301
2015-03-31T18:50:16Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#101 has been opened by @dmzaytsev. is_human:1 issue:101 where:github who:9972909
2015-04-03T00:18:47Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#105 has been opened by @yegor256. is_human:1 issue:105 where:github who:526301
2015-04-03T00:25:19Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#106 has been opened by @yegor256. is_human:1 issue:106 where:github who:526301
2015-04-03T00:26:27Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#107 has been opened by @yegor256. is_human:1 issue:107 where:github who:526301
2015-04-03T00:27:21Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#108 has been opened by @yegor256. is_human:1 issue:108 where:github who:526301
2015-04-03T00:35:41Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#109 has been opened by @yegor256. is_human:1 issue:109 where:github who:526301
2015-04-03T00:36:34Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#110 has been opened by @yegor256. is_human:1 issue:110 where:github who:526301
2015-04-03T20:46:21Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#119 has been opened by @davvd. is_human:1 issue:119 where:github who:6305016
2015-04-03T22:22:56Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#120 has been opened by @ekondrashev. is_human:1 issue:120 where:github who:114910
2015-04-04T08:10:16Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#121 has been opened by @dmzaytsev. is_human:1 issue:121 where:github who:9972909
2015-04-04T15:40:55Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#126 has been opened by @krzyk. is_human:1 issue:126 where:github who:105730
2015-04-05T03:00:58Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#129 has been opened by @yegor256. is_human:1 issue:129 where:github who:526301
2015-04-05T09:21:04Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#130 has been opened by @yegor256. is_human:1 issue:130 where:github who:526301
2015-04-05T18:11:39Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#132 has been opened by @yegor256. is_human:1 issue:132 where:github who:526301
2015-04-05T18:31:09Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#133 has been opened by @yegor256. is_human:1 issue:133 where:github who:526301
2015-04-06T00:17:51Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#135 has been opened by @yegor256. is_human:1 issue:135 where:github who:526301
2015-04-06T00:18:28Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#136 has been opened by @yegor256. is_human:1 issue:136 where:github who:526301
2015-04-06T00:19:02Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#137 has been opened by @yegor256. is_human:1 issue:137 where:github who:526301
2015-04-06T00:19:46Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#138 has been opened by @yegor256. is_human:1 issue:138 where:github who:526301
2015-04-06T00:20:37Z issue-was-opened 28924109 _job:18296675015 details:The missing issue yegor256/takes#139 has been opened by @yegor256. is_human:1 issue:139 where:github who:526301
2021-04-27T00:03:34Z pull-was-opened 28924109 _job:18296675015 branch:invalid_request_line details:The missing pull yegor256/takes#1105 has been opened by @baudoliver7. is_human:1 issue:1105 where:github who:7813046
2021-06-28T01:37:04Z pull-was-opened 28924109 _job:18296675015 branch:patch-1 details:The missing pull yegor256/takes#1107 has been opened by @andreoss. is_human:1 issue:1107 where:github who:49783909
2021-12-17T19:37:41Z pull-was-opened 28924109 _job:18296675015 branch:1111_fix_app_veyor_ci details:The missing pull yegor256/takes#1115 has been opened by @baudoliver7. is_human:1 issue:1115 where:github who:7813046
2022-03-18T12:13:12Z pull-was-opened 28924109 _job:18296675015 branch:1118_github details:The missing pull yegor256/takes#1119 has been opened by @baudoliver7. is_human:1 issue:1119 where:github who:7813046
2022-04-16T16:12:36Z pull-was-opened 28924109 _job:18296675015 branch:1069_deps details:The missing pull yegor256/takes#1120 has been opened by @baudoliver7. is_human:1 issue:1120 where:github who:7813046
2022-04-27T20:42:53Z pull-was-opened 28924109 _job:18296675015 branch:patch-1 details:The missing pull yegor256/takes#1122 has been opened by @masynchin. is_human:1 issue:1122 where:github who:47028153
2022-05-30T10:46:15Z pull-was-opened 28924109 _job:18296675015 branch:bump_plugin details:The missing pull yegor256/takes#1123 has been opened by @baudoliver7. is_human:1 issue:1123 where:github who:7813046
2022-05-31T13:37:25Z pull-was-opened 28924109 _job:18296675015 branch:rultor_sonar details:The missing pull yegor256/takes#1124 has been opened by @baudoliver7. is_human:1 issue:1124 where:github who:7813046
2022-05-31T19:59:27Z pull-was-opened 28924109 _job:18296675015 branch:run_gpg details:The missing pull yegor256/takes#1125 has been opened by @baudoliver7. is_human:1 issue:1125 where:github who:7813046
2022-06-08T14:34:17Z pull-was-opened 28924109 _job:18296675015 branch:master details:The missing pull yegor256/takes#1126 has been opened by @vstan02. is_human:1 issue:1126 where:github who:63295109
2022-07-31T00:16:03Z pull-was-opened 28924109 _job:18296675015 branch:master details:The missing pull yegor256/takes#1135 has been opened by @masynchin. is_human:1 issue:1135 where:github who:47028153
2022-09-16T05:05:33Z pull-was-opened 28924109 _job:18296675015 branch:renovate/configure details:The missing pull yegor256/takes#1147 has been opened by @renovate[bot]. is_human:0 issue:1147 where:github who:29139614
2022-09-16T05:06:26Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-http-1.x details:The missing pull yegor256/takes#1148 has been opened by @renovate[bot]. is_human:0 issue:1148 where:github who:29139614
2022-09-16T05:06:31Z pull-was-opened 28924109 _job:18296675015 branch:renovate/javax.json-javax.json-api-1.x details:The missing pull yegor256/takes#1149 has been opened by @renovate[bot]. is_human:0 issue:1149 where:github who:29139614
2022-09-16T11:24:35Z pull-was-opened 28924109 _job:18296675015 branch:renovate/javax.xml.bind-jaxb-api-2.x details:The missing pull yegor256/takes#1151 has been opened by @renovate[bot]. is_human:0 issue:1151 where:github who:29139614
2022-09-16T11:24:40Z pull-was-opened 28924109 _job:18296675015 branch:renovate/hibernate-validator details:The missing pull yegor256/takes#1152 has been opened by @renovate[bot]. is_human:0 issue:1152 where:github who:29139614
2022-09-16T14:57:55Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-api-2.x details:The missing pull yegor256/takes#1153 has been opened by @renovate[bot]. is_human:0 issue:1153 where:github who:29139614
2022-09-16T14:58:01Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-log4j12-1.x details:The missing pull yegor256/takes#1154 has been opened by @renovate[bot]. is_human:0 issue:1154 where:github who:29139614
2022-09-16T17:59:21Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi.incubator-xembly-0.x details:The missing pull yegor256/takes#1155 has been opened by @renovate[bot]. is_human:0 issue:1155 where:github who:29139614
2022-09-16T17:59:27Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-log-0.x details:The missing pull yegor256/takes#1156 has been opened by @renovate[bot]. is_human:0 issue:1156 where:github who:29139614
2022-09-16T21:01:43Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-matchers-1.x details:The missing pull yegor256/takes#1157 has been opened by @renovate[bot]. is_human:0 issue:1157 where:github who:29139614
2022-09-16T21:01:48Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1158 has been opened by @renovate[bot]. is_human:0 issue:1158 where:github who:29139614
2022-09-16T23:32:56Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-parent-0.x details:The missing pull yegor256/takes#1159 has been opened by @renovate[bot]. is_human:0 issue:1159 where:github who:29139614
2022-09-16T23:33:02Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.qulice-qulice-maven-plugin-0.x details:The missing pull yegor256/takes#1160 has been opened by @renovate[bot]. is_human:0 issue:1160 where:github who:29139614
2022-09-21T18:59:20Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-core-4.x details:The missing pull yegor256/takes#1161 has been opened by @renovate[bot]. is_human:0 issue:1161 where:github who:29139614
2022-09-21T18:59:26Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x details:The missing pull yegor256/takes#1162 has been opened by @renovate[bot]. is_human:0 issue:1162 where:github who:29139614
2022-09-21T19:17:26Z pull-was-opened 28924109 _job:18296675015 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1163 has been opened by @renovate[bot]. is_human:0 issue:1163 where:github who:29139614
2022-09-21T19:34:21Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.restfb-restfb-2.x details:The missing pull yegor256/takes#1164 has been opened by @renovate[bot]. is_human:0 issue:1164 where:github who:29139614
2022-09-21T20:07:49Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.jersey-jersey-client-1.x details:The missing pull yegor256/takes#1165 has been opened by @renovate[bot]. is_human:0 issue:1165 where:github who:29139614
2022-09-21T20:07:54Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.antlr-antlr4-runtime-4.x details:The missing pull yegor256/takes#1166 has been opened by @renovate[bot]. is_human:0 issue:1166 where:github who:29139614
2022-09-21T23:52:47Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-1.x details:The missing pull yegor256/takes#1167 has been opened by @renovate[bot]. is_human:0 issue:1167 where:github who:29139614
2022-09-28T10:33:48Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-parent-0.x details:The missing pull yegor256/takes#1168 has been opened by @renovate[bot]. is_human:0 issue:1168 where:github who:29139614
2022-09-29T04:17:06Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.apache.commons-commons-text-1.x details:The missing pull yegor256/takes#1169 has been opened by @renovate[bot]. is_human:0 issue:1169 where:github who:29139614
2022-09-29T04:36:04Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-exec-maven-plugin-1.x details:The missing pull yegor256/takes#1170 has been opened by @renovate[bot]. is_human:0 issue:1170 where:github who:29139614
2022-09-29T05:13:24Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-3.x details:The missing pull yegor256/takes#1171 has been opened by @renovate[bot]. is_human:0 issue:1171 where:github who:29139614
2022-09-29T05:13:29Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1172 has been opened by @renovate[bot]. is_human:0 issue:1172 where:github who:29139614
2022-09-29T06:07:26Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.restfb-restfb-2022.x details:The missing pull yegor256/takes#1173 has been opened by @renovate[bot]. is_human:0 issue:1173 where:github who:29139614
2022-09-29T06:07:33Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x details:The missing pull yegor256/takes#1174 has been opened by @renovate[bot]. is_human:0 issue:1174 where:github who:29139614
2022-09-29T09:39:11Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.glassfish.grizzly-grizzly-http-servlet-server-4.x details:The missing pull yegor256/takes#1176 has been opened by @renovate[bot]. is_human:0 issue:1176 where:github who:29139614
2022-09-29T12:44:48Z pull-was-opened 28924109 _job:18296675015 branch:renovate/major-hibernate-validator details:The missing pull yegor256/takes#1177 has been opened by @renovate[bot]. is_human:0 issue:1177 where:github who:29139614
2022-09-29T12:44:55Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-log4j12-2.x details:The missing pull yegor256/takes#1178 has been opened by @renovate[bot]. is_human:0 issue:1178 where:github who:29139614
2022-11-14T21:11:40Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1179 has been opened by @renovate[bot]. is_human:0 issue:1179 where:github who:29139614
2022-11-14T21:19:54Z pull-was-opened 28924109 _job:18296675015 branch:dependabot/maven/org.apache.commons-commons-text-1.10.0 details:The missing pull yegor256/takes#1180 has been opened by @dependabot[bot]. is_human:0 issue:1180 where:github who:49699333
2022-11-14T22:08:15Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-parent-0.x details:The missing pull yegor256/takes#1181 has been opened by @renovate[bot]. is_human:0 issue:1181 where:github who:29139614
2022-11-16T09:05:01Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.cactoos-cactoos-0.x details:The missing pull yegor256/takes#1182 has been opened by @renovate[bot]. is_human:0 issue:1182 where:github who:29139614
2022-11-17T21:38:12Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-api-2.x details:The missing pull yegor256/takes#1183 has been opened by @renovate[bot]. is_human:0 issue:1183 where:github who:29139614
2022-11-25T13:36:10Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-api-2.x details:The missing pull yegor256/takes#1184 has been opened by @renovate[bot]. is_human:0 issue:1184 where:github who:29139614
2022-11-25T13:36:15Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-log4j12-2.x details:The missing pull yegor256/takes#1185 has been opened by @renovate[bot]. is_human:0 issue:1185 where:github who:29139614
2022-12-01T11:46:58Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1186 has been opened by @renovate[bot]. is_human:0 issue:1186 where:github who:29139614
2022-12-13T00:16:27Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-api-2.x details:The missing pull yegor256/takes#1187 has been opened by @renovate[bot]. is_human:0 issue:1187 where:github who:29139614
2022-12-13T00:16:33Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-log4j12-2.x details:The missing pull yegor256/takes#1188 has been opened by @renovate[bot]. is_human:0 issue:1188 where:github who:29139614
2022-12-14T22:21:39Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1189 has been opened by @renovate[bot]. is_human:0 issue:1189 where:github who:29139614
2022-12-23T12:22:35Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1190 has been opened by @renovate[bot]. is_human:0 issue:1190 where:github who:29139614
2022-12-28T14:34:47Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1191 has been opened by @renovate[bot]. is_human:0 issue:1191 where:github who:29139614
2023-01-01T15:44:06Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.restfb-restfb-2023.x details:The missing pull yegor256/takes#1192 has been opened by @renovate[bot]. is_human:0 issue:1192 where:github who:29139614
2023-01-10T16:13:09Z pull-was-opened 28924109 _job:18296675015 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1193 has been opened by @renovate[bot]. is_human:0 issue:1193 where:github who:29139614
2023-01-13T17:43:31Z pull-was-opened 28924109 _job:18296675015 branch:renovate/net.sf.saxon-saxon-he-12.x details:The missing pull yegor256/takes#1194 has been opened by @renovate[bot]. is_human:0 issue:1194 where:github who:29139614
2023-01-14T10:47:59Z pull-was-opened 28924109 _job:18296675015 branch:renovate/major-mockito-monorepo details:The missing pull yegor256/takes#1195 has been opened by @renovate[bot]. is_human:0 issue:1195 where:github who:29139614
2023-01-15T20:01:41Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1196 has been opened by @renovate[bot]. is_human:0 issue:1196 where:github who:29139614
2023-01-16T06:37:52Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1197 has been opened by @renovate[bot]. is_human:0 issue:1197 where:github who:29139614
2023-01-17T20:39:41Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-parent-0.x details:The missing pull yegor256/takes#1198 has been opened by @renovate[bot]. is_human:0 issue:1198 where:github who:29139614
2023-01-29T13:37:49Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1199 has been opened by @renovate[bot]. is_human:0 issue:1199 where:github who:29139614
2023-01-31T01:16:31Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1200 has been opened by @renovate[bot]. is_human:0 issue:1200 where:github who:29139614
2023-02-03T05:47:25Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.projectlombok-lombok-1.x details:The missing pull yegor256/takes#1201 has been opened by @renovate[bot]. is_human:0 issue:1201 where:github who:29139614
2023-02-06T17:58:05Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-core-4.x details:The missing pull yegor256/takes#1202 has been opened by @renovate[bot]. is_human:0 issue:1202 where:github who:29139614
2023-02-06T17:58:11Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x details:The missing pull yegor256/takes#1203 has been opened by @renovate[bot]. is_human:0 issue:1203 where:github who:29139614
2023-02-21T13:15:34Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.antlr-antlr4-runtime-4.x details:The missing pull yegor256/takes#1204 has been opened by @renovate[bot]. is_human:0 issue:1204 where:github who:29139614
2023-03-09T21:08:44Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1205 has been opened by @renovate[bot]. is_human:0 issue:1205 where:github who:29139614
2023-03-18T00:10:08Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-api-2.x details:The missing pull yegor256/takes#1208 has been opened by @renovate[bot]. is_human:0 issue:1208 where:github who:29139614
2023-03-18T00:10:13Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-log4j12-2.x details:The missing pull yegor256/takes#1209 has been opened by @renovate[bot]. is_human:0 issue:1209 where:github who:29139614
2023-03-21T16:39:31Z pull-was-opened 28924109 _job:18296675015 branch:renovate/net.sf.saxon-saxon-he-12.x details:The missing pull yegor256/takes#1210 has been opened by @renovate[bot]. is_human:0 issue:1210 where:github who:29139614
2023-04-04T15:17:41Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-log-0.x details:The missing pull yegor256/takes#1211 has been opened by @renovate[bot]. is_human:0 issue:1211 where:github who:29139614
2023-04-05T09:23:15Z pull-was-opened 28924109 _job:18296675015 branch:master details:The missing pull yegor256/takes#1212 has been opened by @guspan-tanadi. is_human:1 issue:1212 where:github who:36249910
2023-04-11T19:57:42Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1213 has been opened by @renovate[bot]. is_human:0 issue:1213 where:github who:29139614
2023-04-21T21:39:00Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1214 has been opened by @renovate[bot]. is_human:0 issue:1214 where:github who:29139614
2023-04-29T12:20:36Z pull-was-opened 28924109 _job:18296675015 branch:master details:The missing pull yegor256/takes#1216 has been opened by @nurmukhametovalexey. is_human:1 issue:1216 where:github who:67868993
2023-05-02T14:45:59Z pull-was-opened 28924109 _job:18296675015 branch:renovate/net.sf.saxon-saxon-he-12.x details:The missing pull yegor256/takes#1217 has been opened by @renovate[bot]. is_human:0 issue:1217 where:github who:29139614
2023-05-12T03:41:39Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x details:The missing pull yegor256/takes#1218 has been opened by @renovate[bot]. is_human:0 issue:1218 where:github who:29139614
2023-05-16T21:46:14Z pull-was-opened 28924109 _job:18296675015 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1219 has been opened by @renovate[bot]. is_human:0 issue:1219 where:github who:29139614
2023-05-21T18:24:28Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.antlr-antlr4-runtime-4.x details:The missing pull yegor256/takes#1220 has been opened by @renovate[bot]. is_human:0 issue:1220 where:github who:29139614
2023-05-21T18:42:08Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.basepom.maven-duplicate-finder-maven-plugin-2.x details:The missing pull yegor256/takes#1221 has been opened by @renovate[bot]. is_human:0 issue:1221 where:github who:29139614
2023-05-24T23:44:33Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.projectlombok-lombok-1.x details:The missing pull yegor256/takes#1222 has been opened by @renovate[bot]. is_human:0 issue:1222 where:github who:29139614
2023-05-28T10:26:23Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-parent-0.x details:The missing pull yegor256/takes#1223 has been opened by @renovate[bot]. is_human:0 issue:1223 where:github who:29139614
2023-05-29T09:23:08Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.basepom.maven-duplicate-finder-maven-plugin-2.x details:The missing pull yegor256/takes#1224 has been opened by @renovate[bot]. is_human:0 issue:1224 where:github who:29139614
2023-06-07T19:47:26Z pull-was-opened 28924109 _job:18296675015 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1226 has been opened by @renovate[bot]. is_human:0 issue:1226 where:github who:29139614
2023-06-12T06:45:34Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-core-4.x details:The missing pull yegor256/takes#1228 has been opened by @renovate[bot]. is_human:0 issue:1228 where:github who:29139614
2023-06-12T06:45:37Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x details:The missing pull yegor256/takes#1229 has been opened by @renovate[bot]. is_human:0 issue:1229 where:github who:29139614
2023-06-18T10:30:04Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1230 has been opened by @renovate[bot]. is_human:0 issue:1230 where:github who:29139614
2023-06-18T11:37:59Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1231 has been opened by @renovate[bot]. is_human:0 issue:1231 where:github who:29139614
2023-06-21T10:43:56Z pull-was-opened 28924109 _job:18296675015 branch:renovate/hibernate-validator details:The missing pull yegor256/takes#1232 has been opened by @renovate[bot]. is_human:0 issue:1232 where:github who:29139614
2023-07-04T19:31:03Z pull-was-opened 28924109 _job:18296675015 branch:renovate/net.sf.saxon-saxon-he-12.x details:The missing pull yegor256/takes#1233 has been opened by @renovate[bot]. is_human:0 issue:1233 where:github who:29139614
2023-07-19T16:14:31Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1234 has been opened by @renovate[bot]. is_human:0 issue:1234 where:github who:29139614
2023-07-21T11:20:51Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1235 has been opened by @renovate[bot]. is_human:0 issue:1235 where:github who:29139614
2023-07-23T13:41:31Z pull-was-opened 28924109 _job:18296675015 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1236 has been opened by @renovate[bot]. is_human:0 issue:1236 where:github who:29139614
2023-08-07T20:16:09Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-matchers-1.x details:The missing pull yegor256/takes#1237 has been opened by @renovate[bot]. is_human:0 issue:1237 where:github who:29139614
2023-08-09T14:26:30Z pull-was-opened 28924109 _job:18296675015 branch:renovate/ubuntu-22.x details:The missing pull yegor256/takes#1238 has been opened by @renovate[bot]. is_human:0 issue:1238 where:github who:29139614
2023-08-22T11:52:45Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1239 has been opened by @renovate[bot]. is_human:0 issue:1239 where:github who:29139614
2023-09-03T17:06:32Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-log4j12-2.x details:The missing pull yegor256/takes#1241 has been opened by @renovate[bot]. is_human:0 issue:1241 where:github who:29139614
2023-09-03T17:06:35Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-api-2.x details:The missing pull yegor256/takes#1242 has been opened by @renovate[bot]. is_human:0 issue:1242 where:github who:29139614
2023-09-04T12:53:59Z pull-was-opened 28924109 _job:18296675015 branch:renovate/actions-checkout-4.x details:The missing pull yegor256/takes#1243 has been opened by @renovate[bot]. is_human:0 issue:1243 where:github who:29139614
2023-09-05T00:39:08Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.antlr-antlr4-runtime-4.x details:The missing pull yegor256/takes#1244 has been opened by @renovate[bot]. is_human:0 issue:1244 where:github who:29139614
2023-09-14T16:49:13Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-3.x details:The missing pull yegor256/takes#1245 has been opened by @renovate[bot]. is_human:0 issue:1245 where:github who:29139614
2023-09-14T16:49:17Z pull-was-opened 28924109 _job:18296675015 branch:renovate/codecov-codecov-action-4.x details:The missing pull yegor256/takes#1246 has been opened by @renovate[bot]. is_human:0 issue:1246 where:github who:29139614
2023-09-20T03:53:00Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.projectlombok-lombok-1.x details:The missing pull yegor256/takes#1247 has been opened by @renovate[bot]. is_human:0 issue:1247 stale:issue where:github who:29139614
2023-09-22T19:03:48Z pull-was-opened 28924109 _job:18296675015 branch:renovate/actions-checkout-digest details:The missing pull yegor256/takes#1248 has been opened by @renovate[bot]. is_human:0 issue:1248 where:github who:29139614
2023-09-29T19:49:10Z pull-was-opened 28924109 _job:18296675015 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1249 has been opened by @renovate[bot]. is_human:0 issue:1249 where:github who:29139614
2023-10-06T16:34:34Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1250 has been opened by @renovate[bot]. is_human:0 issue:1250 where:github who:29139614
2023-10-19T14:25:54Z pull-was-opened 28924109 _job:18296675015 branch:renovate/actions-checkout-digest details:The missing pull yegor256/takes#1251 has been opened by @renovate[bot]. is_human:0 issue:1251 where:github who:29139614
2023-10-20T10:28:24Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-core-4.x details:The missing pull yegor256/takes#1252 has been opened by @renovate[bot]. is_human:0 issue:1252 where:github who:29139614
2023-10-20T10:28:28Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x details:The missing pull yegor256/takes#1253 has been opened by @renovate[bot]. is_human:0 issue:1253 where:github who:29139614
2023-10-25T20:31:24Z pull-was-opened 28924109 _job:18296675015 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1254 has been opened by @renovate[bot]. is_human:0 issue:1254 where:github who:29139614
2023-10-29T09:25:46Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-http-2.x details:The missing pull yegor256/takes#1255 has been opened by @renovate[bot]. is_human:0 issue:1255 where:github who:29139614
2023-10-29T12:23:21Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.apache.commons-commons-text-1.x details:The missing pull yegor256/takes#1256 has been opened by @renovate[bot]. is_human:0 issue:1256 where:github who:29139614
2023-11-02T21:04:41Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1257 has been opened by @renovate[bot]. is_human:0 issue:1257 where:github who:29139614
2023-11-07T10:15:25Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi.incubator-xembly-0.x details:The missing pull yegor256/takes#1258 has been opened by @renovate[bot]. is_human:0 issue:1258 where:github who:29139614
2023-11-16T13:20:07Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi.incubator-xembly-0.x details:The missing pull yegor256/takes#1259 has been opened by @renovate[bot]. is_human:0 issue:1259 where:github who:29139614
2023-11-25T03:38:57Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x details:The missing pull yegor256/takes#1260 has been opened by @renovate[bot]. is_human:0 issue:1260 where:github who:29139614
2023-11-29T20:16:12Z pull-was-opened 28924109 _job:18296675015 branch:renovate/net.sf.saxon-saxon-he-12.x details:The missing pull yegor256/takes#1261 has been opened by @renovate[bot]. is_human:0 issue:1261 where:github who:29139614
2023-11-29T20:16:16Z pull-was-opened 28924109 _job:18296675015 branch:renovate/actions-setup-java-4.x details:The missing pull yegor256/takes#1262 has been opened by @renovate[bot]. is_human:0 issue:1262 where:github who:29139614
2023-11-30T00:19:47Z pull-was-opened 28924109 _job:18296675015 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1263 has been opened by @renovate[bot]. is_human:0 issue:1263 where:github who:29139614
2023-12-01T20:10:39Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1264 has been opened by @renovate[bot]. is_human:0 issue:1264 where:github who:29139614
2023-12-23T18:27:14Z pull-was-opened 28924109 _job:18296675015 branch:patch-1 details:The missing pull yegor256/takes#1265 has been opened by @h1alexbel. is_human:1 issue:1265 where:github who:83453843
2023-12-26T14:00:05Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-log-0.x details:The missing pull yegor256/takes#1266 has been opened by @renovate[bot]. is_human:0 issue:1266 where:github who:29139614
2023-12-27T09:25:21Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-parent-0.x details:The missing pull yegor256/takes#1267 has been opened by @renovate[bot]. is_human:0 issue:1267 where:github who:29139614
2023-12-27T13:15:57Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi-jcabi-log-0.x details:The missing pull yegor256/takes#1268 has been opened by @renovate[bot]. is_human:0 issue:1268 where:github who:29139614
2023-12-28T22:18:42Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-log4j12-2.x details:The missing pull yegor256/takes#1269 has been opened by @renovate[bot]. is_human:0 issue:1269 where:github who:29139614
2023-12-28T22:18:45Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-api-2.x details:The missing pull yegor256/takes#1270 has been opened by @renovate[bot]. is_human:0 issue:1270 where:github who:29139614
2024-01-08T20:05:37Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-log4j12-2.x details:The missing pull yegor256/takes#1272 has been opened by @renovate[bot]. is_human:0 issue:1272 where:github who:29139614
2024-01-08T20:05:41Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.slf4j-slf4j-api-2.x details:The missing pull yegor256/takes#1273 has been opened by @renovate[bot]. is_human:0 issue:1273 where:github who:29139614
2024-01-14T15:25:54Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1274 has been opened by @renovate[bot]. is_human:0 issue:1274 where:github who:29139614
2024-01-17T17:48:55Z pull-was-opened 28924109 _job:18296675015 branch:renovate/actions-cache-4.x details:The missing pull yegor256/takes#1275 has been opened by @renovate[bot]. is_human:0 issue:1275 where:github who:29139614
2024-01-24T21:13:08Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1276 has been opened by @renovate[bot]. is_human:0 issue:1276 where:github who:29139614
2024-01-30T20:15:32Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.jcabi.incubator-xembly-0.x details:The missing pull yegor256/takes#1277 has been opened by @renovate[bot]. is_human:0 issue:1277 where:github who:29139614
2024-01-31T19:57:14Z pull-was-opened 28924109 _job:18296675015 branch:renovate/codecov-codecov-action-4.x details:The missing pull yegor256/takes#1278 has been opened by @renovate[bot]. is_human:0 issue:1278 where:github who:29139614
2024-02-05T06:44:52Z pull-was-opened 28924109 _job:18296675015 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1279 has been opened by @pnatashap. is_human:1 issue:1279 where:github who:19815413
2024-02-05T08:50:09Z pull-was-opened 28924109 _job:18296675015 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1280 has been opened by @renovate[bot]. is_human:0 issue:1280 where:github who:29139614
2024-02-05T22:53:29Z pull-was-opened 28924109 _job:18296675015 branch:renovate/slf4j-monorepo details:The missing pull yegor256/takes#1281 has been opened by @renovate[bot]. is_human:0 issue:1281 where:github who:29139614
2024-03-01T11:02:07Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1282 has been opened by @renovate[bot]. is_human:0 issue:1282 where:github who:29139614
2024-03-07T09:20:50Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-core-4.x details:The missing pull yegor256/takes#1284 has been opened by @renovate[bot]. is_human:0 issue:1284 where:github who:29139614
2024-03-07T09:20:54Z pull-was-opened 28924109 _job:18296675015 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x details:The missing pull yegor256/takes#1285 has been opened by @renovate[bot]. is_human:0 issue:1285 where:github who:29139614
2024-03-13T10:40:25Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-3.x details:The missing pull yegor256/takes#1286 has been opened by @renovate[bot]. is_human:0 issue:1286 where:github who:29139614
2024-03-20T05:12:25Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.projectlombok-lombok-1.x details:The missing pull yegor256/takes#1287 has been opened by @renovate[bot]. is_human:0 issue:1287 where:github who:29139614
2024-03-29T01:59:15Z pull-was-opened 28924109 _job:18296675015 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1288 has been opened by @renovate[bot]. is_human:0 issue:1288 where:github who:29139614
2024-04-08T20:49:45Z pull-was-opened 28924109 _job:18296675015 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1289 has been opened by @renovate[bot]. is_human:0 issue:1289 where:github who:29139614
2024-04-12T15:30:06Z pull-was-opened 28924109 _job:18296675015 branch:renovate/slf4j-monorepo details:The missing pull yegor256/takes#1290 has been opened by @renovate[bot]. is_human:0 issue:1290 where:github who:29139614
2024-05-02T14:13:35Z pull-was-opened 28924109 _job:18296675015 branch:master details:The missing pull yegor256/takes#1294 has been opened by @eugendueck. is_human:1 issue:1294 where:github who:41422
2024-05-11T13:31:17Z pull-was-opened 28924109 _job:18296675015 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1296 has been opened by @renovate[bot]. is_human:0 issue:1296 where:github who:29139614
2024-05-19T20:29:41Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x details:The missing pull yegor256/takes#1297 has been opened by @renovate[bot]. is_human:0 issue:1297 where:github who:29139614
2024-05-31T11:32:36Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-4.x details:The missing pull yegor256/takes#1298 has been opened by @renovate[bot]. is_human:0 issue:1298 where:github who:29139614
2024-06-21T06:17:02Z pull-was-opened 28924109 _job:18296675015 branch:issue_1301 details:The missing pull yegor256/takes#1302 has been opened by @laeubi. is_human:1 issue:1302 where:github who:1331477
2024-06-27T15:41:05Z pull-was-opened 28924109 _job:18296675015 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1304 has been opened by @renovate[bot]. is_human:0 issue:1304 where:github who:29139614
2024-06-28T04:51:40Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.projectlombok-lombok-1.x details:The missing pull yegor256/takes#1305 has been opened by @renovate[bot]. is_human:0 issue:1305 where:github who:29139614
2024-07-02T15:29:53Z pull-was-opened 28924109 _job:18296675015 branch:renovate/net.sf.saxon-saxon-he-12.x details:The missing pull yegor256/takes#1306 has been opened by @renovate[bot]. is_human:0 issue:1306 where:github who:29139614
2024-07-10T21:35:19Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x details:The missing pull yegor256/takes#1308 has been opened by @renovate[bot]. is_human:0 issue:1308 where:github who:29139614
2024-07-15T19:47:29Z pull-was-opened 28924109 _job:18296675015 branch:jakarta_namespace details:The missing pull yegor256/takes#1309 has been opened by @pejetuz. is_human:1 issue:1309 where:github who:26545482
2024-08-01T09:55:04Z pull-was-opened 28924109 _job:18296675015 branch:renovate/major-javahamcrest-monorepo details:The missing pull yegor256/takes#1310 has been opened by @renovate[bot]. is_human:0 issue:1310 where:github who:29139614
2024-08-02T04:04:30Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.eclipse.parsson-jakarta.json-1.x details:The missing pull yegor256/takes#1311 has been opened by @renovate[bot]. is_human:0 issue:1311 where:github who:29139614
2024-08-02T04:04:34Z pull-was-opened 28924109 _job:18296675015 branch:renovate/jersey-monorepo details:The missing pull yegor256/takes#1312 has been opened by @renovate[bot]. is_human:0 issue:1312 where:github who:29139614
2024-08-02T23:02:03Z pull-was-opened 28924109 _job:18296675015 branch:renovate/jersey-monorepo details:The missing pull yegor256/takes#1315 has been opened by @renovate[bot]. is_human:0 issue:1315 where:github who:29139614
2024-08-03T20:17:17Z pull-was-opened 28924109 _job:18296675015 branch:renovate/org.antlr-antlr4-runtime-4.x details:The missing pull yegor256/takes#1316 has been opened by @renovate[bot]. is_human:0 issue:1316 where:github who:29139614
2018-01-30T12:59:50Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#778. is_human:1 issue:778 label:bug where:github who:526301
2018-01-29T14:24:45Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#779. is_human:1 issue:779 label:bug where:github who:526301
2018-01-29T17:54:36Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#780. is_human:0 issue:780 label:bug where:github who:24456188
2018-01-29T18:15:29Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#781. is_human:0 issue:781 label:bug where:github who:24456188
2018-01-29T18:15:48Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#782. is_human:0 issue:782 label:bug where:github who:24456188
2018-01-31T15:44:18Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#784. is_human:1 issue:784 label:bug where:github who:526301
2018-01-31T15:53:06Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#786. is_human:1 issue:786 label:bug where:github who:526301
2018-01-31T15:42:01Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#787. is_human:1 issue:787 label:bug where:github who:526301
2018-02-05T14:48:08Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#790. is_human:1 issue:790 label:bug where:github who:526301
2018-02-05T14:53:03Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#791. is_human:1 issue:791 label:bug where:github who:526301
2018-02-06T16:42:33Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#793. is_human:1 issue:793 label:bug where:github who:526301
2018-02-09T11:47:22Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#794. is_human:0 issue:794 label:bug where:github who:24456188
2018-02-09T11:47:34Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#795. is_human:0 issue:795 label:bug where:github who:24456188
2018-02-09T12:07:54Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#796. is_human:0 issue:796 label:bug where:github who:24456188
2018-02-14T22:56:15Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#800. is_human:0 issue:800 label:bug where:github who:24456188
2018-02-16T20:37:39Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#802. is_human:0 issue:802 label:bug where:github who:24456188
2018-02-21T19:53:16Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#806. is_human:0 issue:806 label:bug where:github who:24456188
2018-02-26T20:12:49Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#808. is_human:1 issue:808 label:bug where:github who:526301
2018-02-26T20:23:25Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#812. is_human:0 issue:812 label:bug where:github who:24456188
2018-03-05T14:55:32Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#819. is_human:0 issue:819 label:bug where:github who:24456188
2018-03-05T14:55:49Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#820. is_human:0 issue:820 label:bug where:github who:24456188
2018-03-06T05:07:58Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#821. is_human:1 issue:821 label:bug where:github who:526301
2018-03-12T18:32:56Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#826. is_human:1 issue:826 label:bug where:github who:526301
2018-03-17T15:54:30Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#832. is_human:0 issue:832 label:bug where:github who:24456188
2018-05-14T13:22:49Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#837. is_human:1 issue:837 label:bug where:github who:526301
2018-06-25T03:48:43Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#841. is_human:1 issue:841 label:bug where:github who:526301
2018-09-19T11:46:11Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#850. is_human:1 issue:850 label:bug where:github who:526301
2018-10-11T03:47:55Z label-was-attached 28924109 _job:18297735024 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#859. is_human:0 issue:859 label:bug where:github who:24456188
2016-03-06T18:29:29Z pull-was-merged 28924109 _job:18297735024 branch:#461_FkContentType comments:55 comments_appreciated:0 comments_by_author:12 comments_by_reviewers:43 comments_resolved:0 comments_to_code:21 details:Apparently, yegor256/takes#639 has been "pull-was-merged". failed_builds:0 files:3 hoc:56 is_human:0 issue:639 review_comments:21 succeeded_builds:0 where:github who:8086956
2016-03-09T05:37:12Z pull-was-merged 28924109 _job:18297735024 branch:#600 comments:22 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:20 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#640 has been "pull-was-merged". failed_builds:0 files:2 hoc:95 is_human:0 issue:640 review_comments:1 succeeded_builds:0 where:github who:8086956
2016-03-06T19:48:55Z pull-was-merged 28924109 _job:18297735024 branch:#594-RqMultipart comments:27 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:21 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#641 has been "pull-was-merged". failed_builds:0 files:1 hoc:35 is_human:0 issue:641 review_comments:3 succeeded_builds:0 where:github who:8086956
2016-03-09T05:23:31Z pull-was-merged 28924109 _job:18297735024 branch:576 comments:44 comments_appreciated:0 comments_by_author:12 comments_by_reviewers:32 comments_resolved:0 comments_to_code:20 details:Apparently, yegor256/takes#644 has been "pull-was-merged". failed_builds:0 files:3 hoc:181 is_human:0 issue:644 review_comments:20 succeeded_builds:0 where:github who:8086956
2016-04-11T07:50:06Z pull-was-merged 28924109 _job:18297735024 branch:#624_remove-excludes-findbugs-violations comments:41 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:32 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#647 has been "pull-was-merged". failed_builds:0 files:5 hoc:177 is_human:0 issue:647 review_comments:4 succeeded_builds:0 where:github who:8086956
2016-04-07T22:45:23Z pull-was-closed 28924109 _job:18297735024 branch:issue-635 comments:17 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:16 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#648 has been "pull-was-closed". failed_builds:0 files:12 hoc:358 is_human:1 issue:648 succeeded_builds:0 where:github who:11806
2016-03-21T04:45:37Z pull-was-merged 28924109 _job:18297735024 branch:issue519 comments:31 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:22 comments_resolved:0 comments_to_code:12 details:Apparently, yegor256/takes#649 has been "pull-was-merged". failed_builds:0 files:4 hoc:84 is_human:0 issue:649 review_comments:12 succeeded_builds:0 where:github who:8086956
2016-03-21T05:10:30Z pull-was-merged 28924109 _job:18297735024 branch:issue548 comments:35 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:28 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#650 has been "pull-was-merged". failed_builds:0 files:1 hoc:80 is_human:0 issue:650 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-04-21T12:02:00Z pull-was-closed 28924109 _job:18297735024 branch:625 comments:32 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:27 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#653 has been "pull-was-closed". failed_builds:0 files:2 hoc:278 is_human:1 issue:653 succeeded_builds:0 where:github who:8187855
2016-03-29T18:33:22Z pull-was-merged 28924109 _job:18297735024 branch:655 comments:36 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:29 comments_resolved:0 comments_to_code:12 details:Apparently, yegor256/takes#657 has been "pull-was-merged". failed_builds:0 files:1 hoc:83 is_human:0 issue:657 review_comments:12 succeeded_builds:0 where:github who:8086956
2016-03-29T18:59:14Z pull-was-merged 28924109 _job:18297735024 branch:635 comments:24 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:22 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#658 has been "pull-was-merged". failed_builds:0 files:4 hoc:89 is_human:0 issue:658 review_comments:3 succeeded_builds:0 where:github who:8086956
2016-04-17T16:33:31Z pull-was-merged 28924109 _job:18297735024 branch:626 comments:27 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:21 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#659 has been "pull-was-merged". failed_builds:0 files:2 hoc:55 is_human:0 issue:659 review_comments:6 succeeded_builds:0 where:github who:8086956
2016-04-17T16:07:43Z pull-was-merged 28924109 _job:18297735024 branch:656 comments:21 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:18 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#661 has been "pull-was-merged". failed_builds:0 files:1 hoc:159 is_human:0 issue:661 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-05-11T13:38:47Z pull-was-merged 28924109 _job:18297735024 branch:660 comments:60 comments_appreciated:0 comments_by_author:25 comments_by_reviewers:35 comments_resolved:0 comments_to_code:18 details:Apparently, yegor256/takes#662 has been "pull-was-merged". failed_builds:0 files:11 hoc:85 is_human:0 issue:662 review_comments:18 succeeded_builds:0 where:github who:8086956
2016-04-18T15:13:40Z pull-was-merged 28924109 _job:18297735024 branch:master comments:33 comments_appreciated:2 comments_by_author:6 comments_by_reviewers:27 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#663 has been "pull-was-merged". failed_builds:0 files:2 hoc:210 is_human:0 issue:663 review_comments:2 succeeded_builds:0 where:github who:8086956
2016-04-21T05:53:36Z pull-was-merged 28924109 _job:18297735024 branch:651 comments:35 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:27 comments_resolved:0 comments_to_code:11 details:Apparently, yegor256/takes#665 has been "pull-was-merged". failed_builds:0 files:13 hoc:2848 is_human:0 issue:665 review_comments:11 succeeded_builds:0 where:github who:8086956
2016-05-03T19:30:16Z pull-was-merged 28924109 _job:18297735024 branch:666 comments:42 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:29 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#668 has been "pull-was-merged". failed_builds:0 files:4 hoc:212 is_human:0 issue:668 review_comments:10 succeeded_builds:0 where:github who:8086956
2016-05-03T13:51:48Z pull-was-merged 28924109 _job:18297735024 branch:664 comments:33 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:30 comments_resolved:0 comments_to_code:9 details:Apparently, yegor256/takes#670 has been "pull-was-merged". failed_builds:0 files:22 hoc:290 is_human:0 issue:670 review_comments:9 succeeded_builds:0 where:github who:8086956
2016-05-03T11:13:11Z pull-was-merged 28924109 _job:18297735024 branch:patch-1 comments:26 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:24 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#673 has been "pull-was-merged". failed_builds:0 files:1 hoc:27 is_human:0 issue:673 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-05-09T04:49:20Z pull-was-merged 28924109 _job:18297735024 branch:#674_StandardCharsets.UTF_8 comments:23 comments_appreciated:1 comments_by_author:4 comments_by_reviewers:19 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#675 has been "pull-was-merged". failed_builds:0 files:15 hoc:238 is_human:0 issue:675 review_comments:4 succeeded_builds:0 where:github who:8086956
2016-06-16T03:34:31Z pull-was-merged 28924109 _job:18297735024 branch:#667_String#toLowerCase comments:49 comments_appreciated:3 comments_by_author:19 comments_by_reviewers:30 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#676 has been "pull-was-merged". failed_builds:0 files:12 hoc:144 is_human:0 issue:676 review_comments:10 succeeded_builds:0 where:github who:8086956
2016-05-08T15:18:25Z pull-was-merged 28924109 _job:18297735024 branch:669 comments:10 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#677 has been "pull-was-merged". failed_builds:0 files:2 hoc:11 is_human:0 issue:677 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-06-16T09:58:38Z pull-was-closed 28924109 _job:18297735024 branch:#678-Remove-PMD.BeanMembersShouldSerialize comments:9 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#680 has been "pull-was-closed". failed_builds:0 files:1 hoc:9 is_human:1 issue:680 succeeded_builds:0 where:github who:10319140
2016-06-16T04:11:11Z pull-was-merged 28924109 _job:18297735024 branch:678 comments:12 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#681 has been "pull-was-merged". failed_builds:0 files:5 hoc:98 is_human:0 issue:681 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-06-22T22:41:12Z pull-was-merged 28924109 _job:18297735024 branch:684 comments:35 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:29 comments_resolved:0 comments_to_code:9 details:Apparently, yegor256/takes#688 has been "pull-was-merged". failed_builds:0 files:43 hoc:427 is_human:0 issue:688 review_comments:9 succeeded_builds:0 where:github who:8086956
2016-07-01T02:59:59Z pull-was-merged 28924109 _job:18297735024 branch:#686_PMD_AvoidDuplicateLiterals comments:81 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:68 comments_resolved:0 comments_to_code:61 details:Apparently, yegor256/takes#689 has been "pull-was-merged". failed_builds:0 files:19 hoc:567 is_human:0 issue:689 review_comments:61 succeeded_builds:0 where:github who:8086956
2016-06-29T00:29:23Z pull-was-merged 28924109 _job:18297735024 branch:master comments:63 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:52 comments_resolved:0 comments_to_code:22 details:Apparently, yegor256/takes#690 has been "pull-was-merged". failed_builds:0 files:12 hoc:1080 is_human:0 issue:690 review_comments:22 succeeded_builds:0 where:github who:8086956
2016-07-13T20:14:19Z pull-was-merged 28924109 _job:18297735024 branch:master comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#699 has been "pull-was-merged". failed_builds:0 files:1 hoc:6 is_human:1 issue:699 review_comments:0 succeeded_builds:0 where:github who:526301
2018-11-29T09:59:41Z pull-was-closed 28924109 _job:18297735024 branch:issues.697 comments:31 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:23 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#700 has been "pull-was-closed". failed_builds:0 files:1 hoc:26 is_human:1 issue:700 succeeded_builds:0 where:github who:33915433
2016-07-22T20:14:30Z pull-was-merged 28924109 _job:18297735024 branch:issue_696 comments:45 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:38 comments_resolved:0 comments_to_code:13 details:Apparently, yegor256/takes#701 has been "pull-was-merged". failed_builds:0 files:1 hoc:341 is_human:0 issue:701 review_comments:13 succeeded_builds:0 where:github who:8086956
2016-07-22T02:05:42Z pull-was-merged 28924109 _job:18297735024 branch:694 comments:49 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:36 comments_resolved:0 comments_to_code:20 details:Apparently, yegor256/takes#702 has been "pull-was-merged". failed_builds:0 files:1 hoc:49 is_human:0 issue:702 review_comments:20 succeeded_builds:0 where:github who:8086956
2016-07-26T02:35:47Z pull-was-merged 28924109 _job:18297735024 branch:#695_RqFormBase_supress_ClassDataAbstractionCouplingCheck comments:33 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:28 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#703 has been "pull-was-merged". failed_builds:0 files:1 hoc:10 is_human:0 issue:703 review_comments:5 succeeded_builds:0 where:github who:8086956
2016-08-02T18:31:14Z pull-was-merged 28924109 _job:18297735024 branch:master comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#706 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:706 review_comments:0 succeeded_builds:0 where:github who:526301
2016-08-15T18:47:35Z pull-was-merged 28924109 _job:18297735024 branch:#698_RsFlash_SingularField_PMD_warnings comments:49 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:36 comments_resolved:0 comments_to_code:17 details:Apparently, yegor256/takes#708 has been "pull-was-merged". failed_builds:0 files:1 hoc:16 is_human:0 issue:708 review_comments:17 succeeded_builds:0 where:github who:8086956
2016-08-15T19:07:38Z pull-was-merged 28924109 _job:18297735024 branch:master comments:19 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:17 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#709 has been "pull-was-merged". failed_builds:0 files:32 hoc:120 is_human:0 issue:709 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-08-18T16:52:10Z pull-was-merged 28924109 _job:18297735024 branch:692 comments:10 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#710 has been "pull-was-merged". failed_builds:0 files:3 hoc:9 is_human:0 issue:710 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-08-22T20:16:09Z pull-was-merged 28924109 _job:18297735024 branch:#707_transient_is_not_needed_anymore comments:29 comments_appreciated:1 comments_by_author:2 comments_by_reviewers:27 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#711 has been "pull-was-merged". failed_builds:0 files:100 hoc:544 is_human:0 issue:711 review_comments:5 succeeded_builds:0 where:github who:8086956
2018-12-12T11:48:39Z pull-was-closed 28924109 _job:18297735024 branch:patch-1 comments:10 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:9 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#714 has been "pull-was-closed". failed_builds:0 files:1 hoc:4 is_human:1 issue:714 succeeded_builds:0 where:github who:33915433
2016-11-22T07:00:19Z pull-was-merged 28924109 _job:18297735024 branch:patch-2 comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#715 has been "pull-was-merged". failed_builds:0 files:1 hoc:30 is_human:1 issue:715 review_comments:0 succeeded_builds:0 where:github who:526301
2016-12-16T12:01:00Z pull-was-closed 28924109 _job:18297735024 branch:712_TkSlf4j_fail comments:81 comments_appreciated:0 comments_by_author:33 comments_by_reviewers:48 comments_resolved:0 comments_to_code:55 details:Apparently, yegor256/takes#716 has been "pull-was-closed". failed_builds:0 files:6 hoc:103 is_human:1 issue:716 succeeded_builds:0 where:github who:4218366
2017-06-08T07:59:44Z pull-was-merged 28924109 _job:18297735024 branch:712 comments:60 comments_appreciated:0 comments_by_author:23 comments_by_reviewers:37 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#717 has been "pull-was-merged". failed_builds:0 files:1 hoc:38 is_human:0 issue:717 review_comments:8 succeeded_builds:0 where:github who:8086956
2017-06-08T08:20:18Z pull-was-merged 28924109 _job:18297735024 branch:vtl-folder comments:21 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:16 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#721 has been "pull-was-merged". failed_builds:0 files:5 hoc:58 is_human:0 issue:721 review_comments:2 succeeded_builds:0 where:github who:8086956
2017-05-01T15:55:19Z pull-was-closed 28924109 _job:18297735024 branch:maven-eclipse comments:18 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:13 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#722 has been "pull-was-closed". failed_builds:0 files:3 hoc:29 is_human:1 issue:722 succeeded_builds:0 where:github who:1405237
2017-04-25T16:42:36Z pull-was-merged 28924109 _job:18297735024 branch:mvpotter-typo-1 comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#724 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:724 review_comments:0 succeeded_builds:0 where:github who:526301
2017-06-07T13:59:07Z pull-was-merged 28924109 _job:18297735024 branch:master comments:14 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:10 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#727 has been "pull-was-merged". failed_builds:0 files:5 hoc:438 is_human:0 issue:727 review_comments:2 succeeded_builds:0 where:github who:8086956
2017-06-19T07:46:30Z pull-was-merged 28924109 _job:18297735024 branch:master comments:2 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#732 has been "pull-was-merged". failed_builds:0 files:1 hoc:14 is_human:1 issue:732 review_comments:0 succeeded_builds:0 where:github who:526301
2017-06-25T13:14:43Z pull-was-merged 28924109 _job:18297735024 branch:733 comments:3 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#734 has been "pull-was-merged". failed_builds:0 files:13 hoc:522 is_human:0 issue:734 review_comments:0 succeeded_builds:0 where:github who:8086956
2017-06-25T17:58:07Z pull-was-merged 28924109 _job:18297735024 branch:735 comments:3 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#736 has been "pull-was-merged". failed_builds:0 files:7 hoc:80 is_human:0 issue:736 review_comments:0 succeeded_builds:0 where:github who:8086956
2017-08-09T16:20:31Z pull-was-merged 28924109 _job:18297735024 branch:jwt-impl comments:30 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:23 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#743 has been "pull-was-merged". failed_builds:0 files:8 hoc:848 is_human:0 issue:743 review_comments:10 succeeded_builds:0 where:github who:8086956
2018-02-16T20:37:24Z pull-was-merged 28924109 _job:18297735024 branch:744 comments:32 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:28 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#745 has been "pull-was-merged". failed_builds:0 files:1 hoc:190 is_human:0 issue:745 review_comments:0 succeeded_builds:0 where:github who:8086956
2016-12-14T13:11:22Z code-was-reviewed 28924109 _job:18297735024 author:5822647 comments:52 details:The pull request yegor256/takes#717 with 38 HoC created by @prondzyn was reviewed by @essobedo after 7h6m and 1 comments. hoc:38 is_human:1 issue:717 review_comments:1 seconds:25583 where:github who:1618116
2017-02-15T07:03:50Z code-was-reviewed 28924109 _job:18297735024 author:384578 comments:19 details:The pull request yegor256/takes#721 with 58 HoC created by @ptrecenti was reviewed by @yegor256 after 140h9m and 1 comments. hoc:58 is_human:1 issue:721 review_comments:1 seconds:504551 where:github who:526301
2017-05-24T14:01:33Z code-was-reviewed 28924109 _job:18297735024 author:107386 comments:12 details:The pull request yegor256/takes#727 with 438 HoC created by @semantosoph was reviewed by @yegor256 after 22h11m and 1 comments. hoc:438 is_human:1 issue:727 review_comments:1 seconds:79912 where:github who:526301
2017-08-09T11:45:35Z code-was-reviewed 28924109 _job:18297735024 author:107386 comments:20 details:The pull request yegor256/takes#743 with 848 HoC created by @semantosoph was reviewed by @yegor256 after 3h48m and 1 comments. hoc:848 is_human:1 issue:743 review_comments:1 seconds:13683 where:github who:526301
2016-11-22T07:13:55Z code-was-reviewed 28924109 _job:18297735024 author:1935518 comments:7 details:The pull request yegor256/takes#714 with 4 HoC created by @wasserfuhr was reviewed by @yegor256 after 404h48m and 1 comments. hoc:4 is_human:1 issue:714 review_comments:1 seconds:1457312 where:github who:526301
2016-11-25T12:23:36Z code-was-reviewed 28924109 _job:18297735024 author:4218366 comments:26 details:The pull request yegor256/takes#716 with 103 HoC created by @rui-castro was reviewed by @essobedo after 10h57m and 1 comments. hoc:103 is_human:1 issue:716 review_comments:1 seconds:39462 where:github who:1618116
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#589 has been "issue-was-closed". is_human:1 issue:589 where:github who:6305016
2016-03-05T01:15:16Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#590 has been "issue-was-closed". is_human:1 issue:590 where:github who:1054771
2016-04-12T07:50:44Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#591 has been "issue-was-closed". is_human:1 issue:591 where:github who:1618116
2016-03-10T10:00:10Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#594 has been "issue-was-closed". is_human:1 issue:594 where:github who:6305016
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#595 has been "issue-was-closed". is_human:1 issue:595 where:github who:6305016
2016-03-03T07:34:20Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#596 has been "issue-was-closed". is_human:1 issue:596 where:github who:1618116
2016-02-29T18:33:18Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#597 has been "issue-was-closed". is_human:1 issue:597 where:github who:1618116
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#598 has been "issue-was-closed". is_human:1 issue:598 where:github who:6305016
2016-03-15T09:26:43Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#600 has been "issue-was-closed". is_human:1 issue:600 where:github who:6305016
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#602 has been "issue-was-closed". is_human:1 issue:602 where:github who:6305016
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#604 has been "issue-was-closed". is_human:1 issue:604 where:github who:6305016
2016-02-28T10:03:49Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#606 has been "issue-was-closed". is_human:1 issue:606 where:github who:6305016
2016-02-13T14:20:28Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#607 has been "issue-was-closed". is_human:1 issue:607 where:github who:11806
2018-02-13T10:41:26Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#608 has been "issue-was-closed". is_human:1 issue:608 where:github who:526301
2016-02-29T16:58:18Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#609 has been "issue-was-closed". is_human:1 issue:609 where:github who:526301
2016-02-15T19:17:53Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#614 has been "issue-was-closed". is_human:1 issue:614 where:github who:526301
2016-02-28T06:06:56Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#615 has been "issue-was-closed". is_human:1 issue:615 where:github who:526301
2016-02-28T08:01:39Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#617 has been "issue-was-closed". is_human:1 issue:617 where:github who:526301
2016-02-18T23:26:37Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#618 has been "issue-was-closed". is_human:1 issue:618 where:github who:526301
2016-02-23T05:39:05Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#620 has been "issue-was-closed". is_human:1 issue:620 where:github who:9972909
2016-02-28T11:21:19Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#622 has been "issue-was-closed". is_human:1 issue:622 where:github who:526301
2016-03-11T19:19:49Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#623 has been "issue-was-closed". is_human:1 issue:623 where:github who:9972909
2016-04-13T17:03:34Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#624 has been "issue-was-closed". is_human:1 issue:624 where:github who:6305016
2016-04-22T11:03:58Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#625 has been "issue-was-closed". is_human:1 issue:625 where:github who:6305016
2016-04-17T21:38:57Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#626 has been "issue-was-closed". is_human:1 issue:626 where:github who:16798121
2016-03-11T03:18:47Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#627 has been "issue-was-closed". is_human:1 issue:627 where:github who:526301
2016-03-29T20:50:14Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#635 has been "issue-was-closed". is_human:1 issue:635 where:github who:16798121
2016-03-02T07:35:42Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#637 has been "issue-was-closed". is_human:1 issue:637 where:github who:526301
2016-03-03T00:18:34Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#638 has been "issue-was-closed". is_human:1 issue:638 where:github who:526301
2016-03-04T23:11:20Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#642 has been "issue-was-closed". is_human:1 issue:642 where:github who:526301
2016-03-06T18:36:04Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#643 has been "issue-was-closed". is_human:1 issue:643 where:github who:526301
2016-03-15T01:33:59Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#645 has been "issue-was-closed". is_human:1 issue:645 where:github who:526301
2016-03-15T20:36:51Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#646 has been "issue-was-closed". is_human:1 issue:646 where:github who:526301
2016-04-21T11:16:36Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#651 has been "issue-was-closed". is_human:1 issue:651 where:github who:16798121
2016-03-21T21:13:35Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#652 has been "issue-was-closed". is_human:1 issue:652 where:github who:526301
2016-03-21T20:48:36Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#654 has been "issue-was-closed". is_human:1 issue:654 where:github who:526301
2016-04-02T17:11:59Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#655 has been "issue-was-closed". is_human:1 issue:655 where:github who:6305016
2016-04-22T12:12:49Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#656 has been "issue-was-closed". is_human:1 issue:656 where:github who:6305016
2016-05-17T14:53:40Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#660 has been "issue-was-closed". is_human:1 issue:660 where:github who:6305016
2016-05-05T09:34:15Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#664 has been "issue-was-closed". is_human:1 issue:664 where:github who:1618116
2016-05-05T17:09:16Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#666 has been "issue-was-closed". is_human:1 issue:666 where:github who:6305016
2016-06-16T10:03:53Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#667 has been "issue-was-closed". is_human:1 issue:667 where:github who:1618116
2016-05-08T16:36:31Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#669 has been "issue-was-closed". is_human:1 issue:669 where:github who:9972909
2016-04-27T07:05:40Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#671 has been "issue-was-closed". is_human:1 issue:671 where:github who:526301
2016-05-04T12:52:48Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#672 has been "issue-was-closed". is_human:1 issue:672 where:github who:6305156
2016-05-10T20:16:59Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#674 has been "issue-was-closed". is_human:1 issue:674 where:github who:6305016
2016-06-19T10:09:13Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#678 has been "issue-was-closed". is_human:1 issue:678 where:github who:6305016
2016-06-22T22:42:19Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#679 has been "issue-was-closed". is_human:1 issue:679 where:github who:526301
2018-12-13T22:28:35Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#682 has been "issue-was-closed". is_human:1 issue:682 where:github who:33915433
2016-06-23T00:04:41Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#683 has been "issue-was-closed". is_human:1 issue:683 where:github who:526301
2016-06-25T15:26:21Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#684 has been "issue-was-closed". is_human:1 issue:684 where:github who:6305016
2016-06-23T00:28:45Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#685 has been "issue-was-closed". is_human:1 issue:685 where:github who:526301
2016-07-03T13:07:45Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#686 has been "issue-was-closed". is_human:1 issue:686 where:github who:6305016
2016-07-01T16:37:25Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#687 has been "issue-was-closed". is_human:1 issue:687 where:github who:6305016
2016-07-02T18:39:17Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#691 has been "issue-was-closed". is_human:1 issue:691 where:github who:1405237
2016-08-21T12:05:36Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#692 has been "issue-was-closed". is_human:1 issue:692 where:github who:6305016
2016-06-28T16:57:43Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#693 has been "issue-was-closed". is_human:1 issue:693 where:github who:526301
2016-07-24T15:00:33Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#694 has been "issue-was-closed". is_human:1 issue:694 where:github who:6305016
2016-07-28T14:45:40Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#695 has been "issue-was-closed". is_human:1 issue:695 where:github who:6305016
2016-07-24T15:00:33Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#696 has been "issue-was-closed". is_human:1 issue:696 where:github who:6305016
2016-08-18T13:33:39Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#697 has been "issue-was-closed". is_human:1 issue:697 where:github who:6305016
2016-08-18T13:33:39Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#698 has been "issue-was-closed". is_human:1 issue:698 where:github who:6305016
2016-07-26T01:45:35Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#704 has been "issue-was-closed". is_human:1 issue:704 where:github who:526301
2016-08-18T16:53:37Z issue-was-closed 28924109 _job:18297735024 details:Apparently, yegor256/takes#705 has been "issue-was-closed". is_human:1 issue:705 where:github who:526301
2018-01-18T13:42:19Z issue-was-assigned 28924109 _job:18297735024 assigner:526301 details:yegor256/takes#769 was assigned to @0crat by @yegor256. is_human:1 issue:769 where:github who:24387511
2018-01-18T13:42:30Z issue-was-assigned 28924109 _job:18297735024 assigner:526301 details:yegor256/takes#769 was assigned to @yegor256 by @yegor256. is_human:1 issue:769 where:github who:526301
2018-03-01T11:13:02Z issue-was-assigned 28924109 _job:18297735024 assigner:526301 details:yegor256/takes#814 was assigned to @yegor256 by @yegor256. is_human:1 issue:814 where:github who:526301
2018-03-01T12:28:23Z issue-was-assigned 28924109 _job:18297735024 assigner:526301 details:yegor256/takes#815 was assigned to @yegor256 by @yegor256. is_human:1 issue:815 where:github who:526301
2018-03-01T13:38:33Z issue-was-assigned 28924109 _job:18297735024 assigner:526301 details:yegor256/takes#816 was assigned to @yegor256 by @yegor256. is_human:1 issue:816 where:github who:526301
2018-03-01T20:00:12Z issue-was-assigned 28924109 _job:18297735024 assigner:526301 details:yegor256/takes#818 was assigned to @yegor256 by @yegor256. is_human:1 issue:818 where:github who:526301
2015-03-25T18:34:40Z pull-was-opened 28924109 _job:18297735024 branch:74 details:The missing pull yegor256/takes#75 has been opened by @dmzaytsev. is_human:1 issue:75 where:github who:9972909
2015-03-26T13:59:19Z pull-was-opened 28924109 _job:18297735024 branch:47 details:The missing pull yegor256/takes#78 has been opened by @dmzaytsev. is_human:1 issue:78 where:github who:9972909
2015-03-26T19:02:29Z pull-was-opened 28924109 _job:18297735024 branch:76 details:The missing pull yegor256/takes#80 has been opened by @ghost. is_human:1 issue:80 where:github who:10137
2015-03-26T22:57:09Z pull-was-opened 28924109 _job:18297735024 branch:master details:The missing pull yegor256/takes#81 has been opened by @ikhvostenkov. is_human:1 issue:81 where:github who:861305
2015-03-27T15:50:30Z pull-was-opened 28924109 _job:18297735024 branch:master details:The missing pull yegor256/takes#83 has been opened by @eg04lt3r. is_human:1 issue:83 where:github who:7552413
2015-03-27T18:30:01Z pull-was-opened 28924109 _job:18297735024 branch:37 details:The missing pull yegor256/takes#84 has been opened by @dmzaytsev. is_human:1 issue:84 where:github who:9972909
2015-03-27T21:07:02Z pull-was-opened 28924109 _job:18297735024 branch:36 details:The missing pull yegor256/takes#86 has been opened by @dmzaytsev. is_human:1 issue:86 where:github who:9972909
2015-03-30T19:35:08Z pull-was-opened 28924109 _job:18297735024 branch:CcBase64#19 details:The missing pull yegor256/takes#95 has been opened by @ikhvostenkov. is_human:1 issue:95 where:github who:861305
2015-03-30T22:09:05Z pull-was-opened 28924109 _job:18297735024 branch:CcBase64#19 details:The missing pull yegor256/takes#98 has been opened by @ikhvostenkov. is_human:1 issue:98 where:github who:861305
2015-03-31T18:52:31Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#102 has been opened by @dmzaytsev. is_human:1 issue:102 where:github who:9972909
2015-04-01T08:46:20Z pull-was-opened 28924109 _job:18297735024 branch:97 details:The missing pull yegor256/takes#103 has been opened by @dmzaytsev. is_human:1 issue:103 where:github who:9972909
2015-04-04T13:45:18Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#124 has been opened by @yamstranger. is_human:1 issue:124 where:github who:1667699
2015-04-06T19:55:23Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#141 has been opened by @ghost. is_human:1 issue:141 where:github who:10137
2015-04-07T03:59:33Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#144 has been opened by @yegor256. is_human:1 issue:144 where:github who:526301
2015-04-07T04:19:05Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#145 has been opened by @yegor256. is_human:1 issue:145 where:github who:526301
2015-04-07T04:51:41Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#146 has been opened by @yegor256. is_human:1 issue:146 where:github who:526301
2015-04-07T06:18:51Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#147 has been opened by @yegor256. is_human:1 issue:147 where:github who:526301
2015-04-07T06:33:46Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#148 has been opened by @longtimeago. is_human:1 issue:148 where:github who:1388994
2015-04-07T09:32:55Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#149 has been opened by @davvd. is_human:1 issue:149 where:github who:6305016
2015-04-07T12:32:20Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#152 has been opened by @davvd. is_human:1 issue:152 where:github who:6305016
2015-04-07T14:44:21Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#153 has been opened by @ikhvostenkov. is_human:1 issue:153 where:github who:861305
2015-04-07T18:58:34Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#154 has been opened by @mgooty. is_human:1 issue:154 where:github who:7974315
2015-04-07T20:07:13Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#155 has been opened by @davvd. is_human:1 issue:155 where:github who:6305016
2015-04-08T18:18:25Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#158 has been opened by @davvd. is_human:1 issue:158 where:github who:6305016
2015-04-08T20:14:26Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#159 has been opened by @davvd. is_human:1 issue:159 where:github who:6305016
2015-04-08T23:29:14Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#160 has been opened by @yegor256. is_human:1 issue:160 where:github who:526301
2015-04-09T01:37:31Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#161 has been opened by @yegor256. is_human:1 issue:161 where:github who:526301
2015-04-09T09:42:45Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#163 has been opened by @davvd. is_human:1 issue:163 where:github who:6305016
2015-04-09T19:08:04Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#166 has been opened by @yegor256. is_human:1 issue:166 where:github who:526301
2015-04-10T06:07:12Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#167 has been opened by @yegor256. is_human:1 issue:167 where:github who:526301
2015-04-15T00:04:36Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#170 has been opened by @yegor256. is_human:1 issue:170 where:github who:526301
2015-04-15T01:50:57Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#171 has been opened by @yegor256. is_human:1 issue:171 where:github who:526301
2015-04-15T03:15:05Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#172 has been opened by @yegor256. is_human:1 issue:172 where:github who:526301
2015-04-15T05:07:23Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#173 has been opened by @yegor256. is_human:1 issue:173 where:github who:526301
2015-04-15T10:12:02Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#174 has been opened by @davvd. is_human:1 issue:174 where:github who:6305016
2015-04-16T02:08:56Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#182 has been opened by @yegor256. is_human:1 issue:182 where:github who:526301
2015-04-16T03:03:13Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#184 has been opened by @yegor256. is_human:1 issue:184 where:github who:526301
2015-04-17T23:26:42Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#187 has been opened by @yegor256. is_human:1 issue:187 where:github who:526301
2015-04-20T01:10:43Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#190 has been opened by @yegor256. is_human:1 issue:190 where:github who:526301
2015-04-20T23:38:45Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#194 has been opened by @ikhvostenkov. is_human:1 issue:194 where:github who:861305
2015-04-20T23:50:17Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#195 has been opened by @ikhvostenkov. is_human:1 issue:195 where:github who:861305
2015-04-21T03:37:16Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#196 has been opened by @yegor256. is_human:1 issue:196 where:github who:526301
2015-04-21T19:21:56Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#198 has been opened by @yegor256. is_human:1 issue:198 where:github who:526301
2015-04-21T21:21:15Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#199 has been opened by @marcuss. is_human:1 issue:199 where:github who:5760337
2015-04-22T03:03:46Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#201 has been opened by @yegor256. is_human:1 issue:201 where:github who:526301
2015-04-22T21:09:36Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#205 has been opened by @yegor256. is_human:1 issue:205 where:github who:526301
2015-04-22T21:16:59Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#206 has been opened by @yegor256. is_human:1 issue:206 where:github who:526301
2015-04-25T03:22:57Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#209 has been opened by @yegor256. is_human:1 issue:209 where:github who:526301
2015-04-27T01:16:22Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#211 has been opened by @yegor256. is_human:1 issue:211 where:github who:526301
2015-04-27T11:04:11Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#213 has been opened by @erimerturk. is_human:1 issue:213 where:github who:416283
2015-04-28T20:42:44Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#217 has been opened by @yegor256. is_human:1 issue:217 where:github who:526301
2015-04-29T04:41:15Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#219 has been opened by @marcuss. is_human:1 issue:219 where:github who:5760337
2015-04-29T04:59:07Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#220 has been opened by @marcuss. is_human:1 issue:220 where:github who:5760337
2015-04-29T07:18:41Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#221 has been opened by @dmzaytsev. is_human:1 issue:221 where:github who:9972909
2015-04-29T09:21:23Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#222 has been opened by @davvd. is_human:1 issue:222 where:github who:6305016
2015-04-30T06:01:49Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#226 has been opened by @krzyk. is_human:1 issue:226 where:github who:105730
2015-04-30T18:36:48Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#227 has been opened by @davvd. is_human:1 issue:227 where:github who:6305016
2015-04-30T18:58:55Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#229 has been opened by @dmzaytsev. is_human:1 issue:229 where:github who:9972909
2015-04-30T19:04:03Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#230 has been opened by @davvd. is_human:1 issue:230 where:github who:6305016
2015-04-30T20:17:45Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#231 has been opened by @dmzaytsev. is_human:1 issue:231 where:github who:9972909
2015-05-01T08:22:27Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#236 has been opened by @dmzaytsev. is_human:1 issue:236 where:github who:9972909
2015-05-01T08:32:34Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#237 has been opened by @dmzaytsev. is_human:1 issue:237 where:github who:9972909
2015-05-01T13:22:10Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#239 has been opened by @dmzaytsev. is_human:1 issue:239 where:github who:9972909
2015-05-02T02:25:04Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#242 has been opened by @yegor256. is_human:1 issue:242 where:github who:526301
2015-05-02T10:06:57Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#243 has been opened by @davvd. is_human:1 issue:243 where:github who:6305016
2015-05-03T22:34:19Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#247 has been opened by @yegor256. is_human:1 issue:247 where:github who:526301
2015-05-03T23:28:29Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#248 has been opened by @yegor256. is_human:1 issue:248 where:github who:526301
2015-05-04T00:42:50Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#249 has been opened by @yegor256. is_human:1 issue:249 where:github who:526301
2015-05-04T02:15:49Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#250 has been opened by @yegor256. is_human:1 issue:250 where:github who:526301
2015-05-04T13:53:54Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#251 has been opened by @ikhvostenkov. is_human:1 issue:251 where:github who:861305
2015-05-04T22:35:50Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#252 has been opened by @yegor256. is_human:1 issue:252 where:github who:526301
2015-05-05T01:26:38Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#253 has been opened by @dmzaytsev. is_human:1 issue:253 where:github who:9972909
2015-05-06T06:59:30Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#254 has been opened by @dmzaytsev. is_human:1 issue:254 where:github who:9972909
2015-05-07T08:22:53Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#256 has been opened by @dmzaytsev. is_human:1 issue:256 where:github who:9972909
2015-05-07T08:51:31Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#257 has been opened by @dmzaytsev. is_human:1 issue:257 where:github who:9972909
2015-05-07T11:36:14Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#258 has been opened by @dmzaytsev. is_human:1 issue:258 where:github who:9972909
2015-05-07T12:53:25Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#259 has been opened by @dmzaytsev. is_human:1 issue:259 where:github who:9972909
2015-05-07T13:07:54Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#260 has been opened by @dmzaytsev. is_human:1 issue:260 where:github who:9972909
2015-05-08T16:35:51Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#263 has been opened by @dmzaytsev. is_human:1 issue:263 where:github who:9972909
2015-05-08T20:39:08Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#264 has been opened by @davvd. is_human:1 issue:264 where:github who:6305016
2015-05-08T22:37:41Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#265 has been opened by @yegor256. is_human:1 issue:265 where:github who:526301
2015-05-09T00:13:15Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#266 has been opened by @yegor256. is_human:1 issue:266 where:github who:526301
2015-05-09T11:58:35Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#268 has been opened by @davvd. is_human:1 issue:268 where:github who:6305016
2015-05-09T22:57:09Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#271 has been opened by @yegor256. is_human:1 issue:271 where:github who:526301
2015-05-10T02:05:24Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#272 has been opened by @yegor256. is_human:1 issue:272 where:github who:526301
2015-05-10T02:34:15Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#273 has been opened by @yegor256. is_human:1 issue:273 where:github who:526301
2015-05-10T03:38:50Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#274 has been opened by @yegor256. is_human:1 issue:274 where:github who:526301
2015-05-10T06:51:56Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#275 has been opened by @ekondrashev. is_human:1 issue:275 where:github who:114910
2015-05-10T20:47:00Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#276 has been opened by @davvd. is_human:1 issue:276 where:github who:6305016
2015-05-10T23:22:09Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#277 has been opened by @yegor256. is_human:1 issue:277 where:github who:526301
2015-05-11T01:17:29Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#278 has been opened by @yegor256. is_human:1 issue:278 where:github who:526301
2015-05-11T07:12:56Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#281 has been opened by @dmzaytsev. is_human:1 issue:281 where:github who:9972909
2015-05-14T00:56:48Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#284 has been opened by @yegor256. is_human:1 issue:284 where:github who:526301
2015-05-14T01:08:18Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#285 has been opened by @yegor256. is_human:1 issue:285 where:github who:526301
2015-05-14T01:23:38Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#286 has been opened by @yegor256. is_human:1 issue:286 where:github who:526301
2015-05-14T01:32:06Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#287 has been opened by @yegor256. is_human:1 issue:287 where:github who:526301
2015-05-14T15:22:35Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#290 has been opened by @ekondrashev. is_human:1 issue:290 where:github who:114910
2015-05-15T07:57:32Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#291 has been opened by @bertram25. is_human:1 issue:291 where:github who:765917
2015-05-15T17:24:12Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#292 has been opened by @yegor256. is_human:1 issue:292 where:github who:526301
2015-05-15T20:37:45Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#293 has been opened by @yegor256. is_human:1 issue:293 where:github who:526301
2015-05-16T02:19:20Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#294 has been opened by @super132. is_human:1 issue:294 where:github who:6581896
2015-05-16T02:31:32Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#295 has been opened by @super132. is_human:1 issue:295 where:github who:6581896
2015-05-18T06:32:11Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#296 has been opened by @yegor256. is_human:1 issue:296 where:github who:526301
2015-05-18T09:13:48Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#298 has been opened by @iinozemtsev. is_human:1 issue:298 where:github who:481692
2015-05-19T01:29:40Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#302 has been opened by @antonini. is_human:1 issue:302 where:github who:209396
2015-05-20T00:50:36Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#306 has been opened by @yegor256. is_human:1 issue:306 where:github who:526301
2015-05-21T05:58:57Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#307 has been opened by @iinozemtsev. is_human:1 issue:307 where:github who:481692
2015-05-22T00:24:42Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#309 has been opened by @yegor256. is_human:1 issue:309 where:github who:526301
2015-05-22T07:14:44Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#310 has been opened by @iinozemtsev. is_human:1 issue:310 where:github who:481692
2015-05-24T20:48:25Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#312 has been opened by @yegor256. is_human:1 issue:312 where:github who:526301
2015-05-25T10:06:36Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#313 has been opened by @davvd. is_human:1 issue:313 where:github who:6305016
2015-05-28T15:37:36Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#317 has been opened by @yegor256. is_human:1 issue:317 where:github who:526301
2015-05-29T04:36:00Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#319 has been opened by @yegor256. is_human:1 issue:319 where:github who:526301
2015-05-29T05:20:31Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#320 has been opened by @yegor256. is_human:1 issue:320 where:github who:526301
2015-05-29T07:06:17Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#321 has been opened by @krzyk. is_human:1 issue:321 where:github who:105730
2015-05-29T09:05:29Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#322 has been opened by @davvd. is_human:1 issue:322 where:github who:6305016
2015-05-29T13:30:23Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#323 has been opened by @davvd. is_human:1 issue:323 where:github who:6305016
2015-06-08T06:12:58Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#336 has been opened by @yegor256. is_human:1 issue:336 where:github who:526301
2015-06-11T03:39:06Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#341 has been opened by @yegor256. is_human:1 issue:341 where:github who:526301
2015-06-11T10:40:50Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#342 has been opened by @davvd. is_human:1 issue:342 where:github who:6305016
2015-06-19T06:38:05Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#349 has been opened by @ekondrashev. is_human:1 issue:349 where:github who:114910
2015-06-19T07:10:34Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#350 has been opened by @ekondrashev. is_human:1 issue:350 where:github who:114910
2015-06-19T18:06:42Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#351 has been opened by @gilraenburland. is_human:1 issue:351 where:github who:6333170
2015-06-24T16:03:13Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#353 has been opened by @dmzaytsev. is_human:1 issue:353 where:github who:9972909
2015-06-27T16:44:32Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#354 has been opened by @dmzaytsev. is_human:1 issue:354 where:github who:9972909
2015-07-04T18:55:16Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#359 has been opened by @gilraenburland. is_human:1 issue:359 where:github who:6333170
2015-07-10T23:24:00Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#360 has been opened by @yegor256. is_human:1 issue:360 where:github who:526301
2015-07-21T11:39:25Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#368 has been opened by @dmzaytsev. is_human:1 issue:368 where:github who:9972909
2015-07-21T20:55:57Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#369 has been opened by @yegor256. is_human:1 issue:369 where:github who:526301
2015-07-21T21:08:06Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#370 has been opened by @yegor256. is_human:1 issue:370 where:github who:526301
2015-07-26T14:06:33Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#371 has been opened by @gilraenburland. is_human:1 issue:371 where:github who:6333170
2015-07-27T02:08:46Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#372 has been opened by @antonini. is_human:1 issue:372 where:github who:209396
2015-09-30T06:45:43Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#399 has been opened by @hs3180. is_human:1 issue:399 where:github who:1643451
2015-10-01T13:23:46Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#400 has been opened by @dmzaytsev. is_human:1 issue:400 where:github who:9972909
2015-10-01T22:30:43Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#401 has been opened by @bdragan. is_human:1 issue:401 where:github who:8607452
2015-10-04T08:15:25Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#402 has been opened by @longtimeago. is_human:1 issue:402 where:github who:1388994
2015-10-06T00:38:26Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#403 has been opened by @bdragan. is_human:1 issue:403 where:github who:8607452
2015-10-12T23:38:01Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#406 has been opened by @yegor256. is_human:1 issue:406 where:github who:526301
2015-10-15T14:15:13Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#407 has been opened by @georgeyanev. is_human:1 issue:407 where:github who:7436770
2015-10-16T16:27:47Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#408 has been opened by @bdragan. is_human:1 issue:408 where:github who:8607452
2015-10-20T17:30:21Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#410 has been opened by @dmzaytsev. is_human:1 issue:410 where:github who:9972909
2015-10-22T09:32:09Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#412 has been opened by @davvd. is_human:1 issue:412 where:github who:6305016
2015-10-22T12:44:56Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#413 has been opened by @davvd. is_human:1 issue:413 where:github who:6305016
2015-10-23T05:09:08Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#414 has been opened by @yegor256. is_human:1 issue:414 where:github who:526301
2015-10-28T21:27:36Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#416 has been opened by @yegor256. is_human:1 issue:416 where:github who:526301
2015-10-29T17:10:58Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#417 has been opened by @davvd. is_human:1 issue:417 where:github who:6305016
2015-10-29T19:49:28Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#418 has been opened by @davvd. is_human:1 issue:418 where:github who:6305016
2015-10-29T23:21:22Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#419 has been opened by @yegor256. is_human:1 issue:419 where:github who:526301
2015-10-30T03:08:19Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#420 has been opened by @yegor256. is_human:1 issue:420 where:github who:526301
2015-10-31T12:09:23Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#423 has been opened by @simonjenga. is_human:1 issue:423 where:github who:1405237
2015-11-02T04:48:21Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#427 has been opened by @simonjenga. is_human:1 issue:427 where:github who:1405237
2015-11-03T11:49:56Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#428 has been opened by @simonjenga. is_human:1 issue:428 where:github who:1405237
2015-11-03T23:09:41Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#429 has been opened by @yegor256. is_human:1 issue:429 where:github who:526301
2015-11-04T01:49:48Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#430 has been opened by @yegor256. is_human:1 issue:430 where:github who:526301
2015-11-05T12:54:42Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#431 has been opened by @dmzaytsev. is_human:1 issue:431 where:github who:9972909
2015-11-06T21:07:15Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#432 has been opened by @binkley. is_human:1 issue:432 where:github who:186421
2015-11-06T23:22:02Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#433 has been opened by @yegor256. is_human:1 issue:433 where:github who:526301
2015-11-07T19:15:53Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#436 has been opened by @bdragan. is_human:1 issue:436 where:github who:8607452
2015-11-07T19:45:45Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#437 has been opened by @bdragan. is_human:1 issue:437 where:github who:8607452
2015-11-11T23:50:19Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#438 has been opened by @bdragan. is_human:1 issue:438 where:github who:8607452
2015-11-13T07:50:06Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#439 has been opened by @carlosmiranda. is_human:1 issue:439 where:github who:1917892
2015-11-15T18:08:02Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#441 has been opened by @simonjenga. is_human:1 issue:441 where:github who:1405237
2015-12-06T14:11:19Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#453 has been opened by @longtimeago. is_human:1 issue:453 where:github who:1388994
2015-12-12T16:19:28Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#463 has been opened by @hdouss. is_human:1 issue:463 where:github who:2956255
2015-12-25T09:22:13Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#480 has been opened by @carlosmiranda. is_human:1 issue:480 where:github who:1917892
2015-12-25T10:09:55Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#481 has been opened by @carlosmiranda. is_human:1 issue:481 where:github who:1917892
2015-12-25T10:18:52Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#482 has been opened by @carlosmiranda. is_human:1 issue:482 where:github who:1917892
2018-02-19T17:23:49Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#804 has been opened by @ghost. is_human:1 issue:804 where:github who:10137
2018-02-24T09:46:39Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#810 has been opened by @t-izbassar. is_human:1 issue:810 where:github who:24223260
2018-12-10T00:13:17Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#887 has been opened by @0pdd. is_human:0 issue:887 where:github who:24456188
2020-09-27T23:52:52Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1078 has been opened by @abhishere. is_human:1 issue:1078 where:github who:68772698
2020-10-16T00:48:50Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1080 has been opened by @0pdd. is_human:0 issue:1080 where:github who:24456188
2020-10-21T23:57:38Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1081 has been opened by @andreoss. is_human:1 issue:1081 where:github who:49783909
2020-10-31T15:35:09Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1088 has been opened by @0pdd. is_human:0 issue:1088 where:github who:24456188
2021-09-01T17:55:40Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1108 has been opened by @0pdd. is_human:0 issue:1108 where:github who:24456188
2021-11-14T05:04:23Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1110 has been opened by @yegor256. is_human:1 issue:1110 where:github who:526301
2021-11-30T21:52:46Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1111 has been opened by @baudoliver7. is_human:1 issue:1111 where:github who:7813046
2022-07-11T09:28:49Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1128 has been opened by @0pdd. is_human:0 issue:1128 where:github who:24456188
2022-07-11T09:28:54Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1129 has been opened by @0pdd. is_human:0 issue:1129 where:github who:24456188
2022-07-11T09:28:58Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1130 has been opened by @0pdd. is_human:0 issue:1130 where:github who:24456188
2022-07-11T09:29:04Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1131 has been opened by @0pdd. is_human:0 issue:1131 where:github who:24456188
2022-08-11T04:03:49Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1140 has been opened by @yegor256. is_human:1 issue:1140 where:github who:526301
2022-08-22T04:00:01Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1142 has been opened by @yegor256. is_human:1 issue:1142 where:github who:526301
2022-08-22T07:49:11Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1143 has been opened by @masynchin. is_human:1 issue:1143 where:github who:47028153
2022-08-23T04:54:49Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1144 has been opened by @yegor256. is_human:1 issue:1144 where:github who:526301
2022-08-24T03:10:28Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1145 has been opened by @yegor256. is_human:1 issue:1145 where:github who:526301
2022-08-26T16:11:23Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1146 has been opened by @yegor256. is_human:1 issue:1146 where:github who:526301
2023-03-10T07:19:44Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1206 has been opened by @volodya-lombrozo. is_human:1 issue:1206 where:github who:51804353
2023-04-29T12:14:52Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1215 has been opened by @nurmukhametovalexey. is_human:1 issue:1215 where:github who:67868993
2023-06-08T13:07:24Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1227 has been opened by @baudoliver7. is_human:1 issue:1227 where:github who:7813046
2024-04-19T10:34:03Z issue-was-opened 28924109 _job:18297735024 details:The missing issue yegor256/takes#1293 has been opened by @c1gar. is_human:1 issue:1293 where:github who:143704466
2024-08-06T23:38:13Z pull-was-opened 28924109 _job:18297735024 branch:renovate/slf4j-monorepo details:The missing pull yegor256/takes#1317 has been opened by @renovate[bot]. is_human:0 issue:1317 where:github who:29139614
2024-08-14T11:28:18Z pull-was-opened 28924109 _job:18297735024 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1318 has been opened by @renovate[bot]. is_human:0 issue:1318 where:github who:29139614
2024-08-18T21:43:03Z pull-was-opened 28924109 _job:18297735024 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x details:The missing pull yegor256/takes#1319 has been opened by @renovate[bot]. is_human:0 issue:1319 where:github who:29139614
2024-08-27T14:18:15Z pull-was-opened 28924109 _job:18297735024 branch:XXEVulnerabilityInXSLTTransformer details:The missing pull yegor256/takes#1320 has been opened by @pejetuz. is_human:1 issue:1320 where:github who:26545482
2024-09-18T10:29:31Z pull-was-opened 28924109 _job:18297735024 branch:fix_build details:The missing pull yegor256/takes#1321 has been opened by @pejetuz. is_human:1 issue:1321 where:github who:26545482
2024-09-19T06:44:21Z pull-was-opened 28924109 _job:18297735024 branch:renovate/com.jcabi-jcabi-log-0.x details:The missing pull yegor256/takes#1322 has been opened by @renovate[bot]. is_human:0 issue:1322 where:github who:29139614
2024-09-19T06:47:39Z pull-was-opened 28924109 _job:18297735024 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1323 has been opened by @renovate[bot]. is_human:0 issue:1323 where:github who:29139614
2024-09-19T09:35:07Z pull-was-opened 28924109 _job:18297735024 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1324 has been opened by @renovate[bot]. is_human:0 issue:1324 where:github who:29139614
2024-09-23T07:22:53Z pull-was-opened 28924109 _job:18297735024 branch:renovate/org.apache.velocity-velocity-engine-core-2.x details:The missing pull yegor256/takes#1325 has been opened by @renovate[bot]. is_human:0 issue:1325 where:github who:29139614
2015-12-12T00:14:24Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#462 has been earlier opened by @hdouss. is_human:1 issue:462 where:github who:2956255
2015-12-11T22:17:53Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#461 has been earlier opened by @hdouss. is_human:1 issue:461 where:github who:2956255
2015-12-09T15:06:32Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#458 has been earlier opened by @davvd. is_human:1 issue:458 where:github who:6305016
2015-12-07T10:24:56Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#456 has been earlier opened by @hdouss. is_human:1 issue:456 where:github who:2956255
2015-12-07T07:17:07Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#455 has been earlier opened by @simonjenga. is_human:1 issue:455 where:github who:1405237
2015-11-25T06:13:29Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#450 has been earlier opened by @simonjenga. is_human:1 issue:450 where:github who:1405237
2015-11-25T03:49:38Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#449 has been earlier opened by @pinaf. is_human:1 issue:449 where:github who:1054771
2015-11-23T11:06:44Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#448 has been earlier opened by @yegor256. is_human:1 issue:448 where:github who:526301
2015-11-19T22:17:27Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#445 has been earlier opened by @hdouss. is_human:1 issue:445 where:github who:2956255
2015-11-19T18:27:52Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#444 has been earlier opened by @simonjenga. is_human:1 issue:444 where:github who:1405237
2015-11-18T16:47:55Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#443 has been earlier opened by @simonjenga. is_human:1 issue:443 where:github who:1405237
2015-11-17T08:19:13Z issue-was-opened 28924109 _job:18297735024 details:The issue yegor256/takes#442 has been earlier opened by @simonjenga. is_human:1 issue:442 where:github who:1405237
tombstone 28924109 _job:41867 issues:[1-223, 225-239, 241-870, 872-893, 895-897, 902-904, 907-908, 911, 913, 917-919, 921-922, 925, 930-932, 934-943, 945, 947-948, 950-954, 956-964, 966-977, 979-982, 984-992, 995-999, 1001-1003, 1006, 1008, 1010-1017, 1019-1020, 1022-1028, 1030, 1032-1034, 1036-1047, 1049-1050, 1052-1056, 1058-1067, 1069-1090, 1092-1094, 1096-1097, 1099, 1101-1105, 1107-1113, 1115-1116, 1118-1120, 1122-1132, 1134-1136, 1139-1140, 1142-1149, 1151-1174, 1176-1206, 1208-1224, 1226-1239, 1241-1270, 1272-1282, 1284-1290, 1293-1294, 1296-1298, 1301-1302, 1304-1306, 1308-1312, 1315-1345, 1348-1356, 1360-1363, 1365, 1368-1370, 1372-1374, 1377-1379] where:github
2016-08-24T19:02:49Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#707 has been "issue-was-closed". is_human:1 issue:707 where:github who:105730
2017-06-08T12:56:46Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#712 has been "issue-was-closed". is_human:1 issue:712 where:github who:1524988
2016-11-21T20:41:10Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#713 has been "issue-was-closed". is_human:1 issue:713 where:github who:6305156
2017-01-07T04:13:54Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#718 has been "issue-was-closed". is_human:1 issue:718 where:github who:526301
2017-01-07T04:12:56Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#719 has been "issue-was-closed". is_human:1 issue:719 where:github who:526301
2017-01-16T17:00:09Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#720 has been "issue-was-closed". is_human:1 issue:720 where:github who:526301
2017-04-26T14:51:34Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#723 has been "issue-was-closed". is_human:1 issue:723 where:github who:526301
2018-10-11T00:56:54Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#725 has been "issue-was-closed". is_human:0 issue:725 where:github who:24456188
2017-04-26T14:45:27Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#726 has been "issue-was-closed". is_human:1 issue:726 where:github who:526301
2017-06-08T07:40:36Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#728 has been "issue-was-closed". is_human:1 issue:728 where:github who:526301
2017-06-08T09:06:30Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#729 has been "issue-was-closed". is_human:1 issue:729 where:github who:526301
2018-02-14T22:55:56Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#730 has been "issue-was-closed". is_human:0 issue:730 where:github who:24456188
2018-01-17T14:51:09Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#731 has been "issue-was-closed". is_human:0 issue:731 where:github who:24456188
2017-06-25T13:30:25Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#733 has been "issue-was-closed". is_human:1 issue:733 where:github who:526301
2017-06-25T18:15:47Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#735 has been "issue-was-closed". is_human:1 issue:735 where:github who:526301
2017-07-10T18:59:47Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#737 has been "issue-was-closed". is_human:1 issue:737 where:github who:526301
2017-07-10T18:57:08Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#738 has been "issue-was-closed". is_human:1 issue:738 where:github who:526301
2017-07-25T11:13:32Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#739 has been "issue-was-closed". is_human:1 issue:739 where:github who:526301
2018-11-24T15:36:59Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#740 has been "issue-was-closed". is_human:1 issue:740 where:github who:33915433
2017-08-01T09:44:43Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#741 has been "issue-was-closed". is_human:1 issue:741 where:github who:107386
2017-08-08T07:48:38Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#742 has been "issue-was-closed". is_human:1 issue:742 where:github who:526301
2018-02-17T15:15:26Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#744 has been "issue-was-closed". is_human:1 issue:744 where:github who:1714171
2018-03-06T05:12:49Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#746 has been "issue-was-closed". is_human:1 issue:746 where:github who:526301
2017-09-01T20:17:20Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#747 has been "issue-was-closed". is_human:1 issue:747 where:github who:24223260
2017-09-24T19:51:38Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#749 has been "issue-was-closed". is_human:1 issue:749 where:github who:526301
2018-03-06T05:09:52Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#750 has been "issue-was-closed". is_human:1 issue:750 where:github who:526301
2017-10-14T07:17:18Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#751 has been "issue-was-closed". is_human:1 issue:751 where:github who:526301
2017-11-05T21:19:54Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#753 has been "issue-was-closed". is_human:1 issue:753 where:github who:526301
2018-11-15T13:12:15Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#754 has been "issue-was-closed". is_human:1 issue:754 where:github who:6761830
2018-01-04T16:48:58Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#755 has been "issue-was-closed". is_human:1 issue:755 where:github who:1964562
2018-01-09T21:23:42Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#758 has been "issue-was-closed". is_human:1 issue:758 where:github who:526301
2018-01-12T14:58:44Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#763 has been "issue-was-closed". is_human:1 issue:763 where:github who:24223260
2018-01-12T14:58:50Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#764 has been "issue-was-closed". is_human:1 issue:764 where:github who:24223260
2018-01-12T14:58:29Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#765 has been "issue-was-closed". is_human:1 issue:765 where:github who:24223260
2018-01-12T14:58:36Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#766 has been "issue-was-closed". is_human:1 issue:766 where:github who:24223260
2018-01-12T14:58:21Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#767 has been "issue-was-closed". is_human:1 issue:767 where:github who:24223260
2018-01-18T13:46:22Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#769 has been "issue-was-closed". is_human:1 issue:769 where:github who:526301
2018-12-03T10:11:20Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#770 has been "issue-was-closed". is_human:1 issue:770 where:github who:1405237
2018-01-20T11:55:40Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#771 has been "issue-was-closed". is_human:1 issue:771 where:github who:526301
2018-01-24T14:11:13Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#774 has been "issue-was-closed". is_human:1 issue:774 where:github who:526301
2019-01-17T17:35:08Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#775 has been "issue-was-closed". is_human:1 issue:775 where:github who:9504395
2018-02-28T08:53:00Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#778 has been "issue-was-closed". is_human:1 issue:778 where:github who:1405237
2018-02-09T12:07:39Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#779 has been "issue-was-closed". is_human:0 issue:779 where:github who:8086956
2018-02-21T19:52:55Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#780 has been "issue-was-closed". is_human:0 issue:780 where:github who:24456188
2018-02-20T19:12:57Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#781 has been "issue-was-closed". is_human:0 issue:781 where:github who:24456188
2018-02-26T20:41:46Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#782 has been "issue-was-closed". is_human:0 issue:782 where:github who:24456188
2018-10-11T03:55:03Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#784 has been "issue-was-closed". is_human:1 issue:784 where:github who:24223260
2018-10-10T19:05:26Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#786 has been "issue-was-closed". is_human:1 issue:786 where:github who:24223260
2018-12-21T19:52:08Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#787 has been "issue-was-closed". is_human:1 issue:787 where:github who:33915433
2018-12-29T14:18:17Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#788 has been "issue-was-closed". is_human:1 issue:788 where:github who:1405237
2018-10-11T03:52:56Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#790 has been "issue-was-closed". is_human:1 issue:790 where:github who:24223260
2018-10-11T03:54:27Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#791 has been "issue-was-closed". is_human:1 issue:791 where:github who:24223260
2018-02-27T20:12:28Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#793 has been "issue-was-closed". is_human:1 issue:793 where:github who:440768
2018-03-05T14:55:08Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#794 has been "issue-was-closed". is_human:0 issue:794 where:github who:24456188
2018-03-17T15:54:14Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#795 has been "issue-was-closed". is_human:0 issue:795 where:github who:24456188
2018-03-01T14:10:59Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#796 has been "issue-was-closed". is_human:0 issue:796 where:github who:24456188
2018-02-12T22:32:48Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#798 has been "issue-was-closed". is_human:1 issue:798 where:github who:526301
2018-11-18T19:00:24Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#800 has been "issue-was-closed". is_human:0 issue:800 where:github who:24456188
2019-01-04T16:04:20Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#802 has been "issue-was-closed". is_human:0 issue:802 where:github who:24456188
2018-12-11T10:26:13Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#804 has been "issue-was-closed". is_human:1 issue:804 where:github who:33915433
2018-02-20T18:55:59Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#805 has been "issue-was-closed". is_human:1 issue:805 where:github who:526301
2018-10-11T01:46:08Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#806 has been "issue-was-closed". is_human:0 issue:806 where:github who:24456188
2018-10-11T03:53:21Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#808 has been "issue-was-closed". is_human:1 issue:808 where:github who:24223260
2018-11-22T23:15:37Z issue-was-closed 28924109 _job:18299146775 details:Apparently, yegor256/takes#810 has been "issue-was-closed". is_human:1 issue:810 where:github who:33915433
2015-12-26T13:14:25Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#485 has been earlier opened by @carlosmiranda. is_human:1 issue:485 where:github who:1917892
2015-12-06T17:47:46Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#454 has been earlier opened by @hdouss. is_human:1 issue:454 where:github who:2956255
2015-09-29T03:50:22Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#396 has been earlier opened by @hs3180. is_human:1 issue:396 where:github who:1643451
2015-09-29T03:34:04Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#395 has been earlier opened by @hs3180. is_human:1 issue:395 where:github who:1643451
2015-09-27T01:21:42Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#394 has been earlier opened by @yegor256. is_human:1 issue:394 where:github who:526301
2015-09-24T14:41:26Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#392 has been earlier opened by @hs3180. is_human:1 issue:392 where:github who:1643451
2015-09-24T10:31:47Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#391 has been earlier opened by @hs3180. is_human:1 issue:391 where:github who:1643451
2015-09-22T01:27:00Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#390 has been earlier opened by @hs3180. is_human:1 issue:390 where:github who:1643451
2015-09-21T16:08:14Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#389 has been earlier opened by @hs3180. is_human:1 issue:389 where:github who:1643451
2015-09-21T15:58:19Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#388 has been earlier opened by @hs3180. is_human:1 issue:388 where:github who:1643451
2015-09-19T20:01:47Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#387 has been earlier opened by @tiaped. is_human:1 issue:387 where:github who:262875
2015-09-18T08:07:42Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#384 has been earlier opened by @yegor256. is_human:1 issue:384 where:github who:526301
2015-09-17T17:09:57Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#383 has been earlier opened by @dmzaytsev. is_human:1 issue:383 where:github who:9972909
2015-09-15T17:53:17Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#382 has been earlier opened by @dmzaytsev. is_human:1 issue:382 where:github who:9972909
2015-08-28T18:03:51Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#379 has been earlier opened by @alxn. is_human:1 issue:379 where:github who:4368287
2015-08-21T19:51:38Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#377 has been earlier opened by @pinaf. is_human:1 issue:377 where:github who:1054771
2015-08-20T13:57:48Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#376 has been earlier opened by @yegor256. is_human:1 issue:376 where:github who:526301
2015-08-17T11:39:27Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#375 has been earlier opened by @yegor256. is_human:1 issue:375 where:github who:526301
2015-07-27T08:44:08Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#373 has been earlier opened by @carlosmiranda. is_human:1 issue:373 where:github who:1917892
2015-07-20T12:29:39Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#367 has been earlier opened by @gvlasov. is_human:1 issue:367 where:github who:4467948
2015-07-15T17:58:20Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#364 has been earlier opened by @yegor256. is_human:1 issue:364 where:github who:526301
2015-07-15T17:29:35Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#363 has been earlier opened by @yegor256. is_human:1 issue:363 where:github who:526301
2015-07-14T20:21:57Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#362 has been earlier opened by @gvlasov. is_human:1 issue:362 where:github who:4467948
2015-07-14T19:15:18Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#361 has been earlier opened by @gvlasov. is_human:1 issue:361 where:github who:4467948
2015-06-29T16:16:03Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#355 has been earlier opened by @dmzaytsev. is_human:1 issue:355 where:github who:9972909
2015-06-22T21:18:51Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#352 has been earlier opened by @mbarbieri. is_human:1 issue:352 where:github who:110143
2015-06-18T16:10:54Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#346 has been earlier opened by @gilraenburland. is_human:1 issue:346 where:github who:6333170
2015-06-16T08:39:15Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#345 has been earlier opened by @erimerturk. is_human:1 issue:345 where:github who:416283
2015-06-09T20:26:01Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#339 has been earlier opened by @erimerturk. is_human:1 issue:339 where:github who:416283
2015-06-05T19:38:05Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#333 has been earlier opened by @ekondrashev. is_human:1 issue:333 where:github who:114910
2015-06-04T18:30:03Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#331 has been earlier opened by @dmzaytsev. is_human:1 issue:331 where:github who:9972909
2015-06-04T09:24:52Z issue-was-opened 28924109 _job:18299146775 details:The issue yegor256/takes#330 has been earlier opened by @davvd. is_human:1 issue:330 where:github who:6305016
2018-10-24T16:56:59Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#865. is_human:0 issue:865 label:bug where:github who:24456188
2018-10-24T16:57:17Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#866. is_human:0 issue:866 label:bug where:github who:24456188
2018-11-18T19:00:43Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#869. is_human:0 issue:869 label:bug where:github who:24456188
2018-11-29T01:23:05Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @paulodamaso to the issue yegor256/takes#876. is_human:1 issue:876 label:bug where:github who:33915433
2018-12-01T23:07:14Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#880. is_human:0 issue:880 label:bug where:github who:24456188
2018-12-01T23:07:35Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#881. is_human:0 issue:881 label:bug where:github who:24456188
2018-12-01T23:07:55Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#882. is_human:0 issue:882 label:bug where:github who:24456188
2018-12-06T16:29:57Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @paulodamaso to the issue yegor256/takes#884. is_human:1 issue:884 label:bug where:github who:33915433
2018-12-10T00:13:18Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#887. is_human:0 issue:887 label:bug where:github who:24456188
2018-12-10T00:13:36Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#888. is_human:0 issue:888 label:bug where:github who:24456188
2018-12-10T00:13:54Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#889. is_human:0 issue:889 label:bug where:github who:24456188
2018-12-14T13:16:58Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#895. is_human:0 issue:895 label:bug where:github who:24456188
2019-01-17T16:53:37Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @paulodamaso to the issue yegor256/takes#904. is_human:1 issue:904 label:bug where:github who:33915433
2019-01-17T16:57:40Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @paulodamaso to the issue yegor256/takes#911. is_human:1 issue:911 label:bug where:github who:33915433
2018-12-26T15:26:07Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#917. is_human:0 issue:917 label:bug where:github who:24456188
2019-01-04T16:04:42Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#935. is_human:0 issue:935 label:bug where:github who:24456188
2019-01-11T15:29:44Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#938. is_human:0 issue:938 label:bug where:github who:24456188
2019-01-15T22:46:04Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @paulodamaso to the issue yegor256/takes#943. is_human:1 issue:943 label:bug where:github who:33915433
2019-01-16T16:48:47Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#948. is_human:0 issue:948 label:bug where:github who:24456188
2019-01-20T00:01:40Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#950. is_human:0 issue:950 label:bug where:github who:24456188
2019-01-22T17:37:47Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @paulodamaso to the issue yegor256/takes#952. is_human:1 issue:952 label:bug where:github who:33915433
2019-01-24T16:49:26Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#953. is_human:0 issue:953 label:bug where:github who:24456188
2019-02-21T16:58:03Z label-was-attached 28924109 _job:18299146775 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#968. is_human:0 issue:968 label:bug where:github who:24456188
2015-03-29T21:49:13Z pull-was-opened 28924109 _job:18299146775 branch:92 details:The missing pull yegor256/takes#93 has been opened by @yegor256. is_human:1 issue:93 where:github who:526301
2015-04-01T18:54:37Z pull-was-opened 28924109 _job:18299146775 branch:41 details:The missing pull yegor256/takes#104 has been opened by @ghost. is_human:1 issue:104 where:github who:10137
2015-04-03T19:55:41Z pull-was-opened 28924109 _job:18299146775 branch:12 details:The missing pull yegor256/takes#116 has been opened by @dmzaytsev. is_human:1 issue:116 where:github who:9972909
2015-04-03T20:04:17Z pull-was-opened 28924109 _job:18299146775 branch:issue112_rqmultipart_tests details:The missing pull yegor256/takes#117 has been opened by @ekondrashev. is_human:1 issue:117 where:github who:114910
2015-04-03T20:15:03Z pull-was-opened 28924109 _job:18299146775 branch:issue112_rqmultipart_tests details:The missing pull yegor256/takes#118 has been opened by @ekondrashev. is_human:1 issue:118 where:github who:114910
2015-04-04T09:02:32Z pull-was-opened 28924109 _job:18299146775 branch:119 details:The missing pull yegor256/takes#122 has been opened by @dmzaytsev. is_human:1 issue:122 where:github who:9972909
2015-04-04T11:29:39Z pull-was-opened 28924109 _job:18299146775 branch:#94 details:The missing pull yegor256/takes#123 has been opened by @eg04lt3r. is_human:1 issue:123 where:github who:7552413
2015-04-04T15:15:26Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#125 has been opened by @celezar. is_human:1 issue:125 where:github who:1460797
2015-04-04T17:29:55Z pull-was-opened 28924109 _job:18299146775 branch:126 details:The missing pull yegor256/takes#127 has been opened by @dmzaytsev. is_human:1 issue:127 where:github who:9972909
2015-04-04T18:28:42Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#128 has been opened by @yamstranger. is_human:1 issue:128 where:github who:1667699
2015-04-05T11:48:40Z pull-was-opened 28924109 _job:18299146775 branch:129 details:The missing pull yegor256/takes#131 has been opened by @dmzaytsev. is_human:1 issue:131 where:github who:9972909
2015-04-05T19:04:03Z pull-was-opened 28924109 _job:18299146775 branch:46 details:The missing pull yegor256/takes#134 has been opened by @popprem. is_human:1 issue:134 where:github who:1265978
2015-04-06T20:10:02Z pull-was-opened 28924109 _job:18299146775 branch:115 details:The missing pull yegor256/takes#142 has been opened by @ghost. is_human:1 issue:142 where:github who:10137
2015-04-06T22:34:04Z pull-was-opened 28924109 _job:18299146775 branch:rsWithHeaderValidation details:The missing pull yegor256/takes#143 has been opened by @yamstranger. is_human:1 issue:143 where:github who:1667699
2015-04-07T11:14:00Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#150 has been opened by @mohandandel. is_human:1 issue:150 where:github who:2527943
2015-04-07T11:21:03Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#151 has been opened by @mgooty. is_human:1 issue:151 where:github who:7974315
2015-04-07T21:36:30Z pull-was-opened 28924109 _job:18299146775 branch:new_attributes_file details:The missing pull yegor256/takes#156 has been opened by @yamstranger. is_human:1 issue:156 where:github who:1667699
2015-04-08T06:27:28Z pull-was-opened 28924109 _job:18299146775 branch:153 details:The missing pull yegor256/takes#157 has been opened by @dmzaytsev. is_human:1 issue:157 where:github who:9972909
2015-04-09T05:51:57Z pull-was-opened 28924109 _job:18299146775 branch:140 details:The missing pull yegor256/takes#162 has been opened by @dmzaytsev. is_human:1 issue:162 where:github who:9972909
2015-04-09T09:58:58Z pull-was-opened 28924109 _job:18299146775 branch:108_ts_tk_produces_decorators details:The missing pull yegor256/takes#164 has been opened by @ekondrashev. is_human:1 issue:164 where:github who:114910
2015-04-09T10:24:25Z pull-was-opened 28924109 _job:18299146775 branch:139 details:The missing pull yegor256/takes#165 has been opened by @dmzaytsev. is_human:1 issue:165 where:github who:9972909
2015-04-10T12:54:51Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#168 has been opened by @mohandandel. is_human:1 issue:168 where:github who:2527943
2015-04-13T09:23:33Z pull-was-opened 28924109 _job:18299146775 branch:46 details:The missing pull yegor256/takes#169 has been opened by @popprem. is_human:1 issue:169 where:github who:1265978
2015-04-15T10:46:13Z pull-was-opened 28924109 _job:18299146775 branch:11 details:The missing pull yegor256/takes#175 has been opened by @popprem. is_human:1 issue:175 where:github who:1265978
2015-04-15T12:01:23Z pull-was-opened 28924109 _job:18299146775 branch:46 details:The missing pull yegor256/takes#176 has been opened by @dmzaytsev. is_human:1 issue:176 where:github who:9972909
2015-04-15T13:45:54Z pull-was-opened 28924109 _job:18299146775 branch:137 details:The missing pull yegor256/takes#177 has been opened by @dmzaytsev. is_human:1 issue:177 where:github who:9972909
2015-04-16T02:38:51Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#183 has been opened by @super132. is_human:1 issue:183 where:github who:6581896
2015-04-16T06:57:39Z pull-was-opened 28924109 _job:18299146775 branch:166 details:The missing pull yegor256/takes#185 has been opened by @erimerturk. is_human:1 issue:185 where:github who:416283
2015-04-16T08:36:38Z pull-was-opened 28924109 _job:18299146775 branch:ccCipher details:The missing pull yegor256/takes#186 has been opened by @super132. is_human:1 issue:186 where:github who:6581896
2015-04-18T18:02:46Z pull-was-opened 28924109 _job:18299146775 branch:187 details:The missing pull yegor256/takes#188 has been opened by @dmzaytsev. is_human:1 issue:188 where:github who:9972909
2015-04-18T20:22:34Z pull-was-opened 28924109 _job:18299146775 branch:58 details:The missing pull yegor256/takes#189 has been opened by @popprem. is_human:1 issue:189 where:github who:1265978
2015-04-20T08:37:37Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#191 has been opened by @lauresh. is_human:1 issue:191 where:github who:6518123
2015-04-20T18:39:20Z pull-was-opened 28924109 _job:18299146775 branch:#41 details:The missing pull yegor256/takes#192 has been opened by @cyberone. is_human:1 issue:192 where:github who:904080
2015-04-20T22:16:12Z pull-was-opened 28924109 _job:18299146775 branch:n136 details:The missing pull yegor256/takes#193 has been opened by @lauresh. is_human:1 issue:193 where:github who:6518123
2015-04-21T14:55:13Z pull-was-opened 28924109 _job:18299146775 branch:94 details:The missing pull yegor256/takes#197 has been opened by @dmzaytsev. is_human:1 issue:197 where:github who:9972909
2015-04-21T21:32:09Z pull-was-opened 28924109 _job:18299146775 branch:PsLinkedinTest details:The missing pull yegor256/takes#200 has been opened by @ikhvostenkov. is_human:1 issue:200 where:github who:861305
2015-04-22T06:05:11Z pull-was-opened 28924109 _job:18299146775 branch:195 details:The missing pull yegor256/takes#202 has been opened by @dmzaytsev. is_human:1 issue:202 where:github who:9972909
2015-04-22T09:02:06Z pull-was-opened 28924109 _job:18299146775 branch:#194 details:The missing pull yegor256/takes#203 has been opened by @eg04lt3r. is_human:1 issue:203 where:github who:7552413
2015-04-22T14:46:18Z pull-was-opened 28924109 _job:18299146775 branch:#184 details:The missing pull yegor256/takes#204 has been opened by @cyberone. is_human:1 issue:204 where:github who:904080
2015-04-22T21:21:53Z pull-was-opened 28924109 _job:18299146775 branch:#113 details:The missing pull yegor256/takes#207 has been opened by @eg04lt3r. is_human:1 issue:207 where:github who:7552413
2015-04-23T13:19:56Z pull-was-opened 28924109 _job:18299146775 branch:206 details:The missing pull yegor256/takes#208 has been opened by @dmzaytsev. is_human:1 issue:208 where:github who:9972909
2015-04-25T07:38:04Z pull-was-opened 28924109 _job:18299146775 branch:113 details:The missing pull yegor256/takes#210 has been opened by @dmzaytsev. is_human:1 issue:210 where:github who:9972909
2015-04-27T10:09:26Z pull-was-opened 28924109 _job:18299146775 branch:166 details:The missing pull yegor256/takes#212 has been opened by @erimerturk. is_human:1 issue:212 where:github who:416283
2015-04-27T21:30:55Z pull-was-opened 28924109 _job:18299146775 branch:#105 details:The missing pull yegor256/takes#214 has been opened by @eg04lt3r. is_human:1 issue:214 where:github who:7552413
2015-04-28T01:08:26Z pull-was-opened 28924109 _job:18299146775 branch:TkConsumesTsConsumes#107 details:The missing pull yegor256/takes#215 has been opened by @ikhvostenkov. is_human:1 issue:215 where:github who:861305
2015-04-28T10:29:17Z pull-was-opened 28924109 _job:18299146775 branch:211 details:The missing pull yegor256/takes#216 has been opened by @dmzaytsev. is_human:1 issue:216 where:github who:9972909
2015-04-29T04:13:45Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#218 has been opened by @marcuss. is_human:1 issue:218 where:github who:5760337
2015-04-29T13:39:59Z pull-was-opened 28924109 _job:18299146775 branch:220 details:The missing pull yegor256/takes#223 has been opened by @dmzaytsev. is_human:1 issue:223 where:github who:9972909
2015-04-29T23:58:19Z pull-was-opened 28924109 _job:18299146775 branch:SocketInformationIsNotPresentInRequest#130 details:The missing pull yegor256/takes#225 has been opened by @ikhvostenkov. is_human:1 issue:225 where:github who:861305
2015-04-30T18:46:26Z pull-was-opened 28924109 _job:18299146775 branch:42 details:The missing pull yegor256/takes#228 has been opened by @dmzaytsev. is_human:1 issue:228 where:github who:9972909
2015-05-01T03:02:34Z pull-was-opened 28924109 _job:18299146775 branch:iterable-concat details:The missing pull yegor256/takes#232 has been opened by @super132. is_human:1 issue:232 where:github who:6581896
2015-05-01T03:04:04Z pull-was-opened 28924109 _job:18299146775 branch:iterable-select details:The missing pull yegor256/takes#233 has been opened by @super132. is_human:1 issue:233 where:github who:6581896
2015-05-01T03:05:26Z pull-was-opened 28924109 _job:18299146775 branch:iterable-transform details:The missing pull yegor256/takes#234 has been opened by @super132. is_human:1 issue:234 where:github who:6581896
2015-05-01T03:30:49Z pull-was-opened 28924109 _job:18299146775 branch:#106 details:The missing pull yegor256/takes#235 has been opened by @cyberone. is_human:1 issue:235 where:github who:904080
2015-05-01T10:29:29Z pull-was-opened 28924109 _job:18299146775 branch:#229 details:The missing pull yegor256/takes#238 has been opened by @cyberone. is_human:1 issue:238 where:github who:904080
2015-05-01T16:00:05Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#241 has been opened by @bertram25. is_human:1 issue:241 where:github who:765917
2015-05-02T14:44:44Z pull-was-opened 28924109 _job:18299146775 branch:pslinkedIn-fix details:The missing pull yegor256/takes#244 has been opened by @super132. is_human:1 issue:244 where:github who:6581896
2015-05-02T14:51:37Z pull-was-opened 28924109 _job:18299146775 branch:pslinkedin details:The missing pull yegor256/takes#245 has been opened by @super132. is_human:1 issue:245 where:github who:6581896
2015-05-03T12:55:26Z pull-was-opened 28924109 _job:18299146775 branch:#227 details:The missing pull yegor256/takes#246 has been opened by @cyberone. is_human:1 issue:246 where:github who:904080
2015-05-06T18:04:57Z pull-was-opened 28924109 _job:18299146775 branch:248 details:The missing pull yegor256/takes#255 has been opened by @dmzaytsev. is_human:1 issue:255 where:github who:9972909
2015-05-08T01:33:49Z pull-was-opened 28924109 _job:18299146775 branch:#231 details:The missing pull yegor256/takes#261 has been opened by @cyberone. is_human:1 issue:261 where:github who:904080
2015-05-08T08:54:19Z pull-was-opened 28924109 _job:18299146775 branch:252 details:The missing pull yegor256/takes#262 has been opened by @erimerturk. is_human:1 issue:262 where:github who:416283
2015-05-09T09:20:33Z pull-was-opened 28924109 _job:18299146775 branch:#251 details:The missing pull yegor256/takes#267 has been opened by @cyberone. is_human:1 issue:267 where:github who:904080
2015-05-09T15:06:13Z pull-was-opened 28924109 _job:18299146775 branch:260_hamcrest_header_matcher details:The missing pull yegor256/takes#269 has been opened by @ekondrashev. is_human:1 issue:269 where:github who:114910
2015-05-09T16:42:58Z pull-was-opened 28924109 _job:18299146775 branch:43 details:The missing pull yegor256/takes#270 has been opened by @dmzaytsev. is_human:1 issue:270 where:github who:9972909
2015-05-11T04:35:29Z pull-was-opened 28924109 _job:18299146775 branch:268_get_rid_of_puzzle details:The missing pull yegor256/takes#279 has been opened by @ekondrashev. is_human:1 issue:279 where:github who:114910
2015-05-11T06:45:15Z pull-was-opened 28924109 _job:18299146775 branch:276 details:The missing pull yegor256/takes#280 has been opened by @dmzaytsev. is_human:1 issue:280 where:github who:9972909
2015-05-11T11:23:27Z pull-was-opened 28924109 _job:18299146775 branch:227 details:The missing pull yegor256/takes#282 has been opened by @iinozemtsev. is_human:1 issue:282 where:github who:481692
2015-05-13T13:53:22Z pull-was-opened 28924109 _job:18299146775 branch:205 details:The missing pull yegor256/takes#283 has been opened by @dmzaytsev. is_human:1 issue:283 where:github who:9972909
2015-05-14T09:16:57Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#288 has been opened by @bertram25. is_human:1 issue:288 where:github who:765917
2015-05-14T10:23:48Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#289 has been opened by @bertram25. is_human:1 issue:289 where:github who:765917
2015-05-18T07:15:46Z pull-was-opened 28924109 _job:18299146775 branch:295 details:The missing pull yegor256/takes#297 has been opened by @iinozemtsev. is_human:1 issue:297 where:github who:481692
2015-05-18T17:36:57Z pull-was-opened 28924109 _job:18299146775 branch:298_rswithtype_overrides_statuscode details:The missing pull yegor256/takes#299 has been opened by @ekondrashev. is_human:1 issue:299 where:github who:114910
2015-05-18T21:27:56Z pull-was-opened 28924109 _job:18299146775 branch:285 details:The missing pull yegor256/takes#300 has been opened by @lautarobock. is_human:1 issue:300 where:github who:3920831
2024-09-23T09:34:32Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#1326 has been opened by @ufa-morozov. is_human:1 issue:1326 where:github who:74819600
2024-09-23T09:39:08Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#1327 has been opened by @ufa-morozov. is_human:1 issue:1327 where:github who:74819600
2024-09-23T09:56:01Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#1328 has been opened by @ufa-morozov. is_human:1 issue:1328 where:github who:74819600
2024-09-23T10:12:34Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#1329 has been opened by @ufa-morozov. is_human:1 issue:1329 where:github who:74819600
2024-09-23T10:27:19Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#1330 has been opened by @ufa-morozov. is_human:1 issue:1330 where:github who:74819600
2024-09-26T21:43:29Z pull-was-opened 28924109 _job:18299146775 branch:renovate/ubuntu-24.x details:The missing pull yegor256/takes#1331 has been opened by @renovate[bot]. is_human:0 issue:1331 where:github who:29139614
2024-09-27T15:55:38Z pull-was-opened 28924109 _job:18299146775 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1332 has been opened by @renovate[bot]. is_human:0 issue:1332 where:github who:29139614
2024-09-30T12:56:37Z pull-was-opened 28924109 _job:18299146775 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1333 has been opened by @renovate[bot]. is_human:0 issue:1333 where:github who:29139614
2024-10-04T00:03:53Z pull-was-opened 28924109 _job:18299146775 branch:master details:The missing pull yegor256/takes#1335 has been opened by @ufa-morozov. is_human:1 issue:1335 where:github who:74819600
2024-10-04T15:06:30Z pull-was-opened 28924109 _job:18299146775 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1336 has been opened by @renovate[bot]. is_human:0 issue:1336 where:github who:29139614
2024-10-06T13:11:35Z pull-was-opened 28924109 _job:18299146775 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x details:The missing pull yegor256/takes#1337 has been opened by @renovate[bot]. is_human:0 issue:1337 where:github who:29139614
2024-10-15T15:16:46Z pull-was-opened 28924109 _job:18299146775 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1338 has been opened by @renovate[bot]. is_human:0 issue:1338 where:github who:29139614
2024-10-21T10:45:00Z pull-was-opened 28924109 _job:18299146775 branch:renovate/org.cactoos-cactoos-0.x details:The missing pull yegor256/takes#1340 has been opened by @renovate[bot]. is_human:0 issue:1340 where:github who:29139614
2024-10-29T04:35:36Z pull-was-opened 28924109 _job:18299146775 branch:up details:The missing pull yegor256/takes#1341 has been opened by @github-actions[bot]. is_human:0 issue:1341 where:github who:41898282
2024-10-29T04:36:53Z pull-was-opened 28924109 _job:18299146775 branch:up details:The missing pull yegor256/takes#1342 has been opened by @github-actions[bot]. is_human:0 issue:1342 where:github who:41898282
2024-10-29T04:36:59Z pull-was-opened 28924109 _job:18299146775 branch:renovate/org.apache.velocity-velocity-engine-core-2.x details:The missing pull yegor256/takes#1343 has been opened by @renovate[bot]. is_human:0 issue:1343 where:github who:29139614
2024-10-29T07:22:47Z pull-was-opened 28924109 _job:18299146775 branch:up details:The missing pull yegor256/takes#1344 has been opened by @github-actions[bot]. is_human:0 issue:1344 where:github who:41898282
2024-10-29T07:25:20Z pull-was-opened 28924109 _job:18299146775 branch:up details:The missing pull yegor256/takes#1345 has been opened by @github-actions[bot]. is_human:0 issue:1345 where:github who:41898282
2024-10-29T14:20:56Z pull-was-opened 28924109 _job:18299146775 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1348 has been opened by @renovate[bot]. is_human:0 issue:1348 where:github who:29139614
2024-10-29T17:58:22Z pull-was-opened 28924109 _job:18299146775 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1349 has been opened by @renovate[bot]. is_human:0 issue:1349 where:github who:29139614
2024-11-02T22:27:24Z pull-was-opened 28924109 _job:18299146775 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x details:The missing pull yegor256/takes#1350 has been opened by @renovate[bot]. is_human:0 issue:1350 where:github who:29139614
2024-11-04T20:19:18Z pull-was-opened 28924109 _job:18299146775 branch:renovate/yegor256-copyrights-action-0.x details:The missing pull yegor256/takes#1351 has been opened by @renovate[bot]. is_human:0 issue:1351 where:github who:29139614
2024-11-13T01:15:59Z pull-was-opened 28924109 _job:18299146775 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1352 has been opened by @renovate[bot]. is_human:0 issue:1352 where:github who:29139614
2024-11-14T19:41:37Z pull-was-opened 28924109 _job:18299146775 branch:renovate/codecov-codecov-action-5.x details:The missing pull yegor256/takes#1353 has been opened by @renovate[bot]. is_human:0 issue:1353 where:github who:29139614
2024-11-14T21:43:14Z pull-was-opened 28924109 _job:18299146775 branch:renovate/com.jcabi-jcabi-log-0.x details:The missing pull yegor256/takes#1354 has been opened by @renovate[bot]. is_human:0 issue:1354 where:github who:29139614
2024-11-15T22:05:11Z pull-was-opened 28924109 _job:18299146775 branch:renovate/org.projectlombok-lombok-1.x details:The missing pull yegor256/takes#1355 has been opened by @renovate[bot]. is_human:0 issue:1355 where:github who:29139614
2024-11-20T21:33:17Z pull-was-opened 28924109 _job:18299146775 branch:renovate/commons-io-commons-io-2.x details:The missing pull yegor256/takes#1356 has been opened by @renovate[bot]. is_human:0 issue:1356 where:github who:29139614
2024-11-29T15:29:55Z pull-was-opened 28924109 _job:18299146775 branch:renovate/org.codehaus.mojo-license-maven-plugin-2.x details:The missing pull yegor256/takes#1360 has been opened by @renovate[bot]. is_human:0 issue:1360 where:github who:29139614
2024-12-02T02:19:39Z pull-was-opened 28924109 _job:18299146775 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1361 has been opened by @renovate[bot]. is_human:0 issue:1361 where:github who:29139614
2024-12-02T12:30:05Z pull-was-opened 28924109 _job:18299146775 branch:renovate/com.jcabi.incubator-xembly-0.x details:The missing pull yegor256/takes#1362 has been opened by @renovate[bot]. is_human:0 issue:1362 where:github who:29139614
2024-12-05T13:17:38Z pull-was-opened 28924109 _job:18299146775 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1365 has been opened by @renovate[bot]. is_human:0 issue:1365 where:github who:29139614
2024-12-13T18:28:48Z pull-was-opened 28924109 _job:18299146775 branch:renovate/hibernate-validator details:The missing pull yegor256/takes#1369 has been opened by @renovate[bot]. is_human:0 issue:1369 where:github who:29139614
2024-12-14T20:31:54Z pull-was-opened 28924109 _job:18299146775 branch:move_rq_base_method details:The missing pull yegor256/takes#1370 has been opened by @kartofanych. is_human:1 issue:1370 where:github who:66062429
2024-12-14T21:36:45Z pull-was-opened 28924109 _job:18299146775 branch:move-rq-href-realizations-out-of-interface details:The missing pull yegor256/takes#1372 has been opened by @kartofanych. is_human:1 issue:1372 where:github who:66062429
2024-12-16T15:56:47Z pull-was-opened 28924109 _job:18299146775 branch:renovate/junit5-monorepo details:The missing pull yegor256/takes#1373 has been opened by @renovate[bot]. is_human:0 issue:1373 where:github who:29139614
2024-12-24T17:22:32Z pull-was-opened 28924109 _job:18299146775 branch:renovate/com.jcabi-jcabi-xml-0.x details:The missing pull yegor256/takes#1374 has been opened by @renovate[bot]. is_human:0 issue:1374 where:github who:29139614
2025-01-02T19:01:58Z pull-was-opened 28924109 _job:18299146775 branch:renovate/mockito-monorepo details:The missing pull yegor256/takes#1377 has been opened by @renovate[bot]. is_human:0 issue:1377 where:github who:29139614
2025-01-08T12:21:22Z pull-was-opened 28924109 _job:18299146775 branch:renovate/jersey-monorepo details:The missing pull yegor256/takes#1378 has been opened by @renovate[bot]. is_human:0 issue:1378 where:github who:29139614
2025-01-08T12:48:09Z pull-was-opened 28924109 _job:18299146775 branch:renovate/jersey-monorepo details:The missing pull yegor256/takes#1379 has been opened by @renovate[bot]. is_human:0 issue:1379 where:github who:29139614
2015-03-28T19:07:54Z pull-was-opened 28924109 _job:18299146775 branch:28 details:The pull yegor256/takes#89 has been opened earlier by @dmzaytsev. is_human:1 issue:89 where:github who:9972909
2017-09-01T19:08:57Z pull-was-merged 28924109 _job:18299146775 branch:master comments:5 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#748 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:748 review_comments:0 succeeded_builds:0 where:github who:8086956
2017-10-14T07:33:40Z pull-was-merged 28924109 _job:18299146775 branch:refactor/use-try-with-resources comments:8 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#752 has been "pull-was-merged". failed_builds:0 files:11 hoc:134 is_human:0 issue:752 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-01-01T22:06:59Z pull-was-merged 28924109 _job:18299146775 branch:755 comments:8 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#756 has been "pull-was-merged". failed_builds:0 files:453 hoc:908 is_human:0 issue:756 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-01-08T19:17:10Z pull-was-merged 28924109 _job:18299146775 branch:fix-typos comments:5 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#757 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:1 issue:757 review_comments:0 succeeded_builds:0 where:github who:526301
2018-01-09T11:02:16Z pull-was-merged 28924109 _job:18299146775 branch:758 comments:10 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#759 has been "pull-was-merged". failed_builds:0 files:2 hoc:175 is_human:0 issue:759 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-01-15T14:15:58Z pull-was-merged 28924109 _job:18299146775 branch:rsreturn_validate_location comments:10 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#760 has been "pull-was-merged". failed_builds:0 files:2 hoc:54 is_human:0 issue:760 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-01-24T14:29:58Z pull-was-merged 28924109 _job:18299146775 branch:284 comments:24 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:19 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#761 has been "pull-was-merged". failed_builds:0 files:6 hoc:411 is_human:0 issue:761 review_comments:7 succeeded_builds:0 where:github who:8086956
2018-01-27T07:53:37Z pull-was-closed 28924109 _job:18299146775 branch:servlet_support comments:14 comments_appreciated:5 comments_by_author:2 comments_by_reviewers:12 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#762 has been "pull-was-closed". failed_builds:0 files:8 hoc:390 is_human:1 issue:762 succeeded_builds:0 where:github who:24223260
2018-01-17T14:51:08Z pull-was-merged 28924109 _job:18299146775 branch:731 comments:16 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:15 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#768 has been "pull-was-merged". failed_builds:0 files:2 hoc:114 is_human:0 issue:768 review_comments:1 succeeded_builds:0 where:github who:8086956
2018-01-22T21:41:29Z pull-was-merged 28924109 _job:18299146775 branch:master comments:8 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#772 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:772 review_comments:0 succeeded_builds:0 where:github who:526301
2018-01-29T17:54:22Z pull-was-merged 28924109 _job:18299146775 branch:condition_improvement comments:17 comments_appreciated:2 comments_by_author:3 comments_by_reviewers:14 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#773 has been "pull-was-merged". failed_builds:0 files:2 hoc:121 is_human:0 issue:773 review_comments:4 succeeded_builds:0 where:github who:8086956
2018-01-29T18:15:12Z pull-was-merged 28924109 _job:18299146775 branch:response_pipe_broke comments:11 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#776 has been "pull-was-merged". failed_builds:0 files:4 hoc:66 is_human:0 issue:776 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-01-29T20:53:23Z pull-was-merged 28924109 _job:18299146775 branch:expiration_date comments:13 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:12 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#777 has been "pull-was-merged". failed_builds:0 files:5 hoc:200 is_human:0 issue:777 review_comments:2 succeeded_builds:0 where:github who:8086956
2018-02-06T17:14:40Z pull-was-merged 28924109 _job:18299146775 branch:437 comments:15 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:13 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#783 has been "pull-was-merged". failed_builds:0 files:1 hoc:24 is_human:0 issue:783 review_comments:2 succeeded_builds:0 where:github who:8086956
2018-02-09T11:47:08Z pull-was-merged 28924109 _job:18299146775 branch:hmrsbody_matcher comments:20 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:13 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#785 has been "pull-was-merged". failed_builds:0 files:5 hoc:430 is_human:0 issue:785 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-02-06T16:56:36Z pull-was-merged 28924109 _job:18299146775 branch:rsflash_expire_date comments:11 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#789 has been "pull-was-merged". failed_builds:0 files:2 hoc:200 is_human:0 issue:789 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-02-09T12:07:39Z pull-was-merged 28924109 _job:18299146775 branch:779 comments:20 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:13 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#792 has been "pull-was-merged". failed_builds:0 files:2 hoc:76 is_human:0 issue:792 review_comments:7 succeeded_builds:0 where:github who:8086956
2018-02-20T19:58:11Z pull-was-merged 28924109 _job:18299146775 branch:fix/793 comments:21 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:20 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#797 has been "pull-was-merged". failed_builds:0 files:2 hoc:89 is_human:0 issue:797 review_comments:1 succeeded_builds:0 where:github who:8086956
2018-02-14T22:55:54Z pull-was-merged 28924109 _job:18299146775 branch:tkslf4j_test comments:10 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#799 has been "pull-was-merged". failed_builds:0 files:3 hoc:46 is_human:0 issue:799 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-02-21T19:52:43Z pull-was-merged 28924109 _job:18299146775 branch:condition_range comments:47 comments_appreciated:0 comments_by_author:12 comments_by_reviewers:35 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#801 has been "pull-was-merged". failed_builds:0 files:2 hoc:114 is_human:0 issue:801 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-02-20T19:12:53Z pull-was-merged 28924109 _job:18299146775 branch:front_doc comments:25 comments_appreciated:2 comments_by_author:6 comments_by_reviewers:19 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#803 has been "pull-was-merged". failed_builds:0 files:2 hoc:26 is_human:0 issue:803 review_comments:2 succeeded_builds:0 where:github who:8086956
2018-02-26T20:41:41Z pull-was-merged 28924109 _job:18299146775 branch:782 comments:22 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:17 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#807 has been "pull-was-merged". failed_builds:0 files:2 hoc:35 is_human:0 issue:807 review_comments:3 succeeded_builds:0 where:github who:8086956
2018-02-26T20:23:04Z pull-was-merged 28924109 _job:18299146775 branch:778 comments:18 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:16 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#809 has been "pull-was-merged". failed_builds:0 files:2 hoc:114 is_human:0 issue:809 review_comments:3 succeeded_builds:0 where:github who:8086956
2018-03-05T14:55:01Z pull-was-merged 28924109 _job:18299146775 branch:794 comments:21 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:17 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#813 has been "pull-was-merged". failed_builds:0 files:6 hoc:419 is_human:0 issue:813 review_comments:4 succeeded_builds:0 where:github who:8086956
2018-03-17T15:54:09Z pull-was-merged 28924109 _job:18299146775 branch:795 comments:22 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:20 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#830 has been "pull-was-merged". failed_builds:0 files:3 hoc:103 is_human:0 issue:830 review_comments:4 succeeded_builds:0 where:github who:8086956
2018-03-17T15:35:40Z pull-was-merged 28924109 _job:18299146775 branch:821 comments:9 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#831 has been "pull-was-merged". failed_builds:0 files:5 hoc:489 is_human:0 issue:831 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-12-01T12:50:42Z pull-was-closed 28924109 _job:18299146775 branch:787 comments:50 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:42 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#833 has been "pull-was-closed". failed_builds:0 files:3 hoc:29 is_human:1 issue:833 succeeded_builds:0 where:github who:33915433
2018-10-24T16:56:33Z pull-was-merged 28924109 _job:18299146775 branch:682 comments:90 comments_appreciated:1 comments_by_author:13 comments_by_reviewers:77 comments_resolved:0 comments_to_code:11 details:Apparently, yegor256/takes#836 has been "pull-was-merged". failed_builds:0 files:6 hoc:497 is_human:0 issue:836 review_comments:11 succeeded_builds:0 where:github who:8086956
2018-07-21T23:39:09Z pull-was-closed 28924109 _job:18299146775 branch:rsprint comments:24 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:23 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#840 has been "pull-was-closed". failed_builds:0 files:1 hoc:13 is_human:1 issue:840 succeeded_builds:0 where:github who:8284189
2018-10-10T15:15:32Z pull-was-merged 28924109 _job:18299146775 branch:786 comments:33 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:22 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#843 has been "pull-was-merged". failed_builds:0 files:3 hoc:39 is_human:0 issue:843 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-10-10T20:52:23Z pull-was-merged 28924109 _job:18299146775 branch:791 comments:29 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:21 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#844 has been "pull-was-merged". failed_builds:0 files:9 hoc:480 is_human:0 issue:844 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-10-11T03:47:39Z pull-was-merged 28924109 _job:18299146775 branch:784 comments:32 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:24 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#845 has been "pull-was-merged". failed_builds:0 files:16 hoc:712 is_human:0 issue:845 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-10-10T21:32:25Z pull-was-merged 28924109 _job:18299146775 branch:790 comments:30 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:23 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#846 has been "pull-was-merged". failed_builds:0 files:1 hoc:50 is_human:0 issue:846 review_comments:6 succeeded_builds:0 where:github who:8086956
2018-10-10T23:27:47Z pull-was-merged 28924109 _job:18299146775 branch:808 comments:20 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:11 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#848 has been "pull-was-merged". failed_builds:0 files:2 hoc:6 is_human:0 issue:848 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-10-11T01:46:04Z pull-was-merged 28924109 _job:18299146775 branch:806 comments:27 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:21 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#849 has been "pull-was-merged". failed_builds:0 files:9 hoc:621 is_human:0 issue:849 review_comments:8 succeeded_builds:0 where:github who:8086956
2018-10-11T19:50:55Z pull-was-merged 28924109 _job:18299146775 branch:820 comments:11 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#852 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:852 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-10-11T00:56:51Z pull-was-merged 28924109 _job:18299146775 branch:725 comments:19 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:17 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#853 has been "pull-was-merged". failed_builds:0 files:2 hoc:34 is_human:0 issue:853 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-10-10T13:26:13Z pull-was-merged 28924109 _job:18299146775 branch:850 comments:11 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#854 has been "pull-was-merged". failed_builds:0 files:3 hoc:14 is_human:0 issue:854 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-10-13T00:49:40Z pull-was-closed 28924109 _job:18299146775 branch:800 comments:27 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:20 comments_resolved:0 comments_to_code:9 details:Apparently, yegor256/takes#855 has been "pull-was-closed". failed_builds:0 files:1 hoc:7 is_human:1 issue:855 succeeded_builds:0 where:github who:33915433
2018-10-14T15:41:08Z pull-was-merged 28924109 _job:18299146775 branch:832 comments:19 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:15 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#857 has been "pull-was-merged". failed_builds:0 files:2 hoc:25 is_human:0 issue:857 review_comments:2 succeeded_builds:0 where:github who:8086956
2018-10-16T18:45:56Z pull-was-merged 28924109 _job:18299146775 branch:826 comments:22 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:18 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#860 has been "pull-was-merged". failed_builds:0 files:6 hoc:409 is_human:0 issue:860 review_comments:2 succeeded_builds:0 where:github who:8086956
2018-10-24T13:41:29Z pull-was-merged 28924109 _job:18299146775 branch:862 comments:7 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#864 has been "pull-was-merged". failed_builds:0 files:1 hoc:1 is_human:0 issue:864 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-11-29T01:32:50Z pull-was-merged 28924109 _job:18299146775 branch:819 comments:19 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:18 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#867 has been "pull-was-merged". failed_builds:0 files:2 hoc:121 is_human:0 issue:867 review_comments:3 succeeded_builds:0 where:github who:8086956
2018-11-18T19:00:18Z pull-was-merged 28924109 _job:18299146775 branch:800-investigation comments:8 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#868 has been "pull-was-merged". failed_builds:0 files:1 hoc:7 is_human:0 issue:868 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-11-22T23:29:11Z pull-was-merged 28924109 _job:18299146775 branch:812-fix-rsprinttest comments:23 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:19 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#870 has been "pull-was-merged". failed_builds:0 files:2 hoc:127 is_human:0 issue:870 review_comments:6 succeeded_builds:0 where:github who:8086956
2018-12-10T00:12:54Z pull-was-merged 28924109 _job:18299146775 branch:804-cactoos comments:35 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:28 comments_resolved:2 comments_to_code:10 details:Apparently, yegor256/takes#873 has been "pull-was-merged". failed_builds:0 files:11 hoc:210 is_human:0 issue:873 review_comments:10 succeeded_builds:0 where:github who:8086956
2018-12-01T23:06:45Z pull-was-merged 28924109 _job:18299146775 branch:837-qulice-update comments:31 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:25 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#874 has been "pull-was-merged". failed_builds:0 files:461 hoc:1947 is_human:0 issue:874 review_comments:8 succeeded_builds:0 where:github who:8086956
2018-12-01T13:34:17Z pull-was-merged 28924109 _job:18299146775 branch:861-tkmethods-405 comments:26 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:23 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#875 has been "pull-was-merged". failed_builds:0 files:2 hoc:34 is_human:0 issue:875 review_comments:4 succeeded_builds:0 where:github who:8086956
2018-12-02T01:20:52Z pull-was-merged 28924109 _job:18299146775 branch:770 comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#878 has been "pull-was-merged". failed_builds:0 files:1 hoc:3 is_human:0 issue:878 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-12-06T13:07:04Z pull-was-merged 28924109 _job:18299146775 branch:838 comments:23 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:20 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#879 has been "pull-was-merged". failed_builds:0 files:2 hoc:80 is_human:0 issue:879 review_comments:4 succeeded_builds:0 where:github who:8086956
2019-06-01T13:10:20Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#984. is_human:0 issue:984 label:bug where:github who:24456188
2019-11-25T13:27:15Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#998. is_human:0 issue:998 label:bug where:github who:24456188
2019-11-25T13:27:42Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#999. is_human:0 issue:999 label:bug where:github who:24456188
2020-01-13T14:56:44Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1008. is_human:0 issue:1008 label:bug where:github who:24456188
2020-01-13T14:57:52Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1010. is_human:0 issue:1010 label:bug where:github who:24456188
2020-01-13T14:58:19Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1011. is_human:0 issue:1011 label:bug where:github who:24456188
2020-01-13T14:58:46Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1012. is_human:0 issue:1012 label:bug where:github who:24456188
2020-01-13T14:59:15Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1013. is_human:0 issue:1013 label:bug where:github who:24456188
2020-01-13T14:59:54Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1014. is_human:0 issue:1014 label:bug where:github who:24456188
2020-01-13T15:00:27Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1015. is_human:0 issue:1015 label:bug where:github who:24456188
2020-01-13T15:00:55Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1016. is_human:0 issue:1016 label:bug where:github who:24456188
2020-01-13T15:01:25Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1017. is_human:0 issue:1017 label:bug where:github who:24456188
2020-01-13T15:02:20Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1019. is_human:0 issue:1019 label:bug where:github who:24456188
2022-08-24T03:33:50Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#1041. is_human:1 issue:1041 label:bug where:github who:526301
2020-06-29T18:07:59Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1054. is_human:0 issue:1054 label:bug where:github who:24456188
2020-06-29T18:08:24Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1055. is_human:0 issue:1055 label:bug where:github who:24456188
2020-07-28T20:28:32Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1062. is_human:0 issue:1062 label:bug where:github who:24456188
2020-09-11T04:12:01Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1073. is_human:0 issue:1073 label:bug where:github who:24456188
2020-09-11T04:12:31Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1074. is_human:0 issue:1074 label:bug where:github who:24456188
2020-09-11T04:12:52Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1075. is_human:0 issue:1075 label:bug where:github who:24456188
2020-10-16T00:48:52Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1080. is_human:0 issue:1080 label:bug where:github who:24456188
2020-10-31T15:35:11Z label-was-attached 28924109 _job:18300061766 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1088. is_human:0 issue:1088 label:bug where:github who:24456188
2018-01-20T16:57:04Z code-was-reviewed 28924109 _job:18300061766 author:440768 comments:17 details:The pull request yegor256/takes#761 with 411 HoC created by @neonailol was reviewed by @g4s8 after 265h25m and 7 comments. hoc:411 is_human:1 issue:761 review_comments:7 seconds:955516 where:github who:1524988
2018-01-15T18:35:34Z code-was-reviewed 28924109 _job:18300061766 author:440768 comments:15 details:The pull request yegor256/takes#768 with 114 HoC created by @neonailol was reviewed by @g4s8 after 121h53m and 1 comments. hoc:114 is_human:1 issue:768 review_comments:1 seconds:438794 where:github who:1524988
2018-01-24T11:09:48Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:13 details:The pull request yegor256/takes#773 with 121 HoC created by @t-izbassar was reviewed by @g4s8 after 13h46m and 2 comments. hoc:121 is_human:1 issue:773 review_comments:2 seconds:49609 where:github who:1524988
2018-01-26T16:33:06Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:11 details:The pull request yegor256/takes#776 with 66 HoC created by @t-izbassar was reviewed by @g4s8 after 1h49m and 0 comments. hoc:66 is_human:1 issue:776 review_comments:0 seconds:6541 where:github who:1524988
2018-01-27T14:07:38Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:11 details:The pull request yegor256/takes#777 with 200 HoC created by @t-izbassar was reviewed by @g4s8 after 4h35m and 2 comments. hoc:200 is_human:1 issue:777 review_comments:2 seconds:16514 where:github who:1524988
2018-02-03T10:06:25Z code-was-reviewed 28924109 _job:18300061766 author:440768 comments:13 details:The pull request yegor256/takes#783 with 24 HoC created by @neonailol was reviewed by @g4s8 after 109h17m and 1 comments. hoc:24 is_human:1 issue:783 review_comments:1 seconds:393469 where:github who:1524988
2018-02-06T18:17:27Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:20 details:The pull request yegor256/takes#785 with 430 HoC created by @t-izbassar was reviewed by @g4s8 after 172h53m and 0 comments. hoc:430 is_human:1 issue:785 review_comments:0 seconds:622432 where:github who:1524988
2018-02-02T20:36:02Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:11 details:The pull request yegor256/takes#789 with 200 HoC created by @t-izbassar was reviewed by @g4s8 after 50h52m and 0 comments. hoc:200 is_human:1 issue:789 review_comments:0 seconds:183157 where:github who:1524988
2018-02-04T16:24:26Z code-was-reviewed 28924109 _job:18300061766 author:440768 comments:13 details:The pull request yegor256/takes#792 with 76 HoC created by @neonailol was reviewed by @g4s8 after 1h4m and 2 comments. hoc:76 is_human:1 issue:792 review_comments:2 seconds:3863 where:github who:1524988
2018-02-12T18:06:23Z code-was-reviewed 28924109 _job:18300061766 author:1130598 comments:20 details:The pull request yegor256/takes#797 with 89 HoC created by @msarhan was reviewed by @g4s8 after 62h14m and 1 comments. hoc:89 is_human:1 issue:797 review_comments:1 seconds:224080 where:github who:1524988
2018-02-14T10:08:48Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:10 details:The pull request yegor256/takes#799 with 46 HoC created by @t-izbassar was reviewed by @g4s8 after 22h41m and 0 comments. hoc:46 is_human:1 issue:799 review_comments:0 seconds:81719 where:github who:1524988
2018-02-16T18:11:46Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:47 details:The pull request yegor256/takes#801 with 114 HoC created by @t-izbassar was reviewed by @g4s8 after 33h7m and 0 comments. hoc:114 is_human:1 issue:801 review_comments:0 seconds:119265 where:github who:1524988
2018-02-17T06:18:48Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:23 details:The pull request yegor256/takes#803 with 26 HoC created by @t-izbassar was reviewed by @g4s8 after 8h59m and 2 comments. hoc:26 is_human:1 issue:803 review_comments:2 seconds:32352 where:github who:1524988
2018-02-24T09:08:02Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:19 details:The pull request yegor256/takes#807 with 35 HoC created by @t-izbassar was reviewed by @g4s8 after 45h59m and 3 comments. hoc:35 is_human:1 issue:807 review_comments:3 seconds:165589 where:github who:1524988
2018-02-24T08:46:36Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:15 details:The pull request yegor256/takes#809 with 114 HoC created by @t-izbassar was reviewed by @g4s8 after 13h38m and 3 comments. hoc:114 is_human:1 issue:809 review_comments:3 seconds:49133 where:github who:1524988
2018-03-03T12:01:37Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:17 details:The pull request yegor256/takes#813 with 419 HoC created by @t-izbassar was reviewed by @g4s8 after 63h0m and 3 comments. hoc:419 is_human:1 issue:813 review_comments:3 seconds:226853 where:github who:1524988
2018-03-13T14:40:05Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:18 details:The pull request yegor256/takes#830 with 103 HoC created by @t-izbassar was reviewed by @g4s8 after 4h45m and 4 comments. hoc:103 is_human:1 issue:830 review_comments:4 seconds:17152 where:github who:1524988
2018-04-08T18:55:38Z code-was-reviewed 28924109 _job:18300061766 author:1524988 comments:79 details:The pull request yegor256/takes#836 with 497 HoC created by @g4s8 was reviewed by @amihaiemil after 1h34m and 4 comments. hoc:497 is_human:1 issue:836 review_comments:4 seconds:5652 where:github who:6305156
2018-09-05T05:46:59Z code-was-reviewed 28924109 _job:18300061766 author:33915433 comments:24 details:The pull request yegor256/takes#846 with 50 HoC created by @paulodamaso was reviewed by @g4s8 after 2h36m and 4 comments. hoc:50 is_human:1 issue:846 review_comments:4 seconds:9400 where:github who:1524988
2018-09-21T12:18:47Z code-was-reviewed 28924109 _job:18300061766 author:33915433 comments:19 details:The pull request yegor256/takes#849 with 621 HoC created by @paulodamaso was reviewed by @g4s8 after 231h50m and 6 comments. hoc:621 is_human:1 issue:849 review_comments:6 seconds:834608 where:github who:1524988
2018-10-09T18:24:18Z code-was-reviewed 28924109 _job:18300061766 author:33915433 comments:17 details:The pull request yegor256/takes#857 with 25 HoC created by @paulodamaso was reviewed by @g4s8 after 28h19m and 1 comments. hoc:25 is_human:1 issue:857 review_comments:1 seconds:101968 where:github who:1524988
2018-10-13T10:34:53Z code-was-reviewed 28924109 _job:18300061766 author:33915433 comments:20 details:The pull request yegor256/takes#860 with 409 HoC created by @paulodamaso was reviewed by @g4s8 after 39h49m and 2 comments. hoc:409 is_human:1 issue:860 review_comments:2 seconds:143343 where:github who:1524988
2018-11-15T14:42:15Z code-was-reviewed 28924109 _job:18300061766 author:14931449 comments:16 details:The pull request yegor256/takes#867 with 121 HoC created by @olenagerasimova was reviewed by @g4s8 after 1h27m and 3 comments. hoc:121 is_human:1 issue:867 review_comments:3 seconds:5258 where:github who:1524988
2018-11-21T08:15:42Z code-was-reviewed 28924109 _job:18300061766 author:160975 comments:17 details:The pull request yegor256/takes#870 with 127 HoC created by @victornoel was reviewed by @g4s8 after 12h59m and 3 comments. hoc:127 is_human:1 issue:870 review_comments:3 seconds:46768 where:github who:1524988
2018-11-30T12:52:01Z code-was-reviewed 28924109 _job:18300061766 author:160975 comments:25 details:The pull request yegor256/takes#873 with 210 HoC created by @victornoel was reviewed by @g4s8 after 145h5m and 3 comments. hoc:210 is_human:1 issue:873 review_comments:3 seconds:522328 where:github who:1524988
2018-11-29T11:00:17Z code-was-reviewed 28924109 _job:18300061766 author:160975 comments:23 details:The pull request yegor256/takes#874 with 1947 HoC created by @victornoel was reviewed by @krzyk after 16h51m and 3 comments. hoc:1947 is_human:1 issue:874 review_comments:3 seconds:60680 where:github who:105730
2018-11-29T10:52:42Z code-was-reviewed 28924109 _job:18300061766 author:160975 comments:22 details:The pull request yegor256/takes#875 with 34 HoC created by @victornoel was reviewed by @krzyk after 15h49m and 4 comments. hoc:34 is_human:1 issue:875 review_comments:4 seconds:56993 where:github who:105730
2018-12-04T09:36:53Z code-was-reviewed 28924109 _job:18300061766 author:14931449 comments:19 details:The pull request yegor256/takes#879 with 80 HoC created by @olenagerasimova was reviewed by @g4s8 after 60h55m and 3 comments. hoc:80 is_human:1 issue:879 review_comments:3 seconds:219310 where:github who:1524988
2018-12-06T12:18:40Z code-was-reviewed 28924109 _job:18300061766 author:14931449 comments:19 details:The pull request yegor256/takes#879 with 80 HoC created by @olenagerasimova was reviewed by @paulodamaso after 111h36m and 1 comments. hoc:80 is_human:1 issue:879 review_comments:1 seconds:401817 where:github who:33915433
2018-01-15T19:17:57Z code-was-reviewed 28924109 _job:18300061766 author:24223260 comments:8 details:The pull request yegor256/takes#762 with 390 HoC created by @t-izbassar was reviewed by @g4s8 after 124h0m and 5 comments. hoc:390 is_human:1 issue:762 review_comments:5 seconds:446425 where:github who:1524988
2018-09-23T06:37:54Z code-was-reviewed 28924109 _job:18300061766 author:33915433 comments:18 details:The pull request yegor256/takes#855 with 7 HoC created by @paulodamaso was reviewed by @g4s8 after 37h37m and 2 comments. hoc:7 is_human:1 issue:855 review_comments:2 seconds:135430 where:github who:1524988
2018-09-24T07:44:00Z code-was-reviewed 28924109 _job:18300061766 author:33915433 comments:18 details:The pull request yegor256/takes#855 with 7 HoC created by @paulodamaso was reviewed by @t-izbassar after 62h43m and 1 comments. hoc:7 is_human:1 issue:855 review_comments:1 seconds:225796 where:github who:24223260
2018-12-12T12:03:57Z pull-was-merged 28924109 _job:18300061766 branch:881 comments:28 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:27 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#883 has been "pull-was-merged". failed_builds:0 files:42 hoc:142 is_human:0 issue:883 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-12-12T17:36:23Z pull-was-merged 28924109 _job:18300061766 branch:876 comments:18 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:12 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#885 has been "pull-was-merged". failed_builds:0 files:2 hoc:29 is_human:0 issue:885 review_comments:8 succeeded_builds:0 where:github who:8086956
2018-12-12T19:50:11Z pull-was-merged 28924109 _job:18300061766 branch:880-qulice comments:43 comments_appreciated:1 comments_by_author:10 comments_by_reviewers:33 comments_resolved:12 comments_to_code:16 details:Apparently, yegor256/takes#886 has been "pull-was-merged". failed_builds:0 files:92 hoc:486 is_human:0 issue:886 review_comments:16 succeeded_builds:0 where:github who:8086956
2018-12-11T11:33:48Z pull-was-merged 28924109 _job:18300061766 branch:rearrange-arc comments:8 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#890 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:890 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-12-12T12:39:51Z pull-was-merged 28924109 _job:18300061766 branch:842 comments:10 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#891 has been "pull-was-merged". failed_builds:0 files:2 hoc:40 is_human:0 issue:891 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-12-14T13:16:27Z pull-was-merged 28924109 _job:18300061766 branch:877 comments:18 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:16 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#892 has been "pull-was-merged". failed_builds:0 files:4 hoc:86 is_human:0 issue:892 review_comments:1 succeeded_builds:0 where:github who:8086956
2018-12-15T08:54:10Z pull-was-merged 28924109 _job:18300061766 branch:877-surefire comments:8 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#896 has been "pull-was-merged". failed_builds:0 files:1 hoc:12 is_human:0 issue:896 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-12-20T18:36:13Z pull-was-closed 28924109 _job:18300061766 branch:master comments:6 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#897 has been "pull-was-closed". failed_builds:0 files:1 hoc:13 is_human:1 issue:897 succeeded_builds:0 where:github who:45645330
2018-12-21T20:02:24Z pull-was-merged 28924109 _job:18300061766 branch:utf8_refactoring comments:82 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:77 comments_resolved:0 comments_to_code:52 details:Apparently, yegor256/takes#903 has been "pull-was-merged". failed_builds:0 files:23 hoc:159 is_human:0 issue:903 review_comments:52 succeeded_builds:0 where:github who:8086956
2018-12-26T15:25:50Z pull-was-merged 28924109 _job:18300061766 branch:863 comments:11 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:9 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#907 has been "pull-was-merged". failed_builds:0 files:10 hoc:104 is_human:0 issue:907 review_comments:3 succeeded_builds:0 where:github who:8086956
2018-12-26T01:52:09Z pull-was-merged 28924109 _job:18300061766 branch:788 comments:10 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#908 has been "pull-was-merged". failed_builds:0 files:1 hoc:83 is_human:0 issue:908 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-12-26T16:52:11Z pull-was-merged 28924109 _job:18300061766 branch:882 comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#913 has been "pull-was-merged". failed_builds:0 files:11 hoc:192 is_human:0 issue:913 review_comments:0 succeeded_builds:0 where:github who:8086956
2018-12-27T01:17:53Z pull-was-closed 28924109 _job:18300061766 branch:847 comments:5 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#919 has been "pull-was-closed". failed_builds:0 files:4 hoc:93 is_human:1 issue:919 succeeded_builds:0 where:github who:33915433
2018-12-29T00:04:21Z pull-was-merged 28924109 _job:18300061766 branch:pr20181228 comments:7 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#922 has been "pull-was-merged". failed_builds:0 files:1 hoc:20 is_human:0 issue:922 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-01-11T15:29:06Z pull-was-merged 28924109 _job:18300061766 branch:866 comments:21 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:20 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#930 has been "pull-was-merged". failed_builds:0 files:7 hoc:647 is_human:0 issue:930 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-01-04T13:43:54Z pull-was-closed 28924109 _job:18300061766 branch:master comments:20 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:19 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#931 has been "pull-was-closed". failed_builds:0 files:8 hoc:41 is_human:1 issue:931 succeeded_builds:0 where:github who:45645330
2019-01-16T22:26:51Z pull-was-merged 28924109 _job:18300061766 branch:removing_nulls comments:34 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:28 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#932 has been "pull-was-merged". failed_builds:0 files:4 hoc:38 is_human:0 issue:932 review_comments:8 succeeded_builds:0 where:github who:8086956
2019-01-04T16:04:05Z pull-was-merged 28924109 _job:18300061766 branch:802 comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#934 has been "pull-was-merged". failed_builds:0 files:1 hoc:9 is_human:0 issue:934 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-01-16T16:48:16Z pull-was-merged 28924109 _job:18300061766 branch:893 comments:20 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:20 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#936 has been "pull-was-merged". failed_builds:0 files:8 hoc:67 is_human:0 issue:936 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-01-11T21:42:38Z pull-was-merged 28924109 _job:18300061766 branch:925 comments:40 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:32 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#939 has been "pull-was-merged". failed_builds:0 files:490 hoc:984 is_human:0 issue:939 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-01-11T21:17:11Z pull-was-merged 28924109 _job:18300061766 branch:paulodamaso-patch-1 comments:7 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#940 has been "pull-was-merged". failed_builds:0 files:1 hoc:0 is_human:0 issue:940 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-01-24T16:48:49Z pull-was-merged 28924109 _job:18300061766 branch:865 comments:49 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:36 comments_resolved:0 comments_to_code:20 details:Apparently, yegor256/takes#941 has been "pull-was-merged". failed_builds:0 files:6 hoc:978 is_human:0 issue:941 review_comments:20 succeeded_builds:0 where:github who:8086956
2019-01-19T01:06:52Z pull-was-merged 28924109 _job:18300061766 branch:#804 comments:59 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:52 comments_resolved:24 comments_to_code:24 details:Apparently, yegor256/takes#942 has been "pull-was-merged". failed_builds:0 files:7 hoc:519 is_human:0 issue:942 review_comments:24 succeeded_builds:0 where:github who:8086956
2019-01-20T00:01:11Z pull-was-merged 28924109 _job:18300061766 branch:#577 comments:51 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:42 comments_resolved:11 comments_to_code:23 details:Apparently, yegor256/takes#947 has been "pull-was-merged". failed_builds:0 files:1 hoc:211 is_human:0 issue:947 review_comments:23 succeeded_builds:0 where:github who:8086956
2019-01-25T19:33:17Z pull-was-merged 28924109 _job:18300061766 branch:953 comments:34 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:27 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#954 has been "pull-was-merged". failed_builds:0 files:3 hoc:132 is_human:0 issue:954 review_comments:8 succeeded_builds:0 where:github who:8086956
2019-01-26T19:09:12Z pull-was-merged 28924109 _job:18300061766 branch:master comments:20 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:15 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#956 has been "pull-was-merged". failed_builds:0 files:1 hoc:17 is_human:0 issue:956 review_comments:5 succeeded_builds:0 where:github who:8086956
2019-02-21T16:57:30Z pull-was-merged 28924109 _job:18300061766 branch:#888 comments:20 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:18 comments_resolved:3 comments_to_code:3 details:Apparently, yegor256/takes#960 has been "pull-was-merged". failed_builds:0 files:14 hoc:223 is_human:0 issue:960 review_comments:3 succeeded_builds:0 where:github who:8086956
2020-01-28T01:07:24Z pull-was-closed 28924109 _job:18300061766 branch:895 comments:34 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:31 comments_resolved:0 comments_to_code:17 details:Apparently, yegor256/takes#961 has been "pull-was-closed". failed_builds:0 files:7 hoc:253 is_human:1 issue:961 succeeded_builds:0 where:github who:33915433
2019-02-09T15:18:43Z pull-was-closed 28924109 _job:18300061766 branch:884 comments:15 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:14 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#962 has been "pull-was-closed". failed_builds:0 files:31 hoc:1727 is_human:1 issue:962 succeeded_builds:0 where:github who:889052
2020-01-28T01:08:19Z pull-was-closed 28924109 _job:18300061766 branch:944 comments:43 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:42 comments_resolved:0 comments_to_code:30 details:Apparently, yegor256/takes#963 has been "pull-was-closed". failed_builds:0 files:7 hoc:183 is_human:1 issue:963 succeeded_builds:0 where:github who:33915433
2019-02-23T20:23:13Z pull-was-merged 28924109 _job:18300061766 branch:902 comments:23 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:17 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#964 has been "pull-was-merged". failed_builds:0 files:16 hoc:42 is_human:0 issue:964 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-02-19T13:47:34Z pull-was-merged 28924109 _job:18300061766 branch:status-report comments:19 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:17 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#966 has been "pull-was-merged". failed_builds:0 files:1 hoc:17 is_human:0 issue:966 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-02-28T13:38:08Z pull-was-merged 28924109 _job:18300061766 branch:943 comments:20 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:16 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#967 has been "pull-was-merged". failed_builds:0 files:1 hoc:55 is_human:0 issue:967 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-02-27T17:04:02Z pull-was-merged 28924109 _job:18300061766 branch:#911 comments:12 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:12 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#969 has been "pull-was-merged". failed_builds:0 files:9 hoc:26 is_human:0 issue:969 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-02-27T18:48:13Z pull-was-merged 28924109 _job:18300061766 branch:406 comments:20 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:19 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#970 has been "pull-was-merged". failed_builds:0 files:1 hoc:38 is_human:0 issue:970 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-03-19T12:31:04Z pull-was-merged 28924109 _job:18300061766 branch:#952 comments:16 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:13 comments_resolved:1 comments_to_code:1 details:Apparently, yegor256/takes#971 has been "pull-was-merged". failed_builds:0 files:12 hoc:70 is_human:0 issue:971 review_comments:1 succeeded_builds:0 where:github who:8086956
2019-04-17T13:16:21Z pull-was-merged 28924109 _job:18300061766 branch:#904 comments:18 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:17 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#972 has been "pull-was-merged". failed_builds:0 files:8 hoc:48 is_human:0 issue:972 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-01-28T01:08:27Z pull-was-closed 28924109 _job:18300061766 branch:968 comments:19 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:19 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#973 has been "pull-was-closed". failed_builds:0 files:5 hoc:44 is_human:1 issue:973 succeeded_builds:0 where:github who:33915433
2019-04-01T19:59:27Z pull-was-merged 28924109 _job:18300061766 branch:#957 comments:6 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#974 has been "pull-was-merged". failed_builds:0 files:1 hoc:6 is_human:0 issue:974 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-05-01T16:45:21Z pull-was-merged 28924109 _job:18300061766 branch:976-update-compiler-plugin comments:8 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#977 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:977 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-05-23T15:55:12Z pull-was-closed 28924109 _job:18300061766 branch:968 comments:16 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:14 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#979 has been "pull-was-closed". failed_builds:0 files:7 hoc:208 is_human:1 issue:979 succeeded_builds:0 where:github who:34595022
2019-05-30T15:57:01Z pull-was-merged 28924109 _job:18300061766 branch:980 comments:7 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#981 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:981 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-06-01T13:09:55Z pull-was-merged 28924109 _job:18300061766 branch:968 comments:22 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:18 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#982 has been "pull-was-merged". failed_builds:0 files:10 hoc:354 is_human:0 issue:982 review_comments:4 succeeded_builds:0 where:github who:8086956
2019-09-06T19:48:16Z pull-was-merged 28924109 _job:18300061766 branch:Cactoos0_41 comments:29 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:26 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#985 has been "pull-was-merged". failed_builds:0 files:31 hoc:174 is_human:0 issue:985 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-06-20T20:26:34Z pull-was-merged 28924109 _job:18300061766 branch:872 comments:29 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:25 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#986 has been "pull-was-merged". failed_builds:0 files:103 hoc:651 is_human:0 issue:986 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-08-09T13:49:59Z pull-was-merged 28924109 _job:18300061766 branch:HttpStatuses comments:19 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:18 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#987 has been "pull-was-merged". failed_builds:0 files:3 hoc:41 is_human:0 issue:987 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-10-16T01:06:56Z pull-was-closed 28924109 _job:18300061766 branch:nullfree comments:36 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:32 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#988 has been "pull-was-closed". failed_builds:0 files:4 hoc:35 is_human:1 issue:988 succeeded_builds:0 where:github who:33915433
2019-07-13T13:29:30Z pull-was-merged 28924109 _job:18300061766 branch:master comments:28 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:25 comments_resolved:3 comments_to_code:4 details:Apparently, yegor256/takes#989 has been "pull-was-merged". failed_builds:0 files:2 hoc:48 is_human:0 issue:989 review_comments:4 succeeded_builds:0 where:github who:8086956
2019-09-06T01:19:25Z pull-was-merged 28924109 _job:18300061766 branch:991 comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#992 has been "pull-was-merged". failed_builds:0 files:1 hoc:1 is_human:0 issue:992 review_comments:0 succeeded_builds:0 where:github who:8086956
2019-11-25T13:26:36Z pull-was-merged 28924109 _job:18300061766 branch:918 comments:191 comments_appreciated:0 comments_by_author:30 comments_by_reviewers:161 comments_resolved:0 comments_to_code:155 details:Apparently, yegor256/takes#995 has been "pull-was-merged". failed_builds:0 files:43 hoc:1093 is_human:0 issue:995 review_comments:155 succeeded_builds:0 where:github who:8086956
2018-03-13T18:23:50Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#811 has been "issue-was-closed". is_human:1 issue:811 where:github who:526301
2018-11-22T23:29:18Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#812 has been "issue-was-closed". is_human:0 issue:812 where:github who:24456188
2018-03-01T11:33:59Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#814 has been "issue-was-closed". is_human:1 issue:814 where:github who:526301
2018-03-01T13:23:37Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#815 has been "issue-was-closed". is_human:1 issue:815 where:github who:526301
2018-03-01T14:30:09Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#816 has been "issue-was-closed". is_human:1 issue:816 where:github who:526301
2018-03-01T15:35:14Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#817 has been "issue-was-closed". is_human:1 issue:817 where:github who:526301
2018-03-01T20:53:22Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#818 has been "issue-was-closed". is_human:1 issue:818 where:github who:526301
2018-11-29T01:32:52Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#819 has been "issue-was-closed". is_human:0 issue:819 where:github who:24456188
2018-10-11T03:47:41Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#820 has been "issue-was-closed". is_human:0 issue:820 where:github who:24456188
2018-03-19T15:37:14Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#821 has been "issue-was-closed". is_human:1 issue:821 where:github who:1524988
2018-03-08T16:19:07Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#822 has been "issue-was-closed". is_human:1 issue:822 where:github who:526301
2018-03-09T13:06:15Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#823 has been "issue-was-closed". is_human:1 issue:823 where:github who:526301
2018-03-09T16:30:10Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#824 has been "issue-was-closed". is_human:1 issue:824 where:github who:526301
2018-03-09T17:11:12Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#825 has been "issue-was-closed". is_human:1 issue:825 where:github who:526301
2018-10-17T08:52:43Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#826 has been "issue-was-closed". is_human:1 issue:826 where:github who:1524988
2018-03-12T16:29:35Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#827 has been "issue-was-closed". is_human:1 issue:827 where:github who:526301
2018-03-12T19:56:38Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#828 has been "issue-was-closed". is_human:1 issue:828 where:github who:526301
2018-03-13T07:34:05Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#829 has been "issue-was-closed". is_human:1 issue:829 where:github who:526301
2018-10-14T15:41:15Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#832 has been "issue-was-closed". is_human:0 issue:832 where:github who:24456188
2018-04-02T14:39:32Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#834 has been "issue-was-closed". is_human:1 issue:834 where:github who:526301
2018-04-13T06:38:44Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#835 has been "issue-was-closed". is_human:1 issue:835 where:github who:526301
2018-12-02T11:56:18Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#837 has been "issue-was-closed". is_human:1 issue:837 where:github who:105730
2018-12-06T15:09:01Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#838 has been "issue-was-closed". is_human:1 issue:838 where:github who:8284189
2018-05-21T17:12:53Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#839 has been "issue-was-closed". is_human:1 issue:839 where:github who:526301
2018-10-17T04:39:03Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#841 has been "issue-was-closed". is_human:1 issue:841 where:github who:1524988
2018-12-12T20:49:37Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#842 has been "issue-was-closed". is_human:1 issue:842 where:github who:6975441
2018-12-27T01:18:29Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#847 has been "issue-was-closed". is_human:1 issue:847 where:github who:33915433
2018-10-10T13:29:28Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#850 has been "issue-was-closed". is_human:1 issue:850 where:github who:33915433
2018-09-26T12:14:50Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#851 has been "issue-was-closed". is_human:1 issue:851 where:github who:10466206
2018-10-02T19:41:16Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#856 has been "issue-was-closed". is_human:1 issue:856 where:github who:2019896
2018-10-10T06:17:59Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#858 has been "issue-was-closed". is_human:1 issue:858 where:github who:4052869
2018-10-11T19:50:59Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#859 has been "issue-was-closed". is_human:0 issue:859 where:github who:24456188
2018-12-04T11:23:33Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#861 has been "issue-was-closed". is_human:1 issue:861 where:github who:1524988
2018-10-24T13:42:40Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#862 has been "issue-was-closed". is_human:1 issue:862 where:github who:33915433
2018-12-26T20:05:21Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#863 has been "issue-was-closed". is_human:1 issue:863 where:github who:33915433
2019-01-24T16:48:57Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#865 has been "issue-was-closed". is_human:0 issue:865 where:github who:24456188
2019-01-11T15:29:16Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#866 has been "issue-was-closed". is_human:0 issue:866 where:github who:24456188
2019-11-26T10:52:59Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#869 has been "issue-was-closed". is_human:0 issue:869 where:github who:24456188
2019-06-21T21:38:12Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#872 has been "issue-was-closed". is_human:1 issue:872 where:github who:9504395
2018-12-12T20:50:09Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#876 has been "issue-was-closed". is_human:1 issue:876 where:github who:160975
2018-12-16T19:39:40Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#877 has been "issue-was-closed". is_human:1 issue:877 where:github who:105730
2018-12-12T19:50:21Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#880 has been "issue-was-closed". is_human:0 issue:880 where:github who:24456188
2018-12-12T12:04:00Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#881 has been "issue-was-closed". is_human:0 issue:881 where:github who:24456188
2018-12-26T16:52:15Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#882 has been "issue-was-closed". is_human:0 issue:882 where:github who:24456188
2019-01-19T13:13:12Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#887 has been "issue-was-closed". is_human:1 issue:887 where:github who:33915433
2019-02-21T16:57:43Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#888 has been "issue-was-closed". is_human:0 issue:888 where:github who:24456188
2018-12-21T20:02:29Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#889 has been "issue-was-closed". is_human:0 issue:889 where:github who:24456188
2019-01-22T16:50:36Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#893 has been "issue-was-closed". is_human:1 issue:893 where:github who:33915433
2022-08-22T06:07:36Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#895 has been "issue-was-closed". is_human:0 issue:895 where:github who:24456188
2019-02-27T22:32:14Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#902 has been "issue-was-closed". is_human:1 issue:902 where:github who:33915433
2020-02-13T17:40:20Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#904 has been "issue-was-closed". is_human:1 issue:904 where:github who:33915433
2019-02-27T20:26:29Z issue-was-closed 28924109 _job:18300061766 details:Apparently, yegor256/takes#911 has been "issue-was-closed". is_human:1 issue:911 where:github who:33915433
2019-07-13T12:59:51Z issue-was-assigned 28924109 _job:18300061766 assigner:24387511 details:yegor256/takes#990 was assigned to @mreiche by @0crat. is_human:1 issue:990 where:github who:572453
2019-09-05T02:54:32Z issue-was-assigned 28924109 _job:18300061766 assigner:24387511 details:yegor256/takes#991 was assigned to @piotrkot by @0crat. is_human:1 issue:991 where:github who:9504395
2020-02-19T21:19:49Z issue-was-assigned 28924109 _job:18300061766 assigner:24387511 details:yegor256/takes#1025 was assigned to @fevzian by @0crat. is_human:1 issue:1025 where:github who:3167940
2020-02-06T15:10:34Z issue-was-assigned 28924109 _job:18300061766 assigner:24387511 details:yegor256/takes#1027 was assigned to @paulodamaso by @0crat. is_human:1 issue:1027 where:github who:33915433
2020-10-31T15:22:43Z issue-was-assigned 28924109 _job:18300061766 assigner:24387511 details:yegor256/takes#1067 was assigned to @andreoss by @0crat. is_human:1 issue:1067 where:github who:49783909
2022-03-26T13:22:13Z issue-was-assigned 28924109 _job:18300061766 assigner:526301 details:yegor256/takes#1069 was assigned to @baudoliver7 by @yegor256. is_human:1 issue:1069 where:github who:7813046
2020-10-31T13:06:08Z issue-was-assigned 28924109 _job:18300061766 assigner:24387511 details:yegor256/takes#1077 was assigned to @andreoss by @0crat. is_human:1 issue:1077 where:github who:49783909
2020-10-31T15:25:58Z issue-was-assigned 28924109 _job:18300061766 assigner:24387511 details:yegor256/takes#1081 was assigned to @andreoss by @0crat. is_human:1 issue:1081 where:github who:49783909
2020-10-31T15:19:41Z issue-was-assigned 28924109 _job:18300061766 assigner:24387511 details:yegor256/takes#1083 was assigned to @yegor256 by @0crat. is_human:1 issue:1083 where:github who:526301
2019-11-26T10:52:46Z pull-was-merged 28924109 _job:18300816363 branch:869 comments:18 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:16 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#996 has been "pull-was-merged". failed_builds:0 files:2 hoc:13 is_human:0 issue:996 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-01-13T14:55:59Z pull-was-merged 28924109 _job:18300816363 branch:998 comments:46 comments_appreciated:0 comments_by_author:20 comments_by_reviewers:26 comments_resolved:5 comments_to_code:19 details:Apparently, yegor256/takes#1001 has been "pull-was-merged". failed_builds:0 files:19 hoc:255 is_human:0 issue:1001 review_comments:19 succeeded_builds:0 where:github who:8086956
2019-12-11T01:59:54Z pull-was-merged 28924109 _job:18300816363 branch:#1002-refactor-TkSlf4j comments:49 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:40 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#1003 has been "pull-was-merged". failed_builds:0 files:2 hoc:72 is_human:0 issue:1003 review_comments:7 succeeded_builds:0 where:github who:8086956
2019-12-05T15:23:04Z pull-was-merged 28924109 _job:18300816363 branch:status-report-2019-12-05 comments:10 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1006 has been "pull-was-merged". failed_builds:0 files:1 hoc:18 is_human:0 issue:1006 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-02-10T14:40:59Z pull-was-merged 28924109 _job:18300816363 branch:998-fix comments:31 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:31 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1020 has been "pull-was-merged". failed_builds:0 files:1 hoc:67 is_human:1 issue:1020 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-02-13T18:40:27Z pull-was-merged 28924109 _job:18300816363 branch:1008 comments:35 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:26 comments_resolved:6 comments_to_code:18 details:Apparently, yegor256/takes#1023 has been "pull-was-merged". failed_builds:0 files:2 hoc:75 is_human:1 issue:1023 review_comments:18 succeeded_builds:0 where:github who:33915433
2020-02-11T18:12:42Z pull-was-merged 28924109 _job:18300816363 branch:1010 comments:22 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:16 comments_resolved:6 comments_to_code:11 details:Apparently, yegor256/takes#1026 has been "pull-was-merged". failed_builds:0 files:16 hoc:365 is_human:1 issue:1026 review_comments:11 succeeded_builds:0 where:github who:33915433
2020-02-10T13:18:55Z pull-was-merged 28924109 _job:18300816363 branch:1027 comments:11 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1028 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1028 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-02-13T16:38:11Z pull-was-merged 28924109 _job:18300816363 branch:1013 comments:10 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1030 has been "pull-was-merged". failed_builds:0 files:4 hoc:74 is_human:1 issue:1030 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-02-21T11:31:26Z pull-was-merged 28924109 _job:18300816363 branch:1025 comments:8 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1033 has been "pull-was-merged". failed_builds:0 files:2 hoc:8 is_human:1 issue:1033 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-03-12T19:54:23Z pull-was-merged 28924109 _job:18300816363 branch:1011 comments:23 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:19 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#1034 has been "pull-was-merged". failed_builds:0 files:7 hoc:102 is_human:1 issue:1034 review_comments:7 succeeded_builds:0 where:github who:33915433
2020-03-15T03:55:44Z pull-was-merged 28924109 _job:18300816363 branch:1036 comments:2 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1037 has been "pull-was-merged". failed_builds:0 files:1 hoc:14 is_human:1 issue:1037 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-03-18T20:35:57Z pull-was-merged 28924109 _job:18300816363 branch:1012 comments:19 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:19 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1038 has been "pull-was-merged". failed_builds:0 files:26 hoc:340 is_human:0 issue:1038 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-03-15T04:58:54Z pull-was-merged 28924109 _job:18300816363 branch:1036 comments:2 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1039 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1039 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-03-15T05:22:23Z pull-was-merged 28924109 _job:18300816363 branch:1036 comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1040 has been "pull-was-merged". failed_builds:0 files:1 hoc:10 is_human:1 issue:1040 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-04-23T03:12:56Z pull-was-merged 28924109 _job:18300816363 branch:1016 comments:12 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:12 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1042 has been "pull-was-merged". failed_builds:0 files:4 hoc:100 is_human:0 issue:1042 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-04-23T03:27:30Z pull-was-merged 28924109 _job:18300816363 branch:1017 comments:8 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1043 has been "pull-was-merged". failed_builds:0 files:7 hoc:108 is_human:0 issue:1043 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-04-23T03:39:40Z pull-was-merged 28924109 _job:18300816363 branch:1015 comments:8 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:8 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1044 has been "pull-was-merged". failed_builds:0 files:6 hoc:141 is_human:0 issue:1044 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-04-23T03:51:33Z pull-was-merged 28924109 _job:18300816363 branch:1019 comments:14 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:14 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1045 has been "pull-was-merged". failed_builds:0 files:1 hoc:38 is_human:0 issue:1045 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-07-26T19:54:39Z pull-was-merged 28924109 _job:18300816363 branch:fix/update-readme-with-correct-link comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1046 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1046 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-05-01T22:09:39Z pull-was-merged 28924109 _job:18300816363 branch:1014 comments:5 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1047 has been "pull-was-merged". failed_builds:0 files:4 hoc:290 is_human:0 issue:1047 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-06-29T18:07:24Z pull-was-merged 28924109 _job:18300816363 branch:issue-984 comments:6 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1052 has been "pull-was-merged". failed_builds:0 files:28 hoc:544 is_human:0 issue:1052 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-07-27T22:34:05Z pull-was-merged 28924109 _job:18300816363 branch:issue-994 comments:13 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:7 comments_resolved:2 comments_to_code:4 details:Apparently, yegor256/takes#1053 has been "pull-was-merged". failed_builds:0 files:19 hoc:203 is_human:0 issue:1053 review_comments:4 succeeded_builds:0 where:github who:8086956
2020-07-28T20:27:52Z pull-was-merged 28924109 _job:18300816363 branch:issue-1055 comments:7 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:5 comments_resolved:1 comments_to_code:2 details:Apparently, yegor256/takes#1056 has been "pull-was-merged". failed_builds:0 files:5 hoc:111 is_human:0 issue:1056 review_comments:2 succeeded_builds:0 where:github who:8086956
2020-10-16T01:08:08Z pull-was-closed 28924109 _job:18300816363 branch:bugfix_1050 comments:27 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:23 comments_resolved:0 comments_to_code:9 details:Apparently, yegor256/takes#1059 has been "pull-was-closed". failed_builds:0 files:2 hoc:32 is_human:1 issue:1059 succeeded_builds:0 where:github who:33915433
2020-09-03T17:36:54Z pull-was-merged 28924109 _job:18300816363 branch:fix-remote-port comments:26 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:25 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1061 has been "pull-was-merged". failed_builds:0 files:2 hoc:10 is_human:0 issue:1061 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-09-11T04:11:28Z pull-was-merged 28924109 _job:18300816363 branch:1054 comments:21 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:11 comments_resolved:2 comments_to_code:14 details:Apparently, yegor256/takes#1063 has been "pull-was-merged". failed_builds:0 files:3 hoc:309 is_human:0 issue:1063 review_comments:14 succeeded_builds:0 where:github who:8086956
2020-09-03T14:29:06Z pull-was-merged 28924109 _job:18300816363 branch:1036 comments:11 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1064 has been "pull-was-merged". failed_builds:0 files:1 hoc:12 is_human:1 issue:1064 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-09-04T15:00:55Z pull-was-merged 28924109 _job:18300816363 branch:1058 comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1065 has been "pull-was-merged". failed_builds:0 files:1 hoc:69 is_human:0 issue:1065 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-09-03T16:00:29Z pull-was-merged 28924109 _job:18300816363 branch:1036 comments:2 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1066 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1066 review_comments:0 succeeded_builds:0 where:github who:33915433
2020-10-16T01:05:51Z pull-was-closed 28924109 _job:18300816363 branch:jump2header comments:18 comments_appreciated:1 comments_by_author:4 comments_by_reviewers:14 comments_resolved:1 comments_to_code:2 details:Apparently, yegor256/takes#1072 has been "pull-was-closed". failed_builds:0 files:1 hoc:66 is_human:1 issue:1072 succeeded_builds:0 where:github who:33915433
2020-10-16T00:48:09Z pull-was-merged 28924109 _job:18300816363 branch:issue-999 comments:10 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:8 comments_resolved:1 comments_to_code:2 details:Apparently, yegor256/takes#1076 has been "pull-was-merged". failed_builds:0 files:2 hoc:99 is_human:0 issue:1076 review_comments:2 succeeded_builds:0 where:github who:8086956
2021-03-21T14:29:37Z pull-was-merged 28924109 _job:18300816363 branch:issue-950 comments:23 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:19 comments_resolved:3 comments_to_code:10 details:Apparently, yegor256/takes#1082 has been "pull-was-merged". failed_builds:0 files:5 hoc:234 is_human:0 issue:1082 review_comments:10 succeeded_builds:0 where:github who:8086956
2021-01-11T20:49:11Z pull-was-merged 28924109 _job:18300816363 branch:issue-1081 comments:5 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1084 has been "pull-was-merged". failed_builds:0 files:3 hoc:206 is_human:0 issue:1084 review_comments:0 succeeded_builds:0 where:github who:8086956
2020-10-31T15:34:39Z pull-was-merged 28924109 _job:18300816363 branch:issue-1067 comments:4 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1085 has been "pull-was-merged". failed_builds:0 files:2 hoc:126 is_human:0 issue:1085 review_comments:0 succeeded_builds:0 where:github who:8086956
2021-01-11T19:59:03Z pull-was-merged 28924109 _job:18300816363 branch:issue-1077 comments:18 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:16 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1086 has been "pull-was-merged". failed_builds:0 files:163 hoc:1265 is_human:0 issue:1086 review_comments:0 succeeded_builds:0 where:github who:8086956
2021-01-11T19:59:03Z pull-was-merged 28924109 _job:18300816363 branch:issue-1050 comments:2 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1087 has been "pull-was-merged". failed_builds:0 files:163 hoc:1265 is_human:0 issue:1087 review_comments:0 succeeded_builds:0 where:github who:8086956
2021-03-21T13:52:15Z pull-was-merged 28924109 _job:18300816363 branch:remove_print comments:19 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:12 comments_resolved:5 comments_to_code:7 details:Apparently, yegor256/takes#1092 has been "pull-was-merged". failed_builds:0 files:20 hoc:701 is_human:0 issue:1092 review_comments:7 succeeded_builds:0 where:github who:8086956
2022-01-18T07:21:17Z pull-was-merged 28924109 _job:18300816363 branch:use_sticky_decorator comments:24 comments_appreciated:2 comments_by_author:13 comments_by_reviewers:11 comments_resolved:3 comments_to_code:8 details:Apparently, yegor256/takes#1093 has been "pull-was-merged". failed_builds:0 files:2 hoc:7 is_human:0 issue:1093 review_comments:8 succeeded_builds:0 where:github who:8086956
2021-11-15T05:59:10Z pull-was-merged 28924109 _job:18300816363 branch:improve_test_coverage comments:47 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:36 comments_resolved:1 comments_to_code:2 details:Apparently, yegor256/takes#1094 has been "pull-was-merged". failed_builds:0 files:6 hoc:190 is_human:0 issue:1094 review_comments:2 succeeded_builds:0 where:github who:8086956
2021-09-15T06:33:39Z pull-was-merged 28924109 _job:18300816363 branch:missing_doc_referenced comments:16 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:9 comments_resolved:3 comments_to_code:6 details:Apparently, yegor256/takes#1096 has been "pull-was-merged". failed_builds:0 files:1 hoc:25 is_human:0 issue:1096 review_comments:6 succeeded_builds:0 where:github who:8086956
2021-12-17T12:53:03Z pull-was-merged 28924109 _job:18300816363 branch:update_jcabi_parent_version comments:14 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1097 has been "pull-was-merged". failed_builds:0 files:1 hoc:48 is_human:0 issue:1097 review_comments:0 succeeded_builds:0 where:github who:8086956
2021-09-01T17:55:16Z pull-was-merged 28924109 _job:18300816363 branch:copying_bytes_in_rqmtbase comments:11 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:8 comments_resolved:1 comments_to_code:2 details:Apparently, yegor256/takes#1101 has been "pull-was-merged". failed_builds:0 files:3 hoc:249 is_human:0 issue:1101 review_comments:2 succeeded_builds:0 where:github who:8086956
2021-09-01T18:07:41Z pull-was-merged 28924109 _job:18300816363 branch:issue-1073 comments:19 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:17 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#1102 has been "pull-was-merged". failed_builds:0 files:7 hoc:58 is_human:0 issue:1102 review_comments:2 succeeded_builds:0 where:github who:8086956
2021-09-04T04:34:19Z pull-was-merged 28924109 _job:18300816363 branch:issue-895 comments:13 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:11 comments_resolved:7 comments_to_code:7 details:Apparently, yegor256/takes#1103 has been "pull-was-merged". failed_builds:0 files:60 hoc:2307 is_human:0 issue:1103 review_comments:7 succeeded_builds:0 where:github who:8086956
2021-09-01T17:17:31Z pull-was-merged 28924109 _job:18300816363 branch:issue-1062 comments:57 comments_appreciated:1 comments_by_author:7 comments_by_reviewers:50 comments_resolved:0 comments_to_code:11 details:Apparently, yegor256/takes#1104 has been "pull-was-merged". failed_builds:0 files:50 hoc:360 is_human:0 issue:1104 review_comments:11 succeeded_builds:0 where:github who:8086956
2022-02-02T09:19:36Z pull-was-merged 28924109 _job:18300816363 branch:invalid_request_line comments:20 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:16 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1105 has been "pull-was-merged". failed_builds:0 files:2 hoc:8 is_human:0 issue:1105 review_comments:0 succeeded_builds:0 where:github who:8086956
2021-09-01T17:42:15Z pull-was-merged 28924109 _job:18300816363 branch:patch-1 comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1107 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1107 review_comments:0 succeeded_builds:0 where:github who:8086956
2021-12-18T05:55:16Z pull-was-merged 28924109 _job:18300816363 branch:1111_fix_app_veyor_ci comments:2 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1115 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1115 review_comments:0 succeeded_builds:0 where:github who:526301
2018-12-11T11:02:25Z code-was-reviewed 28924109 _job:18300816363 author:105730 comments:10 details:The pull request yegor256/takes#885 with 29 HoC created by @krzyk was reviewed by @paulodamaso after 95h30m and 1 comments. hoc:29 is_human:1 issue:885 review_comments:1 seconds:343802 where:github who:33915433
2018-12-10T17:13:39Z code-was-reviewed 28924109 _job:18300816363 author:160975 comments:27 details:The pull request yegor256/takes#886 with 486 HoC created by @victornoel was reviewed by @paulodamaso after 50h34m and 14 comments. hoc:486 is_human:1 issue:886 review_comments:14 seconds:182057 where:github who:33915433
2018-12-13T22:53:58Z code-was-reviewed 28924109 _job:18300816363 author:29357595 comments:17 details:The pull request yegor256/takes#892 with 86 HoC created by @oridan was reviewed by @paulodamaso after 51h5m and 1 comments. hoc:86 is_human:1 issue:892 review_comments:1 seconds:183942 where:github who:33915433
2018-12-19T13:05:07Z code-was-reviewed 28924109 _job:18300816363 author:41533396 comments:30 details:The pull request yegor256/takes#903 with 159 HoC created by @binaryigor was reviewed by @paulodamaso after 18h1m and 51 comments. hoc:159 is_human:1 issue:903 review_comments:51 seconds:64869 where:github who:33915433
2018-12-26T01:28:33Z code-was-reviewed 28924109 _job:18300816363 author:105730 comments:8 details:The pull request yegor256/takes#907 with 104 HoC created by @krzyk was reviewed by @paulodamaso after 79h15m and 2 comments. hoc:104 is_human:1 issue:907 review_comments:2 seconds:285344 where:github who:33915433
2019-01-04T18:05:52Z code-was-reviewed 28924109 _job:18300816363 author:41533396 comments:26 details:The pull request yegor256/takes#932 with 38 HoC created by @binaryigor was reviewed by @fabriciofx after 19h16m and 2 comments. hoc:38 is_human:1 issue:932 review_comments:2 seconds:69382 where:github who:1964562
2019-01-16T16:18:18Z code-was-reviewed 28924109 _job:18300816363 author:41533396 comments:26 details:The pull request yegor256/takes#932 with 38 HoC created by @binaryigor was reviewed by @paulodamaso after 305h28m and 2 comments. hoc:38 is_human:1 issue:932 review_comments:2 seconds:1099728 where:github who:33915433
2019-01-04T15:42:07Z code-was-reviewed 28924109 _job:18300816363 author:45645330 comments:7 details:The pull request yegor256/takes#934 with 9 HoC created by @marceloamadeu was reviewed by @paulodamaso after 0h41m and 0 comments. hoc:9 is_human:1 issue:934 review_comments:0 seconds:2484 where:github who:33915433
2019-01-12T03:42:09Z code-was-reviewed 28924109 _job:18300816363 author:45645330 comments:20 details:The pull request yegor256/takes#936 with 67 HoC created by @marceloamadeu was reviewed by @fabriciofx after 179h9m and 0 comments. hoc:67 is_human:1 issue:936 review_comments:0 seconds:644964 where:github who:1964562
2019-01-22T14:25:02Z code-was-reviewed 28924109 _job:18300816363 author:1964562 comments:29 details:The pull request yegor256/takes#941 with 978 HoC created by @fabriciofx was reviewed by @marceloamadeu after 246h56m and 4 comments. hoc:978 is_human:1 issue:941 review_comments:4 seconds:888971 where:github who:45645330
2019-01-23T17:33:02Z code-was-reviewed 28924109 _job:18300816363 author:1964562 comments:29 details:The pull request yegor256/takes#941 with 978 HoC created by @fabriciofx was reviewed by @paulodamaso after 274h4m and 6 comments. hoc:978 is_human:1 issue:941 review_comments:6 seconds:986651 where:github who:33915433
2019-01-15T23:07:08Z code-was-reviewed 28924109 _job:18300816363 author:1206309 comments:35 details:The pull request yegor256/takes#942 with 519 HoC created by @serranya was reviewed by @fabriciofx after 1h42m and 8 comments. hoc:519 is_human:1 issue:942 review_comments:8 seconds:6159 where:github who:1964562
2019-01-16T13:15:49Z code-was-reviewed 28924109 _job:18300816363 author:1206309 comments:28 details:The pull request yegor256/takes#947 with 211 HoC created by @serranya was reviewed by @fabriciofx after 1h24m and 2 comments. hoc:211 is_human:1 issue:947 review_comments:2 seconds:5053 where:github who:1964562
2019-01-17T12:55:49Z code-was-reviewed 28924109 _job:18300816363 author:1206309 comments:28 details:The pull request yegor256/takes#947 with 211 HoC created by @serranya was reviewed by @paulodamaso after 25h4m and 1 comments. hoc:211 is_human:1 issue:947 review_comments:1 seconds:90253 where:github who:33915433
2019-01-25T15:10:10Z code-was-reviewed 28924109 _job:18300816363 author:1964562 comments:26 details:The pull request yegor256/takes#954 with 132 HoC created by @fabriciofx was reviewed by @danilomo after 18h38m and 0 comments. hoc:132 is_human:1 issue:954 review_comments:0 seconds:67126 where:github who:889052
2019-01-25T16:08:13Z code-was-reviewed 28924109 _job:18300816363 author:1964562 comments:26 details:The pull request yegor256/takes#954 with 132 HoC created by @fabriciofx was reviewed by @paulodamaso after 19h36m and 3 comments. hoc:132 is_human:1 issue:954 review_comments:3 seconds:70609 where:github who:33915433
2019-01-26T13:33:31Z code-was-reviewed 28924109 _job:18300816363 author:33915433 comments:15 details:The pull request yegor256/takes#956 with 17 HoC created by @paulodamaso was reviewed by @fabriciofx after 0h7m and 2 comments. hoc:17 is_human:1 issue:956 review_comments:2 seconds:473 where:github who:1964562
2019-02-20T22:18:04Z code-was-reviewed 28924109 _job:18300816363 author:1206309 comments:17 details:The pull request yegor256/takes#960 with 223 HoC created by @serranya was reviewed by @paulodamaso after 368h16m and 3 comments. hoc:223 is_human:1 issue:960 review_comments:3 seconds:1325817 where:github who:33915433
2019-03-12T14:16:58Z code-was-reviewed 28924109 _job:18300816363 author:1206309 comments:15 details:The pull request yegor256/takes#971 with 70 HoC created by @serranya was reviewed by @paulodamaso after 387h45m and 1 comments. hoc:70 is_human:1 issue:971 review_comments:1 seconds:1395930 where:github who:33915433
2019-04-17T12:48:04Z code-was-reviewed 28924109 _job:18300816363 author:1206309 comments:18 details:The pull request yegor256/takes#972 with 48 HoC created by @serranya was reviewed by @paulodamaso after 984h51m and 0 comments. hoc:48 is_human:1 issue:972 review_comments:0 seconds:3545471 where:github who:33915433
2019-05-28T06:01:44Z code-was-reviewed 28924109 _job:18300816363 author:34595022 comments:18 details:The pull request yegor256/takes#982 with 354 HoC created by @zcrusaderz was reviewed by @serranya after 93h48m and 1 comments. hoc:354 is_human:1 issue:982 review_comments:1 seconds:337681 where:github who:1206309
2019-06-26T19:50:00Z code-was-reviewed 28924109 _job:18300816363 author:572453 comments:24 details:The pull request yegor256/takes#989 with 48 HoC created by @mreiche was reviewed by @marceloamadeu after 57h0m and 3 comments. hoc:48 is_human:1 issue:989 review_comments:3 seconds:205220 where:github who:45645330
2019-11-15T01:03:22Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:36 details:The pull request yegor256/takes#995 with 1093 HoC created by @fevzian was reviewed by @fabriciofx after 4h48m and 77 comments. hoc:1093 is_human:1 issue:995 review_comments:77 seconds:17304 where:github who:1964562
2019-11-26T01:47:49Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:18 details:The pull request yegor256/takes#996 with 13 HoC created by @fevzian was reviewed by @fabriciofx after 143h13m and 0 comments. hoc:13 is_human:1 issue:996 review_comments:0 seconds:515638 where:github who:1964562
2019-12-01T22:34:32Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:27 details:The pull request yegor256/takes#1001 with 255 HoC created by @fevzian was reviewed by @fabriciofx after 53h14m and 0 comments. hoc:255 is_human:1 issue:1001 review_comments:0 seconds:191643 where:github who:1964562
2019-12-05T14:59:36Z code-was-reviewed 28924109 _job:18300816363 author:35927798 comments:42 details:The pull request yegor256/takes#1003 with 72 HoC created by @pal548 was reviewed by @fevzian after 25h18m and 4 comments. hoc:72 is_human:1 issue:1003 review_comments:4 seconds:91086 where:github who:3167940
2020-02-10T17:26:13Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:17 details:The pull request yegor256/takes#1023 with 75 HoC created by @fevzian was reviewed by @paulodamaso after 169h54m and 3 comments. hoc:75 is_human:1 issue:1023 review_comments:3 seconds:611642 where:github who:33915433
2020-02-05T18:56:41Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:11 details:The pull request yegor256/takes#1026 with 365 HoC created by @fevzian was reviewed by @paulodamaso after 15h54m and 6 comments. hoc:365 is_human:1 issue:1026 review_comments:6 seconds:57257 where:github who:33915433
2020-02-13T13:08:26Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:10 details:The pull request yegor256/takes#1030 with 74 HoC created by @fevzian was reviewed by @paulodamaso after 6h48m and 0 comments. hoc:74 is_human:1 issue:1030 review_comments:0 seconds:24498 where:github who:33915433
2020-02-26T14:27:14Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:16 details:The pull request yegor256/takes#1034 with 102 HoC created by @fevzian was reviewed by @paulodamaso after 9h30m and 4 comments. hoc:102 is_human:1 issue:1034 review_comments:4 seconds:34231 where:github who:33915433
2020-04-23T02:47:57Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:12 details:The pull request yegor256/takes#1042 with 100 HoC created by @fevzian was reviewed by @paulodamaso after 694h25m and 0 comments. hoc:100 is_human:1 issue:1042 review_comments:0 seconds:2499948 where:github who:33915433
2020-04-23T03:03:17Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:8 details:The pull request yegor256/takes#1043 with 108 HoC created by @fevzian was reviewed by @paulodamaso after 694h25m and 0 comments. hoc:108 is_human:1 issue:1043 review_comments:0 seconds:2499957 where:github who:33915433
2020-04-23T03:08:27Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:8 details:The pull request yegor256/takes#1044 with 141 HoC created by @fevzian was reviewed by @paulodamaso after 694h19m and 0 comments. hoc:141 is_human:1 issue:1044 review_comments:0 seconds:2499549 where:github who:33915433
2020-04-23T03:20:43Z code-was-reviewed 28924109 _job:18300816363 author:3167940 comments:14 details:The pull request yegor256/takes#1045 with 38 HoC created by @fevzian was reviewed by @paulodamaso after 694h20m and 0 comments. hoc:38 is_human:1 issue:1045 review_comments:0 seconds:2499603 where:github who:33915433
2020-06-29T18:04:20Z code-was-reviewed 28924109 _job:18300816363 author:49783909 comments:9 details:The pull request yegor256/takes#1053 with 203 HoC created by @andreoss was reviewed by @paulodamaso after 137h28m and 2 comments. hoc:203 is_human:1 issue:1053 review_comments:2 seconds:494926 where:github who:33915433
2020-07-26T19:31:52Z code-was-reviewed 28924109 _job:18300816363 author:49783909 comments:5 details:The pull request yegor256/takes#1056 with 111 HoC created by @andreoss was reviewed by @paulodamaso after 626h44m and 1 comments. hoc:111 is_human:1 issue:1056 review_comments:1 seconds:2256289 where:github who:33915433
2020-09-09T14:33:38Z code-was-reviewed 28924109 _job:18300816363 author:1964562 comments:7 details:The pull request yegor256/takes#1063 with 309 HoC created by @fabriciofx was reviewed by @paulodamaso after 399h25m and 6 comments. hoc:309 is_human:1 issue:1063 review_comments:6 seconds:1437919 where:github who:33915433
2020-09-04T14:41:02Z code-was-reviewed 28924109 _job:18300816363 author:1964562 comments:7 details:The pull request yegor256/takes#1065 with 69 HoC created by @fabriciofx was reviewed by @paulodamaso after 23h23m and 0 comments. hoc:69 is_human:1 issue:1065 review_comments:0 seconds:84229 where:github who:33915433
2020-09-19T14:16:18Z code-was-reviewed 28924109 _job:18300816363 author:49783909 comments:8 details:The pull request yegor256/takes#1076 with 99 HoC created by @andreoss was reviewed by @paulodamaso after 63h9m and 1 comments. hoc:99 is_human:1 issue:1076 review_comments:1 seconds:227396 where:github who:33915433
2021-01-11T20:30:59Z code-was-reviewed 28924109 _job:18300816363 author:49783909 comments:13 details:The pull request yegor256/takes#1082 with 234 HoC created by @andreoss was reviewed by @paulodamaso after 1951h53m and 1 comments. hoc:234 is_human:1 issue:1082 review_comments:1 seconds:7026790 where:github who:33915433
2021-02-04T22:23:35Z code-was-reviewed 28924109 _job:18300816363 author:49783909 comments:13 details:The pull request yegor256/takes#1082 with 234 HoC created by @andreoss was reviewed by @baudoliver7 after 2529h45m and 3 comments. hoc:234 is_human:1 issue:1082 review_comments:3 seconds:9107146 where:github who:7813046
2021-02-25T16:20:15Z code-was-reviewed 28924109 _job:18300816363 author:7813046 comments:12 details:The pull request yegor256/takes#1092 with 701 HoC created by @baudoliver7 was reviewed by @andreoss after 1h41m and 5 comments. hoc:701 is_human:1 issue:1092 review_comments:5 seconds:6090 where:github who:49783909
2021-02-28T22:35:06Z code-was-reviewed 28924109 _job:18300816363 author:7813046 comments:16 details:The pull request yegor256/takes#1093 with 7 HoC created by @baudoliver7 was reviewed by @andreoss after 1h16m and 2 comments. hoc:7 is_human:1 issue:1093 review_comments:2 seconds:4598 where:github who:49783909
2021-03-14T01:39:36Z code-was-reviewed 28924109 _job:18300816363 author:7813046 comments:45 details:The pull request yegor256/takes#1094 with 190 HoC created by @baudoliver7 was reviewed by @andreoss after 42h34m and 1 comments. hoc:190 is_human:1 issue:1094 review_comments:1 seconds:153291 where:github who:49783909
2021-03-26T02:49:14Z code-was-reviewed 28924109 _job:18300816363 author:7813046 comments:10 details:The pull request yegor256/takes#1096 with 25 HoC created by @baudoliver7 was reviewed by @andreoss after 20h56m and 3 comments. hoc:25 is_human:1 issue:1096 review_comments:3 seconds:75362 where:github who:49783909
2021-04-18T21:58:22Z code-was-reviewed 28924109 _job:18300816363 author:7813046 comments:9 details:The pull request yegor256/takes#1101 with 249 HoC created by @baudoliver7 was reviewed by @andreoss after 30h48m and 1 comments. hoc:249 is_human:1 issue:1101 review_comments:1 seconds:110923 where:github who:49783909
2021-04-26T23:40:45Z code-was-reviewed 28924109 _job:18300816363 author:49783909 comments:17 details:The pull request yegor256/takes#1102 with 58 HoC created by @andreoss was reviewed by @baudoliver7 after 29h48m and 1 comments. hoc:58 is_human:1 issue:1102 review_comments:1 seconds:107313 where:github who:7813046
2021-04-26T23:16:34Z code-was-reviewed 28924109 _job:18300816363 author:49783909 comments:6 details:The pull request yegor256/takes#1103 with 2307 HoC created by @andreoss was reviewed by @baudoliver7 after 22h25m and 7 comments. hoc:2307 is_human:1 issue:1103 review_comments:7 seconds:80757 where:github who:7813046
2021-04-26T23:30:52Z code-was-reviewed 28924109 _job:18300816363 author:49783909 comments:46 details:The pull request yegor256/takes#1104 with 360 HoC created by @andreoss was reviewed by @baudoliver7 after 21h23m and 6 comments. hoc:360 is_human:1 issue:1104 review_comments:6 seconds:77009 where:github who:7813046
2019-02-20T22:34:09Z code-was-reviewed 28924109 _job:18300816363 author:45645330 comments:17 details:The pull request yegor256/takes#961 with 253 HoC created by @marceloamadeu was reviewed by @paulodamaso after 321h37m and 17 comments. hoc:253 is_human:1 issue:961 review_comments:17 seconds:1157825 where:github who:33915433
2019-02-20T20:18:30Z code-was-reviewed 28924109 _job:18300816363 author:45645330 comments:13 details:The pull request yegor256/takes#963 with 183 HoC created by @marceloamadeu was reviewed by @paulodamaso after 192h30m and 30 comments. hoc:183 is_human:1 issue:963 review_comments:30 seconds:693021 where:github who:33915433
2019-04-29T19:54:39Z code-was-reviewed 28924109 _job:18300816363 author:36428045 comments:19 details:The pull request yegor256/takes#973 with 44 HoC created by @lucasmessias9898 was reviewed by @serranya after 795h46m and 0 comments. hoc:44 is_human:1 issue:973 review_comments:0 seconds:2864792 where:github who:1206309
2020-04-11T05:56:12Z code-was-reviewed 28924109 _job:18300816363 author:5731084 comments:32 details:The pull request yegor256/takes#988 with 35 HoC created by @nikialeksey was reviewed by @fevzian after 7187h47m and 2 comments. hoc:35 is_human:1 issue:988 review_comments:2 seconds:25876022 where:github who:3167940
2020-09-19T15:04:20Z code-was-reviewed 28924109 _job:18300816363 author:5731084 comments:32 details:The pull request yegor256/takes#988 with 35 HoC created by @nikialeksey was reviewed by @andreoss after 11060h55m and 0 comments. hoc:35 is_human:1 issue:988 review_comments:0 seconds:39819310 where:github who:49783909
2020-09-04T14:32:48Z code-was-reviewed 28924109 _job:18300816363 author:48498823 comments:18 details:The pull request yegor256/takes#1059 with 32 HoC created by @rusefillc was reviewed by @paulodamaso after 982h27m and 4 comments. hoc:32 is_human:1 issue:1059 review_comments:4 seconds:3536828 where:github who:33915433
2020-09-17T11:12:11Z code-was-reviewed 28924109 _job:18300816363 author:48498823 comments:18 details:The pull request yegor256/takes#1059 with 32 HoC created by @rusefillc was reviewed by @andreoss after 1291h6m and 3 comments. hoc:32 is_human:1 issue:1059 review_comments:3 seconds:4647991 where:github who:49783909
2020-09-17T12:33:22Z code-was-reviewed 28924109 _job:18300816363 author:16056918 comments:16 details:The pull request yegor256/takes#1072 with 66 HoC created by @strdr4605 was reviewed by @andreoss after 195h59m and 1 comments. hoc:66 is_human:1 issue:1072 review_comments:1 seconds:705589 where:github who:49783909
2019-02-10T12:56:11Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#917 has been "issue-was-closed". is_human:1 issue:917 where:github who:33915433
2019-11-26T01:44:55Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#918 has been "issue-was-closed". is_human:1 issue:918 where:github who:1964562
2019-01-02T14:36:13Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#921 has been "issue-was-closed". is_human:1 issue:921 where:github who:33915433
2019-01-17T16:59:29Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#925 has been "issue-was-closed". is_human:1 issue:925 where:github who:33915433
2019-01-16T22:27:01Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#935 has been "issue-was-closed". is_human:0 issue:935 where:github who:24456188
2019-01-24T16:48:59Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#938 has been "issue-was-closed". is_human:0 issue:938 where:github who:24456188
2019-03-03T10:12:07Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#943 has been "issue-was-closed". is_human:1 issue:943 where:github who:1206309
2024-12-27T05:03:48Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#945 has been "issue-was-closed". is_human:1 issue:945 where:github who:526301
2022-08-22T06:07:42Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#948 has been "issue-was-closed". is_human:0 issue:948 where:github who:24456188
2021-03-21T14:29:47Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#950 has been "issue-was-closed". is_human:0 issue:950 where:github who:24456188
2019-01-25T10:50:26Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#951 has been "issue-was-closed". is_human:1 issue:951 where:github who:33915433
2019-03-19T15:28:21Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#952 has been "issue-was-closed". is_human:1 issue:952 where:github who:1524988
2019-01-25T19:33:24Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#953 has been "issue-was-closed". is_human:0 issue:953 where:github who:24456188
2019-04-02T16:13:48Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#957 has been "issue-was-closed". is_human:1 issue:957 where:github who:33915433
2021-12-17T19:14:31Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#958 has been "issue-was-closed". is_human:1 issue:958 where:github who:526301
2019-12-05T13:27:20Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#959 has been "issue-was-closed". is_human:1 issue:959 where:github who:33915433
2019-06-01T13:10:01Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#968 has been "issue-was-closed". is_human:0 issue:968 where:github who:24456188
2021-11-14T04:51:04Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#975 has been "issue-was-closed". is_human:1 issue:975 where:github who:526301
2019-05-07T23:14:13Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#976 has been "issue-was-closed". is_human:1 issue:976 where:github who:33915433
2019-05-30T16:12:45Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#980 has been "issue-was-closed". is_human:1 issue:980 where:github who:34595022
2020-06-29T18:07:33Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#984 has been "issue-was-closed". is_human:0 issue:984 where:github who:24456188
2019-07-17T12:25:58Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#990 has been "issue-was-closed". is_human:1 issue:990 where:github who:572453
2019-09-06T05:50:48Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#991 has been "issue-was-closed". is_human:1 issue:991 where:github who:9504395
2021-12-19T16:46:43Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#997 has been "issue-was-closed". is_human:1 issue:997 where:github who:526301
2020-02-10T14:41:17Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#998 has been "issue-was-closed". is_human:0 issue:998 where:github who:24456188
2020-10-16T00:48:23Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#999 has been "issue-was-closed". is_human:0 issue:999 where:github who:24456188
2022-08-29T14:46:16Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1002 has been "issue-was-closed". is_human:1 issue:1002 where:github who:526301
2020-02-13T18:40:41Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1008 has been "issue-was-closed". is_human:0 issue:1008 where:github who:24456188
2020-02-11T18:12:56Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1010 has been "issue-was-closed". is_human:0 issue:1010 where:github who:24456188
2020-03-12T19:54:36Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1011 has been "issue-was-closed". is_human:0 issue:1011 where:github who:24456188
2020-03-18T20:36:09Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1012 has been "issue-was-closed". is_human:0 issue:1012 where:github who:24456188
2020-02-13T16:38:25Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1013 has been "issue-was-closed". is_human:0 issue:1013 where:github who:24456188
2020-05-01T22:09:48Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1014 has been "issue-was-closed". is_human:0 issue:1014 where:github who:24456188
2020-04-23T03:39:49Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1015 has been "issue-was-closed". is_human:0 issue:1015 where:github who:24456188
2020-04-23T03:13:05Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1016 has been "issue-was-closed". is_human:0 issue:1016 where:github who:24456188
2020-04-23T03:27:40Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1017 has been "issue-was-closed". is_human:0 issue:1017 where:github who:24456188
2020-04-23T03:51:43Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1019 has been "issue-was-closed". is_human:0 issue:1019 where:github who:24456188
2020-07-26T19:37:09Z issue-was-closed 28924109 _job:18300816363 details:Apparently, yegor256/takes#1022 has been "issue-was-closed". is_human:1 issue:1022 where:github who:33915433
2021-09-01T17:55:41Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1108. is_human:0 issue:1108 label:bug where:github who:24456188
2021-12-17T12:53:29Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1112. is_human:0 issue:1112 label:bug where:github who:24456188
2021-12-17T12:53:49Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1113. is_human:0 issue:1113 label:bug where:github who:24456188
2022-08-24T03:18:51Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#1116. is_human:1 issue:1116 label:bug where:github who:526301
2022-07-11T07:47:44Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#1127. is_human:1 issue:1127 label:bug where:github who:526301
2022-07-11T09:28:50Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1128. is_human:0 issue:1128 label:bug where:github who:24456188
2022-07-11T09:28:55Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1129. is_human:0 issue:1129 label:bug where:github who:24456188
2022-07-11T09:29:00Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1130. is_human:0 issue:1130 label:bug where:github who:24456188
2022-07-11T09:29:05Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @0pdd to the issue yegor256/takes#1131. is_human:0 issue:1131 label:bug where:github who:24456188
2022-08-24T03:13:10Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#1143. is_human:1 issue:1143 label:bug where:github who:526301
2024-05-02T04:20:13Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#1227. is_human:1 issue:1227 label:bug where:github who:526301
2024-12-16T13:40:05Z label-was-attached 28924109 _job:18301540939 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#1339. is_human:1 issue:1339 label:bug where:github who:526301
2022-04-20T14:17:23Z pull-was-merged 28924109 _job:18301540939 branch:1118_github comments:5 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1119 has been "pull-was-merged". failed_builds:0 files:1 hoc:7 is_human:0 issue:1119 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-04-20T13:58:03Z pull-was-merged 28924109 _job:18301540939 branch:1069_deps comments:9 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1120 has been "pull-was-merged". failed_builds:0 files:46 hoc:368 is_human:0 issue:1120 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-06-01T17:47:50Z pull-was-merged 28924109 _job:18301540939 branch:patch-1 comments:9 comments_appreciated:1 comments_by_author:2 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1122 has been "pull-was-merged". failed_builds:0 files:1 hoc:7 is_human:0 issue:1122 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-05-30T11:28:51Z pull-was-merged 28924109 _job:18301540939 branch:bump_plugin comments:19 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:13 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1123 has been "pull-was-merged". failed_builds:0 files:1 hoc:3 is_human:0 issue:1123 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-05-31T13:45:22Z pull-was-merged 28924109 _job:18301540939 branch:rultor_sonar comments:6 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1124 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1124 review_comments:0 succeeded_builds:0 where:github who:526301
2022-06-01T04:26:39Z pull-was-merged 28924109 _job:18301540939 branch:run_gpg comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1125 has been "pull-was-merged". failed_builds:0 files:1 hoc:5 is_human:1 issue:1125 review_comments:0 succeeded_builds:0 where:github who:526301
2022-06-08T14:42:14Z pull-was-closed 28924109 _job:18301540939 branch:master comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1126 has been "pull-was-closed". failed_builds:0 files:4 hoc:618 is_human:1 issue:1126 succeeded_builds:0 where:github who:63295109
2022-08-05T06:22:06Z pull-was-merged 28924109 _job:18301540939 branch:master comments:11 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1135 has been "pull-was-merged". failed_builds:0 files:8 hoc:65 is_human:0 issue:1135 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-16T05:05:54Z pull-was-merged 28924109 _job:18301540939 branch:renovate/configure comments:3 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1147 has been "pull-was-merged". failed_builds:0 files:1 hoc:6 is_human:1 issue:1147 review_comments:0 succeeded_builds:0 where:github who:526301
2022-09-16T05:22:35Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi-jcabi-http-1.x comments:5 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1148 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1148 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-16T11:23:53Z pull-was-merged 28924109 _job:18301540939 branch:renovate/javax.json-javax.json-api-1.x comments:5 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1149 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1149 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-21T18:58:52Z pull-was-merged 28924109 _job:18301540939 branch:renovate/javax.xml.bind-jaxb-api-2.x comments:4 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1151 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1151 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-21T19:16:50Z pull-was-merged 28924109 _job:18301540939 branch:renovate/hibernate-validator comments:3 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1152 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1152 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-29T04:35:27Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.slf4j-slf4j-api-2.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1153 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1153 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-21T19:33:33Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.slf4j-slf4j-log4j12-1.x comments:4 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1154 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1154 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-21T19:50:41Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi.incubator-xembly-0.x comments:6 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1155 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1155 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-21T20:07:09Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi-jcabi-log-0.x comments:4 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1156 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1156 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-29T05:12:46Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi-jcabi-matchers-1.x comments:9 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1157 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1157 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-28T10:33:13Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi-jcabi-xml-0.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1158 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1158 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-21T18:57:54Z pull-was-closed 28924109 _job:18301540939 branch:renovate/com.jcabi-parent-0.x comments:7 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1159 has been "pull-was-closed". failed_builds:0 files:2 hoc:4 is_human:1 issue:1159 succeeded_builds:0 where:github who:526301
2022-09-29T05:30:18Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.qulice-qulice-maven-plugin-0.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1160 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1160 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-21T20:26:46Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.sun.xml.bind-jaxb-core-4.x comments:4 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1161 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1161 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-29T06:42:30Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1162 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1162 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-29T04:00:24Z pull-was-closed 28924109 _job:18301540939 branch:renovate/junit5-monorepo comments:3 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1163 has been "pull-was-closed". failed_builds:0 files:1 hoc:6 is_human:1 issue:1163 succeeded_builds:0 where:github who:526301
2022-09-29T06:25:02Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.restfb-restfb-2.x comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1164 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1164 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-29T06:06:45Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.sun.jersey-jersey-client-1.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1165 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1165 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-29T05:49:15Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.antlr-antlr4-runtime-4.x comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1166 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1166 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-29T04:54:33Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-1.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1167 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1167 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-09-29T04:16:24Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi-parent-0.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1168 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1168 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-14T22:08:33Z pull-was-closed 28924109 _job:18301540939 branch:renovate/org.apache.commons-commons-text-1.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1169 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:0 issue:1169 succeeded_builds:0 where:github who:29139614
2023-01-17T20:52:23Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.codehaus.mojo-exec-maven-plugin-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1170 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1170 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-12T12:38:59Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-3.x comments:7 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1171 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1171 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-14T21:11:11Z pull-was-merged 28924109 _job:18301540939 branch:renovate/mockito-monorepo comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1172 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1172 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-01-01T15:44:09Z pull-was-closed 28924109 _job:18301540939 branch:renovate/com.restfb-restfb-2022.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1173 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:0 issue:1173 succeeded_builds:0 where:github who:29139614
2023-01-17T21:06:16Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1174 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1174 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-08-02T04:04:38Z pull-was-closed 28924109 _job:18301540939 branch:renovate/org.glassfish.grizzly-grizzly-http-servlet-server-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1176 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:0 issue:1176 succeeded_builds:0 where:github who:29139614
2023-06-12T11:57:30Z pull-was-merged 28924109 _job:18301540939 branch:renovate/major-hibernate-validator comments:7 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1177 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1177 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-17T21:57:48Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.slf4j-slf4j-log4j12-2.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1178 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1178 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-14T22:07:45Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi-jcabi-xml-0.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1179 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1179 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-14T21:49:19Z pull-was-merged 28924109 _job:18301540939 branch:dependabot/maven/org.apache.commons-commons-text-1.10.0 comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1180 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1180 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-14T22:47:33Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi-parent-0.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1181 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1181 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-16T09:45:31Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.cactoos-cactoos-0.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1182 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1182 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-17T22:51:05Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.slf4j-slf4j-api-2.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1183 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1183 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-25T15:11:01Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.slf4j-slf4j-api-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1184 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1184 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-11-25T14:47:39Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.slf4j-slf4j-log4j12-2.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1185 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1185 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-12-01T12:44:00Z pull-was-merged 28924109 _job:18301540939 branch:renovate/com.jcabi-jcabi-xml-0.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1186 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1186 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-12-13T17:06:28Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.slf4j-slf4j-api-2.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1187 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1187 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-12-13T18:06:05Z pull-was-merged 28924109 _job:18301540939 branch:renovate/org.slf4j-slf4j-log4j12-2.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1188 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1188 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-12-15T02:15:10Z pull-was-merged 28924109 _job:18301540939 branch:renovate/mockito-monorepo comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1189 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1189 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-07-11T07:47:40Z issue-was-assigned 28924109 _job:18301540939 assigner:526301 details:yegor256/takes#1127 was assigned to @yegor256 by @yegor256. is_human:1 issue:1127 where:github who:526301
2024-12-16T13:40:01Z issue-was-assigned 28924109 _job:18301540939 assigner:526301 details:yegor256/takes#1339 was assigned to @yegor256 by @yegor256. is_human:1 issue:1339 where:github who:526301
2022-02-02T09:19:36Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1024 has been "issue-was-closed". is_human:0 issue:1024 where:github who:8086956
2020-02-21T15:57:32Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1025 has been "issue-was-closed". is_human:1 issue:1025 where:github who:3167940
2020-02-10T19:55:36Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1027 has been "issue-was-closed". is_human:1 issue:1027 where:github who:33915433
2020-02-18T06:23:52Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1032 has been "issue-was-closed". is_human:1 issue:1032 where:github who:61135970
2022-06-01T05:06:08Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1036 has been "issue-was-closed". is_human:1 issue:1036 where:github who:526301
2022-08-24T03:30:31Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1049 has been "issue-was-closed". is_human:1 issue:1049 where:github who:526301
2021-04-01T19:32:26Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1050 has been "issue-was-closed". is_human:1 issue:1050 where:github who:33915433
2020-09-11T04:11:36Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1054 has been "issue-was-closed". is_human:0 issue:1054 where:github who:24456188
2020-07-28T20:28:03Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1055 has been "issue-was-closed". is_human:0 issue:1055 where:github who:24456188
2020-09-19T14:09:59Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1058 has been "issue-was-closed". is_human:1 issue:1058 where:github who:33915433
2022-08-24T03:24:44Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1060 has been "issue-was-closed". is_human:1 issue:1060 where:github who:526301
2021-09-01T17:17:40Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1062 has been "issue-was-closed". is_human:0 issue:1062 where:github who:24456188
2021-01-11T19:45:51Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1067 has been "issue-was-closed". is_human:1 issue:1067 where:github who:1964562
2022-04-20T13:58:03Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1069 has been "issue-was-closed". is_human:0 issue:1069 where:github who:8086956
2022-08-24T03:29:38Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1070 has been "issue-was-closed". is_human:1 issue:1070 where:github who:526301
2022-08-24T03:54:14Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1071 has been "issue-was-closed". is_human:1 issue:1071 where:github who:526301
2021-09-01T18:07:50Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1073 has been "issue-was-closed". is_human:0 issue:1073 where:github who:24456188
2021-03-21T13:52:24Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1074 has been "issue-was-closed". is_human:0 issue:1074 where:github who:24456188
2021-03-21T13:52:29Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1075 has been "issue-was-closed". is_human:0 issue:1075 where:github who:24456188
2021-01-18T07:14:52Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1077 has been "issue-was-closed". is_human:1 issue:1077 where:github who:49783909
2020-09-27T23:53:14Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1078 has been "issue-was-closed". is_human:1 issue:1078 where:github who:68772698
2022-08-24T03:20:03Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1079 has been "issue-was-closed". is_human:1 issue:1079 where:github who:526301
2022-01-18T07:21:28Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1080 has been "issue-was-closed". is_human:0 issue:1080 where:github who:24456188
2021-01-12T00:14:08Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1081 has been "issue-was-closed". is_human:1 issue:1081 where:github who:49783909
2020-10-31T15:20:38Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1083 has been "issue-was-closed". is_human:1 issue:1083 where:github who:33915433
2021-11-15T05:59:21Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1088 has been "issue-was-closed". is_human:0 issue:1088 where:github who:24456188
2022-08-24T03:23:32Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1089 has been "issue-was-closed". is_human:1 issue:1089 where:github who:526301
2022-08-24T03:21:10Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1090 has been "issue-was-closed". is_human:1 issue:1090 where:github who:526301
2021-11-14T05:33:48Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1099 has been "issue-was-closed". is_human:1 issue:1099 where:github who:526301
2022-08-22T06:07:47Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1108 has been "issue-was-closed". is_human:0 issue:1108 where:github who:24456188
2022-08-24T03:19:15Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1109 has been "issue-was-closed". is_human:1 issue:1109 where:github who:526301
2022-06-01T05:05:52Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1110 has been "issue-was-closed". is_human:1 issue:1110 where:github who:526301
2021-12-18T21:46:37Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1111 has been "issue-was-closed". is_human:1 issue:1111 where:github who:7813046
2022-08-05T04:33:49Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1112 has been "issue-was-closed". is_human:0 issue:1112 where:github who:24456188
2022-08-05T04:33:54Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1113 has been "issue-was-closed". is_human:0 issue:1113 where:github who:24456188
2022-04-20T14:17:22Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1118 has been "issue-was-closed". is_human:0 issue:1118 where:github who:8086956
2022-07-11T12:36:48Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1127 has been "issue-was-closed". is_human:1 issue:1127 where:github who:526301
2022-07-11T11:56:31Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1128 has been "issue-was-closed". is_human:0 issue:1128 where:github who:24456188
2022-07-11T11:56:37Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1129 has been "issue-was-closed". is_human:0 issue:1129 where:github who:24456188
2022-07-11T11:56:41Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1130 has been "issue-was-closed". is_human:0 issue:1130 where:github who:24456188
2022-07-15T15:37:09Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1131 has been "issue-was-closed". is_human:0 issue:1131 where:github who:24456188
2022-07-11T14:19:34Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1132 has been "issue-was-closed". is_human:1 issue:1132 where:github who:526301
2022-07-16T17:12:08Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1134 has been "issue-was-closed". is_human:1 issue:1134 where:github who:526301
2022-08-05T05:24:38Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1136 has been "issue-was-closed". is_human:1 issue:1136 where:github who:526301
2022-08-10T05:52:03Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1139 has been "issue-was-closed". is_human:1 issue:1139 where:github who:526301
2022-08-11T04:25:06Z issue-was-closed 28924109 _job:18301540939 details:Apparently, yegor256/takes#1140 has been "issue-was-closed". is_human:1 issue:1140 where:github who:526301
2025-10-06T19:08:43Z pull-was-opened 28924109 _job:18302448812 branch:renovate/crate-ci-typos-1.x details:The pull request yegor256/takes#1479 has been opened by @renovate[bot]. event_id:55681936301 event_type:PullRequestEvent is_human:0 issue:1479 where:github who:29139614
2022-12-23T12:44:30Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1190 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1190 review_comments:0 succeeded_builds:0 where:github who:8086956
2022-12-28T15:42:30Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1191 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1191 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-01-01T15:12:56Z pull-was-closed 28924109 _job:18302448812 branch:renovate/com.restfb-restfb-2023.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1192 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:0 issue:1192 succeeded_builds:0 where:github who:29139614
2023-06-12T12:25:41Z pull-was-merged 28924109 _job:18302448812 branch:renovate/junit5-monorepo comments:6 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1193 has been "pull-was-merged". failed_builds:0 files:3 hoc:46 is_human:0 issue:1193 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-01-13T18:42:06Z pull-was-merged 28924109 _job:18302448812 branch:renovate/net.sf.saxon-saxon-he-12.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1194 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1194 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-01-14T11:36:59Z pull-was-merged 28924109 _job:18302448812 branch:renovate/major-mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1195 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1195 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-01-15T20:42:22Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1196 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1196 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-01-16T07:38:13Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1197 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1197 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-01-17T21:39:28Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-parent-0.x comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1198 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1198 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-01-29T15:40:15Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1199 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1199 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-01-31T02:10:37Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1200 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1200 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-02-03T06:47:14Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.projectlombok-lombok-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1201 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1201 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-02-06T18:56:48Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.sun.xml.bind-jaxb-core-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1202 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1202 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-02-06T18:42:55Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1203 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1203 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-02-21T13:42:59Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.antlr-antlr4-runtime-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1204 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1204 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-03-09T21:41:26Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1205 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1205 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-03-18T01:00:27Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.slf4j-slf4j-api-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1208 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1208 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-03-18T00:46:42Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.slf4j-slf4j-log4j12-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1209 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1209 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-03-21T17:42:50Z pull-was-merged 28924109 _job:18302448812 branch:renovate/net.sf.saxon-saxon-he-12.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1210 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1210 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-04-04T15:41:03Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-jcabi-log-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1211 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1211 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-04-08T04:29:22Z pull-was-merged 28924109 _job:18302448812 branch:master comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1212 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1212 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-04-11T20:41:50Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1213 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1213 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-04-21T22:40:35Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1214 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1214 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-12T06:45:14Z pull-was-merged 28924109 _job:18302448812 branch:master comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1216 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1216 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-05-02T15:41:50Z pull-was-merged 28924109 _job:18302448812 branch:renovate/net.sf.saxon-saxon-he-12.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1217 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1217 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-05-12T04:41:51Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1218 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1218 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-05-16T22:40:55Z pull-was-merged 28924109 _job:18302448812 branch:renovate/commons-io-commons-io-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1219 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1219 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-05-21T18:41:48Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.antlr-antlr4-runtime-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1220 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1220 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-05-21T19:37:43Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.basepom.maven-duplicate-finder-maven-plugin-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1221 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1221 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-05-25T00:48:38Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.projectlombok-lombok-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1222 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1222 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-12T11:43:41Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-parent-0.x comments:5 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1223 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1223 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-12T12:11:05Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.basepom.maven-duplicate-finder-maven-plugin-2.x comments:5 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1224 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1224 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-07T20:40:21Z pull-was-merged 28924109 _job:18302448812 branch:renovate/commons-io-commons-io-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1226 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1226 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-12T07:52:10Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.sun.xml.bind-jaxb-core-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1228 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1228 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-12T07:37:51Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1229 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1229 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-18T11:37:44Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1230 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1230 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-18T12:43:20Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1231 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1231 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-06-21T11:36:05Z pull-was-merged 28924109 _job:18302448812 branch:renovate/hibernate-validator comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1232 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1232 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-07-04T20:42:37Z pull-was-merged 28924109 _job:18302448812 branch:renovate/net.sf.saxon-saxon-he-12.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1233 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1233 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-07-19T16:43:32Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1234 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1234 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-07-21T12:45:28Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1235 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1235 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-02-05T08:49:55Z pull-was-merged 28924109 _job:18302448812 branch:renovate/junit5-monorepo comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1236 has been "pull-was-merged". failed_builds:0 files:1 hoc:6 is_human:0 issue:1236 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-08-07T20:44:41Z pull-was-merged 28924109 _job:18302448812 branch:renovate/com.jcabi-jcabi-matchers-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1237 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1237 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-08-09T16:00:15Z pull-was-merged 28924109 _job:18302448812 branch:renovate/ubuntu-22.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1238 has been "pull-was-merged". failed_builds:0 files:3 hoc:6 is_human:0 issue:1238 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-08-22T12:46:28Z pull-was-merged 28924109 _job:18302448812 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1239 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1239 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-09-03T18:07:06Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.slf4j-slf4j-log4j12-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1241 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1241 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-09-03T17:41:37Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.slf4j-slf4j-api-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1242 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1242 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-09-04T13:48:55Z pull-was-merged 28924109 _job:18302448812 branch:renovate/actions-checkout-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1243 has been "pull-was-merged". failed_builds:0 files:4 hoc:8 is_human:0 issue:1243 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-09-05T01:54:58Z pull-was-merged 28924109 _job:18302448812 branch:renovate/org.antlr-antlr4-runtime-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1244 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1244 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-02-05T08:50:13Z pull-was-closed 28924109 _job:18302448812 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1245 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:0 issue:1245 succeeded_builds:0 where:github who:29139614
2022-08-02T06:31:04Z code-was-reviewed 28924109 _job:18302448812 author:47028153 comments:11 details:The pull request yegor256/takes#1135 with 65 HoC created by @masynchin was reviewed by @kerelape after 54h15m and 0 comments. hoc:65 is_human:1 issue:1135 review_comments:0 seconds:195301 where:github who:92184297
2022-08-22T06:18:40Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1142 has been "issue-was-closed". is_human:1 issue:1142 where:github who:526301
2022-08-23T07:10:40Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1144 has been "issue-was-closed". is_human:1 issue:1144 where:github who:526301
2022-08-24T03:29:21Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1145 has been "issue-was-closed". is_human:1 issue:1145 where:github who:526301
2022-08-26T17:11:41Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1146 has been "issue-was-closed". is_human:1 issue:1146 where:github who:526301
2024-02-05T08:49:56Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1206 has been "issue-was-closed". is_human:0 issue:1206 where:github who:8086956
2023-06-12T06:45:15Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1215 has been "issue-was-closed". is_human:0 issue:1215 where:github who:8086956
2024-09-19T02:54:53Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1293 has been "issue-was-closed". is_human:0 issue:1293 where:github who:8086956
2024-08-02T07:59:34Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1301 has been "issue-was-closed". is_human:1 issue:1301 where:github who:526301
2024-10-03T23:43:58Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1334 has been "issue-was-closed". is_human:1 issue:1334 where:github who:74819600
2024-12-04T07:45:58Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1363 has been "issue-was-closed". is_human:1 issue:1363 where:github who:526301
2024-12-15T17:27:02Z issue-was-closed 28924109 _job:18302448812 details:Apparently, yegor256/takes#1368 has been "issue-was-closed". is_human:1 issue:1368 where:github who:526301
2015-03-24T20:11:15Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#70 has been "issue-was-closed". is_human:1 issue:70 where:github who:526301
2015-03-25T00:53:35Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#71 has been "issue-was-closed". is_human:1 issue:71 where:github who:526301
2015-03-25T02:09:04Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#72 has been "issue-was-closed". is_human:1 issue:72 where:github who:526301
2015-03-25T02:37:46Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#73 has been "issue-was-closed". is_human:1 issue:73 where:github who:526301
2015-03-27T06:04:50Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#74 has been "issue-was-closed". is_human:1 issue:74 where:github who:526301
2015-04-01T09:22:44Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#76 has been "issue-was-closed". is_human:1 issue:76 where:github who:9972909
2015-03-26T08:23:48Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#77 has been "issue-was-closed". is_human:1 issue:77 where:github who:9972909
2015-03-27T19:44:59Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#79 has been "issue-was-closed". is_human:1 issue:79 where:github who:9972909
2015-03-27T03:56:28Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#82 has been "issue-was-closed". is_human:1 issue:82 where:github who:526301
2015-03-29T10:57:47Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#85 has been "issue-was-closed". is_human:1 issue:85 where:github who:9972909
2015-03-28T07:02:22Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#87 has been "issue-was-closed". is_human:1 issue:87 where:github who:526301
2015-03-31T18:46:02Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#88 has been "issue-was-closed". is_human:1 issue:88 where:github who:9972909
2015-04-01T03:47:01Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#90 has been "issue-was-closed". is_human:1 issue:90 where:github who:9972909
2015-03-29T21:43:05Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#91 has been "issue-was-closed". is_human:1 issue:91 where:github who:526301
2015-03-30T20:38:12Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#92 has been "issue-was-closed". is_human:1 issue:92 where:github who:526301
2015-04-24T21:36:29Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#94 has been "issue-was-closed". is_human:1 issue:94 where:github who:526301
2015-03-30T21:08:48Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#96 has been "issue-was-closed". is_human:1 issue:96 where:github who:526301
2015-04-07T14:38:54Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#97 has been "issue-was-closed". is_human:1 issue:97 where:github who:861305
2015-03-31T01:23:44Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#99 has been "issue-was-closed". is_human:1 issue:99 where:github who:526301
2015-03-31T02:04:12Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#100 has been "issue-was-closed". is_human:1 issue:100 where:github who:526301
2015-10-11T10:06:31Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#101 has been "issue-was-closed". is_human:1 issue:101 where:github who:9972909
2015-03-31T19:05:29Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#102 has been "issue-was-closed". is_human:1 issue:102 where:github who:526301
2015-05-08T21:31:20Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#105 has been "issue-was-closed". is_human:1 issue:105 where:github who:526301
2015-05-07T17:48:32Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#106 has been "issue-was-closed". is_human:1 issue:106 where:github who:526301
2015-05-13T20:02:07Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#107 has been "issue-was-closed". is_human:1 issue:107 where:github who:526301
2015-04-20T06:27:04Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#108 has been "issue-was-closed". is_human:1 issue:108 where:github who:526301
2015-04-17T07:21:31Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#109 has been "issue-was-closed". is_human:1 issue:109 where:github who:526301
2015-04-06T06:16:11Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#110 has been "issue-was-closed". is_human:1 issue:110 where:github who:526301
2015-04-08T18:34:40Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#119 has been "issue-was-closed". is_human:1 issue:119 where:github who:6305016
2015-10-16T18:25:02Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#120 has been "issue-was-closed". is_human:1 issue:120 where:github who:114910
2018-11-27T12:03:03Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#121 has been "issue-was-closed". is_human:1 issue:121 where:github who:33915433
2015-04-04T16:36:22Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#124 has been "issue-was-closed". is_human:1 issue:124 where:github who:526301
2015-04-09T06:03:04Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#126 has been "issue-was-closed". is_human:1 issue:126 where:github who:105730
2015-04-06T04:55:16Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#129 has been "issue-was-closed". is_human:1 issue:129 where:github who:526301
2015-05-08T19:05:25Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#130 has been "issue-was-closed". is_human:1 issue:130 where:github who:526301
2015-04-25T03:31:27Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#132 has been "issue-was-closed". is_human:1 issue:132 where:github who:526301
2015-04-05T19:49:46Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#133 has been "issue-was-closed". is_human:1 issue:133 where:github who:526301
2015-04-17T22:13:41Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#135 has been "issue-was-closed". is_human:1 issue:135 where:github who:526301
2015-05-13T02:32:39Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#136 has been "issue-was-closed". is_human:1 issue:136 where:github who:526301
2015-04-15T20:57:56Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#137 has been "issue-was-closed". is_human:1 issue:137 where:github who:526301
2015-04-30T19:29:35Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#138 has been "issue-was-closed". is_human:1 issue:138 where:github who:526301
2015-04-09T20:07:27Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#139 has been "issue-was-closed". is_human:1 issue:139 where:github who:526301
2018-11-27T11:51:30Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#141 has been "issue-was-closed". is_human:1 issue:141 where:github who:33915433
2015-04-07T04:27:54Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#144 has been "issue-was-closed". is_human:1 issue:144 where:github who:526301
2015-04-09T04:59:50Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#145 has been "issue-was-closed". is_human:1 issue:145 where:github who:526301
2015-04-07T06:03:46Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#146 has been "issue-was-closed". is_human:1 issue:146 where:github who:526301
2015-04-07T18:24:47Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#147 has been "issue-was-closed". is_human:1 issue:147 where:github who:526301
2015-04-15T10:16:54Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#148 has been "issue-was-closed". is_human:1 issue:148 where:github who:1388994
2015-06-10T20:27:57Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#149 has been "issue-was-closed". is_human:1 issue:149 where:github who:6305016
2015-04-08T20:26:15Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#152 has been "issue-was-closed". is_human:1 issue:152 where:github who:6305016
2015-04-11T06:43:02Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#153 has been "issue-was-closed". is_human:1 issue:153 where:github who:861305
2015-05-06T19:16:40Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#154 has been "issue-was-closed". is_human:1 issue:154 where:github who:7974315
2015-05-30T10:11:22Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#155 has been "issue-was-closed". is_human:1 issue:155 where:github who:6305016
2015-05-10T12:36:26Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#158 has been "issue-was-closed". is_human:1 issue:158 where:github who:6305016
2015-04-18T11:06:30Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#159 has been "issue-was-closed". is_human:1 issue:159 where:github who:6305016
2015-05-10T03:20:45Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#160 has been "issue-was-closed". is_human:1 issue:160 where:github who:526301
2015-04-09T02:56:01Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#161 has been "issue-was-closed". is_human:1 issue:161 where:github who:526301
2015-04-30T09:37:18Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#163 has been "issue-was-closed". is_human:1 issue:163 where:github who:6305016
2015-05-01T19:47:07Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#166 has been "issue-was-closed". is_human:1 issue:166 where:github who:526301
2015-04-14T05:49:48Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#167 has been "issue-was-closed". is_human:1 issue:167 where:github who:526301
2015-04-15T00:39:42Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#170 has been "issue-was-closed". is_human:1 issue:170 where:github who:526301
2015-04-15T03:05:33Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#171 has been "issue-was-closed". is_human:1 issue:171 where:github who:526301
2015-04-15T04:37:40Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#172 has been "issue-was-closed". is_human:1 issue:172 where:github who:526301
2015-04-15T05:29:07Z issue-was-closed 28924109 _job:18303426092 details:Apparently, yegor256/takes#173 has been "issue-was-closed". is_human:1 issue:173 where:github who:526301
2015-03-25T00:08:33Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#71. is_human:1 issue:71 label:bug where:github who:526301
2015-03-25T04:41:32Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#74. is_human:1 issue:74 label:bug where:github who:526301
2015-03-25T20:10:18Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#76. is_human:1 issue:76 label:bug where:github who:6305016
2015-03-26T20:46:15Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#79. is_human:1 issue:79 label:bug where:github who:6305016
2015-03-27T03:12:31Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#82. is_human:1 issue:82 label:bug where:github who:526301
2015-03-27T20:28:48Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#85. is_human:1 issue:85 label:bug where:github who:6305016
2015-03-28T05:10:20Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#87. is_human:1 issue:87 label:bug where:github who:526301
2015-03-29T21:48:09Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#92. is_human:1 issue:92 label:bug where:github who:526301
2015-03-30T20:19:23Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#94. is_human:1 issue:94 label:bug where:github who:6305016
2015-03-30T19:53:05Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#96. is_human:1 issue:96 label:bug where:github who:526301
2015-03-30T20:38:05Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#97. is_human:1 issue:97 label:bug where:github who:526301
2015-03-31T00:06:30Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#99. is_human:1 issue:99 label:bug where:github who:526301
2015-04-01T04:38:19Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#101. is_human:1 issue:101 label:bug where:github who:526301
2015-04-01T04:38:19Z label-was-attached 28924109 _job:18303426092 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#101. is_human:1 issue:101 label:enhancement where:github who:526301
2015-04-03T09:14:50Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#105. is_human:1 issue:105 label:bug where:github who:6305016
2015-04-03T09:14:47Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#106. is_human:1 issue:106 label:bug where:github who:6305016
2015-04-03T09:14:45Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#107. is_human:1 issue:107 label:bug where:github who:6305016
2015-04-03T09:14:43Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#108. is_human:1 issue:108 label:bug where:github who:6305016
2015-04-03T09:14:40Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#109. is_human:1 issue:109 label:bug where:github who:6305016
2015-04-03T09:14:38Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#110. is_human:1 issue:110 label:bug where:github who:6305016
2015-04-03T09:14:36Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#111. is_human:1 issue:111 label:bug where:github who:6305016
2015-04-03T09:14:34Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#112. is_human:1 issue:112 label:bug where:github who:6305016
2015-04-03T09:14:32Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#113. is_human:1 issue:113 label:bug where:github who:6305016
2015-04-03T09:14:30Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#114. is_human:1 issue:114 label:bug where:github who:6305016
2015-04-03T09:14:27Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#115. is_human:1 issue:115 label:bug where:github who:6305016
2015-04-03T22:53:10Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#120. is_human:1 issue:120 label:bug where:github who:526301
2015-06-15T23:35:30Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#121. is_human:1 issue:121 label:bug where:github who:526301
2015-04-04T16:17:52Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#126. is_human:1 issue:126 label:bug where:github who:526301
2015-04-05T03:01:04Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#129. is_human:1 issue:129 label:bug where:github who:526301
2015-04-05T10:27:45Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#130. is_human:1 issue:130 label:bug where:github who:6305016
2015-04-05T18:26:48Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#132. is_human:1 issue:132 label:bug where:github who:6305016
2015-04-05T18:31:13Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#133. is_human:1 issue:133 label:bug where:github who:526301
2015-04-06T11:02:34Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#135. is_human:1 issue:135 label:bug where:github who:6305016
2015-04-06T11:02:31Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#136. is_human:1 issue:136 label:bug where:github who:6305016
2015-04-06T11:02:29Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#137. is_human:1 issue:137 label:bug where:github who:6305016
2015-04-06T11:02:27Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#138. is_human:1 issue:138 label:bug where:github who:6305016
2015-04-06T11:02:25Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#139. is_human:1 issue:139 label:bug where:github who:6305016
2015-04-06T11:02:22Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#140. is_human:1 issue:140 label:bug where:github who:6305016
2015-04-07T03:59:40Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#144. is_human:1 issue:144 label:bug where:github who:526301
2015-04-07T09:32:28Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#145. is_human:1 issue:145 label:bug where:github who:6305016
2015-04-07T04:52:14Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#146. is_human:1 issue:146 label:bug where:github who:526301
2015-04-07T06:18:57Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#147. is_human:1 issue:147 label:bug where:github who:526301
2015-04-07T06:41:00Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#148. is_human:1 issue:148 label:bug where:github who:526301
2015-04-07T17:03:30Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#153. is_human:1 issue:153 label:bug where:github who:526301
2015-04-09T09:42:20Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @davvd to the issue yegor256/takes#160. is_human:1 issue:160 label:bug where:github who:6305016
2015-04-09T01:37:34Z label-was-attached 28924109 _job:18303426092 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#161. is_human:1 issue:161 label:bug where:github who:526301
2023-09-15T08:47:47Z pull-was-closed 28924109 _job:18303426092 branch:renovate/codecov-codecov-action-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1246 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:0 issue:1246 succeeded_builds:0 where:github who:29139614
2023-09-20T04:44:12Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.projectlombok-lombok-1.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1247 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1247 review_comments:0 stale:issue succeeded_builds:0 where:github who:8086956
2023-09-22T19:50:52Z pull-was-merged 28924109 _job:18303426092 branch:renovate/actions-checkout-digest comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1248 has been "pull-was-merged". failed_builds:0 files:4 hoc:8 is_human:0 issue:1248 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-09-29T20:45:41Z pull-was-merged 28924109 _job:18303426092 branch:renovate/commons-io-commons-io-2.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1249 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1249 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-10-06T17:42:30Z pull-was-merged 28924109 _job:18303426092 branch:renovate/mockito-monorepo comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1250 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1250 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-10-19T15:44:14Z pull-was-merged 28924109 _job:18303426092 branch:renovate/actions-checkout-digest comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1251 has been "pull-was-merged". failed_builds:0 files:4 hoc:8 is_human:0 issue:1251 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-10-20T11:54:14Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.sun.xml.bind-jaxb-core-4.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1252 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1252 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-10-20T11:40:06Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1253 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1253 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-10-25T21:39:45Z pull-was-merged 28924109 _job:18303426092 branch:renovate/commons-io-commons-io-2.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1254 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1254 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-08-02T04:04:36Z pull-was-closed 28924109 _job:18303426092 branch:renovate/com.jcabi-jcabi-http-2.x comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1255 has been "pull-was-closed". failed_builds:0 files:2 hoc:4 is_human:0 issue:1255 succeeded_builds:0 where:github who:29139614
2023-10-29T12:43:38Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.apache.commons-commons-text-1.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1256 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1256 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-11-02T21:41:17Z pull-was-merged 28924109 _job:18303426092 branch:renovate/mockito-monorepo comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1257 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1257 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-11-07T10:43:43Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.jcabi.incubator-xembly-0.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1258 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1258 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-01-11T06:47:15Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.jcabi.incubator-xembly-0.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1259 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1259 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-11-25T04:44:36Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x comments:6 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1260 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1260 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-11-29T21:03:32Z pull-was-merged 28924109 _job:18303426092 branch:renovate/net.sf.saxon-saxon-he-12.x comments:5 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1261 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1261 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-11-29T20:48:17Z pull-was-merged 28924109 _job:18303426092 branch:renovate/actions-setup-java-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1262 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1262 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-11-30T00:48:58Z pull-was-merged 28924109 _job:18303426092 branch:renovate/commons-io-commons-io-2.x comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1263 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1263 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-12-01T20:44:55Z pull-was-merged 28924109 _job:18303426092 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1264 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1264 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-12-24T12:52:11Z pull-was-merged 28924109 _job:18303426092 branch:patch-1 comments:1 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1265 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1265 review_comments:0 succeeded_builds:0 where:github who:526301
2023-12-26T14:46:19Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.jcabi-jcabi-log-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1266 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1266 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-08-02T04:04:37Z pull-was-closed 28924109 _job:18303426092 branch:renovate/com.jcabi-parent-0.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1267 has been "pull-was-closed". failed_builds:0 files:2 hoc:4 is_human:0 issue:1267 succeeded_builds:0 where:github who:29139614
2023-12-27T13:54:54Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.jcabi-jcabi-log-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1268 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1268 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-12-28T23:18:52Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.slf4j-slf4j-log4j12-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1269 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1269 review_comments:0 succeeded_builds:0 where:github who:8086956
2023-12-28T22:52:00Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.slf4j-slf4j-api-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1270 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1270 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-01-08T21:07:03Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.slf4j-slf4j-log4j12-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1272 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1272 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-01-08T20:48:29Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.slf4j-slf4j-api-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1273 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1273 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-01-14T16:43:51Z pull-was-merged 28924109 _job:18303426092 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1274 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1274 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-02-05T08:50:11Z pull-was-closed 28924109 _job:18303426092 branch:renovate/actions-cache-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1275 has been "pull-was-closed". failed_builds:0 files:2 hoc:4 is_human:0 issue:1275 succeeded_builds:0 where:github who:29139614
2024-01-24T21:40:04Z pull-was-merged 28924109 _job:18303426092 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1276 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1276 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-01-30T20:43:13Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.jcabi.incubator-xembly-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1277 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1277 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-01-31T20:43:05Z pull-was-merged 28924109 _job:18303426092 branch:renovate/codecov-codecov-action-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1278 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1278 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-02-05T08:49:55Z pull-was-merged 28924109 _job:18303426092 branch:renovate/junit5-monorepo comments:5 comments_appreciated:1 comments_by_author:1 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1279 has been "pull-was-merged". failed_builds:0 files:503 hoc:1058 is_human:0 issue:1279 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-02-05T09:15:11Z pull-was-merged 28924109 _job:18303426092 branch:renovate/junit5-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1280 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1280 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-02-05T23:45:13Z pull-was-merged 28924109 _job:18303426092 branch:renovate/slf4j-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1281 has been "pull-was-merged". failed_builds:0 files:2 hoc:6 is_human:0 issue:1281 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-03-01T11:43:16Z pull-was-merged 28924109 _job:18303426092 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1282 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1282 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-03-07T10:55:37Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.sun.xml.bind-jaxb-core-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1284 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1284 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-03-07T10:42:05Z pull-was-merged 28924109 _job:18303426092 branch:renovate/com.sun.xml.bind-jaxb-impl-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1285 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1285 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-03-13T11:40:59Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1286 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1286 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-03-20T06:44:13Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.projectlombok-lombok-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1287 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1287 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-03-29T02:44:10Z pull-was-merged 28924109 _job:18303426092 branch:renovate/commons-io-commons-io-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1288 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1288 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-04-08T21:38:14Z pull-was-merged 28924109 _job:18303426092 branch:renovate/commons-io-commons-io-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1289 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1289 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-04-12T16:44:00Z pull-was-merged 28924109 _job:18303426092 branch:renovate/slf4j-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1290 has been "pull-was-merged". failed_builds:0 files:2 hoc:6 is_human:0 issue:1290 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-05-25T01:37:23Z pull-was-closed 28924109 _job:18303426092 branch:master comments:4 comments_appreciated:1 comments_by_author:2 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1294 has been "pull-was-closed". failed_builds:0 files:4 hoc:153 is_human:1 issue:1294 succeeded_builds:0 where:github who:41422
2024-05-11T14:40:06Z pull-was-merged 28924109 _job:18303426092 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1296 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1296 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-05-19T21:38:44Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.codehaus.mojo-build-helper-maven-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1297 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1297 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-05-31T12:47:09Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.codehaus.mojo-sonar-maven-plugin-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1298 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1298 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-08-02T07:59:33Z pull-was-merged 28924109 _job:18303426092 branch:issue_1301 comments:13 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1302 has been "pull-was-merged". failed_builds:0 files:2 hoc:51 is_human:1 issue:1302 review_comments:0 succeeded_builds:0 where:github who:526301
2024-06-27T16:44:56Z pull-was-merged 28924109 _job:18303426092 branch:renovate/junit5-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1304 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1304 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-06-28T06:43:50Z pull-was-merged 28924109 _job:18303426092 branch:renovate/org.projectlombok-lombok-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1305 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1305 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-03-26T17:45:55Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#79 was assigned to @yegor256 by @yegor256. is_human:1 issue:79 where:github who:526301
2015-03-27T03:12:33Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#82 was assigned to @yegor256 by @yegor256. is_human:1 issue:82 where:github who:526301
2015-03-27T19:16:55Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#85 was assigned to @yegor256 by @yegor256. is_human:1 issue:85 where:github who:526301
2015-03-28T05:10:22Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#87 was assigned to @yegor256 by @yegor256. is_human:1 issue:87 where:github who:526301
2015-03-30T19:53:08Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#96 was assigned to @yegor256 by @yegor256. is_human:1 issue:96 where:github who:526301
2015-03-31T00:06:32Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#99 was assigned to @yegor256 by @yegor256. is_human:1 issue:99 where:github who:526301
2015-04-01T04:38:21Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#101 was assigned to @yegor256 by @yegor256. is_human:1 issue:101 where:github who:526301
2015-04-05T18:31:16Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#133 was assigned to @yegor256 by @yegor256. is_human:1 issue:133 where:github who:526301
2015-04-07T03:59:43Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#144 was assigned to @yegor256 by @yegor256. is_human:1 issue:144 where:github who:526301
2015-04-07T04:52:16Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#146 was assigned to @yegor256 by @yegor256. is_human:1 issue:146 where:github who:526301
2015-04-07T06:19:00Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#147 was assigned to @yegor256 by @yegor256. is_human:1 issue:147 where:github who:526301
2015-04-09T01:37:36Z issue-was-assigned 28924109 _job:18303426092 assigner:526301 details:yegor256/takes#161 was assigned to @yegor256 by @yegor256. is_human:1 issue:161 where:github who:526301
2024-07-02T16:46:13Z pull-was-merged 28924109 _job:18304609171 branch:renovate/net.sf.saxon-saxon-he-12.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1306 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1306 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-07-10T22:42:39Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1308 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1308 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-08-02T04:04:09Z pull-was-merged 28924109 _job:18304609171 branch:jakarta_namespace comments:8 comments_appreciated:2 comments_by_author:3 comments_by_reviewers:5 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1309 has been "pull-was-merged". failed_builds:0 files:35 hoc:540 is_human:0 issue:1309 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-08-01T10:46:50Z pull-was-merged 28924109 _job:18304609171 branch:renovate/major-javahamcrest-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1310 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1310 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-08-02T04:57:45Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.eclipse.parsson-jakarta.json-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1311 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1311 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-08-02T04:43:57Z pull-was-merged 28924109 _job:18304609171 branch:renovate/jersey-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1312 has been "pull-was-merged". failed_builds:0 files:2 hoc:6 is_human:0 issue:1312 review_comments:0 succeeded_builds:0 where:github who:8086956
2024-10-29T04:41:22Z pull-was-merged 28924109 _job:18304609171 branch:renovate/jersey-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1315 has been "pull-was-merged". failed_builds:0 files:2 hoc:6 is_human:1 issue:1315 review_comments:0 succeeded_builds:13 where:github who:526301
2024-09-19T06:47:43Z pull-was-closed 28924109 _job:18304609171 branch:renovate/org.antlr-antlr4-runtime-4.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1316 has been "pull-was-closed". failed_builds:0 files:1 hoc:2 is_human:0 issue:1316 succeeded_builds:0 where:github who:29139614
2025-01-12T18:48:23Z pull-was-merged 28924109 _job:18304609171 branch:renovate/slf4j-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1317 has been "pull-was-merged". failed_builds:0 files:2 hoc:6 is_human:0 issue:1317 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-09-25T10:03:40Z pull-was-merged 28924109 _job:18304609171 branch:renovate/junit5-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1318 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1318 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-09-19T06:44:25Z pull-was-closed 28924109 _job:18304609171 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1319 has been "pull-was-closed". failed_builds:9 files:1 hoc:2 is_human:0 issue:1319 succeeded_builds:2 where:github who:29139614
2024-09-19T02:54:53Z pull-was-merged 28924109 _job:18304609171 branch:XXEVulnerabilityInXSLTTransformer comments:9 comments_appreciated:1 comments_by_author:3 comments_by_reviewers:6 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#1320 has been "pull-was-merged". failed_builds:0 files:2 hoc:52 is_human:0 issue:1320 review_comments:5 succeeded_builds:11 where:github who:8086956
2024-09-18T12:24:02Z pull-was-merged 28924109 _job:18304609171 branch:fix_build comments:1 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:1 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1321 has been "pull-was-merged". failed_builds:0 files:1 hoc:73 is_human:1 issue:1321 review_comments:0 succeeded_builds:11 where:github who:526301
2024-09-19T09:34:52Z pull-was-merged 28924109 _job:18304609171 branch:renovate/com.jcabi-jcabi-log-0.x comments:6 comments_appreciated:2 comments_by_author:0 comments_by_reviewers:6 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1322 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1322 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-09-19T10:40:29Z pull-was-merged 28924109 _job:18304609171 branch:renovate/commons-io-commons-io-2.x comments:9 comments_appreciated:3 comments_by_author:0 comments_by_reviewers:9 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1323 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1323 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-09-19T11:10:53Z pull-was-merged 28924109 _job:18304609171 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1324 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1324 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-09-23T07:57:19Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.apache.velocity-velocity-engine-core-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1325 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1325 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-09-23T09:38:39Z pull-was-closed 28924109 _job:18304609171 branch:master comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1326 has been "pull-was-closed". failed_builds:0 files:1 hoc:6 is_human:1 issue:1326 succeeded_builds:0 where:github who:74819600
2024-09-23T09:53:44Z pull-was-closed 28924109 _job:18304609171 branch:master comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1327 has been "pull-was-closed". failed_builds:0 files:1 hoc:6 is_human:1 issue:1327 succeeded_builds:0 where:github who:74819600
2024-09-23T10:02:36Z pull-was-closed 28924109 _job:18304609171 branch:master comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1328 has been "pull-was-closed". failed_builds:0 files:1 hoc:7 is_human:1 issue:1328 succeeded_builds:0 where:github who:74819600
2024-09-23T10:18:32Z pull-was-closed 28924109 _job:18304609171 branch:master comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1329 has been "pull-was-closed". failed_builds:0 files:1 hoc:24 is_human:1 issue:1329 succeeded_builds:0 where:github who:74819600
2024-10-02T07:15:18Z pull-was-merged 28924109 _job:18304609171 branch:master comments:11 comments_appreciated:2 comments_by_author:4 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1330 has been "pull-was-merged". failed_builds:0 files:2 hoc:41 is_human:0 issue:1330 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-09-26T23:02:13Z pull-was-merged 28924109 _job:18304609171 branch:renovate/ubuntu-24.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1331 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1331 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-09-27T17:05:35Z pull-was-merged 28924109 _job:18304609171 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1332 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1332 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-09-30T14:02:19Z pull-was-merged 28924109 _job:18304609171 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1333 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1333 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-10-04T02:49:22Z pull-was-merged 28924109 _job:18304609171 branch:master comments:4 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1335 has been "pull-was-merged". failed_builds:0 files:2 hoc:12 is_human:0 issue:1335 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-10-29T04:39:31Z pull-was-merged 28924109 _job:18304609171 branch:renovate/junit5-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1336 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1336 review_comments:0 succeeded_builds:13 where:github who:526301
2024-10-06T14:01:16Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1337 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1337 review_comments:0 succeeded_builds:13 where:github who:8086956
2024-10-29T04:36:56Z pull-was-merged 28924109 _job:18304609171 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1338 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:1 issue:1338 review_comments:0 succeeded_builds:13 where:github who:526301
2024-10-29T04:36:39Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.cactoos-cactoos-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1340 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1340 review_comments:0 succeeded_builds:13 where:github who:526301
2024-10-29T04:36:48Z pull-was-merged 28924109 _job:18304609171 branch:up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1341 has been "pull-was-merged". failed_builds:0 files:1 hoc:18 is_human:1 issue:1341 review_comments:0 succeeded_builds:0 where:github who:526301
2024-10-29T04:37:03Z pull-was-closed 28924109 _job:18304609171 branch:up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1342 has been "pull-was-closed". failed_builds:0 files:1 hoc:18 is_human:0 issue:1342 succeeded_builds:0 where:github who:41898282
2024-10-29T05:15:44Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.apache.velocity-velocity-engine-core-2.x comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1343 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1343 review_comments:0 succeeded_builds:13 where:github who:526301
2024-10-29T07:23:22Z pull-was-merged 28924109 _job:18304609171 branch:up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1344 has been "pull-was-merged". failed_builds:0 files:1 hoc:14 is_human:1 issue:1344 review_comments:0 succeeded_builds:0 where:github who:526301
2024-10-29T07:26:14Z pull-was-merged 28924109 _job:18304609171 branch:up comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1345 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:1 issue:1345 review_comments:0 succeeded_builds:0 where:github who:526301
2024-10-29T14:45:19Z pull-was-merged 28924109 _job:18304609171 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1348 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1348 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-10-29T18:46:40Z pull-was-merged 28924109 _job:18304609171 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1349 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1349 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-11-02T23:43:40Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1350 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1350 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-11-05T08:50:27Z pull-was-merged 28924109 _job:18304609171 branch:renovate/yegor256-copyrights-action-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1351 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1351 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-11-13T02:12:52Z pull-was-merged 28924109 _job:18304609171 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1352 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1352 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-11-14T20:51:39Z pull-was-merged 28924109 _job:18304609171 branch:renovate/codecov-codecov-action-5.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1353 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1353 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-11-14T22:45:12Z pull-was-merged 28924109 _job:18304609171 branch:renovate/com.jcabi-jcabi-log-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1354 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1354 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-11-15T22:46:11Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.projectlombok-lombok-1.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1355 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1355 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-11-20T22:44:39Z pull-was-merged 28924109 _job:18304609171 branch:renovate/commons-io-commons-io-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1356 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1356 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-11-29T16:44:46Z pull-was-merged 28924109 _job:18304609171 branch:renovate/org.codehaus.mojo-license-maven-plugin-2.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1360 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1360 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-12-02T03:50:01Z pull-was-merged 28924109 _job:18304609171 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1361 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1361 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-12-02T13:46:07Z pull-was-merged 28924109 _job:18304609171 branch:renovate/com.jcabi.incubator-xembly-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1362 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1362 review_comments:0 succeeded_builds:14 where:github who:8086956
2015-04-09T20:41:24Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @davvd to the issue yegor256/takes#166. is_human:1 issue:166 label:bug where:github who:6305016
2015-04-10T06:07:17Z label-was-attached 28924109 _job:18304609171 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#167. is_human:1 issue:167 label:enhancement where:github who:526301
2015-04-15T00:05:08Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#170. is_human:1 issue:170 label:bug where:github who:526301
2015-04-15T01:51:05Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#171. is_human:1 issue:171 label:bug where:github who:526301
2015-04-15T03:15:05Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#172. is_human:1 issue:172 label:bug where:github who:526301
2015-04-15T05:07:27Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#173. is_human:1 issue:173 label:bug where:github who:526301
2015-05-18T14:52:25Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @davvd to the issue yegor256/takes#174. is_human:1 issue:174 label:bug where:github who:6305016
2015-04-16T02:09:01Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#182. is_human:1 issue:182 label:bug where:github who:526301
2015-04-18T10:57:34Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @davvd to the issue yegor256/takes#184. is_human:1 issue:184 label:bug where:github who:6305016
2015-04-18T10:57:31Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @davvd to the issue yegor256/takes#187. is_human:1 issue:187 label:bug where:github who:6305016
2015-04-21T00:02:44Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#194. is_human:1 issue:194 label:bug where:github who:526301
2015-04-21T00:02:11Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#195. is_human:1 issue:195 label:bug where:github who:526301
2015-04-21T19:22:00Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#198. is_human:1 issue:198 label:bug where:github who:526301
2015-04-22T00:48:38Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#199. is_human:1 issue:199 label:bug where:github who:526301
2015-04-22T21:15:37Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#205. is_human:1 issue:205 label:bug where:github who:526301
2015-04-22T21:17:02Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#206. is_human:1 issue:206 label:bug where:github who:526301
2015-04-25T03:23:01Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#209. is_human:1 issue:209 label:bug where:github who:526301
2015-04-27T01:24:36Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#211. is_human:1 issue:211 label:bug where:github who:526301
2015-05-05T18:18:27Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#213. is_human:1 issue:213 label:bug where:github who:526301
2015-05-05T18:14:33Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#217. is_human:1 issue:217 label:bug where:github who:526301
2015-04-29T05:03:27Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#220. is_human:1 issue:220 label:bug where:github who:526301
2015-04-29T20:40:07Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#221. is_human:1 issue:221 label:bug where:github who:526301
2015-04-30T19:14:47Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#229. is_human:1 issue:229 label:bug where:github who:526301
2015-04-30T23:45:03Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#231. is_human:1 issue:231 label:bug where:github who:526301
2015-05-01T19:46:34Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#239. is_human:1 issue:239 label:bug where:github who:526301
2015-05-03T22:34:22Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#247. is_human:1 issue:247 label:bug where:github who:526301
2015-05-03T23:28:40Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#248. is_human:1 issue:248 label:bug where:github who:526301
2015-05-04T00:42:53Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#249. is_human:1 issue:249 label:bug where:github who:526301
2015-05-04T02:15:54Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#250. is_human:1 issue:250 label:bug where:github who:526301
2015-05-04T02:15:54Z label-was-attached 28924109 _job:18304609171 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#250. is_human:1 issue:250 label:enhancement where:github who:526301
2015-05-04T19:11:30Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#251. is_human:1 issue:251 label:bug where:github who:526301
2015-05-05T10:18:53Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @davvd to the issue yegor256/takes#252. is_human:1 issue:252 label:bug where:github who:6305016
2015-05-05T18:26:46Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#253. is_human:1 issue:253 label:bug where:github who:526301
2015-05-06T07:11:12Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#254. is_human:1 issue:254 label:bug where:github who:526301
2015-05-07T17:49:05Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#257. is_human:1 issue:257 label:bug where:github who:526301
2015-05-07T17:49:05Z label-was-attached 28924109 _job:18304609171 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#257. is_human:1 issue:257 label:enhancement where:github who:526301
2015-05-07T17:38:03Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#258. is_human:1 issue:258 label:bug where:github who:526301
2015-05-07T17:38:03Z label-was-attached 28924109 _job:18304609171 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#258. is_human:1 issue:258 label:enhancement where:github who:526301
2015-05-07T17:38:27Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#259. is_human:1 issue:259 label:bug where:github who:526301
2015-05-07T17:38:27Z label-was-attached 28924109 _job:18304609171 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#259. is_human:1 issue:259 label:enhancement where:github who:526301
2015-05-07T17:38:41Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#260. is_human:1 issue:260 label:bug where:github who:526301
2015-05-07T17:38:41Z label-was-attached 28924109 _job:18304609171 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#260. is_human:1 issue:260 label:enhancement where:github who:526301
2015-05-08T19:02:35Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#263. is_human:1 issue:263 label:bug where:github who:526301
2015-05-08T22:37:45Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#265. is_human:1 issue:265 label:bug where:github who:526301
2015-05-09T00:13:19Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#266. is_human:1 issue:266 label:bug where:github who:526301
2015-05-09T22:57:13Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#271. is_human:1 issue:271 label:bug where:github who:526301
2015-05-10T02:05:27Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#272. is_human:1 issue:272 label:bug where:github who:526301
2015-05-10T02:34:18Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#273. is_human:1 issue:273 label:bug where:github who:526301
2015-05-10T03:38:54Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#274. is_human:1 issue:274 label:bug where:github who:526301
2015-05-10T23:22:13Z label-was-attached 28924109 _job:18304609171 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#277. is_human:1 issue:277 label:bug where:github who:526301
2024-08-27T14:39:23Z code-was-reviewed 28924109 _job:18304609171 author:26545482 comments:4 details:The pull request yegor256/takes#1320 with 52 HoC created by @pejetuz was reviewed by @yegor256 after 0h21m and 1 comments. hoc:52 is_human:1 issue:1320 review_comments:1 seconds:1268 where:github who:526301
2024-12-24T00:55:05Z pull-was-merged 28924109 _job:18305927456 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1365 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1365 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-12-13T20:50:02Z pull-was-merged 28924109 _job:18305927456 branch:renovate/hibernate-validator comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1369 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1369 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-12-27T07:52:52Z pull-was-closed 28924109 _job:18305927456 branch:move_rq_base_method comments:5 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1370 has been "pull-was-closed". failed_builds:0 files:12 hoc:157 is_human:1 issue:1370 succeeded_builds:14 where:github who:66062429
2024-12-27T07:52:57Z pull-was-closed 28924109 _job:18305927456 branch:move-rq-href-realizations-out-of-interface comments:5 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1372 has been "pull-was-closed". failed_builds:0 files:30 hoc:509 is_human:1 issue:1372 succeeded_builds:14 where:github who:66062429
2024-12-16T16:48:08Z pull-was-merged 28924109 _job:18305927456 branch:renovate/junit5-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1373 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1373 review_comments:0 succeeded_builds:14 where:github who:8086956
2024-12-25T00:53:02Z pull-was-merged 28924109 _job:18305927456 branch:renovate/com.jcabi-jcabi-xml-0.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1374 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1374 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-01-02T20:48:14Z pull-was-merged 28924109 _job:18305927456 branch:renovate/mockito-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1377 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:1377 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-01-08T12:47:43Z pull-was-merged 28924109 _job:18305927456 branch:renovate/jersey-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1378 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1378 review_comments:0 succeeded_builds:14 where:github who:8086956
2025-01-08T13:46:24Z pull-was-merged 28924109 _job:18305927456 branch:renovate/jersey-monorepo comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1379 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1379 review_comments:0 succeeded_builds:14 where:github who:8086956
2015-05-11T10:34:37Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#278. is_human:1 issue:278 label:bug where:github who:6305016
2015-05-14T09:33:15Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#285. is_human:1 issue:285 label:bug where:github who:6305016
2015-05-14T09:33:15Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#286. is_human:1 issue:286 label:bug where:github who:6305016
2015-05-14T09:33:15Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#287. is_human:1 issue:287 label:bug where:github who:6305016
2015-05-14T17:25:18Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#290. is_human:1 issue:290 label:bug where:github who:526301
2015-05-15T18:50:10Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#292. is_human:1 issue:292 label:bug where:github who:6305016
2015-05-16T09:22:15Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#293. is_human:1 issue:293 label:bug where:github who:6305016
2015-05-16T05:14:02Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#294. is_human:1 issue:294 label:bug where:github who:526301
2015-05-16T05:14:28Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#295. is_human:1 issue:295 label:bug where:github who:526301
2015-05-18T09:38:08Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#296. is_human:1 issue:296 label:bug where:github who:6305016
2015-05-18T10:47:57Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#298. is_human:1 issue:298 label:bug where:github who:6305016
2015-05-20T10:04:07Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#306. is_human:1 issue:306 label:bug where:github who:6305016
2015-05-22T09:33:43Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#309. is_human:1 issue:309 label:bug where:github who:6305016
2015-05-22T23:57:22Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#310. is_human:1 issue:310 label:bug where:github who:526301
2015-05-25T10:06:20Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @davvd to the issue yegor256/takes#312. is_human:1 issue:312 label:bug where:github who:6305016
2015-05-29T04:36:10Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#319. is_human:1 issue:319 label:bug where:github who:526301
2015-06-02T15:26:52Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#321. is_human:1 issue:321 label:bug where:github who:526301
2015-06-04T19:10:55Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#331. is_human:1 issue:331 label:bug where:github who:526301
2015-06-05T20:52:49Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#333. is_human:1 issue:333 label:bug where:github who:526301
2015-06-09T23:57:28Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#339. is_human:1 issue:339 label:bug where:github who:526301
2015-06-11T03:39:24Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#341. is_human:1 issue:341 label:bug where:github who:526301
2015-06-18T17:41:48Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#346. is_human:1 issue:346 label:bug where:github who:526301
2015-06-19T16:38:24Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#349. is_human:1 issue:349 label:bug where:github who:526301
2015-06-22T02:27:04Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#350. is_human:1 issue:350 label:bug where:github who:526301
2015-06-22T02:27:04Z label-was-attached 28924109 _job:18305927456 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#350. is_human:1 issue:350 label:enhancement where:github who:526301
2015-06-24T16:09:27Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#353. is_human:1 issue:353 label:bug where:github who:526301
2015-06-29T04:15:04Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#354. is_human:1 issue:354 label:bug where:github who:526301
2015-06-29T23:23:07Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#355. is_human:1 issue:355 label:bug where:github who:526301
2015-07-15T17:29:39Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#363. is_human:1 issue:363 label:bug where:github who:526301
2015-07-15T17:58:28Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#364. is_human:1 issue:364 label:bug where:github who:526301
2015-07-15T17:58:28Z label-was-attached 28924109 _job:18305927456 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#364. is_human:1 issue:364 label:enhancement where:github who:526301
2015-07-23T18:03:40Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#367. is_human:1 issue:367 label:bug where:github who:526301
2015-08-03T17:28:22Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#372. is_human:1 issue:372 label:bug where:github who:526301
2015-07-27T09:09:34Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#373. is_human:1 issue:373 label:bug where:github who:526301
2015-09-12T19:23:08Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#377. is_human:1 issue:377 label:bug where:github who:526301
2015-08-30T19:24:36Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#379. is_human:1 issue:379 label:bug where:github who:526301
2015-09-16T14:28:58Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#382. is_human:1 issue:382 label:bug where:github who:526301
2015-09-18T13:13:22Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#383. is_human:1 issue:383 label:bug where:github who:526301
2015-09-18T08:07:50Z label-was-attached 28924109 _job:18305927456 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#384. is_human:1 issue:384 label:bug where:github who:526301
2015-09-18T08:07:50Z label-was-attached 28924109 _job:18305927456 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#384. is_human:1 issue:384 label:enhancement where:github who:526301
2015-04-10T06:07:19Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#167 was assigned to @yegor256 by @yegor256. is_human:1 issue:167 where:github who:526301
2015-04-15T00:05:10Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#170 was assigned to @yegor256 by @yegor256. is_human:1 issue:170 where:github who:526301
2015-04-15T01:51:07Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#171 was assigned to @yegor256 by @yegor256. is_human:1 issue:171 where:github who:526301
2015-04-15T03:15:05Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#172 was assigned to @yegor256 by @yegor256. is_human:1 issue:172 where:github who:526301
2015-04-15T05:07:30Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#173 was assigned to @yegor256 by @yegor256. is_human:1 issue:173 where:github who:526301
2015-04-16T02:09:02Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#182 was assigned to @yegor256 by @yegor256. is_human:1 issue:182 where:github who:526301
2015-04-21T19:22:02Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#198 was assigned to @yegor256 by @yegor256. is_human:1 issue:198 where:github who:526301
2015-04-22T00:48:40Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#199 was assigned to @yegor256 by @yegor256. is_human:1 issue:199 where:github who:526301
2015-04-25T03:23:03Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#209 was assigned to @yegor256 by @yegor256. is_human:1 issue:209 where:github who:526301
2015-05-03T22:34:24Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#247 was assigned to @yegor256 by @yegor256. is_human:1 issue:247 where:github who:526301
2015-05-04T00:42:55Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#249 was assigned to @yegor256 by @yegor256. is_human:1 issue:249 where:github who:526301
2015-05-04T02:15:56Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#250 was assigned to @yegor256 by @yegor256. is_human:1 issue:250 where:github who:526301
2015-05-08T22:37:47Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#265 was assigned to @yegor256 by @yegor256. is_human:1 issue:265 where:github who:526301
2015-05-09T00:13:21Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#266 was assigned to @yegor256 by @yegor256. is_human:1 issue:266 where:github who:526301
2015-05-09T22:57:14Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#271 was assigned to @yegor256 by @yegor256. is_human:1 issue:271 where:github who:526301
2015-05-10T02:05:29Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#272 was assigned to @yegor256 by @yegor256. is_human:1 issue:272 where:github who:526301
2015-05-10T02:34:20Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#273 was assigned to @yegor256 by @yegor256. is_human:1 issue:273 where:github who:526301
2015-05-10T03:38:56Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#274 was assigned to @yegor256 by @yegor256. is_human:1 issue:274 where:github who:526301
2015-05-10T23:22:15Z issue-was-assigned 28924109 _job:18305927456 assigner:526301 details:yegor256/takes#277 was assigned to @yegor256 by @yegor256. is_human:1 issue:277 where:github who:526301
2015-11-07T18:28:24Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#174 has been "issue-was-closed". is_human:1 issue:174 where:github who:6305016
2015-04-16T03:08:56Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#182 has been "issue-was-closed". is_human:1 issue:182 where:github who:526301
2015-04-27T03:41:13Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#184 has been "issue-was-closed". is_human:1 issue:184 where:github who:526301
2015-04-20T18:26:48Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#187 has been "issue-was-closed". is_human:1 issue:187 where:github who:526301
2015-04-20T01:33:55Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#190 has been "issue-was-closed". is_human:1 issue:190 where:github who:526301
2015-05-13T07:36:45Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#194 has been "issue-was-closed". is_human:1 issue:194 where:github who:861305
2015-05-13T19:55:10Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#195 has been "issue-was-closed". is_human:1 issue:195 where:github who:861305
2015-04-21T06:36:36Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#196 has been "issue-was-closed". is_human:1 issue:196 where:github who:526301
2015-04-21T19:28:26Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#198 has been "issue-was-closed". is_human:1 issue:198 where:github who:526301
2015-09-27T02:49:16Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#199 has been "issue-was-closed". is_human:1 issue:199 where:github who:526301
2015-04-22T07:28:33Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#201 has been "issue-was-closed". is_human:1 issue:201 where:github who:526301
2015-05-14T04:58:59Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#205 has been "issue-was-closed". is_human:1 issue:205 where:github who:526301
2015-04-24T18:25:36Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#206 has been "issue-was-closed". is_human:1 issue:206 where:github who:526301
2015-04-25T03:55:00Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#209 has been "issue-was-closed". is_human:1 issue:209 where:github who:526301
2015-04-30T19:24:23Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#211 has been "issue-was-closed". is_human:1 issue:211 where:github who:526301
2015-10-19T08:14:32Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#213 has been "issue-was-closed". is_human:1 issue:213 where:github who:416283
2015-05-14T23:00:11Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#217 has been "issue-was-closed". is_human:1 issue:217 where:github who:526301
2015-05-01T05:02:30Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#219 has been "issue-was-closed". is_human:1 issue:219 where:github who:5760337
2015-04-30T13:26:50Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#220 has been "issue-was-closed". is_human:1 issue:220 where:github who:5760337
2015-06-13T11:44:32Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#221 has been "issue-was-closed". is_human:1 issue:221 where:github who:9972909
2015-05-09T20:59:16Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#222 has been "issue-was-closed". is_human:1 issue:222 where:github who:6305016
2015-04-30T06:30:23Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#226 has been "issue-was-closed". is_human:1 issue:226 where:github who:105730
2015-05-14T13:05:58Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#227 has been "issue-was-closed". is_human:1 issue:227 where:github who:6305016
2015-05-02T06:10:32Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#229 has been "issue-was-closed". is_human:1 issue:229 where:github who:9972909
2015-06-13T15:33:01Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#230 has been "issue-was-closed". is_human:1 issue:230 where:github who:6305016
2015-05-13T05:45:31Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#231 has been "issue-was-closed". is_human:1 issue:231 where:github who:9972909
2015-05-01T20:35:17Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#236 has been "issue-was-closed". is_human:1 issue:236 where:github who:526301
2015-05-01T20:35:45Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#237 has been "issue-was-closed". is_human:1 issue:237 where:github who:526301
2015-05-11T10:35:38Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#239 has been "issue-was-closed". is_human:1 issue:239 where:github who:9972909
2015-05-02T04:21:59Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#242 has been "issue-was-closed". is_human:1 issue:242 where:github who:526301
2015-05-10T12:36:26Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#243 has been "issue-was-closed". is_human:1 issue:243 where:github who:6305016
2015-05-03T22:45:13Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#247 has been "issue-was-closed". is_human:1 issue:247 where:github who:526301
2015-05-14T23:25:08Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#248 has been "issue-was-closed". is_human:1 issue:248 where:github who:526301
2015-05-04T00:54:55Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#249 has been "issue-was-closed". is_human:1 issue:249 where:github who:526301
2015-05-04T02:35:58Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#250 has been "issue-was-closed". is_human:1 issue:250 where:github who:526301
2015-05-19T21:13:32Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#251 has been "issue-was-closed". is_human:1 issue:251 where:github who:861305
2015-05-27T21:22:50Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#252 has been "issue-was-closed". is_human:1 issue:252 where:github who:526301
2015-06-04T18:11:52Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#253 has been "issue-was-closed". is_human:1 issue:253 where:github who:9972909
2016-02-04T18:33:41Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#254 has been "issue-was-closed". is_human:1 issue:254 where:github who:9972909
2015-05-07T19:00:33Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#256 has been "issue-was-closed". is_human:1 issue:256 where:github who:9972909
2015-06-03T04:59:09Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#257 has been "issue-was-closed". is_human:1 issue:257 where:github who:9972909
2015-06-12T16:43:22Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#258 has been "issue-was-closed". is_human:1 issue:258 where:github who:9972909
2015-05-20T03:42:08Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#259 has been "issue-was-closed". is_human:1 issue:259 where:github who:9972909
2016-06-14T10:35:32Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#260 has been "issue-was-closed". is_human:1 issue:260 where:github who:9972909
2015-06-17T16:12:23Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#263 has been "issue-was-closed". is_human:1 issue:263 where:github who:9972909
2015-05-26T11:09:22Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#264 has been "issue-was-closed". is_human:1 issue:264 where:github who:6305016
2015-05-08T23:02:56Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#265 has been "issue-was-closed". is_human:1 issue:265 where:github who:526301
2015-05-09T00:28:39Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#266 has been "issue-was-closed". is_human:1 issue:266 where:github who:526301
2015-05-13T13:03:53Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#268 has been "issue-was-closed". is_human:1 issue:268 where:github who:6305016
2015-05-09T23:48:32Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#271 has been "issue-was-closed". is_human:1 issue:271 where:github who:526301
2015-05-10T02:16:27Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#272 has been "issue-was-closed". is_human:1 issue:272 where:github who:526301
2015-05-10T03:03:24Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#273 has been "issue-was-closed". is_human:1 issue:273 where:github who:526301
2015-05-10T03:48:42Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#274 has been "issue-was-closed". is_human:1 issue:274 where:github who:526301
2015-05-10T19:37:12Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#275 has been "issue-was-closed". is_human:1 issue:275 where:github who:526301
2015-05-15T11:34:45Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#276 has been "issue-was-closed". is_human:1 issue:276 where:github who:6305016
2015-05-10T23:44:01Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#277 has been "issue-was-closed". is_human:1 issue:277 where:github who:526301
2015-05-26T15:31:19Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#278 has been "issue-was-closed". is_human:1 issue:278 where:github who:526301
2018-01-29T18:03:05Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#281 has been "issue-was-closed". is_human:1 issue:281 where:github who:9972909
2018-01-24T19:12:49Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#284 has been "issue-was-closed". is_human:1 issue:284 where:github who:526301
2015-05-25T18:24:24Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#285 has been "issue-was-closed". is_human:1 issue:285 where:github who:526301
2015-11-05T18:01:24Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#286 has been "issue-was-closed". is_human:1 issue:286 where:github who:526301
2015-06-10T17:15:19Z issue-was-closed 28924109 _job:18305927456 details:Apparently, yegor256/takes#287 has been "issue-was-closed". is_human:1 issue:287 where:github who:526301
2015-03-27T04:45:20Z pull-was-merged 28924109 _job:18307414569 branch:74 comments:25 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:21 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#75 has been "pull-was-merged". failed_builds:0 files:2 hoc:19 is_human:0 issue:75 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-04-02T05:58:07Z pull-was-merged 28924109 _job:18307414569 branch:47 comments:93 comments_appreciated:0 comments_by_author:21 comments_by_reviewers:72 comments_resolved:0 comments_to_code:34 details:Apparently, yegor256/takes#78 has been "pull-was-merged". failed_builds:0 files:6 hoc:139 is_human:0 issue:78 review_comments:34 succeeded_builds:0 where:github who:8086956
2015-03-31T19:53:22Z pull-was-merged 28924109 _job:18307414569 branch:76 comments:44 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:36 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#80 has been "pull-was-merged". failed_builds:0 files:2 hoc:7 is_human:0 issue:80 review_comments:1 succeeded_builds:0 where:github who:8086956
2015-04-10T22:29:13Z pull-was-merged 28924109 _job:18307414569 branch:master comments:85 comments_appreciated:0 comments_by_author:26 comments_by_reviewers:59 comments_resolved:0 comments_to_code:18 details:Apparently, yegor256/takes#81 has been "pull-was-merged". failed_builds:0 files:6 hoc:80 is_human:0 issue:81 review_comments:18 succeeded_builds:0 where:github who:8086956
2015-03-30T22:49:56Z pull-was-merged 28924109 _job:18307414569 branch:master comments:30 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:26 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#83 has been "pull-was-merged". failed_builds:0 files:0 hoc:0 is_human:0 issue:83 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-03-27T21:19:30Z pull-was-merged 28924109 _job:18307414569 branch:37 comments:14 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:12 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#84 has been "pull-was-merged". failed_builds:0 files:1 hoc:60 is_human:0 issue:84 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-03-31T06:13:52Z pull-was-merged 28924109 _job:18307414569 branch:36 comments:45 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:38 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#86 has been "pull-was-merged". failed_builds:0 files:1 hoc:91 is_human:0 issue:86 review_comments:6 succeeded_builds:0 where:github who:8086956
2015-04-03T02:57:19Z pull-was-merged 28924109 _job:18307414569 branch:28 comments:75 comments_appreciated:0 comments_by_author:17 comments_by_reviewers:58 comments_resolved:0 comments_to_code:39 details:Apparently, yegor256/takes#89 has been "pull-was-merged". failed_builds:0 files:8 hoc:433 is_human:0 issue:89 review_comments:39 succeeded_builds:0 where:github who:8086956
2015-10-25T05:49:37Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#290 has been "issue-was-closed". is_human:1 issue:290 where:github who:114910
2015-06-01T21:26:26Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#291 has been "issue-was-closed". is_human:1 issue:291 where:github who:765917
2015-05-24T23:47:37Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#292 has been "issue-was-closed". is_human:1 issue:292 where:github who:526301
2015-06-12T05:06:37Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#293 has been "issue-was-closed". is_human:1 issue:293 where:github who:526301
2015-06-06T08:57:19Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#294 has been "issue-was-closed". is_human:1 issue:294 where:github who:6581896
2015-05-19T00:19:10Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#295 has been "issue-was-closed". is_human:1 issue:295 where:github who:6581896
2015-05-22T22:40:23Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#296 has been "issue-was-closed". is_human:1 issue:296 where:github who:526301
2015-05-20T04:44:41Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#298 has been "issue-was-closed". is_human:1 issue:298 where:github who:481692
2015-05-26T03:26:58Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#302 has been "issue-was-closed". is_human:1 issue:302 where:github who:209396
2015-10-28T22:38:59Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#306 has been "issue-was-closed". is_human:1 issue:306 where:github who:526301
2015-05-22T00:39:06Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#307 has been "issue-was-closed". is_human:1 issue:307 where:github who:526301
2015-06-02T21:22:57Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#309 has been "issue-was-closed". is_human:1 issue:309 where:github who:526301
2015-06-04T09:26:38Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#310 has been "issue-was-closed". is_human:1 issue:310 where:github who:481692
2015-06-12T02:13:26Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#312 has been "issue-was-closed". is_human:1 issue:312 where:github who:526301
2015-05-30T10:11:22Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#313 has been "issue-was-closed". is_human:1 issue:313 where:github who:6305016
2015-06-02T21:23:11Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#317 has been "issue-was-closed". is_human:1 issue:317 where:github who:526301
2015-05-29T05:20:15Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#319 has been "issue-was-closed". is_human:1 issue:319 where:github who:526301
2015-05-29T05:24:39Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#320 has been "issue-was-closed". is_human:1 issue:320 where:github who:526301
2015-07-07T06:34:05Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#321 has been "issue-was-closed". is_human:1 issue:321 where:github who:105730
2015-06-05T09:32:09Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#322 has been "issue-was-closed". is_human:1 issue:322 where:github who:6305016
2015-06-05T13:12:40Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#323 has been "issue-was-closed". is_human:1 issue:323 where:github who:6305016
2015-06-10T20:27:57Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#330 has been "issue-was-closed". is_human:1 issue:330 where:github who:6305016
2015-06-08T07:36:16Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#331 has been "issue-was-closed". is_human:1 issue:331 where:github who:9972909
2018-01-31T15:53:37Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#333 has been "issue-was-closed". is_human:1 issue:333 where:github who:526301
2015-06-08T06:13:04Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#336 has been "issue-was-closed". is_human:1 issue:336 where:github who:526301
2015-10-29T07:59:10Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#339 has been "issue-was-closed". is_human:1 issue:339 where:github who:416283
2015-08-28T05:44:09Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#341 has been "issue-was-closed". is_human:1 issue:341 where:github who:526301
2015-06-19T13:13:09Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#342 has been "issue-was-closed". is_human:1 issue:342 where:github who:6305016
2015-06-16T20:48:11Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#345 has been "issue-was-closed". is_human:1 issue:345 where:github who:526301
2015-06-19T04:23:03Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#346 has been "issue-was-closed". is_human:1 issue:346 where:github who:6333170
2015-07-30T05:11:57Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#349 has been "issue-was-closed". is_human:1 issue:349 where:github who:114910
2015-07-22T11:02:05Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#350 has been "issue-was-closed". is_human:1 issue:350 where:github who:114910
2015-06-23T16:01:01Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#351 has been "issue-was-closed". is_human:1 issue:351 where:github who:6333170
2018-11-27T12:22:21Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#352 has been "issue-was-closed". is_human:1 issue:352 where:github who:33915433
2018-01-16T06:21:42Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#353 has been "issue-was-closed". is_human:1 issue:353 where:github who:9972909
2018-01-30T11:59:43Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#354 has been "issue-was-closed". is_human:1 issue:354 where:github who:9972909
2015-06-30T03:48:15Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#355 has been "issue-was-closed". is_human:1 issue:355 where:github who:9972909
2015-09-18T17:36:04Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#359 has been "issue-was-closed". is_human:1 issue:359 where:github who:6333170
2015-07-10T23:24:13Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#360 has been "issue-was-closed". is_human:1 issue:360 where:github who:526301
2015-07-14T22:21:16Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#361 has been "issue-was-closed". is_human:1 issue:361 where:github who:526301
2015-07-15T00:37:43Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#362 has been "issue-was-closed". is_human:1 issue:362 where:github who:526301
2015-07-15T18:06:26Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#363 has been "issue-was-closed". is_human:1 issue:363 where:github who:526301
2015-07-15T18:46:00Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#364 has been "issue-was-closed". is_human:1 issue:364 where:github who:526301
2015-09-02T16:28:37Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#367 has been "issue-was-closed". is_human:1 issue:367 where:github who:4467948
2015-07-21T13:11:44Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#368 has been "issue-was-closed". is_human:1 issue:368 where:github who:9972909
2015-07-21T21:07:47Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#369 has been "issue-was-closed". is_human:1 issue:369 where:github who:526301
2015-07-21T21:51:19Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#370 has been "issue-was-closed". is_human:1 issue:370 where:github who:526301
2015-07-27T08:08:40Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#371 has been "issue-was-closed". is_human:1 issue:371 where:github who:6333170
2015-08-30T20:15:05Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#372 has been "issue-was-closed". is_human:1 issue:372 where:github who:209396
2018-01-29T22:07:49Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#373 has been "issue-was-closed". is_human:1 issue:373 where:github who:1917892
2015-08-17T12:05:08Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#375 has been "issue-was-closed". is_human:1 issue:375 where:github who:526301
2015-08-20T14:00:17Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#376 has been "issue-was-closed". is_human:1 issue:376 where:github who:526301
2015-12-08T16:29:25Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#377 has been "issue-was-closed". is_human:1 issue:377 where:github who:1054771
2015-11-02T20:00:18Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#379 has been "issue-was-closed". is_human:1 issue:379 where:github who:4368287
2015-10-20T17:24:17Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#382 has been "issue-was-closed". is_human:1 issue:382 where:github who:9972909
2015-10-16T07:06:58Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#383 has been "issue-was-closed". is_human:1 issue:383 where:github who:9972909
2015-09-18T08:16:18Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#384 has been "issue-was-closed". is_human:1 issue:384 where:github who:526301
2015-09-20T08:36:25Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#387 has been "issue-was-closed". is_human:1 issue:387 where:github who:526301
2015-09-26T21:11:36Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#388 has been "issue-was-closed". is_human:1 issue:388 where:github who:526301
2015-11-10T08:43:40Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#389 has been "issue-was-closed". is_human:1 issue:389 where:github who:1643451
2015-09-22T06:28:05Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#390 has been "issue-was-closed". is_human:1 issue:390 where:github who:526301
2015-12-02T15:41:51Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#391 has been "issue-was-closed". is_human:1 issue:391 where:github who:1643451
2015-12-11T03:28:32Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#392 has been "issue-was-closed". is_human:1 issue:392 where:github who:1643451
2015-09-27T01:38:23Z issue-was-closed 28924109 _job:18307414569 details:Apparently, yegor256/takes#394 has been "issue-was-closed". is_human:1 issue:394 where:github who:526301
2015-05-14T17:25:20Z issue-was-assigned 28924109 _job:18307414569 assigner:526301 details:yegor256/takes#290 was assigned to @yegor256 by @yegor256. is_human:1 issue:290 where:github who:526301
2015-05-29T04:36:11Z issue-was-assigned 28924109 _job:18307414569 assigner:526301 details:yegor256/takes#319 was assigned to @yegor256 by @yegor256. is_human:1 issue:319 where:github who:526301
2015-06-29T23:23:09Z issue-was-assigned 28924109 _job:18307414569 assigner:526301 details:yegor256/takes#355 was assigned to @yegor256 by @yegor256. is_human:1 issue:355 where:github who:526301
2015-07-15T17:29:41Z issue-was-assigned 28924109 _job:18307414569 assigner:526301 details:yegor256/takes#363 was assigned to @yegor256 by @yegor256. is_human:1 issue:363 where:github who:526301
2015-07-15T17:58:30Z issue-was-assigned 28924109 _job:18307414569 assigner:526301 details:yegor256/takes#364 was assigned to @yegor256 by @yegor256. is_human:1 issue:364 where:github who:526301
2015-09-18T08:07:52Z issue-was-assigned 28924109 _job:18307414569 assigner:526301 details:yegor256/takes#384 was assigned to @yegor256 by @yegor256. is_human:1 issue:384 where:github who:526301
2015-09-25T15:04:50Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#389. is_human:1 issue:389 label:bug where:github who:526301
2015-09-26T21:13:01Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#391. is_human:1 issue:391 label:bug where:github who:526301
2015-09-26T21:12:02Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#392. is_human:1 issue:392 label:bug where:github who:526301
2015-09-30T16:54:10Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#399. is_human:1 issue:399 label:bug where:github who:526301
2015-09-30T16:54:10Z label-was-attached 28924109 _job:18307414569 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#399. is_human:1 issue:399 label:enhancement where:github who:526301
2015-10-01T15:56:51Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#400. is_human:1 issue:400 label:bug where:github who:526301
2015-10-06T00:46:58Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#403. is_human:1 issue:403 label:bug where:github who:526301
2015-10-12T23:38:07Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#406. is_human:1 issue:406 label:bug where:github who:526301
2015-10-12T23:38:07Z label-was-attached 28924109 _job:18307414569 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#406. is_human:1 issue:406 label:enhancement where:github who:526301
2015-10-15T18:47:17Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#407. is_human:1 issue:407 label:bug where:github who:526301
2015-10-15T18:49:47Z label-was-attached 28924109 _job:18307414569 details:The "enhancement" label was attached by @yegor256 to the issue yegor256/takes#407. is_human:1 issue:407 label:enhancement where:github who:526301
2015-10-20T17:53:44Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#410. is_human:1 issue:410 label:bug where:github who:526301
2015-10-23T05:09:14Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#414. is_human:1 issue:414 label:bug where:github who:526301
2015-10-30T10:04:01Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @davvd to the issue yegor256/takes#419. is_human:1 issue:419 label:bug where:github who:6305016
2015-10-30T10:04:00Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @davvd to the issue yegor256/takes#420. is_human:1 issue:420 label:bug where:github who:6305016
2015-11-03T23:09:46Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#429. is_human:1 issue:429 label:bug where:github who:526301
2015-11-04T09:24:18Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @davvd to the issue yegor256/takes#430. is_human:1 issue:430 label:bug where:github who:6305016
2015-11-05T19:15:58Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#431. is_human:1 issue:431 label:bug where:github who:526301
2015-11-07T18:25:43Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @davvd to the issue yegor256/takes#433. is_human:1 issue:433 label:bug where:github who:6305016
2015-11-11T03:25:45Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#436. is_human:1 issue:436 label:bug where:github who:526301
2015-11-07T22:28:44Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#437. is_human:1 issue:437 label:bug where:github who:526301
2015-12-07T17:20:58Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#438. is_human:1 issue:438 label:bug where:github who:526301
2015-11-16T22:44:36Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#439. is_human:1 issue:439 label:bug where:github who:526301
2015-11-16T22:34:47Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#441. is_human:1 issue:441 label:bug where:github who:526301
2015-12-07T17:07:47Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#442. is_human:1 issue:442 label:bug where:github who:526301
2015-12-07T17:04:38Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#445. is_human:1 issue:445 label:bug where:github who:526301
2015-11-28T19:28:50Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#449. is_human:1 issue:449 label:bug where:github who:526301
2015-11-28T16:24:41Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#450. is_human:1 issue:450 label:bug where:github who:526301
2015-12-07T16:35:45Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#453. is_human:1 issue:453 label:bug where:github who:526301
2015-12-07T13:01:49Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#454. is_human:1 issue:454 label:bug where:github who:526301
2015-12-08T15:47:21Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#456. is_human:1 issue:456 label:bug where:github who:526301
2016-03-02T03:36:12Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#461. is_human:1 issue:461 label:bug where:github who:526301
2015-12-17T21:46:48Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#462. is_human:1 issue:462 label:bug where:github who:526301
2015-12-23T06:29:55Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#463. is_human:1 issue:463 label:bug where:github who:526301
2015-12-25T10:46:49Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#480. is_human:1 issue:480 label:bug where:github who:526301
2015-12-25T10:45:52Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#481. is_human:1 issue:481 label:bug where:github who:526301
2015-12-25T10:46:20Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#482. is_human:1 issue:482 label:bug where:github who:526301
2016-01-04T16:22:55Z label-was-attached 28924109 _job:18307414569 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#485. is_human:1 issue:485 label:bug where:github who:526301
2015-10-09T18:16:11Z issue-was-assigned 28924109 _job:18308918599 assigner:526301 details:yegor256/takes#403 was assigned to @yegor256 by @yegor256. is_human:1 issue:403 where:github who:526301
2015-10-12T23:38:09Z issue-was-assigned 28924109 _job:18308918599 assigner:526301 details:yegor256/takes#406 was assigned to @yegor256 by @yegor256. is_human:1 issue:406 where:github who:526301
2015-10-23T05:09:11Z issue-was-assigned 28924109 _job:18308918599 assigner:526301 details:yegor256/takes#414 was assigned to @yegor256 by @yegor256. is_human:1 issue:414 where:github who:526301
2015-10-28T21:27:41Z issue-was-assigned 28924109 _job:18308918599 assigner:526301 details:yegor256/takes#416 was assigned to @yegor256 by @yegor256. is_human:1 issue:416 where:github who:526301
2015-11-02T20:31:38Z issue-was-assigned 28924109 _job:18308918599 assigner:526301 details:yegor256/takes#420 was assigned to @yegor256 by @yegor256. is_human:1 issue:420 where:github who:526301
2015-11-28T19:28:52Z issue-was-assigned 28924109 _job:18308918599 assigner:526301 details:yegor256/takes#449 was assigned to @yegor256 by @yegor256. is_human:1 issue:449 where:github who:526301
2025-10-07T10:08:52Z earned-value _job:41964 ac:24 cost_of_qod:9.707621550591327 ev:174 pv:1692 qod:18 qod_per_day:8.697142857142858 qod_per_sec:1.0734126984126984e-05 start:2025-09-17T09:00:17Z
2016-11-22T07:02:17Z label-was-attached 28924109 _job:18310367306 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#712. is_human:1 issue:712 label:bug where:github who:526301
2018-02-21T19:35:41Z label-was-attached 28924109 _job:18310367306 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#804. is_human:1 issue:804 label:bug where:github who:526301
2018-03-21T14:46:25Z label-was-attached 28924109 _job:18310367306 details:The "bug" label was attached by @yegor256 to the issue yegor256/takes#810. is_human:1 issue:810 label:bug where:github who:526301
2015-03-29T22:15:51Z pull-was-merged 28924109 _job:18310367306 branch:92 comments:6 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:4 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#93 has been "pull-was-merged". failed_builds:0 files:1 hoc:3 is_human:0 issue:93 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-03-30T21:12:05Z pull-was-closed 28924109 _job:18310367306 branch:CcBase64#19 comments:20 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:14 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#95 has been "pull-was-closed". failed_builds:0 files:4 hoc:286 is_human:1 issue:95 succeeded_builds:0 where:github who:861305
2015-04-15T18:33:31Z pull-was-merged 28924109 _job:18310367306 branch:CcBase64#19 comments:102 comments_appreciated:0 comments_by_author:30 comments_by_reviewers:72 comments_resolved:0 comments_to_code:46 details:Apparently, yegor256/takes#98 has been "pull-was-merged". failed_builds:0 files:2 hoc:211 is_human:0 issue:98 review_comments:46 succeeded_builds:0 where:github who:8086956
2015-04-01T17:15:39Z pull-was-merged 28924109 _job:18311783022 branch:97 comments:20 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:20 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#103 has been "pull-was-merged". failed_builds:0 files:2 hoc:146 is_human:0 issue:103 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-04-22T09:14:50Z pull-was-closed 28924109 _job:18311783022 branch:41 comments:29 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:24 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#104 has been "pull-was-closed". failed_builds:0 files:2 hoc:202 issue:104 stale:who succeeded_builds:0 where:github
2015-04-05T18:06:56Z pull-was-merged 28924109 _job:18311783022 branch:12 comments:38 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:27 comments_resolved:0 comments_to_code:11 details:Apparently, yegor256/takes#116 has been "pull-was-merged". failed_builds:0 files:2 hoc:213 is_human:0 issue:116 review_comments:11 succeeded_builds:0 where:github who:8086956
2015-04-03T20:11:09Z pull-was-closed 28924109 _job:18311783022 branch:issue112_rqmultipart_tests comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#117 has been "pull-was-closed". failed_builds:0 files:1 hoc:204 is_human:1 issue:117 succeeded_builds:0 where:github who:114910
2015-04-09T19:00:57Z pull-was-merged 28924109 _job:18311783022 branch:issue112_rqmultipart_tests comments:31 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:30 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#118 has been "pull-was-merged". failed_builds:0 files:1 hoc:197 is_human:0 issue:118 review_comments:8 succeeded_builds:0 where:github who:8086956
2015-04-06T03:42:26Z pull-was-closed 28924109 _job:18311783022 branch:119 comments:27 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:22 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#122 has been "pull-was-closed". failed_builds:0 files:3 hoc:166 is_human:1 issue:122 succeeded_builds:0 where:github who:9972909
2015-04-24T08:41:45Z pull-was-closed 28924109 _job:18311783022 branch:#94 comments:77 comments_appreciated:0 comments_by_author:14 comments_by_reviewers:63 comments_resolved:0 comments_to_code:23 details:Apparently, yegor256/takes#123 has been "pull-was-closed". failed_builds:0 files:3 hoc:193 is_human:1 issue:123 succeeded_builds:0 where:github who:7552413
2015-04-23T10:47:54Z pull-was-closed 28924109 _job:18311783022 branch:master comments:25 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:20 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#125 has been "pull-was-closed". failed_builds:0 files:2 hoc:164 is_human:1 issue:125 succeeded_builds:0 where:github who:1460797
2015-04-09T01:47:24Z pull-was-merged 28924109 _job:18311783022 branch:126 comments:44 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:38 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#127 has been "pull-was-merged". failed_builds:0 files:2 hoc:15 is_human:0 issue:127 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-04-05T21:07:43Z pull-was-merged 28924109 _job:18311783022 branch:master comments:45 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:37 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#128 has been "pull-was-merged". failed_builds:0 files:7 hoc:44 is_human:0 issue:128 review_comments:7 succeeded_builds:0 where:github who:8086956
2015-04-06T04:08:27Z pull-was-merged 28924109 _job:18311783022 branch:129 comments:21 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:20 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#131 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:131 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-04-13T05:00:01Z pull-was-closed 28924109 _job:18311783022 branch:46 comments:27 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:19 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#134 has been "pull-was-closed". failed_builds:0 files:2 hoc:21 is_human:1 issue:134 succeeded_builds:0 where:github who:1265978
2015-04-22T09:16:47Z pull-was-closed 28924109 _job:18311783022 branch:115 comments:24 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:19 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#142 has been "pull-was-closed". failed_builds:0 files:1 hoc:222 issue:142 stale:who succeeded_builds:0 where:github
2015-04-09T05:10:56Z pull-was-merged 28924109 _job:18311783022 branch:rsWithHeaderValidation comments:43 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:34 comments_resolved:0 comments_to_code:12 details:Apparently, yegor256/takes#143 has been "pull-was-merged". failed_builds:0 files:2 hoc:53 is_human:0 issue:143 review_comments:12 succeeded_builds:0 where:github who:8086956
2015-04-10T00:41:02Z pull-was-closed 28924109 _job:18311783022 branch:master comments:11 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:10 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#150 has been "pull-was-closed". failed_builds:0 files:0 hoc:0 is_human:1 issue:150 succeeded_builds:0 where:github who:2527943
2015-04-08T07:35:07Z pull-was-merged 28924109 _job:18311783022 branch:master comments:36 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:32 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#151 has been "pull-was-merged". failed_builds:0 files:1 hoc:6 is_human:0 issue:151 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-04-10T03:27:18Z pull-was-merged 28924109 _job:18311783022 branch:new_attributes_file comments:22 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:22 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#156 has been "pull-was-merged". failed_builds:0 files:1 hoc:20 is_human:0 issue:156 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-04-09T19:20:59Z pull-was-merged 28924109 _job:18311783022 branch:153 comments:23 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:20 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#157 has been "pull-was-merged". failed_builds:0 files:2 hoc:10 is_human:0 issue:157 review_comments:5 succeeded_builds:0 where:github who:8086956
2015-04-13T03:25:38Z pull-was-merged 28924109 _job:18311783022 branch:140 comments:32 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:28 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#162 has been "pull-was-merged". failed_builds:0 files:5 hoc:153 is_human:0 issue:162 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-04-15T21:33:09Z pull-was-merged 28924109 _job:18311783022 branch:108_ts_tk_produces_decorators comments:31 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:28 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#164 has been "pull-was-merged". failed_builds:0 files:2 hoc:168 is_human:0 issue:164 review_comments:6 succeeded_builds:0 where:github who:8086956
2015-04-09T20:04:49Z pull-was-merged 28924109 _job:18311783022 branch:139 comments:30 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:26 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#165 has been "pull-was-merged". failed_builds:0 files:17 hoc:111 is_human:0 issue:165 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-04-26T06:49:57Z pull-was-closed 28924109 _job:18311783022 branch:master comments:15 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:14 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#168 has been "pull-was-closed". failed_builds:0 files:4 hoc:61 is_human:1 issue:168 succeeded_builds:0 where:github who:2527943
2015-04-23T19:40:16Z pull-was-closed 28924109 _job:18311783022 branch:46 comments:27 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:26 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#169 has been "pull-was-closed". failed_builds:0 files:2 hoc:37 is_human:1 issue:169 succeeded_builds:0 where:github who:6305016
2015-04-29T04:43:53Z pull-was-merged 28924109 _job:18311783022 branch:11 comments:54 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:43 comments_resolved:0 comments_to_code:6 details:Apparently, yegor256/takes#175 has been "pull-was-merged". failed_builds:0 files:2 hoc:210 is_human:0 issue:175 review_comments:6 succeeded_builds:0 where:github who:8086956
2015-04-17T06:24:56Z pull-was-merged 28924109 _job:18311783022 branch:46 comments:43 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:33 comments_resolved:0 comments_to_code:11 details:Apparently, yegor256/takes#176 has been "pull-was-merged". failed_builds:0 files:2 hoc:79 is_human:0 issue:176 review_comments:11 succeeded_builds:0 where:github who:8086956
2015-04-15T20:14:00Z pull-was-merged 28924109 _job:18311783022 branch:137 comments:25 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:21 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#177 has been "pull-was-merged". failed_builds:0 files:4 hoc:70 is_human:0 issue:177 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-05-02T02:47:21Z pull-was-closed 28924109 _job:18311783022 branch:master comments:109 comments_appreciated:0 comments_by_author:43 comments_by_reviewers:66 comments_resolved:0 comments_to_code:65 details:Apparently, yegor256/takes#183 has been "pull-was-closed". failed_builds:0 files:14 hoc:864 is_human:1 issue:183 succeeded_builds:0 where:github who:6581896
2015-04-24T18:54:37Z pull-was-merged 28924109 _job:18311783022 branch:166 comments:40 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:31 comments_resolved:0 comments_to_code:14 details:Apparently, yegor256/takes#185 has been "pull-was-merged". failed_builds:0 files:4 hoc:224 is_human:0 issue:185 review_comments:14 succeeded_builds:0 where:github who:8086956
2015-04-24T19:38:57Z pull-was-merged 28924109 _job:18311783022 branch:ccCipher comments:50 comments_appreciated:0 comments_by_author:14 comments_by_reviewers:36 comments_resolved:0 comments_to_code:25 details:Apparently, yegor256/takes#186 has been "pull-was-merged". failed_builds:0 files:2 hoc:224 is_human:0 issue:186 review_comments:25 succeeded_builds:0 where:github who:8086956
2015-04-20T18:11:47Z pull-was-merged 28924109 _job:18311783022 branch:187 comments:33 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:27 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#188 has been "pull-was-merged". failed_builds:0 files:22 hoc:287 is_human:0 issue:188 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-04-29T21:23:01Z pull-was-merged 28924109 _job:18311783022 branch:58 comments:45 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:36 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#189 has been "pull-was-merged". failed_builds:0 files:5 hoc:24 is_human:0 issue:189 review_comments:7 succeeded_builds:0 where:github who:8086956
2015-04-20T22:15:03Z pull-was-closed 28924109 _job:18311783022 branch:master comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#191 has been "pull-was-closed". failed_builds:0 files:13 hoc:323 is_human:1 issue:191 succeeded_builds:0 where:github who:6518123
2015-04-22T03:53:38Z pull-was-merged 28924109 _job:18311783022 branch:#41 comments:21 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:20 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#192 has been "pull-was-merged". failed_builds:0 files:3 hoc:160 is_human:0 issue:192 review_comments:1 succeeded_builds:0 where:github who:8086956
2015-04-29T20:13:40Z pull-was-merged 28924109 _job:18311783022 branch:n136 comments:34 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:31 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#193 has been "pull-was-merged". failed_builds:0 files:13 hoc:184 is_human:0 issue:193 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-04-24T18:34:17Z pull-was-merged 28924109 _job:18311783022 branch:94 comments:38 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:30 comments_resolved:0 comments_to_code:16 details:Apparently, yegor256/takes#197 has been "pull-was-merged". failed_builds:0 files:4 hoc:301 is_human:0 issue:197 review_comments:16 succeeded_builds:0 where:github who:8086956
2015-06-16T21:58:11Z pull-was-closed 28924109 _job:18311783022 branch:PsLinkedinTest comments:81 comments_appreciated:0 comments_by_author:18 comments_by_reviewers:63 comments_resolved:0 comments_to_code:36 details:Apparently, yegor256/takes#200 has been "pull-was-closed". failed_builds:0 files:9 hoc:357 is_human:1 issue:200 succeeded_builds:0 where:github who:526301
2015-05-09T19:32:04Z pull-was-merged 28924109 _job:18311783022 branch:195 comments:27 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:21 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#202 has been "pull-was-merged". failed_builds:0 files:2 hoc:15 is_human:0 issue:202 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-05-08T19:16:14Z pull-was-merged 28924109 _job:18311783022 branch:#194 comments:34 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:27 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#203 has been "pull-was-merged". failed_builds:0 files:2 hoc:136 is_human:0 issue:203 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-04-24T19:20:59Z pull-was-merged 28924109 _job:18311783022 branch:#184 comments:20 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:19 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#204 has been "pull-was-merged". failed_builds:0 files:2 hoc:32 is_human:0 issue:204 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-04-24T08:41:32Z pull-was-closed 28924109 _job:18311783022 branch:#113 comments:14 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:13 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#207 has been "pull-was-closed". failed_builds:0 files:1 hoc:27 is_human:1 issue:207 succeeded_builds:0 where:github who:7552413
2015-04-24T08:26:41Z pull-was-merged 28924109 _job:18311783022 branch:206 comments:22 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:19 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#208 has been "pull-was-merged". failed_builds:0 files:2 hoc:100 is_human:0 issue:208 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-05-05T19:22:30Z pull-was-merged 28924109 _job:18311783022 branch:113 comments:42 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:33 comments_resolved:0 comments_to_code:4 details:Apparently, yegor256/takes#210 has been "pull-was-merged". failed_builds:0 files:2 hoc:39 is_human:0 issue:210 review_comments:4 succeeded_builds:0 where:github who:8086956
2015-04-29T20:45:45Z pull-was-merged 28924109 _job:18311783022 branch:166 comments:33 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:31 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#212 has been "pull-was-merged". failed_builds:0 files:2 hoc:42 is_human:0 issue:212 review_comments:8 succeeded_builds:0 where:github who:8086956
2015-05-08T19:36:37Z pull-was-merged 28924109 _job:18311783022 branch:#105 comments:36 comments_appreciated:0 comments_by_author:5 comments_by_reviewers:31 comments_resolved:0 comments_to_code:9 details:Apparently, yegor256/takes#214 has been "pull-was-merged". failed_builds:0 files:2 hoc:180 is_human:0 issue:214 review_comments:9 succeeded_builds:0 where:github who:8086956
2015-05-11T23:21:46Z pull-was-merged 28924109 _job:18311783022 branch:TkConsumesTsConsumes#107 comments:36 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:28 comments_resolved:0 comments_to_code:9 details:Apparently, yegor256/takes#215 has been "pull-was-merged". failed_builds:0 files:4 hoc:415 is_human:0 issue:215 review_comments:9 succeeded_builds:0 where:github who:8086956
2015-04-30T16:44:36Z pull-was-merged 28924109 _job:18311783022 branch:211 comments:43 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:32 comments_resolved:0 comments_to_code:1 details:Apparently, yegor256/takes#216 has been "pull-was-merged". failed_builds:0 files:3 hoc:258 is_human:0 issue:216 review_comments:1 succeeded_builds:0 where:github who:8086956
2015-05-07T18:47:41Z pull-was-merged 28924109 _job:18311783022 branch:master comments:132 comments_appreciated:0 comments_by_author:23 comments_by_reviewers:109 comments_resolved:0 comments_to_code:85 details:Apparently, yegor256/takes#218 has been "pull-was-merged". failed_builds:0 files:2 hoc:180 is_human:0 issue:218 review_comments:85 succeeded_builds:0 where:github who:8086956
2015-04-30T05:27:57Z pull-was-merged 28924109 _job:18311783022 branch:220 comments:28 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:25 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#223 has been "pull-was-merged". failed_builds:0 files:2 hoc:108 is_human:0 issue:223 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-05-07T00:28:13Z pull-was-merged 28924109 _job:18311783022 branch:SocketInformationIsNotPresentInRequest#130 comments:45 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:37 comments_resolved:0 comments_to_code:17 details:Apparently, yegor256/takes#225 has been "pull-was-merged". failed_builds:0 files:8 hoc:501 is_human:0 issue:225 review_comments:17 succeeded_builds:0 where:github who:8086956
2015-09-29T04:47:27Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#395 has been "issue-was-closed". is_human:1 issue:395 where:github who:1643451
2015-09-29T16:17:26Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#396 has been "issue-was-closed". is_human:1 issue:396 where:github who:526301
2015-12-11T03:25:48Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#399 has been "issue-was-closed". is_human:1 issue:399 where:github who:1643451
2015-12-18T11:16:08Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#400 has been "issue-was-closed". is_human:1 issue:400 where:github who:9972909
2015-10-05T18:06:42Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#401 has been "issue-was-closed". is_human:1 issue:401 where:github who:526301
2015-10-05T06:32:48Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#402 has been "issue-was-closed". is_human:1 issue:402 where:github who:1388994
2015-10-10T12:24:28Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#403 has been "issue-was-closed". is_human:1 issue:403 where:github who:8607452
2019-03-11T14:12:25Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#406 has been "issue-was-closed". is_human:1 issue:406 where:github who:33915433
2015-11-08T08:22:39Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#407 has been "issue-was-closed". is_human:1 issue:407 where:github who:7436770
2019-04-18T20:29:44Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#408 has been "issue-was-closed". is_human:1 issue:408 where:github who:33915433
2015-10-29T07:18:41Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#410 has been "issue-was-closed". is_human:1 issue:410 where:github who:9972909
2015-11-14T15:04:18Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#412 has been "issue-was-closed". is_human:1 issue:412 where:github who:6305016
2015-11-19T16:49:57Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#413 has been "issue-was-closed". is_human:1 issue:413 where:github who:6305016
2015-10-23T14:54:26Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#414 has been "issue-was-closed". is_human:1 issue:414 where:github who:526301
2015-10-28T21:27:38Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#416 has been "issue-was-closed". is_human:1 issue:416 where:github who:526301
2015-11-09T18:16:57Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#417 has been "issue-was-closed". is_human:1 issue:417 where:github who:6305016
2016-01-17T10:19:36Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#418 has been "issue-was-closed". is_human:1 issue:418 where:github who:6305016
2015-12-25T15:03:07Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#419 has been "issue-was-closed". is_human:1 issue:419 where:github who:526301
2015-11-02T20:49:26Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#420 has been "issue-was-closed". is_human:1 issue:420 where:github who:526301
2015-11-05T04:07:30Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#423 has been "issue-was-closed". is_human:1 issue:423 where:github who:526301
2015-12-07T18:09:54Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#427 has been "issue-was-closed". is_human:1 issue:427 where:github who:526301
2015-11-06T20:09:12Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#428 has been "issue-was-closed". is_human:1 issue:428 where:github who:526301
2015-11-03T23:09:43Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#429 has been "issue-was-closed". is_human:1 issue:429 where:github who:526301
2016-01-08T21:51:27Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#430 has been "issue-was-closed". is_human:1 issue:430 where:github who:526301
2015-12-24T02:02:38Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#431 has been "issue-was-closed". is_human:1 issue:431 where:github who:9972909
2015-11-07T01:50:48Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#432 has been "issue-was-closed". is_human:1 issue:432 where:github who:526301
2016-01-20T20:17:17Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#433 has been "issue-was-closed". is_human:1 issue:433 where:github who:526301
2016-01-04T17:40:01Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#436 has been "issue-was-closed". is_human:1 issue:436 where:github who:8607452
2018-02-06T17:23:13Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#437 has been "issue-was-closed". is_human:1 issue:437 where:github who:526301
2016-01-24T12:49:30Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#438 has been "issue-was-closed". is_human:1 issue:438 where:github who:8607452
2015-12-09T13:30:30Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#439 has been "issue-was-closed". is_human:1 issue:439 where:github who:1917892
2015-12-25T07:03:56Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#441 has been "issue-was-closed". is_human:1 issue:441 where:github who:1405237
2015-12-25T17:38:00Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#442 has been "issue-was-closed". is_human:1 issue:442 where:github who:1405237
2015-11-22T16:47:29Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#443 has been "issue-was-closed". is_human:1 issue:443 where:github who:526301
2015-11-28T19:11:31Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#444 has been "issue-was-closed". is_human:1 issue:444 where:github who:526301
2015-12-19T19:51:23Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#445 has been "issue-was-closed". is_human:1 issue:445 where:github who:2956255
2015-11-23T14:27:57Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#448 has been "issue-was-closed". is_human:1 issue:448 where:github who:526301
2015-12-07T17:31:34Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#449 has been "issue-was-closed". is_human:1 issue:449 where:github who:1054771
2016-01-05T09:13:14Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#450 has been "issue-was-closed". is_human:1 issue:450 where:github who:1405237
2016-01-04T16:12:00Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#453 has been "issue-was-closed". is_human:1 issue:453 where:github who:1388994
2016-01-20T08:41:17Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#454 has been "issue-was-closed". is_human:1 issue:454 where:github who:2956255
2015-12-08T10:29:02Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#455 has been "issue-was-closed". is_human:1 issue:455 where:github who:526301
2016-01-15T08:48:18Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#456 has been "issue-was-closed". is_human:1 issue:456 where:github who:2956255
2016-03-22T20:33:50Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#458 has been "issue-was-closed". is_human:1 issue:458 where:github who:6305016
2016-03-06T19:14:19Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#461 has been "issue-was-closed". is_human:1 issue:461 where:github who:2956255
2016-01-11T13:29:06Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#462 has been "issue-was-closed". is_human:1 issue:462 where:github who:2956255
2016-01-12T07:11:52Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#463 has been "issue-was-closed". is_human:1 issue:463 where:github who:2956255
2016-01-11T08:09:59Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#480 has been "issue-was-closed". is_human:1 issue:480 where:github who:1917892
2016-01-07T01:58:17Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#481 has been "issue-was-closed". is_human:1 issue:481 where:github who:1917892
2016-01-07T00:40:58Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#482 has been "issue-was-closed". is_human:1 issue:482 where:github who:1917892
2018-02-12T03:33:48Z issue-was-closed 28924109 _job:18311783022 details:Apparently, yegor256/takes#485 has been "issue-was-closed". is_human:1 issue:485 where:github who:1917892
2016-03-04T23:11:24Z issue-was-assigned 28924109 _job:18313613236 assigner:526301 details:yegor256/takes#642 was assigned to @yegor256 by @yegor256. is_human:1 issue:642 where:github who:526301
2016-03-06T18:36:06Z issue-was-assigned 28924109 _job:18313613236 assigner:526301 details:yegor256/takes#643 was assigned to @yegor256 by @yegor256. is_human:1 issue:643 where:github who:526301
2016-07-26T01:45:34Z issue-was-assigned 28924109 _job:18313613236 assigner:526301 details:yegor256/takes#704 was assigned to @yegor256 by @yegor256. is_human:1 issue:704 where:github who:526301
2015-05-07T01:42:05Z pull-was-merged 28924109 _job:18315059323 branch:42 comments:46 comments_appreciated:0 comments_by_author:11 comments_by_reviewers:35 comments_resolved:0 comments_to_code:11 details:Apparently, yegor256/takes#228 has been "pull-was-merged". failed_builds:0 files:2 hoc:193 is_human:0 issue:228 review_comments:11 succeeded_builds:0 where:github who:8086956
2015-05-07T18:35:44Z pull-was-merged 28924109 _job:18315059323 branch:iterable-concat comments:53 comments_appreciated:0 comments_by_author:9 comments_by_reviewers:44 comments_resolved:0 comments_to_code:12 details:Apparently, yegor256/takes#232 has been "pull-was-merged". failed_builds:0 files:4 hoc:222 is_human:0 issue:232 review_comments:12 succeeded_builds:0 where:github who:8086956
2015-05-09T19:47:14Z pull-was-merged 28924109 _job:18315059323 branch:iterable-select comments:60 comments_appreciated:0 comments_by_author:12 comments_by_reviewers:48 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#233 has been "pull-was-merged". failed_builds:0 files:6 hoc:332 is_human:0 issue:233 review_comments:8 succeeded_builds:0 where:github who:8086956
2015-05-08T05:13:21Z pull-was-merged 28924109 _job:18315059323 branch:iterable-transform comments:40 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:34 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#234 has been "pull-was-merged". failed_builds:0 files:4 hoc:240 is_human:0 issue:234 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-05-07T00:08:30Z pull-was-merged 28924109 _job:18315059323 branch:#106 comments:52 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:42 comments_resolved:0 comments_to_code:15 details:Apparently, yegor256/takes#235 has been "pull-was-merged". failed_builds:0 files:2 hoc:118 is_human:0 issue:235 review_comments:15 succeeded_builds:0 where:github who:8086956
2015-05-01T20:19:52Z pull-was-merged 28924109 _job:18315059323 branch:#229 comments:28 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:24 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#238 has been "pull-was-merged". failed_builds:0 files:1 hoc:13 is_human:0 issue:238 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-05-02T01:00:44Z pull-was-merged 28924109 _job:18315059323 branch:master comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#241 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:241 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-05-02T14:45:53Z pull-was-closed 28924109 _job:18315059323 branch:pslinkedIn-fix comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#244 has been "pull-was-closed". failed_builds:0 files:15 hoc:878 is_human:1 issue:244 succeeded_builds:0 where:github who:6581896
2015-05-11T02:50:50Z pull-was-merged 28924109 _job:18315059323 branch:pslinkedin comments:36 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:30 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#245 has been "pull-was-merged". failed_builds:0 files:2 hoc:38 is_human:0 issue:245 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-06-08T01:27:10Z pull-was-closed 28924109 _job:18316828628 branch:#227 comments:35 comments_appreciated:0 comments_by_author:7 comments_by_reviewers:28 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#246 has been "pull-was-closed". failed_builds:0 files:1 hoc:26 is_human:1 issue:246 succeeded_builds:0 where:github who:904080
2015-05-14T17:33:27Z pull-was-merged 28924109 _job:18316828628 branch:248 comments:22 comments_appreciated:0 comments_by_author:6 comments_by_reviewers:16 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#255 has been "pull-was-merged". failed_builds:0 files:2 hoc:242 is_human:0 issue:255 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-05-13T03:09:05Z pull-was-merged 28924109 _job:18316828628 branch:#231 comments:24 comments_appreciated:0 comments_by_author:2 comments_by_reviewers:22 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#261 has been "pull-was-merged". failed_builds:0 files:2 hoc:48 is_human:0 issue:261 review_comments:5 succeeded_builds:0 where:github who:8086956
2015-05-27T20:58:44Z pull-was-merged 28924109 _job:18316828628 branch:252 comments:96 comments_appreciated:0 comments_by_author:27 comments_by_reviewers:69 comments_resolved:0 comments_to_code:30 details:Apparently, yegor256/takes#262 has been "pull-was-merged". failed_builds:0 files:2 hoc:182 is_human:0 issue:262 review_comments:30 succeeded_builds:0 where:github who:8086956
2015-05-13T05:46:49Z pull-was-merged 28924109 _job:18316828628 branch:#251 comments:12 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:12 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#267 has been "pull-was-merged". failed_builds:0 files:1 hoc:4 is_human:0 issue:267 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-10-20T16:57:50Z pull-was-merged 28924109 _job:18316828628 branch:260_hamcrest_header_matcher comments:62 comments_appreciated:0 comments_by_author:13 comments_by_reviewers:49 comments_resolved:0 comments_to_code:15 details:Apparently, yegor256/takes#269 has been "pull-was-merged". failed_builds:0 files:4 hoc:398 is_human:0 issue:269 review_comments:15 succeeded_builds:0 where:github who:8086956
2015-05-11T18:05:42Z pull-was-merged 28924109 _job:18316828628 branch:43 comments:27 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:23 comments_resolved:0 comments_to_code:8 details:Apparently, yegor256/takes#270 has been "pull-was-merged". failed_builds:0 files:2 hoc:203 is_human:0 issue:270 review_comments:8 succeeded_builds:0 where:github who:8086956
2015-05-11T20:20:27Z pull-was-merged 28924109 _job:18316828628 branch:268_get_rid_of_puzzle comments:7 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:7 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#279 has been "pull-was-merged". failed_builds:0 files:1 hoc:6 is_human:0 issue:279 review_comments:0 succeeded_builds:0 where:github who:8086956
2015-05-13T20:40:15Z pull-was-merged 28924109 _job:18316828628 branch:276 comments:18 comments_appreciated:0 comments_by_author:3 comments_by_reviewers:15 comments_resolved:0 comments_to_code:2 details:Apparently, yegor256/takes#280 has been "pull-was-merged". failed_builds:0 files:2 hoc:103 is_human:0 issue:280 review_comments:2 succeeded_builds:0 where:github who:8086956
2015-05-13T03:25:16Z pull-was-merged 28924109 _job:18316828628 branch:227 comments:22 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:21 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#282 has been "pull-was-merged". failed_builds:0 files:1 hoc:98 is_human:0 issue:282 review_comments:5 succeeded_builds:0 where:github who:8086956
2015-05-14T04:50:53Z pull-was-merged 28924109 _job:18316828628 branch:205 comments:19 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:15 comments_resolved:0 comments_to_code:3 details:Apparently, yegor256/takes#283 has been "pull-was-merged". failed_builds:0 files:3 hoc:29 is_human:0 issue:283 review_comments:3 succeeded_builds:0 where:github who:8086956
2015-05-14T09:19:35Z pull-was-closed 28924109 _job:18316828628 branch:master comments:1 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#288 has been "pull-was-closed". failed_builds:0 files:2 hoc:92 is_human:1 issue:288 succeeded_builds:0 where:github who:765917
2015-05-14T18:03:41Z pull-was-merged 28924109 _job:18316828628 branch:master comments:31 comments_appreciated:0 comments_by_author:8 comments_by_reviewers:23 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#289 has been "pull-was-merged". failed_builds:0 files:2 hoc:76 is_human:0 issue:289 review_comments:10 succeeded_builds:0 where:github who:8086956
2015-05-18T17:49:19Z pull-was-merged 28924109 _job:18316828628 branch:295 comments:38 comments_appreciated:0 comments_by_author:4 comments_by_reviewers:34 comments_resolved:0 comments_to_code:10 details:Apparently, yegor256/takes#297 has been "pull-was-merged". failed_builds:0 files:2 hoc:125 is_human:0 issue:297 review_comments:10 succeeded_builds:0 where:github who:8086956
2015-05-19T19:41:22Z pull-was-merged 28924109 _job:18316828628 branch:298_rswithtype_overrides_statuscode comments:21 comments_appreciated:0 comments_by_author:1 comments_by_reviewers:20 comments_resolved:0 comments_to_code:5 details:Apparently, yegor256/takes#299 has been "pull-was-merged". failed_builds:0 files:2 hoc:52 is_human:0 issue:299 review_comments:5 succeeded_builds:0 where:github who:8086956
2015-05-22T23:37:40Z pull-was-merged 28924109 _job:18316828628 branch:285 comments:43 comments_appreciated:0 comments_by_author:10 comments_by_reviewers:33 comments_resolved:0 comments_to_code:7 details:Apparently, yegor256/takes#300 has been "pull-was-merged". failed_builds:0 files:2 hoc:103 is_human:0 issue:300 review_comments:7 succeeded_builds:0 where:github who:8086956
2025-10-07T21:59:31Z dimensions-of-terrain _job:18327255699 total_active_contributors:3 total_commits:3537 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:739 total_releases:155 total_repositories:1 total_stars:859
2025-10-08T02:59:58Z pull-was-reviewed 28924109 _job:18332520886 comments:1 commits:1 details:The pull request yegor256/takes#1478 has been reviewed by @yegor256 with 2 HoC and 1 comments. event_id:55753905676 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:1478 review_comments:0 where:github who:526301
2025-10-08T02:59:55Z pull-was-reviewed 28924109 _job:18332520886 comments:2 commits:1 details:The pull request yegor256/takes#1479 has been reviewed by @yegor256 with 2 HoC and 2 comments. event_id:55753904737 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:1479 review_comments:0 where:github who:526301
2025-10-08T03:27:06Z pull-was-merged 28924109 _job:18333264234 branch:renovate/crate-ci-typos-1.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1479 has been closed by @rultor, with 2 HoC and 2 comments. event_id:55754582863 event_type:PullRequestEvent failed_builds:0 files:1 hoc:2 is_human:0 issue:1479 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-08T02:59:54Z code-was-reviewed 28924109 _job:18333264234 author:29139614 comments:3 details:The pull request yegor256/takes#1479 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 31h51m and 0 comments. hoc:2 is_human:1 issue:1479 review_comments:0 seconds:114673 where:github who:526301
2025-10-08T03:58:54Z pull-was-merged 28924109 _job:18334217578 branch:renovate/fsfe-reuse-action-6.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:The pull request yegor256/takes#1478 has been closed by @rultor, with 2 HoC and 2 comments. event_id:55755301452 event_type:PullRequestEvent failed_builds:0 files:1 hoc:2 is_human:0 issue:1478 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-08T02:59:57Z code-was-reviewed 28924109 _job:18334217578 author:29139614 comments:3 details:The pull request yegor256/takes#1478 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 34h58m and 0 comments. hoc:2 is_human:1 issue:1478 review_comments:0 seconds:125910 where:github who:526301
2025-10-08T07:11:14Z pull-was-opened 28924109 _job:18337789210 branch:renovate/zerocracy-judges-action-0.x details:The pull request yegor256/takes#1480 has been opened by @renovate[bot]. event_id:55761327815 event_type:PullRequestEvent is_human:0 issue:1480 where:github who:29139614
2025-10-08T08:56:34Z pull-was-merged 28924109 _job:18339336356 branch:renovate/zerocracy-judges-action-0.x comments:2 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:2 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1480 has been "pull-was-merged". failed_builds:0 files:1 hoc:2 is_human:0 issue:1480 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-08T08:35:24Z code-was-reviewed 28924109 _job:18339336356 author:29139614 comments:3 details:The pull request yegor256/takes#1480 with 2 HoC created by @renovate[bot] was reviewed by @yegor256 after 1h24m and 0 comments. hoc:2 is_human:1 issue:1480 review_comments:0 seconds:5051 where:github who:526301
2025-10-08T08:35:25Z pull-was-reviewed 28924109 _job:18340862161 comments:3 commits:1 details:The pull request yegor256/takes#1480 has been reviewed by @yegor256 with 2 HoC and 3 comments. event_id:55765260715 event_type:PullRequestReviewEvent files:1 hoc:2 is_human:1 issue:1480 review_comments:0 where:github who:526301
2025-10-08T22:07:34Z dimensions-of-terrain _job:18359078318 total_active_contributors:3 total_commits:3541 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:740 total_releases:155 total_repositories:1 total_stars:859
2025-10-09T15:56:46Z quality-of-service _job:18381525680 since:2025-10-02T15:56:46Z some_backlog_size:[89, 89, 89, 89, 89, 89, 89] some_build_duration:[812, 40, 824, 41, 886, 36, 903, 69, 854, 43, 734, 35, 751, 38, 877, 39, 751, 38, 687, 36, 906, 40, 712, 37, 919, 36, 907, 35, 758, 39, 684, 41, 904, 34, 797, 35, 907, 48, 905, 47, 665, 42, 903, 41, 819, 44, 747, 48, 922, 40, 956, 42, 879, 42, 878, 41, 970, 51, 1070, 800] some_build_success_rate:[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] some_merged_pulls:10 some_pull_files_size:[1, 1, 1, 1, 1, 1, 1, 1, 2, 1] some_pull_hoc_size:[2, 2, 2, 2, 2, 2, 2, 2, 4, 2] some_pull_lifetime:[6321.0, 116304.0, 129447.0, 28098.0, 4953.0, 7708.0, 166356.0, 158554.0, 160442.0, 177110.0] some_review_size:[0, 0, 0, 0, 0, 0, 0, 0, 0, 0] some_review_time:[1269, 1631, 3537, 3521, 168404] some_reviewers_per_pull:[1, 1, 1, 1, 0, 0, 0, 0, 0, 1] some_reviews_per_pull:[1, 1, 1, 1, 0, 0, 0, 0, 0, 1] some_unmerged_pulls:0
2025-10-09T16:57:25Z quantity-of-deliverables _job:18383170865 since:2025-10-02T16:57:25Z total_builds_ran:603 total_commits_pushed:18 total_hoc_committed:38 total_issues_created:7 total_pulls_submitted:6 total_releases_published:0 total_reviews_submitted:4
2025-10-09T22:56:47Z dimensions-of-terrain _job:18391260523 total_active_contributors:3 total_commits:3541 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:740 total_releases:155 total_repositories:1 total_stars:860
2025-10-10T22:59:37Z dimensions-of-terrain _job:18420263796 total_active_contributors:3 total_commits:3541 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:740 total_releases:155 total_repositories:1 total_stars:859
2025-10-11T20:44:09Z pull-was-closed 28924109 _job:18434628049 branch:refactor_antipov comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1411 has been "pull-was-closed". failed_builds:11 files:9 hoc:211 is_human:1 issue:1411 succeeded_builds:8 where:github who:152931662
2025-10-11T20:44:10Z pull-was-closed 28924109 _job:18434628049 branch:refactor_antipov_static_calls comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1412 has been "pull-was-closed". failed_builds:11 files:12 hoc:30 is_human:1 issue:1412 succeeded_builds:8 where:github who:152931662
2025-10-11T20:44:10Z pull-was-closed 28924109 _job:18434628049 branch:fix_workflow comments:0 comments_appreciated:0 comments_by_author:0 comments_by_reviewers:0 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1413 has been "pull-was-closed". failed_builds:11 files:31 hoc:408 is_human:1 issue:1413 succeeded_builds:8 where:github who:152931662
2025-10-11T23:07:06Z dimensions-of-terrain _job:18435779621 total_active_contributors:3 total_commits:3541 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:741 total_releases:155 total_repositories:1 total_stars:859
2025-10-11T13:43:09Z pull-was-opened 28924109 _job:18437223417 branch:master details:The pull request yegor256/takes#1481 has been opened by @andrewlevada. event_id:55927805748 event_type:PullRequestEvent is_human:1 issue:1481 where:github who:31159530
2025-10-12T01:29:03Z who-has-name _job:18437223417 details:We found out that the user #31159530 is known in GitHub as @andrewlevada. is_human:1 name:andrewlevada where:github who:31159530
2025-10-12T23:07:25Z dimensions-of-terrain _job:18450633464 total_active_contributors:3 total_commits:3541 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:741 total_releases:155 total_repositories:1 total_stars:860
2025-10-13T23:08:42Z dimensions-of-terrain _job:18480240069 total_active_contributors:3 total_commits:3541 total_contributors:81 total_files:534 total_forks:210 total_issues:739 total_pulls:741 total_releases:155 total_repositories:1 total_stars:860
2025-10-14T08:49:27Z pull-was-merged 28924109 _job:18491100221 branch:master comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1481 has been "pull-was-merged". failed_builds:0 files:1 hoc:57 is_human:0 issue:1481 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-14T08:49:31Z issue-was-closed 28924109 _job:18492675483 details:Apparently, yegor256/takes#1018 has been "issue-was-closed". is_human:0 issue:1018 where:github who:24456188
2025-10-14T23:09:09Z dimensions-of-terrain _job:18512291119 total_active_contributors:4 total_commits:3542 total_contributors:82 total_files:534 total_forks:210 total_issues:739 total_pulls:741 total_releases:155 total_repositories:1 total_stars:860
2025-10-16T00:07:37Z dimensions-of-terrain _job:18545898768 total_active_contributors:4 total_commits:3542 total_contributors:82 total_files:534 total_forks:210 total_issues:739 total_pulls:742 total_releases:155 total_repositories:1 total_stars:859
2025-10-16T15:56:46Z quality-of-service _job:18567199089 since:2025-10-09T15:56:46Z some_backlog_size:[89, 89, 89, 89, 89, 88, 88] some_build_duration:[752, 38, 920, 40, 1019, 38, 918, 38, 853, 47, 7, 7, 8, 9, 10, 14, 17, 22, 30, 32, 7, 7, 8, 8, 9, 11, 15, 19, 69, 31, 33, 295, 280, 1048, 39, 1072, 41, 1008, 41, 876, 39, 898, 37, 961, 38, 8, 8, 8, 9, 11, 14, 21, 31, 34, 36, 80, 446, 908, 36, 0] some_build_success_rate:[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0] some_issue_lifetime:181504061.0 some_merged_pulls:6 some_pull_files_size:[1, 1] some_pull_hoc_size:[2, 57] some_pull_lifetime:[21651.0, 85330.0, 241579.0, 8120998.0, 8166585.0, 8167505.0] some_review_size:[0, 0] some_review_time:782 some_reviewers_per_pull:[1, 0] some_reviews_per_pull:[1, 0] some_unmerged_pulls:4
2025-10-16T16:57:25Z quantity-of-deliverables _job:18568765484 since:2025-10-09T16:57:25Z total_builds_ran:412 total_commits_pushed:3 total_hoc_committed:61 total_issues_created:2 total_pulls_submitted:1 total_releases_published:0 total_reviews_submitted:1
2025-10-16T18:54:49Z git-was-pushed 28924109 _job:18571699704 by_owner:1 commit:14e8fe6e51825198ad5d40341a068325dd39e70e default_branch:master details:A new Git push #27550840222 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:5261545306 event_type:PushEvent is_human:1 push_id:27550840222 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-16T18:55:53Z git-was-pushed 28924109 _job:18573116848 by_owner:1 commit:3db1e8d24784230828dcbde34cce7ccd6bf96478 default_branch:master details:A new Git push #27550861964 has arrived to yegor256/takes, made by @yegor256 (default branch is "master"), not associated with any pull request. event_id:5261566911 event_type:PushEvent is_human:1 push_id:27550861964 ref:refs/heads/master to_master:1 where:github who:526301
2025-10-17T01:23:21Z dimensions-of-terrain _job:18579459964 total_active_contributors:4 total_commits:3546 total_contributors:82 total_files:534 total_forks:210 total_issues:739 total_pulls:743 total_releases:155 total_repositories:1 total_stars:859
2025-10-17T10:11:28Z earned-value _job:43817 ac:24 cost_of_qod:0.6750218863751555 ev:17 pv:2515 qod:26 qod_per_day:124.01714285714287 qod_per_sec:1.039192161337798e-05 start:2025-09-17T09:00:17Z
2025-10-18T01:34:04Z dimensions-of-terrain _job:18608652364 total_active_contributors:4 total_commits:3549 total_contributors:82 total_files:534 total_forks:210 total_issues:739 total_pulls:744 total_releases:155 total_repositories:1 total_stars:859
2025-10-19T02:39:21Z dimensions-of-terrain _job:18624153992 total_active_contributors:4 total_commits:3549 total_contributors:82 total_files:534 total_forks:210 total_issues:739 total_pulls:744 total_releases:155 total_repositories:1 total_stars:859
2025-10-21T11:09:35Z dimensions-of-terrain _job:18681520450 total_active_contributors:4 total_commits:3549 total_contributors:82 total_files:534 total_forks:210 total_issues:739 total_pulls:744 total_releases:155 total_repositories:1 total_stars:860
2025-10-21T11:10:04Z assessment _job:44509 analyzers:18 text:The average number of builds per week (512.3) is increasing (R=0.12). The average number of commits per week (11.8) is staying still. The average number of releases per month (0.0) is staying still. The average monthly turnover (42.0 developers) is increasing (R=0.79).
2025-10-21T17:19:49Z pull-was-merged 28924109 _job:18692987070 branch:renovate/jakarta.ws.rs-jakarta.ws.rs-api-4.x comments:3 comments_appreciated:1 comments_by_author:0 comments_by_reviewers:3 comments_resolved:0 comments_to_code:0 details:Apparently, yegor256/takes#1313 has been "pull-was-merged". failed_builds:0 files:2 hoc:4 is_human:0 issue:1313 review_comments:0 succeeded_builds:15 where:github who:8086956
2025-10-21T17:03:15Z code-was-reviewed 28924109 _job:18692987070 author:29139614 comments:3 details:The pull request yegor256/takes#1313 with 4 HoC created by @renovate[bot] was reviewed by @yegor256 after 10690h49m and 0 comments. hoc:4 is_human:1 issue:1313 review_comments:0 seconds:38486955 where:github who:526301
2025-10-22T11:10:12Z assessment _job:44697 analyzers:18 text:The average number of builds per week (512.3) is increasing (R=0.12). The average number of commits per week (11.8) is staying still. The average number of releases per month (0.0) is staying still. The average monthly turnover (42.0 developers) is increasing (R=0.79).
2025-10-22T12:03:56Z dimensions-of-terrain _job:18715296766 total_active_contributors:4 total_commits:3552 total_contributors:82 total_files:534 total_forks:210 total_issues:739 total_pulls:745 total_releases:155 total_repositories:1 total_stars:860
2025-10-22T20:09:36Z learn-eva _job:44763
iterate 28924109 _job:18729617943 assignees_were_scanned:718 earliest_issue_was_found:1 events_were_scanned:5396034066 issues_were_scanned:0 labels_were_scanned:924 latest_issue_was_found:1463 merges_were_scanned:0 min_issue_was_found:144 min_pull_was_found:710 types_were_scanned:1054 where:github