{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":48485619,"defaultBranch":"main","name":"dry-system","ownerLogin":"dry-rb","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-12-23T10:51:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11280820?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715930270.0","currentOid":""},"activityList":{"items":[{"before":"fedcf43c2b90dd90e0ddb60da4d36808b097e305","after":null,"ref":"refs/heads/register-provider-sources-with-provider-options","pushedAt":"2024-05-17T12:30:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"}},{"before":"f553c223c721abfdab65f61bda9c7953b4cca6da","after":"c510ede018b1a3bf3cb354f5e6210434877623b5","ref":"refs/heads/main","pushedAt":"2024-05-17T12:30:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"},"commit":{"message":"Allow provider sources to specify provider options (#271)\n\nWhen registering a provider source, you can now provider a `provider_options:` containing a hash of default options for providers to be registered using that source.\r\n\r\nThe one provider option currently supported is `namespace:`.\r\n\r\nAllowing a provider source to specify e.g. `provider_options: {namespace: true}` is useful if the source will register multiple components at different keys. In such a case, the provider will typically want to have a `namespace: true` provider option.\r\n\r\nSpecifying this option at the time of provider source registration then makes for a simpler and less error-prone experience when the user eventually registers a provider using that source. The user now no longer needs to remember to provide their own explicit `namespace: true`.","shortMessageHtmlLink":"Allow provider sources to specify provider options (#271)"}},{"before":"58fae8c3438dde22f7ee46220e4ac7d0b96fa647","after":"fedcf43c2b90dd90e0ddb60da4d36808b097e305","ref":"refs/heads/register-provider-sources-with-provider-options","pushedAt":"2024-05-17T07:22:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"},"commit":{"message":"Allow provider sources to specify provider options\n\nThe one provider option currently supported is `namespace:`.\n\nAllowing a provider source to specify e.g. `provider_options: {namespace: true}` is useful if the source will register multiple components at different keys. In such a case, the provider will typically want to have a `namespace: true` provider option.\n\nSpecifying this option at the time of provider source registration then makes for a simpler and less error-prone experience when the user eventually registers a provider using that source. The user now no longer needs to remember to provide their own explicit `namespace: true`.","shortMessageHtmlLink":"Allow provider sources to specify provider options"}},{"before":"ae13fbdd7267d27a6d001a06461fc17e41b7bbd6","after":"58fae8c3438dde22f7ee46220e4ac7d0b96fa647","ref":"refs/heads/register-provider-sources-with-provider-options","pushedAt":"2024-05-17T07:20:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"},"commit":{"message":"Allow provider sources to specify provider options\n\nThe one provider option currently supported is `namespace:`.\n\nAllowing a provider source to specify e.g. `provider_options: {namespace: true}` is useful if the source will register multiple components at different keys. In such a case, the provider will typically want to have a `namespace: true` provider option.\n\nSpecifying this option at the time of provider source registration then makes for a simpler and less error-prone experience when the user eventually registers a provider using that source. The user now no longer needs to remember to provide their own explicit `namespace: true`.","shortMessageHtmlLink":"Allow provider sources to specify provider options"}},{"before":null,"after":"ae13fbdd7267d27a6d001a06461fc17e41b7bbd6","ref":"refs/heads/register-provider-sources-with-provider-options","pushedAt":"2024-05-17T07:17:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"},"commit":{"message":"Allow provider sources to specify provider options\n\nThe one provider option currently supported is `namespace:`.\n\nAllowing a provider source to specify e.g. `provider_options: {namespace: true}` is useful if the source will register multiple components at different keys. In such a case, the provider will typically want to have a `namespace: true` provider option.\n\nSpecifying this option at the time of provider source registration then makes for a simpler and less error-prone experience when the user eventually registers a provider using that source. The user now no longer needs to remember to provide their own explicit `namespace: true`.","shortMessageHtmlLink":"Allow provider sources to specify provider options"}},{"before":"a3cb3f23ee728c301ec9a7f5014df1de40994173","after":null,"ref":"refs/heads/allow-custom-provider-targets","pushedAt":"2024-05-12T13:46:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"}},{"before":"7a7b5a38f2e1cbee3ecd6c759b4a9b0a74f8c6d5","after":"f553c223c721abfdab65f61bda9c7953b4cca6da","ref":"refs/heads/main","pushedAt":"2024-05-12T13:46:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"},"commit":{"message":"Use target_container alias to pass to providers (#270)\n\nIn `ProviderRegistrar`, create a new `target_container` (an alias of its `container` attribute), and use this `target_container` when creating providers.\r\n\r\nThis makes it possible for users of dry-system to provide a subclass of the `ProviderRegistrar` where they can customise the target_container that their providers receive.\r\n\r\nWe need this so that providers in Hanami can receive their respective slice as the `target`, making it possible for code inside the provider to interact naturally with the Hanami slice itself, as opposed to its internal container (which itself knows nothing about the broader Hanami app).\r\n\r\nAs part of this change, make `ProviderRegistrar` and `ProviderRegistrar#target_container` both public API (with everything else about the provider registrar still remaining private).","shortMessageHtmlLink":"Use target_container alias to pass to providers (#270)"}},{"before":"5cfe66186f84209bc205de91ef6f9c7f5b033973","after":"a3cb3f23ee728c301ec9a7f5014df1de40994173","ref":"refs/heads/allow-custom-provider-targets","pushedAt":"2024-05-12T12:34:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"},"commit":{"message":"Add test","shortMessageHtmlLink":"Add test"}},{"before":"a1b8a8ffa53705915a212707d821970f43f23dcb","after":"5cfe66186f84209bc205de91ef6f9c7f5b033973","ref":"refs/heads/allow-custom-provider-targets","pushedAt":"2024-05-12T11:56:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"},"commit":{"message":"Mark ProviderRegistrar, target_container as public","shortMessageHtmlLink":"Mark ProviderRegistrar, target_container as public"}},{"before":null,"after":"a1b8a8ffa53705915a212707d821970f43f23dcb","ref":"refs/heads/allow-custom-provider-targets","pushedAt":"2024-05-06T13:00:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timriley","name":"Tim Riley","path":"/timriley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3134?s=80&v=4"},"commit":{"message":"Use target_container alias to pass to providers\n\nThis makes it possible for users of dry-system to provide a subclass of the ProviderRegistrar where they can customise the target_container that their providers receive.","shortMessageHtmlLink":"Use target_container alias to pass to providers"}},{"before":"5e49fcb93d0daca266946d98eaf3ede0a2edfe6c","after":"7a7b5a38f2e1cbee3ecd6c759b4a9b0a74f8c6d5","ref":"refs/heads/main","pushedAt":"2024-01-05T05:54:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update .github/workflows/ci.yml\n\nSource file https://github.com/dry-rb/template-gem/blob/7cfb16f7796c3eddde965c87641ca99ef5240ee9/.github/workflows/ci.yml.erb","shortMessageHtmlLink":"Update .github/workflows/ci.yml"}},{"before":"40cc68dc1b24eca0cded4bdf3b368f92f8124edf","after":"5e49fcb93d0daca266946d98eaf3ede0a2edfe6c","ref":"refs/heads/main","pushedAt":"2023-10-02T23:11:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update .rubocop.yml\n\nSource file https://github.com/dry-rb/template-gem/blob/18ee471672906ca09b99dd7fc948c12c90b58926/.rubocop.yml","shortMessageHtmlLink":"Update .rubocop.yml"}},{"before":"15a6acf33a10590fd64a34dde96a451ae583edb7","after":"40cc68dc1b24eca0cded4bdf3b368f92f8124edf","ref":"refs/heads/main","pushedAt":"2023-08-27T15:05:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flash-gordon","name":"Nikita Shilnikov","path":"/flash-gordon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/802486?s=80&v=4"},"commit":{"message":"Touch docs","shortMessageHtmlLink":"Touch docs"}},{"before":"cb1f6e216e0091ad26b5606e31ea3d1dac2c7a42","after":"4e7c18fe4fa68a190b71cc432842caa0eeb97b61","ref":"refs/heads/release-1.0","pushedAt":"2023-08-27T14:17:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flash-gordon","name":"Nikita Shilnikov","path":"/flash-gordon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/802486?s=80&v=4"},"commit":{"message":"Update paths in docs and examples","shortMessageHtmlLink":"Update paths in docs and examples"}},{"before":"fbc0fcf25b392393b20255cf921cc2eb0f6636e1","after":"15a6acf33a10590fd64a34dde96a451ae583edb7","ref":"refs/heads/main","pushedAt":"2023-08-27T14:17:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flash-gordon","name":"Nikita Shilnikov","path":"/flash-gordon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/802486?s=80&v=4"},"commit":{"message":"Update paths in docs and examples","shortMessageHtmlLink":"Update paths in docs and examples"}},{"before":"454b312fcd2126da7fb812dadfe0d8676f89fa3d","after":"cb1f6e216e0091ad26b5606e31ea3d1dac2c7a42","ref":"refs/heads/release-1.0","pushedAt":"2023-08-27T14:08:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flash-gordon","name":"Nikita Shilnikov","path":"/flash-gordon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/802486?s=80&v=4"},"commit":{"message":"Update docsite workflow","shortMessageHtmlLink":"Update docsite workflow"}},{"before":"077aec144f12633272cd690e59424a63dbbedc10","after":"fbc0fcf25b392393b20255cf921cc2eb0f6636e1","ref":"refs/heads/main","pushedAt":"2023-08-27T13:58:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flash-gordon","name":"Nikita Shilnikov","path":"/flash-gordon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/802486?s=80&v=4"},"commit":{"message":"Update regex test for error message\n\nThis fixes build under ruby 3.2 which apparently changed the message template","shortMessageHtmlLink":"Update regex test for error message"}},{"before":"0f7fa6bf99958a496160bbb945d328898bfe6709","after":"077aec144f12633272cd690e59424a63dbbedc10","ref":"refs/heads/main","pushedAt":"2023-08-27T09:33:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"flash-gordon","name":"Nikita Shilnikov","path":"/flash-gordon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/802486?s=80&v=4"},"commit":{"message":"[rubocop] fix offences","shortMessageHtmlLink":"[rubocop] fix offences"}},{"before":"acb0714d01ab0a358592f55c0848d134eb3b0b2f","after":"0f7fa6bf99958a496160bbb945d328898bfe6709","ref":"refs/heads/main","pushedAt":"2023-08-27T09:30:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update .rubocop.yml\n\nSource file https://github.com/dry-rb/template-gem/blob/942aeaa3125c46b24e0612d9bed026aa167ef678/.rubocop.yml","shortMessageHtmlLink":"Update .rubocop.yml"}},{"before":"489c2caec6e23c7350c5d702b6ca8f15b4c6c43c","after":"acb0714d01ab0a358592f55c0848d134eb3b0b2f","ref":"refs/heads/main","pushedAt":"2023-08-23T20:53:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update README.md\n\nSource file https://github.com/dry-rb/template-gem/blob/9fabb4db9883cb59bb8d3f71e39cfc9d1da6b179/README.md.erb","shortMessageHtmlLink":"Update README.md"}},{"before":"760ff164cd4865c989a132295fb4dfe0575205ac","after":"489c2caec6e23c7350c5d702b6ca8f15b4c6c43c","ref":"refs/heads/main","pushedAt":"2023-08-14T17:09:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update .github/workflows/ci.yml\n\nSource file https://github.com/dry-rb/template-gem/blob/7e7316a1f5f60362eadcee195beb2d3cc88976dc/.github/workflows/ci.yml.erb","shortMessageHtmlLink":"Update .github/workflows/ci.yml"}},{"before":"8928ff476a9fd6ca9078deddefd728d1cf848f84","after":"760ff164cd4865c989a132295fb4dfe0575205ac","ref":"refs/heads/main","pushedAt":"2023-08-14T11:35:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update README.md\n\nSource file https://github.com/dry-rb/template-gem/blob/2271431b53d82e4bd69d3854c68bbed904bfd5b7/README.md.erb","shortMessageHtmlLink":"Update README.md"}},{"before":"8dbee91a9ef3c6893f79aeb67261554089205e2f","after":"8928ff476a9fd6ca9078deddefd728d1cf848f84","ref":"refs/heads/main","pushedAt":"2023-08-07T07:04:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update .rubocop.yml\n\nSource file https://github.com/dry-rb/template-gem/blob/24c4cef75d162c008deb44c22d22988da318f340/.rubocop.yml","shortMessageHtmlLink":"Update .rubocop.yml"}},{"before":"8f26313d463159aca332351f86f7453543c97c9b","after":"8dbee91a9ef3c6893f79aeb67261554089205e2f","ref":"refs/heads/main","pushedAt":"2023-08-07T06:45:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update .github/workflows/rubocop.yml\n\nSource file https://github.com/dry-rb/template-gem/blob/bc0198ee62ae2aaec784da5c915dcb80876a3556/.github/workflows/rubocop.yml","shortMessageHtmlLink":"Update .github/workflows/rubocop.yml"}},{"before":"a4ef6decf230c4c0adf81fb61ee7c47e17bf0a93","after":"8f26313d463159aca332351f86f7453543c97c9b","ref":"refs/heads/main","pushedAt":"2023-08-06T04:46:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"repobot-file-sync[bot]","name":null,"path":"/apps/repobot-file-sync","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/103795?s=80&v=4"},"commit":{"message":"Update Gemfile.devtools\n\nSource file https://github.com/dry-rb/template-gem/blob/9b1502ed2bb32200bec2a63b234beff9b1781485/Gemfile.devtools","shortMessageHtmlLink":"Update Gemfile.devtools"}},{"before":null,"after":"252adabb5e6e43b5f21782eac00e5d073ecdd806","ref":"refs/heads/release-0.0","pushedAt":"2023-05-08T07:33:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"solnic","name":"Peter Solnica","path":"/solnic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1066?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":null,"after":"646db24c0632a0ecd167726707dfaa918ed583b3","ref":"refs/heads/release-0.1","pushedAt":"2023-05-08T07:33:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"solnic","name":"Peter Solnica","path":"/solnic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1066?s=80&v=4"},"commit":{"message":"Bump dry-system to 0.19.2","shortMessageHtmlLink":"Bump dry-system to 0.19.2"}},{"before":null,"after":"ddaec8dd2534291a91ba2618cceda2f43ec1f452","ref":"refs/heads/release-0.10","pushedAt":"2023-05-08T07:33:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"solnic","name":"Peter Solnica","path":"/solnic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1066?s=80&v=4"},"commit":{"message":"Bump version to 0.10.1","shortMessageHtmlLink":"Bump version to 0.10.1"}},{"before":null,"after":"a6d4c86b174d97b00a0bf75ff72418f0ae61576f","ref":"refs/heads/release-0.11","pushedAt":"2023-05-08T07:33:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"solnic","name":"Peter Solnica","path":"/solnic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1066?s=80&v=4"},"commit":{"message":"Update CHANGELOG [skip ci]","shortMessageHtmlLink":"Update CHANGELOG [skip ci]"}},{"before":null,"after":"96ef3a4e868ac941d1f2217ffcb91aaa332e64d5","ref":"refs/heads/release-0.14","pushedAt":"2023-05-08T07:33:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"solnic","name":"Peter Solnica","path":"/solnic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1066?s=80&v=4"},"commit":{"message":"Bump dry-system to 0.14.1","shortMessageHtmlLink":"Bump dry-system to 0.14.1"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAETOTDTAA","startCursor":null,"endCursor":null}},"title":"Activity ยท dry-rb/dry-system"}