{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":822783549,"defaultBranch":"main","name":"radius","ownerLogin":"brooke-hamilton","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-07-01T20:16:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/45323234?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1727189064.0","currentOid":""},"activityList":{"items":[{"before":"78a696824c79aed96813253040d9805eb9ea4bfa","after":"a7e2e11ff08c650606a7b496f0a12903a182b878","ref":"refs/heads/group-create-doc-fix","pushedAt":"2024-09-24T14:51:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"doc formatting\n\nSigned-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>","shortMessageHtmlLink":"doc formatting"}},{"before":"2df79ec100181d9fdb26dd3fe542a39391649213","after":"78a696824c79aed96813253040d9805eb9ea4bfa","ref":"refs/heads/group-create-doc-fix","pushedAt":"2024-09-24T14:46:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"doc formatting","shortMessageHtmlLink":"doc formatting"}},{"before":null,"after":"2df79ec100181d9fdb26dd3fe542a39391649213","ref":"refs/heads/group-create-doc-fix","pushedAt":"2024-09-24T14:44:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Add an in-memory data store (#7950)\n\n# Description\r\n\r\nImplements an in-memory data store\r\n\r\nThis change implements an in-memory version of our data store interface.\r\nThis is provided for testing and development purposes.\r\n\r\nThe in-memory store uses our data store compliance tests so it will\r\nbehave consistently with other implementations. This will be simpler to\r\nuse than mocks, which we use frequently in tests. This will be faster to\r\nuse than the ETC.d implementation which we frequently use in integration\r\ntests.\r\n\r\n**Note: this pull request depends on\r\nhttps://github.com/radius-project/radius/pull/7949 and will be rebased\r\nonce that change is merged.**\r\n\r\n## Type of change\r\n\r\n- This pull request is a minor refactor, code cleanup, test improvement,\r\nor other maintenance task and doesn't change the functionality of Radius\r\n(issue link optional).\r\n\r\nSigned-off-by: Ryan Nowak ","shortMessageHtmlLink":"Add an in-memory data store (radius-project#7950)"}},{"before":"cf639b444a17d75195fc6e4fb8c556da41152851","after":"2df79ec100181d9fdb26dd3fe542a39391649213","ref":"refs/heads/main","pushedAt":"2024-09-24T14:43:35.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Add an in-memory data store (#7950)\n\n# Description\r\n\r\nImplements an in-memory data store\r\n\r\nThis change implements an in-memory version of our data store interface.\r\nThis is provided for testing and development purposes.\r\n\r\nThe in-memory store uses our data store compliance tests so it will\r\nbehave consistently with other implementations. This will be simpler to\r\nuse than mocks, which we use frequently in tests. This will be faster to\r\nuse than the ETC.d implementation which we frequently use in integration\r\ntests.\r\n\r\n**Note: this pull request depends on\r\nhttps://github.com/radius-project/radius/pull/7949 and will be rebased\r\nonce that change is merged.**\r\n\r\n## Type of change\r\n\r\n- This pull request is a minor refactor, code cleanup, test improvement,\r\nor other maintenance task and doesn't change the functionality of Radius\r\n(issue link optional).\r\n\r\nSigned-off-by: Ryan Nowak ","shortMessageHtmlLink":"Add an in-memory data store (radius-project#7950)"}},{"before":"dd81399fb7629c037eab4998780c2d25c155e2bf","after":"cf639b444a17d75195fc6e4fb8c556da41152851","ref":"refs/heads/main","pushedAt":"2024-09-23T14:26:34.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Update golangci-lint version and fix new warnings (#7951)","shortMessageHtmlLink":"Update golangci-lint version and fix new warnings (radius-project#7951)"}},{"before":"64da215892e511b7a8f73ea053084d1ef87b7b2e","after":"dd81399fb7629c037eab4998780c2d25c155e2bf","ref":"refs/heads/main","pushedAt":"2024-09-05T21:37:17.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Add more Logging for cloud functional test workflow (#7885)\n\n# Description\r\n\r\nThere have been some unexpected runs for the cloud-functional-tests\r\nwhich fail. A recent instance was on 9/1/2024, with multiple runs, some\r\nof which were against commits that were already merged into main 2 days\r\nago.\r\neg. https://github.com/radius-project/radius/actions/runs/10648348010\r\n\r\nThis PR adds additional logging to capture the values of multiple\r\nfields, allowing us to determine the correct filter conditions for\r\ntriggering the workflow when event = workflow_run.\r\n\r\nNote: This specific event may also have been related to a GitHub outage\r\nthat happened the same week but nonetheless, similar failed runs have\r\nbeen recorded earlier.\r\n\r\n## Type of change\r\n- This pull request fixes a bug in Radius and has an approved issue\r\n#7782\r\n\r\nFixes: Gets more data for #7782","shortMessageHtmlLink":"Add more Logging for cloud functional test workflow (radius-project#7885"}},{"before":"a58b8cb6a52ee4e154a5baf246f1d1e14b4a4248","after":"64da215892e511b7a8f73ea053084d1ef87b7b2e","ref":"refs/heads/main","pushedAt":"2024-09-02T19:01:10.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Bump bicep-types from `49b2a9e` to `99cdcee` (#7877)\n\nBumps [bicep-types](https://github.com/Azure/bicep-types) from `49b2a9e`\r\nto `99cdcee`.\r\n
\r\nCommits\r\n
    \r\n
  • 99cdcee\r\nBump eslint-plugin-jest from 28.8.0 to 28.8.1 in /src/bicep-types (#512)
  • \r\n
  • 0985c76\r\nBump nerdbank-gitversioning from 3.6.141 to 3.6.143 in /src/bicep-types\r\n(#510)
  • \r\n
  • 66c4d2f\r\nBump @​types/node from 22.5.0 to 22.5.2 in /src/bicep-types\r\n(#511)
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump bicep-types from 49b2a9e to 99cdcee (radius-project#7877)"}},{"before":"fb0287389e392f97f8bcb28bc03827420ad8fc8c","after":"a58b8cb6a52ee4e154a5baf246f1d1e14b4a4248","ref":"refs/heads/main","pushedAt":"2024-08-29T13:54:25.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Temporarily disabling tests: `Test_Storage` and `Test_PersistentVolume` (#7854)\n\n# Description\r\n\r\n* Temporarily disabling tests due to failures\r\n\r\n## Type of change\r\n\r\n\r\n\r\n- This pull request is a minor refactor, code cleanup, test improvement,\r\nor other maintenance task and doesn't change the functionality of Radius\r\n(issue link optional).\r\n\r\nSigned-off-by: willdavsmith ","shortMessageHtmlLink":"Temporarily disabling tests: Test_Storage and `Test_PersistentVolum…"}},{"before":"3d96ee6aecd1c3a23b1d10d2e0fa2a90f3019019","after":"fb0287389e392f97f8bcb28bc03827420ad8fc8c","ref":"refs/heads/main","pushedAt":"2024-08-15T01:27:42.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Update error message value for LRT (#7810)\n\n# Description\r\n\r\nThis updates the error message checked in the bicep language failure\r\ncheck. There's a character mismatch in the two templates that get\r\ndeployed in the func tests vs the LRT. The error message is coded\r\ntowards the func tests so the character mismatch causes the LRT to fail\r\n\r\n## Type of change\r\n\r\n\r\n\r\n- This pull request fixes a bug in Radius and has an approved issue\r\n(issue link required).\r\n- This pull request adds or changes features of Radius and has an\r\napproved issue (issue link required).\r\n- This pull request is a minor refactor, code cleanup, test improvement,\r\nor other maintenance task and doesn't change the functionality of Radius\r\n(issue link optional).\r\n\r\n\r\n\r\nFixes: #7809\r\n\r\n---------\r\n\r\nSigned-off-by: sk593 ","shortMessageHtmlLink":"Update error message value for LRT (radius-project#7810)"}},{"before":"a4a4b90a69d717ad3857807c1117cdab2ccef3a5","after":"3d96ee6aecd1c3a23b1d10d2e0fa2a90f3019019","ref":"refs/heads/main","pushedAt":"2024-08-11T16:06:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Adding a check to a cast to the Recipe object (#7797)","shortMessageHtmlLink":"Adding a check to a cast to the Recipe object (radius-project#7797)"}},{"before":null,"after":"a4a4b90a69d717ad3857807c1117cdab2ccef3a5","ref":"refs/heads/k3d-gateway-fix","pushedAt":"2024-08-07T15:10:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Adding rad init command changes to support irsa (#7761)\n\n# Description\r\n\r\n- Added changes to `rad init --full` command to add types i.e\r\naccesskey,irsa while configuring aws provider\r\n\r\n![image](https://github.com/user-attachments/assets/da396b4d-5877-4772-a247-9ef6cf0c9e79)\r\n- And adding prompts to accept role arn\r\n- refactoring the code with switch cases to handle it differently for\r\nboth cases.\r\n- updated the tests\r\n\r\n\r\n## Type of change\r\n\r\n\r\n\r\n- This pull request fixes a bug in Radius and has an approved issue\r\n(issue link required).\r\n- This pull request adds or changes features of Radius and has an\r\napproved issue (issue link required).\r\n- This pull request is a minor refactor, code cleanup, test improvement,\r\nor other maintenance task and doesn't change the functionality of Radius\r\n(issue link optional).\r\n\r\n\r\n\r\nFixes: #issue_number\r\n\r\n---------\r\n\r\nSigned-off-by: Vishwanath Hiremath ","shortMessageHtmlLink":"Adding rad init command changes to support irsa (radius-project#7761)"}},{"before":"898b7c7afb7851ac5b4dc85b00b41d2f6afa215a","after":"2e92d210e1f1d6ff2750b293f166a527ca882884","ref":"refs/heads/configurations","pushedAt":"2024-08-07T15:00:26.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Merge branch 'radius-project:main' into configurations","shortMessageHtmlLink":"Merge branch 'radius-project:main' into configurations"}},{"before":"be5da1472c4dca7a48005937f83f42ea95b613e3","after":"a4a4b90a69d717ad3857807c1117cdab2ccef3a5","ref":"refs/heads/main","pushedAt":"2024-08-07T14:59:28.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Adding rad init command changes to support irsa (#7761)\n\n# Description\r\n\r\n- Added changes to `rad init --full` command to add types i.e\r\naccesskey,irsa while configuring aws provider\r\n\r\n![image](https://github.com/user-attachments/assets/da396b4d-5877-4772-a247-9ef6cf0c9e79)\r\n- And adding prompts to accept role arn\r\n- refactoring the code with switch cases to handle it differently for\r\nboth cases.\r\n- updated the tests\r\n\r\n\r\n## Type of change\r\n\r\n\r\n\r\n- This pull request fixes a bug in Radius and has an approved issue\r\n(issue link required).\r\n- This pull request adds or changes features of Radius and has an\r\napproved issue (issue link required).\r\n- This pull request is a minor refactor, code cleanup, test improvement,\r\nor other maintenance task and doesn't change the functionality of Radius\r\n(issue link optional).\r\n\r\n\r\n\r\nFixes: #issue_number\r\n\r\n---------\r\n\r\nSigned-off-by: Vishwanath Hiremath ","shortMessageHtmlLink":"Adding rad init command changes to support irsa (radius-project#7761)"}},{"before":"0dbbf5a3588ced5a2030e001712576b78e281209","after":"be5da1472c4dca7a48005937f83f42ea95b613e3","ref":"refs/heads/main","pushedAt":"2024-08-02T17:59:22.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Update the registry in CLI functional test (#7779)\n\n# Description\r\nIt uses localhost:5000 by default which only applies for the non-cloud\r\nfunctional tests. It breaks the long-running tests.\r\n\r\n## Type of change\r\n\r\nSigned-off-by: ytimocin ","shortMessageHtmlLink":"Update the registry in CLI functional test (radius-project#7779)"}},{"before":null,"after":"898b7c7afb7851ac5b4dc85b00b41d2f6afa215a","ref":"refs/heads/configurations","pushedAt":"2024-07-24T16:19:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Add windows configurations folder\n\nSigned-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>","shortMessageHtmlLink":"Add windows configurations folder"}},{"before":"c4aca8b180f9614c3d5aa9486a4844760d31aadd","after":"0dbbf5a3588ced5a2030e001712576b78e281209","ref":"refs/heads/main","pushedAt":"2024-07-24T13:56:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Reformatting the files in the scripts folder (#7755)\n\n# Description\r\nReformatting the files in the scripts folder\r\n\r\n## Type of change\r\n- This pull request is a minor refactor, code cleanup, test improvement,\r\nor other maintenance task and doesn't change the functionality of Radius\r\n(issue link optional).\r\n\r\nSigned-off-by: ytimocin ","shortMessageHtmlLink":"Reformatting the files in the scripts folder (radius-project#7755)"}},{"before":"2416e58edf17b185b6465ed819d0bb8482db3e6c","after":"c4aca8b180f9614c3d5aa9486a4844760d31aadd","ref":"refs/heads/main","pushedAt":"2024-07-08T19:05:36.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"rynowak","name":"Ryan Nowak","path":"/rynowak","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1430011?s=80&v=4"},"commit":{"message":"Merge branch 'main' into main","shortMessageHtmlLink":"Merge branch 'main' into main"}},{"before":"ca96751c3f94a1a3a8b945fd98eb97facecf647f","after":"2416e58edf17b185b6465ed819d0bb8482db3e6c","ref":"refs/heads/main","pushedAt":"2024-07-04T02:31:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Merge branch 'main' into main","shortMessageHtmlLink":"Merge branch 'main' into main"}},{"before":"7640376c247d214f7359db54f7d280d76cc4259e","after":"ca96751c3f94a1a3a8b945fd98eb97facecf647f","ref":"refs/heads/main","pushedAt":"2024-07-03T21:36:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Refactor and update tests\n\nSigned-off-by: Brooke Hamilton ","shortMessageHtmlLink":"Refactor and update tests"}},{"before":"fdc6b047e1fd8144dd585b7dd4a021f366437a83","after":"7640376c247d214f7359db54f7d280d76cc4259e","ref":"refs/heads/main","pushedAt":"2024-07-02T21:07:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Remove invalid doc link\n\nSigned-off-by: Brooke Hamilton ","shortMessageHtmlLink":"Remove invalid doc link"}},{"before":"9cc7464ad49c60552abeb829f25d677fcb1deace","after":"fdc6b047e1fd8144dd585b7dd4a021f366437a83","ref":"refs/heads/main","pushedAt":"2024-07-02T20:54:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Remove invalid doc link","shortMessageHtmlLink":"Remove invalid doc link"}},{"before":"13d50f7b02f77b868bebb9a3582953d3bc7c9f2d","after":"9cc7464ad49c60552abeb829f25d677fcb1deace","ref":"refs/heads/main","pushedAt":"2024-07-01T20:43:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"brooke-hamilton","name":"Brooke Hamilton","path":"/brooke-hamilton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45323234?s=80&v=4"},"commit":{"message":"Remove output check before final rendering of test model\n\nFixes issue #7721\n\nSigned-off-by: Brooke Hamilton ","shortMessageHtmlLink":"Remove output check before final rendering of test model"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNFQxNDo1MToxMi4wMDAwMDBazwAAAAS_SlzA","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNFQxNDo1MToxMi4wMDAwMDBazwAAAAS_SlzA","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0wMVQyMDo0Mzo1MC4wMDAwMDBazwAAAAR0KST5"}},"title":"Activity · brooke-hamilton/radius"}