{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":328272011,"defaultBranch":"main","name":"mix_test_interactive","ownerLogin":"randycoulman","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-01-10T00:19:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1406203?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1709613643.0","currentOid":""},"activityList":{"items":[{"before":"449626c4d2ef4ad1341d95a830b7e4e51d580236","after":null,"ref":"refs/heads/release-2.0.4","pushedAt":"2024-03-05T04:39:46.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"4ab110afd7f0af4f3e8e3cf5938e0480135d76c6","after":"4272f69f123cdf071dd52fcaae70596399235468","ref":"refs/heads/main","pushedAt":"2024-03-05T04:39:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare 2.0.4 release (#87)","shortMessageHtmlLink":"๐Ÿ”– Prepare 2.0.4 release (#87)"}},{"before":null,"after":"449626c4d2ef4ad1341d95a830b7e4e51d580236","ref":"refs/heads/release-2.0.4","pushedAt":"2024-03-05T04:39:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare 2.0.4 release","shortMessageHtmlLink":"๐Ÿ”– Prepare 2.0.4 release"}},{"before":"935d494e0a434e545ebdf5fb5c180d141df24039","after":"4ab110afd7f0af4f3e8e3cf5938e0480135d76c6","ref":"refs/heads/main","pushedAt":"2024-03-05T04:32:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"Ignore some filesystem events emitted by inotify (#86)\n\nThe :isdir, :closed, and :attribute events likely don't need to be\r\nmonitored to run tests, and at least the :attribute event is causing\r\nproblems for projects that use the Domo library for validation. This is\r\nbecause the Domo library causes a delayed file read event to occur on\r\nsome elixir files in the lib directory, which causes their atime\r\nattribute to be updated. This is happening after the test run kicks off,\r\nand then it causes a second test run to occur.\r\n\r\nBecause the list of events that should trigger a test run is potentially\r\nmuch smaller than the list of all possible filesystem events,\r\nparticularly on platforms such as MacOS, it is much simpler to specify\r\nthe list of events we *do* want to process rather than the list of\r\nevents we want to ignore.\r\n\r\nN.B. the `FileSystem` module does not completely normalize the names of\r\nthe events between platforms, so our list of trigger events includes a\r\nfew items that look similar in order to support all platforms.","shortMessageHtmlLink":"Ignore some filesystem events emitted by inotify (#86)"}},{"before":"4da074a71e59f6c009ffa6d5d3cf60ce58ce4173","after":null,"ref":"refs/heads/release-2.0.3","pushedAt":"2024-01-27T19:11:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"29af9c7707d523fd8bc06ea0f854d295d5fe6869","after":"935d494e0a434e545ebdf5fb5c180d141df24039","ref":"refs/heads/main","pushedAt":"2024-01-27T19:11:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare v2.0.3 release (#84)","shortMessageHtmlLink":"๐Ÿ”– Prepare v2.0.3 release (#84)"}},{"before":null,"after":"4da074a71e59f6c009ffa6d5d3cf60ce58ce4173","ref":"refs/heads/release-2.0.3","pushedAt":"2024-01-27T19:11:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare v2.0.3 release","shortMessageHtmlLink":"๐Ÿ”– Prepare v2.0.3 release"}},{"before":"ce67be88d9b57a53d984c66416e363f2ddef8fdf","after":null,"ref":"refs/heads/fix-file-system-dep","pushedAt":"2024-01-27T19:07:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"c9ae339572175cfef2c604c6168fb378969470f9","after":"29af9c7707d523fd8bc06ea0f854d295d5fe6869","ref":"refs/heads/main","pushedAt":"2024-01-27T19:07:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"โฌ‡๏ธ Allow file_system 0.2 (#83)\n\nThere isn't actually a file_system v0.3 version; I was misled by a commit I saw in the phoenix_live_reload repo.\r\n\r\nThis change allows both v0.2.x and v1.x of file_system to avoid conflicts with other libraries.","shortMessageHtmlLink":"โฌ‡๏ธ Allow file_system 0.2 (#83)"}},{"before":null,"after":"ce67be88d9b57a53d984c66416e363f2ddef8fdf","ref":"refs/heads/fix-file-system-dep","pushedAt":"2024-01-27T19:07:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"โฌ‡๏ธ Allow file_system 0.2\n\nThere isn't actually a file_system v0.3 version; I was misled by a commit I saw in the phoenix_live_reload repo.\n\nThis change allows both v0.2.x and v1.x of file_system to avoid conflicts with other libraries.","shortMessageHtmlLink":"โฌ‡๏ธ Allow file_system 0.2"}},{"before":"6791c03bbcddbf9a16e5ece3877817479c4c6f84","after":null,"ref":"refs/heads/release-2.0.2","pushedAt":"2024-01-26T04:43:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"3040789448f619184607b119bf23f051575c7153","after":"c9ae339572175cfef2c604c6168fb378969470f9","ref":"refs/heads/main","pushedAt":"2024-01-26T04:43:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare 2.0.2 release (#82)","shortMessageHtmlLink":"๐Ÿ”– Prepare 2.0.2 release (#82)"}},{"before":null,"after":"6791c03bbcddbf9a16e5ece3877817479c4c6f84","ref":"refs/heads/release-2.0.2","pushedAt":"2024-01-26T04:43:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare 2.0.2 release","shortMessageHtmlLink":"๐Ÿ”– Prepare 2.0.2 release"}},{"before":"867bef4e033ddc95df299c42810bae6a5511851a","after":null,"ref":"refs/heads/loosen-file-system-dep","pushedAt":"2024-01-26T04:40:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"f0259489586154db0d490551a39543c6aa1312de","after":"3040789448f619184607b119bf23f051575c7153","ref":"refs/heads/main","pushedAt":"2024-01-26T04:40:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"โฌ‡๏ธ Allow file_system 0.3 (#81)\n\nIn #72, we upgraded to file_system 1.0. However, popular libraries like `phoenix_live_reload` still depend on v0.3, which results in a version conflict.\r\n\r\nBecause this libarary works with either version, we can safely loosen the version specification to avoid conflicts in client projects.","shortMessageHtmlLink":"โฌ‡๏ธ Allow file_system 0.3 (#81)"}},{"before":null,"after":"867bef4e033ddc95df299c42810bae6a5511851a","ref":"refs/heads/loosen-file-system-dep","pushedAt":"2024-01-26T04:39:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"โฌ‡๏ธ Allow file_system 0.3\n\nIn #72, we upgraded to file_system 1.0. However, popular libraries like `phoenix_live_reload` still depend on v0.3, which results in a version conflict.\n\nBecause this libarary works with either version, we can safely loosen the version specification to avoid conflicts in client projects.","shortMessageHtmlLink":"โฌ‡๏ธ Allow file_system 0.3"}},{"before":"1b822383987a6629e5e1fe3e9a31aab3a687d6e9","after":null,"ref":"refs/heads/release-2.0.1","pushedAt":"2024-01-26T04:31:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"62114f0a70509b0966748726cb845c5aa2e45d12","after":"f0259489586154db0d490551a39543c6aa1312de","ref":"refs/heads/main","pushedAt":"2024-01-26T04:31:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare 2.0.1 release (#80)","shortMessageHtmlLink":"๐Ÿ”– Prepare 2.0.1 release (#80)"}},{"before":null,"after":"1b822383987a6629e5e1fe3e9a31aab3a687d6e9","ref":"refs/heads/release-2.0.1","pushedAt":"2024-01-26T04:30:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare 2.0.1 release","shortMessageHtmlLink":"๐Ÿ”– Prepare 2.0.1 release"}},{"before":"e5af03f608ccb8de4093148adbdada676bb0292c","after":null,"ref":"refs/heads/fix-styler-dependency","pushedAt":"2024-01-26T04:26:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"0bf43738a4f1efe9fd017560974c99cc19912c11","after":"62114f0a70509b0966748726cb845c5aa2e45d12","ref":"refs/heads/main","pushedAt":"2024-01-26T04:26:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ› Make Styler a dev-only dependency (#79)\n\nAlso, upgrade to the latest version.","shortMessageHtmlLink":"๐Ÿ› Make Styler a dev-only dependency (#79)"}},{"before":null,"after":"e5af03f608ccb8de4093148adbdada676bb0292c","ref":"refs/heads/fix-styler-dependency","pushedAt":"2024-01-26T04:25:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ› Make Styler a dev-only dependency\n\nAlso, upgrade to the latest version.","shortMessageHtmlLink":"๐Ÿ› Make Styler a dev-only dependency"}},{"before":"57abce7b643f124d033e24b67a8aad433169ace1","after":"0bf43738a4f1efe9fd017560974c99cc19912c11","ref":"refs/heads/main","pushedAt":"2024-01-26T04:23:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"Update version in README (#78)","shortMessageHtmlLink":"Update version in README (#78)"}},{"before":"f673c5ed69fd4b5cffcb07d08256750557379e92","after":"57abce7b643f124d033e24b67a8aad433169ace1","ref":"refs/heads/main","pushedAt":"2024-01-23T04:12:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Fix section header in CHANGELOG","shortMessageHtmlLink":"๐Ÿ”– Fix section header in CHANGELOG"}},{"before":"9fcf459458c2424f1c3528a2176c1457f1409724","after":null,"ref":"refs/heads/release-2.0.0","pushedAt":"2024-01-23T04:10:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"163b177871e604c59fc3da7d424cb48648551be8","after":"f673c5ed69fd4b5cffcb07d08256750557379e92","ref":"refs/heads/main","pushedAt":"2024-01-23T04:10:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare 2.0.0 release (#76)","shortMessageHtmlLink":"๐Ÿ”– Prepare 2.0.0 release (#76)"}},{"before":null,"after":"9fcf459458c2424f1c3528a2176c1457f1409724","ref":"refs/heads/release-2.0.0","pushedAt":"2024-01-23T04:10:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ”– Prepare 2.0.0 release","shortMessageHtmlLink":"๐Ÿ”– Prepare 2.0.0 release"}},{"before":"4e7cc26af689070c145bdb34dbc10b983c8d14d6","after":"163b177871e604c59fc3da7d424cb48648551be8","ref":"refs/heads/main","pushedAt":"2024-01-23T04:09:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"โช Revert accidental version bump","shortMessageHtmlLink":"โช Revert accidental version bump"}},{"before":"eaaa2f6f5f1f235cf313bbebe803bdc346911c43","after":null,"ref":"refs/heads/update-supported-elixir-version","pushedAt":"2024-01-23T03:50:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"}},{"before":"ec19f0d5a6d4422be5507d55819fc72b7962ecdd","after":"4e7cc26af689070c145bdb34dbc10b983c8d14d6","ref":"refs/heads/main","pushedAt":"2024-01-23T03:50:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"randycoulman","name":"Randy Coulman","path":"/randycoulman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1406203?s=80&v=4"},"commit":{"message":"๐Ÿ’ฅ Update Elixir version in mix.exs (#75)\n\nOfficially drop support for 1.11 and prior.","shortMessageHtmlLink":"๐Ÿ’ฅ Update Elixir version in mix.exs (#75)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEDG_uEQA","startCursor":null,"endCursor":null}},"title":"Activity ยท randycoulman/mix_test_interactive"}