{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":663083,"defaultBranch":"master","name":"bioperl-live","ownerLogin":"bioperl","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-05-12T17:13:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/206366?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1644937742.824948","currentOid":""},"activityList":{"items":[{"before":"ffd0c217598df56346828bbf00d887e8e7b27378","after":"9ce0d304f42ef3a6808e7e94be42cb56bb51068d","ref":"refs/heads/master","pushedAt":"2024-04-26T15:29:23.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"maint: remove Travis stuff which has been replaced with Github actions (#325)","shortMessageHtmlLink":"maint: remove Travis stuff which has been replaced with Github actions ("}},{"before":"d21ff931c30982550dbb80691071a1d4a08ab796","after":"ffd0c217598df56346828bbf00d887e8e7b27378","ref":"refs/heads/master","pushedAt":"2024-04-26T13:45:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"README.md: change test suite badge from travis to Github actions.\n\nTravis changed its terms and it's no longer accessible. We have been\nusing Github actions (since dfbf04ce and #374) and see also #325.","shortMessageHtmlLink":"README.md: change test suite badge from travis to Github actions."}},{"before":"cfc66e56cb5be9508381e627c44898a6b62a8753","after":"d21ff931c30982550dbb80691071a1d4a08ab796","ref":"refs/heads/master","pushedAt":"2024-04-26T13:33:06.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"t/SeqTools/CodonTable.t: test for removed codon tables (#386)\n\nCodon tables are sometimes removed, e.g., codon table id=7.\nPreviously, instead of being handled as invalid tables, these would\nreturn the \"''\" (because they were parsed from a `qw()`. Since\na73febe9 the tables are parsed straight from the gc.prt, the tables\narray gets a real empty string, adn are handled as invalid.\n\nIn PR #386 a test was added that the \"''\" was returned. This is no\nlonger needed. This commit tests that when a table is empty (id=7)\nit's properly identified as invalid to avoid a regression.","shortMessageHtmlLink":"t/SeqTools/CodonTable.t: test for removed codon tables (#386)"}},{"before":"a73febe952c50b92f44a4693a7f13e12589c6b10","after":"cfc66e56cb5be9508381e627c44898a6b62a8753","ref":"refs/heads/master","pushedAt":"2024-04-26T12:54:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"Bio::Tools::CodonTable and Bio::Tools::IUPAC: prepare with dzil.\n\nSetup these two modules for release with dzil and bunch of minor\nimprovements: package and dependencies declaration at top, use utf8,\nuse podweaver to remove boilerplate docs.","shortMessageHtmlLink":"Bio::Tools::CodonTable and Bio::Tools::IUPAC: prepare with dzil."}},{"before":"e2273cd6bca3e55f16bb450675be6853222aac97","after":"a73febe952c50b92f44a4693a7f13e12589c6b10","ref":"refs/heads/master","pushedAt":"2024-04-26T01:03:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"Bio::Tools::CodonTable: include and parse the gc.prt file (#391)\n\nTo make it simpler to keep things up to date, just include the gc.prt\n(the NCBI data file of codon tables in ASN.1 print format) below\n__DATA__ and parse it. The file is very small and parsing it is very\nquick.\n\nWe can't read DATA in a BEGIN block so this also changes the BEGIN\ninto a INIT block. I'm not sure why the code there needs to be inside\nthem though.","shortMessageHtmlLink":"Bio::Tools::CodonTable: include and parse the gc.prt file (#391)"}},{"before":"91a236513db32d6d2ba0c1e4dc4afe0362430d31","after":"e2273cd6bca3e55f16bb450675be6853222aac97","ref":"refs/heads/master","pushedAt":"2024-04-25T15:48:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"Bio::Tools::CodonTable: update data from versino 4.2 to 4.9 (#391)","shortMessageHtmlLink":"Bio::Tools::CodonTable: update data from versino 4.2 to 4.9 (#391)"}},{"before":"e8a24d218d67a81097e686196646d54252c88568","after":"91a236513db32d6d2ba0c1e4dc4afe0362430d31","ref":"refs/heads/master","pushedAt":"2024-04-22T10:29:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"Bio::Tools::CodonTable: add codon table 15 (#389)\n\nThe codon table 15 was removed in 7f52ed56 to address #256 (updating\nCodonTable for current version which added codon tables 26-31 and\nremoved codon table 15). However, it seems that codon table was added\nback to NCBI. This commit adds codon table #15 again.","shortMessageHtmlLink":"Bio::Tools::CodonTable: add codon table 15 (#389)"}},{"before":"6af7f150f99dcad7d75744237c001efce3d463fe","after":"e8a24d218d67a81097e686196646d54252c88568","ref":"refs/heads/master","pushedAt":"2024-01-21T11:49:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"t/Root/RootIO.t: mark LWP::Protocol::https as prerequesite for test (#385)","shortMessageHtmlLink":"t/Root/RootIO.t: mark LWP::Protocol::https as prerequesite for test (#…"}},{"before":"febf38e528ec4db6c6fd96eb2ed6faef0445dd7f","after":"6af7f150f99dcad7d75744237c001efce3d463fe","ref":"refs/heads/master","pushedAt":"2024-01-20T15:19:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"t/Root/RootIO.t: use bioperl.org instead of google.com to test reading from URL (#385)","shortMessageHtmlLink":"t/Root/RootIO.t: use bioperl.org instead of google.com to test readin…"}},{"before":"d622ca48ed01faa3332c1fb31a6868b845d2890a","after":"febf38e528ec4db6c6fd96eb2ed6faef0445dd7f","ref":"refs/heads/master","pushedAt":"2023-07-12T12:46:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"Bio::Tools::GFF->gff_string: handle sequences named \"0\" (#383)\n\nWhen the sequence name is missing, we use the string \"SEQ\". We were\nevaluating the truthiness of the string value which evaluates as false\nwhen the string is \"0\".\n\nThis commit replace the check with the string length.","shortMessageHtmlLink":"Bio::Tools::GFF->gff_string: handle sequences named \"0\" (#383)"}},{"before":"38073ee629e67fc2535f40523cf1a2eb2d5cbbf4","after":"d622ca48ed01faa3332c1fb31a6868b845d2890a","ref":"refs/heads/master","pushedAt":"2023-07-01T16:01:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"carandraug","name":"David Miguel Susano Pinto","path":"/carandraug","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/916140?s=80&v=4"},"commit":{"message":"HACKING.md: fix minor typo (#382)","shortMessageHtmlLink":"HACKING.md: fix minor typo (#382)"}},{"before":"a809db2ba006b7abde24a1f025a561af979c7de9","after":"38073ee629e67fc2535f40523cf1a2eb2d5cbbf4","ref":"refs/heads/master","pushedAt":"2023-05-10T21:14:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjfields","name":"Chris Fields","path":"/cjfields","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49265?s=80&v=4"},"commit":{"message":"CI: Add test jobs using Debian containers\n\nThis tests against specific Debian releases using all Perl module\ndependencies that can be installed via `apt-get`.\n\nThis is per discussion at .","shortMessageHtmlLink":"CI: Add test jobs using Debian containers"}},{"before":"7adc3aaefe1b52c617ddd71b671a01f7b37b978f","after":"a809db2ba006b7abde24a1f025a561af979c7de9","ref":"refs/heads/master","pushedAt":"2023-05-10T21:13:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjfields","name":"Chris Fields","path":"/cjfields","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49265?s=80&v=4"},"commit":{"message":"Fix bsml_sax.t by using lax SAX parser\n\nThe test `t/SeqIO/bsml_sax.t` may fail on systems with older versions of\n`XML::LibXML` due to a 404 for the external BSML DTD's URL. This gives\nthe error:\n\n```\nhttp error : Unknown IO error\nt/SeqIO/bsml_sax.t ..................\nDubious, test returned 255 (wstat 65280, 0xff00)\nFailed 14/15 subtests\n```\n\nUses lax parser XML::SAX::PurePerl within the test which does not try to\nfetch the external DTD.\n\nFixes .\n\nConnects with .","shortMessageHtmlLink":"Fix bsml_sax.t by using lax SAX parser"}},{"before":"b5db8808667bede13f9050b085b89b3a4d381f5d","after":"7adc3aaefe1b52c617ddd71b671a01f7b37b978f","ref":"refs/heads/master","pushedAt":"2023-05-10T20:00:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjfields","name":"Chris Fields","path":"/cjfields","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49265?s=80&v=4"},"commit":{"message":"CI: test with minimum, median, and latest Perl versions\n\nThis is per discussion at:\n\n- ,\n- .","shortMessageHtmlLink":"CI: test with minimum, median, and latest Perl versions"}},{"before":"80183ef91bd899839e4ee3ce604a2389b49929a0","after":"b5db8808667bede13f9050b085b89b3a4d381f5d","ref":"refs/heads/master","pushedAt":"2023-05-10T19:58:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cjfields","name":"Chris Fields","path":"/cjfields","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49265?s=80&v=4"},"commit":{"message":"Add minimum dependency on base.pm v2.18\n\nThis fixes a bug in some cases when using `SUPER::new()` such as:\n\n```\nt/SearchIO/Tiling.t .................\nError: Can't locate object method \"new\" via package \"Bio::Search::HSP::GenericHSP::SUPER\"\n```\n\nFixes .\n\nConnects with .","shortMessageHtmlLink":"Add minimum dependency on base.pm v2.18"}},{"before":"4c9acbebd4b4d276e8c10f2470a4028b50bc3103","after":"80183ef91bd899839e4ee3ce604a2389b49929a0","ref":"refs/heads/master","pushedAt":"2023-04-26T20:49:28.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"cjfields","name":"Chris Fields","path":"/cjfields","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49265?s=80&v=4"},"commit":{"message":"Enable testing with coverage\n\nThis uses Coveralls for coverage reporting.","shortMessageHtmlLink":"Enable testing with coverage"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yNlQxNToyOToyMy4wMDAwMDBazwAAAAQ7TJxz","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yNlQxNToyOToyMy4wMDAwMDBazwAAAAQ7TJxz","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0yNlQyMDo0OToyOC4wMDAwMDBazwAAAAMhAQ2m"}},"title":"Activity · bioperl/bioperl-live"}