{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":273926206,"defaultBranch":"master","name":"librivox-ansible","ownerLogin":"notartom","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-06-21T14:58:51.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3740830?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1711984385.0","currentOid":""},"activityList":{"items":[{"before":"197e403b21fd3957cbf846c3d5df94d70ee8c7ed","after":null,"ref":"refs/heads/run-db-migrate-for-localdev","pushedAt":"2024-04-01T15:13:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"}},{"before":"260fcc92efbdd6ce2c2b44411c6508047b2a37ae","after":"197e403b21fd3957cbf846c3d5df94d70ee8c7ed","ref":"refs/heads/run-db-migrate-for-localdev","pushedAt":"2024-04-01T15:08:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Run DB migrate command for localdev DB import\n\nFollowing up on https://github.com/LibriVox/librivox-catalog/pull/213,\nrun the DB migrate command to enable CI to pass when DB schema changes\nare needed.","shortMessageHtmlLink":"Run DB migrate command for localdev DB import"}},{"before":null,"after":"260fcc92efbdd6ce2c2b44411c6508047b2a37ae","ref":"refs/heads/run-db-migrate-for-localdev","pushedAt":"2024-04-01T15:07:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Run DB migrate command for localdev DB import\n\nFollowing up on https://github.com/LibriVox/librivox-catalog/pull/213,\nrun the DB migrate command to enable CI to pass when DB schema changes\nare needed.","shortMessageHtmlLink":"Run DB migrate command for localdev DB import"}},{"before":null,"after":"4b8cdfa9ad7d108c4e1640c679f7b1ab31bd2d0c","ref":"refs/heads/refspec_and_version_vars","pushedAt":"2024-02-11T01:13:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Use vars for catalog refspec and version\n\nLooks like just passing the GitHub `ref` as the `version` to Ansible's\ngit module isn't checking out what we want when ran from\nlibrivox-catalog. Try with refspec and version (which will be passed\nrespectively as github.ref and github.sha)","shortMessageHtmlLink":"Use vars for catalog refspec and version"}},{"before":"2285f994a6819095923ad87ea5f84686c3c2cfec","after":"4485eebc671227869f51cfd25303e06fd2aab880","ref":"refs/heads/ci-fixup","pushedAt":"2024-02-10T20:46:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Fix issues with deploying in CI\n\n- Fix quotes\n- Add separate role for compose unit tests dependencies only to\n staging and localdev","shortMessageHtmlLink":"Fix issues with deploying in CI"}},{"before":null,"after":"2285f994a6819095923ad87ea5f84686c3c2cfec","ref":"refs/heads/ci-fixup","pushedAt":"2024-02-10T20:37:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Fix quotes","shortMessageHtmlLink":"Fix quotes"}},{"before":"e6ace36360594c0da5c840d7e675a6542ce8c3db","after":"9b7b61796590d0466b49840347c98f81edcf143e","ref":"refs/heads/unit-tests-in-ci","pushedAt":"2024-02-10T20:33:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Fixup CI after unit tests patch","shortMessageHtmlLink":"Fixup CI after unit tests patch"}},{"before":"5527fbf0095f1cccfcf444a63c45e639bcb70a5e","after":"e6ace36360594c0da5c840d7e675a6542ce8c3db","ref":"refs/heads/unit-tests-in-ci","pushedAt":"2024-02-10T20:30:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Fixup CI after unit tests patch","shortMessageHtmlLink":"Fixup CI after unit tests patch"}},{"before":"ea3c6f4a11e948b7af5d53fc4dbe75aeb0a55eb7","after":"5527fbf0095f1cccfcf444a63c45e639bcb70a5e","ref":"refs/heads/unit-tests-in-ci","pushedAt":"2024-02-10T20:29:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Run unit tests in CI\n\nNow that https://github.com/LibriVox/librivox-catalog/pull/190 has\nmerged, we can actually run in CI. We also lay down some groundwork to\nmake the workflow reusable, and to make the catalog branch checkout\nconfigurable, with the intention of running it against unmerged PRs.\nThis means we have to call our own reusable workflow with the correct\nvalue of catalog_git_branch set, which is weird, but I couldn't find\na more sane way to handle variable with GitHub Actions.","shortMessageHtmlLink":"Run unit tests in CI"}},{"before":"284782559f260387eeacc503f76c1a758e0dcd26","after":"5527fbf0095f1cccfcf444a63c45e639bcb70a5e","ref":"refs/heads/master","pushedAt":"2024-02-10T20:28:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Run unit tests in CI\n\nNow that https://github.com/LibriVox/librivox-catalog/pull/190 has\nmerged, we can actually run in CI. We also lay down some groundwork to\nmake the workflow reusable, and to make the catalog branch checkout\nconfigurable, with the intention of running it against unmerged PRs.\nThis means we have to call our own reusable workflow with the correct\nvalue of catalog_git_branch set, which is weird, but I couldn't find\na more sane way to handle variable with GitHub Actions.","shortMessageHtmlLink":"Run unit tests in CI"}},{"before":"4d97d342b9fb428ca94721168298a20122d85dfa","after":"ea3c6f4a11e948b7af5d53fc4dbe75aeb0a55eb7","ref":"refs/heads/unit-tests-in-ci","pushedAt":"2024-02-10T20:27:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Fixup CI after unit tests patch","shortMessageHtmlLink":"Fixup CI after unit tests patch"}},{"before":"064401ec861488c6e9af2567edd698e8e682f727","after":"4d97d342b9fb428ca94721168298a20122d85dfa","ref":"refs/heads/unit-tests-in-ci","pushedAt":"2024-02-10T20:23:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Run unit tests in CI\n\nNow that https://github.com/LibriVox/librivox-catalog/pull/190 has\nmerged, we can actually run in CI. We also lay down some groundwork to\nmake the workflow reusable, and to make the catalog branch checkout\nconfigurable, with the intention of running it against unmerged PRs.\nThis means we have to call our own reusable workflow with the correct\nvalue of catalog_git_branch set, which is weird, but I couldn't find\na more sane way to handle variable with GitHub Actions.","shortMessageHtmlLink":"Run unit tests in CI"}},{"before":"b766f607c2a80b6981e3133c392097b1c2ea8754","after":"064401ec861488c6e9af2567edd698e8e682f727","ref":"refs/heads/unit-tests-in-ci","pushedAt":"2024-02-10T20:23:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Run unit tests in CI\n\nNow that https://github.com/LibriVox/librivox-catalog/pull/190 has\nmerged, we can actually run in CI. We also lay down some groundwork to\nmake the workflow reusable, and to make the catalog branch checkout\nconfigurable, with the intention of running it against unmerged PRs.\nThis means we have to call our own reusable workflow with the correct\nvalue of catalog_git_branch set, which is weird, but I couldn't find\na more sane way to handle variable with GitHub Actions.","shortMessageHtmlLink":"Run unit tests in CI"}},{"before":"5e7bd84e2c4d664efc2c200565cf2b3ca993ea35","after":"b766f607c2a80b6981e3133c392097b1c2ea8754","ref":"refs/heads/unit-tests-in-ci","pushedAt":"2024-02-10T20:20:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Run unit tests in CI\n\nNow that https://github.com/LibriVox/librivox-catalog/pull/190 has\nmerged, we can actually run in CI. We also lay down some groundwork to\nmake the workflow reusable, and to make the catalog branch checkout\nconfigurable, with the intention of running it against unmerged PRs.\nThis means we have to call our own reusable workflow with the correct\nvalue of catalog_git_branch set, which is weird, but I couldn't find\na more sane way to handle variable with GitHub Actions.","shortMessageHtmlLink":"Run unit tests in CI"}},{"before":null,"after":"5e7bd84e2c4d664efc2c200565cf2b3ca993ea35","ref":"refs/heads/unit-tests-in-ci","pushedAt":"2024-02-10T17:02:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Run unit tests in CI\n\nNow that https://github.com/LibriVox/librivox-catalog/pull/190 has\nmerged, we can actually run in CI. Running it on librivox-catalog PRs\nwill come later, for now just proove this out on master.","shortMessageHtmlLink":"Run unit tests in CI"}},{"before":"a7c5a17eb6a8e64716a8e19500c5f3f1fc6b2d0a","after":"284782559f260387eeacc503f76c1a758e0dcd26","ref":"refs/heads/master","pushedAt":"2024-02-10T17:01:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Remove .gitreview\n\nWe've moved to GitHub PRs for a long time now.","shortMessageHtmlLink":"Remove .gitreview"}},{"before":"760c94ab973b899f8b8c2185fffed15bb802fda2","after":"a7c5a17eb6a8e64716a8e19500c5f3f1fc6b2d0a","ref":"refs/heads/master","pushedAt":"2023-12-28T16:14:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Improve localdev doc and fold it into the main README\n\nCloses issue #11","shortMessageHtmlLink":"Improve localdev doc and fold it into the main README"}},{"before":"aa95085425b9770ade4e47a9fa215e14c5e2ca7a","after":"760c94ab973b899f8b8c2185fffed15bb802fda2","ref":"refs/heads/master","pushedAt":"2023-12-27T15:52:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Improve localdev doc and fold it into the main README\n\nCloses issue #11","shortMessageHtmlLink":"Improve localdev doc and fold it into the main README"}},{"before":"4b933c4de8841a5f1c755b4343eea8ed5d6c05bf","after":"aa95085425b9770ade4e47a9fa215e14c5e2ca7a","ref":"refs/heads/master","pushedAt":"2023-12-27T01:46:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Improve localdev doc and fold it into the main README\n\nCloses issue #11","shortMessageHtmlLink":"Improve localdev doc and fold it into the main README"}},{"before":"2e3024489238fe0f73c7fbc4e0347e515279b1f3","after":"4b933c4de8841a5f1c755b4343eea8ed5d6c05bf","ref":"refs/heads/master","pushedAt":"2023-12-27T01:45:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Improve localdev doc and fold it into the main README","shortMessageHtmlLink":"Improve localdev doc and fold it into the main README"}},{"before":"5f8a6a2ebc1e6f596cc16990e9a9c6766a14fe36","after":"2e3024489238fe0f73c7fbc4e0347e515279b1f3","ref":"refs/heads/master","pushedAt":"2023-12-26T23:22:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Do not change SSH port for localdev","shortMessageHtmlLink":"Do not change SSH port for localdev"}},{"before":"77b3f9c4379de2a581314fd355ae4641c160f4bd","after":"5f8a6a2ebc1e6f596cc16990e9a9c6766a14fe36","ref":"refs/heads/master","pushedAt":"2023-12-26T15:53:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Do not change SSH port for localdev","shortMessageHtmlLink":"Do not change SSH port for localdev"}},{"before":"8a16b343e3c728e7738bc65a9fd08bf51592ab74","after":"77b3f9c4379de2a581314fd355ae4641c160f4bd","ref":"refs/heads/master","pushedAt":"2023-12-26T04:01:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Check for site health in CI","shortMessageHtmlLink":"Check for site health in CI"}},{"before":"82c8bd43678a4e6a0c4a31f2a91d8d54ae15989c","after":"8a16b343e3c728e7738bc65a9fd08bf51592ab74","ref":"refs/heads/master","pushedAt":"2023-12-26T03:54:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Check for site health in CI","shortMessageHtmlLink":"Check for site health in CI"}},{"before":"c7c29b5621b74f65623dfdf48d9a355c718b6ec2","after":"82c8bd43678a4e6a0c4a31f2a91d8d54ae15989c","ref":"refs/heads/master","pushedAt":"2023-12-26T03:12:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Check for site health in CI","shortMessageHtmlLink":"Check for site health in CI"}},{"before":"375da1acd06116328569370715bd5041d2feae35","after":"c7c29b5621b74f65623dfdf48d9a355c718b6ec2","ref":"refs/heads/master","pushedAt":"2023-12-26T03:07:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Check for site health in CI","shortMessageHtmlLink":"Check for site health in CI"}},{"before":"54abf5bdaaadb5b0a5a8103fc05a08ca73827e13","after":"375da1acd06116328569370715bd5041d2feae35","ref":"refs/heads/master","pushedAt":"2023-12-26T03:04:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Check for site health in CI","shortMessageHtmlLink":"Check for site health in CI"}},{"before":"721295fab3477aa193ce110f725aa59430af3e2f","after":"54abf5bdaaadb5b0a5a8103fc05a08ca73827e13","ref":"refs/heads/master","pushedAt":"2023-12-26T02:46:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Check for site health in CI","shortMessageHtmlLink":"Check for site health in CI"}},{"before":"117527f47b0d0fad2db39bb2131b496e7aae220a","after":"721295fab3477aa193ce110f725aa59430af3e2f","ref":"refs/heads/master","pushedAt":"2023-12-26T02:40:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Check for site health in CI","shortMessageHtmlLink":"Check for site health in CI"}},{"before":"500f9c51801d3d38f48800931e1570fb9e471c6c","after":"117527f47b0d0fad2db39bb2131b496e7aae220a","ref":"refs/heads/master","pushedAt":"2023-12-26T02:31:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"notartom","name":"Artom Lifshitz","path":"/notartom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3740830?s=80&v=4"},"commit":{"message":"Check for site health in CI","shortMessageHtmlLink":"Check for site health in CI"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEJJcRFwA","startCursor":null,"endCursor":null}},"title":"Activity ยท notartom/librivox-ansible"}