{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":418581087,"defaultBranch":"main","name":"between-meals","ownerLogin":"dafyddcrosby","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-10-18T16:24:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/825637?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1709051464.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"1e63dacf732fedbab82d756e2ce166dc11e58125","ref":"refs/heads/bingitignore","pushedAt":"2024-02-27T16:31:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Remove bin from gitignore\n\nInternal build issue, see T180599669","shortMessageHtmlLink":"Remove bin from gitignore"}},{"before":"e02a7ca003f44a8ad801517b5c8074f0f4a33027","after":"272ee1f6b664312d061f2ce8d95faa41618d384e","ref":"refs/heads/main","pushedAt":"2024-02-27T16:30:02.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Merge pull request #138 from dafyddcrosby/databaglist\n\nRemove verbosity options from data bag list shellout","shortMessageHtmlLink":"Merge pull request facebook#138 from dafyddcrosby/databaglist"}},{"before":"3d1f4af2ffea65e9aa62187b0eb0c7cd2931dbf7","after":"a4a829610e32730a306699663a642a76c5df095f","ref":"refs/heads/databaglist","pushedAt":"2024-01-23T18:10:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[rubocop] fix quotes","shortMessageHtmlLink":"[rubocop] fix quotes"}},{"before":null,"after":"3d1f4af2ffea65e9aa62187b0eb0c7cd2931dbf7","ref":"refs/heads/databaglist","pushedAt":"2024-01-23T17:17:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Remove verbosity options from data bag list shellout","shortMessageHtmlLink":"Remove verbosity options from data bag list shellout"}},{"before":"d01f360fc137b8b53608dac9081ab69eb94be700","after":"fdc6449a96632bb3e0b5156f6a3ce38e84ed79ac","ref":"refs/heads/git_group","pushedAt":"2023-11-29T22:42:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Move rugged dependency into git gem group\n\nWith 396dd8f4d3c7dcae9825951cad906ee2b98ca78b committed, we can put `rugged`\ninto a gemfile group, which allows `bundle install --without git`","shortMessageHtmlLink":"Move rugged dependency into git gem group"}},{"before":null,"after":"d01f360fc137b8b53608dac9081ab69eb94be700","ref":"refs/heads/git_group","pushedAt":"2023-11-29T22:40:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Move rugged dependency into git group","shortMessageHtmlLink":"Move rugged dependency into git group"}},{"before":null,"after":"e02a7ca003f44a8ad801517b5c8074f0f4a33027","ref":"refs/heads/pure_ruby_bw","pushedAt":"2023-11-29T17:30:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Have repo auto-detection lazily load repository libraries\n\nThis changes the default behavior of auto-detection from git to hg, so that\nrugged isn't loaded unless it's testing for a git repository.","shortMessageHtmlLink":"Have repo auto-detection lazily load repository libraries"}},{"before":"954830443baa73fe0162915a6cd1f92a019f1cca","after":"e02a7ca003f44a8ad801517b5c8074f0f4a33027","ref":"refs/heads/main","pushedAt":"2023-11-29T17:29:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Have repo auto-detection lazily load repository libraries\n\nThis changes the default behavior of auto-detection from git to hg, so that\nrugged isn't loaded unless it's testing for a git repository.","shortMessageHtmlLink":"Have repo auto-detection lazily load repository libraries"}},{"before":"94c283c303cd5ed75754e36f203f3eda812e2b28","after":"954830443baa73fe0162915a6cd1f92a019f1cca","ref":"refs/heads/main","pushedAt":"2023-11-29T16:56:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Fix change detection for databags (#134)\n\nSummary:\r\nFor changes detection we don't care if file was added or modified, we only need to understand\r\nif file was modified or deleted. So using same logic as in `BetweenMeals::Changes::Role`\r\n\r\nAlso extending tests to support Mercurial statuses.\r\nAnd enforcing allowed statuses for changes in setter.\r\n\r\nThis would fix an issue with Grocery Delivery uploads when adding new databag.\r\n\r\nSigned-off-by: Alexey Savva ","shortMessageHtmlLink":"Fix change detection for databags (facebook#134)"}},{"before":"2ec6d2b1190377d5df7023185f76843abf60d3d4","after":"94c283c303cd5ed75754e36f203f3eda812e2b28","ref":"refs/heads/main","pushedAt":"2023-08-28T21:26:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add Ruby 3.0 and 3.1 to CI","shortMessageHtmlLink":"[github] Add Ruby 3.0 and 3.1 to CI"}},{"before":"438c8e9c9bbd6bf33af1597f7836a0fb9a537473","after":"2ec6d2b1190377d5df7023185f76843abf60d3d4","ref":"refs/heads/main","pushedAt":"2023-08-28T21:21:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[rubocop] Bump to 1.25.1","shortMessageHtmlLink":"[rubocop] Bump to 1.25.1"}},{"before":"443c4c8c7b81126aee6a8ac6a86b974e2f567c63","after":"438c8e9c9bbd6bf33af1597f7836a0fb9a537473","ref":"refs/heads/main","pushedAt":"2023-08-18T19:24:45.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Merge pull request #133 from dafyddcrosby/rubocop_gitignore\n\n[rubocop] ignore local copy of config","shortMessageHtmlLink":"Merge pull request facebook#133 from dafyddcrosby/rubocop_gitignore"}},{"before":null,"after":"d10721335173b7f1021d16440bc520c2d5716f10","ref":"refs/heads/rubocop_gitignore","pushedAt":"2023-08-18T17:39:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[rubocop] ignore local copy of config","shortMessageHtmlLink":"[rubocop] ignore local copy of config"}},{"before":"34c3738f8f4c25091a09e4a44224031fd96469a1","after":"5335838213cf6670b865f270a7601d48730b49f6","ref":"refs/heads/130_loading","pushedAt":"2023-08-18T17:19:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Have repo auto-detection lazily load repository libraries\n\nThis changes the default behavior of auto-detection from git to hg, so that\nrugged isn't loaded unless it's testing for a git repository.","shortMessageHtmlLink":"Have repo auto-detection lazily load repository libraries"}},{"before":null,"after":"fe2fc5dbec5eab914540a681537d6aa2f8231d9c","ref":"refs/heads/decouple_repo_class_tests","pushedAt":"2023-08-18T17:09:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"De-couple BetweenMeals::Repo class conformance tests\n\nThe aim of this refactor is to make the BetweenMeals internals testing more\nrepo-agnostic, isolating RCS-specific issues (ie rugged/git) to specific\nclass tests.","shortMessageHtmlLink":"De-couple BetweenMeals::Repo class conformance tests"}},{"before":"9109d0f0b8a1db96ef07ddf542140a3ddc37059d","after":"09ae8cc31e445d6f2f599d91a711718842690e68","ref":"refs/heads/bundler_cache","pushedAt":"2023-08-18T16:42:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add bundler cache","shortMessageHtmlLink":"[github] Add bundler cache"}},{"before":null,"after":"9e3d6be507b7aa2e01d21389d8be20d11a2a0f9b","ref":"refs/heads/personal/checkoutv3","pushedAt":"2023-08-17T22:35:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Use actions/checkout@v3","shortMessageHtmlLink":"[github] Use actions/checkout@v3"}},{"before":null,"after":"3fd730be36a48a8d0f47003161c20d37e405d65b","ref":"refs/heads/checkoutv3","pushedAt":"2023-08-17T18:00:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Use actions/checkout@v3","shortMessageHtmlLink":"[github] Use actions/checkout@v3"}},{"before":null,"after":"26d798556a9df6add836134783e6031ad42fea76","ref":"refs/heads/rubocop_ignore","pushedAt":"2023-08-17T16:33:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[rubocop] ignore local copy of config","shortMessageHtmlLink":"[rubocop] ignore local copy of config"}},{"before":"6e43cfc7cacf4e32f71bb6e4d8bf2ceda4f45bdd","after":"443c4c8c7b81126aee6a8ac6a86b974e2f567c63","ref":"refs/heads/main","pushedAt":"2023-08-11T19:22:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Merge pull request #128 from dafyddcrosby/rspec_311\n\nBump rspec gems to 3.11","shortMessageHtmlLink":"Merge pull request facebook#128 from dafyddcrosby/rspec_311"}},{"before":"0fb43472770e68ba5061d52a4b8ca2cd45bd0845","after":"9109d0f0b8a1db96ef07ddf542140a3ddc37059d","ref":"refs/heads/bundler_cache","pushedAt":"2023-08-10T17:49:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add bundler cache","shortMessageHtmlLink":"[github] Add bundler cache"}},{"before":"545b3aa2d40e8ca058c8d5baaab8c34acd96ed2f","after":"0fb43472770e68ba5061d52a4b8ca2cd45bd0845","ref":"refs/heads/bundler_cache","pushedAt":"2023-08-10T16:53:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add bundler cache","shortMessageHtmlLink":"[github] Add bundler cache"}},{"before":null,"after":"545b3aa2d40e8ca058c8d5baaab8c34acd96ed2f","ref":"refs/heads/bundler_cache","pushedAt":"2023-08-10T16:40:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add bundler cache","shortMessageHtmlLink":"[github] Add bundler cache"}},{"before":"2889329f99079a47295e7886c9bc907c8a4b8ea7","after":"0a44414ca9e4c2c04dd162ef0aa3a8d5e9e8208d","ref":"refs/heads/rspec_311","pushedAt":"2023-08-10T16:24:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Bump rspec gems to 3.11","shortMessageHtmlLink":"Bump rspec gems to 3.11"}},{"before":"a657e6a36740bce16c95c7af47769c0cc7807b0f","after":"6e43cfc7cacf4e32f71bb6e4d8bf2ceda4f45bdd","ref":"refs/heads/main","pushedAt":"2023-08-10T16:12:37.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"Merge pull request #129 from dafyddcrosby/ruby_ci\n\n[github] Drop Ruby 2.4 from CI, add 2.7","shortMessageHtmlLink":"Merge pull request facebook#129 from dafyddcrosby/ruby_ci"}},{"before":"186ad067e48de95190829aa5b63ddc6798d8318a","after":"6b3922acf56d944cede062cda356d42fda9be0a8","ref":"refs/heads/ruby_ci","pushedAt":"2023-08-10T15:54:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add Ruby 2.7 to CI\n\nHolding off on Ruby 3 for a different commit, turning into a rabbit hole","shortMessageHtmlLink":"[github] Add Ruby 2.7 to CI"}},{"before":"8502a171f80c900dc7ae653a96b3820fc21c0614","after":"186ad067e48de95190829aa5b63ddc6798d8318a","ref":"refs/heads/ruby_ci","pushedAt":"2023-08-10T15:52:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add Ruby 2.7 to CI\n\nHolding off on Ruby 3 for a different commit, turning into a rabbit hole","shortMessageHtmlLink":"[github] Add Ruby 2.7 to CI"}},{"before":"c069dbaae3f860378066b1cdd7598321af82dc49","after":"8502a171f80c900dc7ae653a96b3820fc21c0614","ref":"refs/heads/ruby_ci","pushedAt":"2023-08-10T15:45:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add Ruby 2.7-3.1 to CI","shortMessageHtmlLink":"[github] Add Ruby 2.7-3.1 to CI"}},{"before":"37317466f5176677a03ed5cafd7587a9ac10762e","after":"c069dbaae3f860378066b1cdd7598321af82dc49","ref":"refs/heads/ruby_ci","pushedAt":"2023-08-10T15:37:02.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[github] Add Ruby 2.7-3.1 to CI","shortMessageHtmlLink":"[github] Add Ruby 2.7-3.1 to CI"}},{"before":"0c3a10cfa8021420d9e7e008a7733e4b7e105f3a","after":"37317466f5176677a03ed5cafd7587a9ac10762e","ref":"refs/heads/ruby_ci","pushedAt":"2023-08-10T15:35:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dafyddcrosby","name":"David T. Crosby","path":"/dafyddcrosby","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/825637?s=80&v=4"},"commit":{"message":"[rubocop] Bump required Ruby version to 2.5\n\nNo longer using 2.4, and Rubocop is flagging the gemspec.","shortMessageHtmlLink":"[rubocop] Bump required Ruby version to 2.5"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEBr54DAA","startCursor":null,"endCursor":null}},"title":"Activity ยท dafyddcrosby/between-meals"}