{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3928902,"defaultBranch":"main","name":"signon","ownerLogin":"alphagov","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-04-04T13:23:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/596977?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726762066.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"325cfd6dc1361a23c47c1ce44309525734481c04","ref":"refs/heads/use-autocomplete-on-other-organisation-fields","pushedAt":"2024-09-19T16:07:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"WIP Use autocomplete on all organisation fields\n\nThis was previously added to the organisation field on the page to\ninvite a new user to Signon. This adds it to other pages that have an\norganisations field\n\nTODO: integration tests if needed (simple ones to say it works with\nJavaScript)","shortMessageHtmlLink":"WIP Use autocomplete on all organisation fields"}},{"before":"7702019d03ef271763d32119d5c50e2ded988206","after":"4b1f0f7c6ddacd98aeec7d98f81b41b8f879fecf","ref":"refs/heads/simplify-organisation-selection","pushedAt":"2024-09-19T15:54:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Use `Organisation#name_with_abbreviation` method\n\nThis wasn't being used in the organisations index. We had custom logic\nwhich resulted in organisations without abbreviations having empty\nbrackets after their name, which looked odd. This method separates the\nname and abbreviation with a dash rather than putting the abbreviation\nin brackets, but there doesn't seem to be an obvious reason why both\nuses can't be the same\n\nThe dash used in the method was a non-standard character, so that's\nfixed here","shortMessageHtmlLink":"Use Organisation#name_with_abbreviation method"}},{"before":null,"after":"7702019d03ef271763d32119d5c50e2ded988206","ref":"refs/heads/simplify-organisation-selection","pushedAt":"2024-09-19T15:53:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Use `Organisation#name_with_abbreviation` method\n\nThis wasn't being used in the organisations index. We had custom logic\nwhich resulted in organisations without abbreviations having empty\nbrackets after their name, which looked odd. This method separates the\nname and abbreviation with a dash rather than putting the abbreviation\nin brackets, but there doesn't seem to be an obvious reason why both\nuses can't be the same\n\nThe dash used in the method was a non-standard character, so that's\nfixed here","shortMessageHtmlLink":"Use Organisation#name_with_abbreviation method"}},{"before":"7d6a10f69d1ad453657af1938a4478c53f5233a6","after":"067f91cf3c7c9c2a8a42b0f189d2849722b2ddf0","ref":"refs/heads/make-organisations-field-searchable-v2","pushedAt":"2024-09-19T14:12:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Make organisation field searchable\n\nThis upgrades the organisations field in the page for inviting a new\nuser to use the accessible autocomplete module (with progressive\nenhancement)","shortMessageHtmlLink":"Make organisation field searchable"}},{"before":null,"after":"7d6a10f69d1ad453657af1938a4478c53f5233a6","ref":"refs/heads/make-organisations-field-searchable-v2","pushedAt":"2024-09-19T13:03:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Make organisation field searchable\n\nThis upgrades the organisations field in the page for inviting a new\nuser to use the accessible autocomplete module (with progressive\nenhancement)","shortMessageHtmlLink":"Make organisation field searchable"}},{"before":"c5e062ea7e57af55bd890a6263a313a0643c8a05","after":null,"ref":"refs/heads/use-password-input-component","pushedAt":"2024-09-19T11:04:44.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"}},{"before":"9256fb4b396245f6be629d68872c205f16812183","after":"46b60a644ffb3e22c65059899bc9c0b787537b49","ref":"refs/heads/main","pushedAt":"2024-09-19T11:04:42.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Merge pull request #3176 from alphagov/use-password-input-component\n\nUse password input component","shortMessageHtmlLink":"Merge pull request #3176 from alphagov/use-password-input-component"}},{"before":"04da1a41d4d8b0ae4bab8bca8e570999b6c9596d","after":"c5e062ea7e57af55bd890a6263a313a0643c8a05","ref":"refs/heads/use-password-input-component","pushedAt":"2024-09-19T10:11:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Keep email and password input widths equal\n\nThe show/hide button cuts into the space for the password input. In\norder for the email and password inputs to stay the same width, we need\nto add padding to the email input's wrapper equal to the space taken up\nby the show/hide button (including margin)\n\nWe only want this change to apply to the signin form, not anywhere we\nhave an email input, like on the create/invite new user page. I've used\nthe form action in the selector to make this specific, which is a bit\nunconventional - we could add and use a class instead, but this works\nwithout changing the template. It is however reliant on the Device new\nsession path not changing","shortMessageHtmlLink":"Keep email and password input widths equal"}},{"before":null,"after":"04da1a41d4d8b0ae4bab8bca8e570999b6c9596d","ref":"refs/heads/use-password-input-component","pushedAt":"2024-09-19T10:09:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Keep email and password input widths equal\n\nThe show/hide button cuts into the space for the password input. In\norder for the email and password inputs to stay the same width, we need\nto add padding to the email input's wrapper equal to the space taken up\nby the show/hide button (including margin)","shortMessageHtmlLink":"Keep email and password input widths equal"}},{"before":"5d0d9ec24b15f1380dd283a2868e9ebb6e930fcc","after":null,"ref":"refs/heads/dependabot/bundler/sass-embedded-1.79.1","pushedAt":"2024-09-19T08:38:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"govuk-ci","name":"GOV.UK Continuous Integration User","path":"/govuk-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881055?s=80&v=4"}},{"before":"288738e2996c62c9892f701922d1a2c0fa58770a","after":"9256fb4b396245f6be629d68872c205f16812183","ref":"refs/heads/main","pushedAt":"2024-09-19T08:38:30.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"govuk-ci","name":"GOV.UK Continuous Integration User","path":"/govuk-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881055?s=80&v=4"},"commit":{"message":"Merge pull request #3174 from alphagov/dependabot/bundler/sass-embedded-1.79.1","shortMessageHtmlLink":"Merge pull request #3174 from alphagov/dependabot/bundler/sass-embedd…"}},{"before":"125ae4481892b2cff38046420629eacd50f77f51","after":"4e90458229f8e6a1a7b9a89f529a3d05c30013e4","ref":"refs/heads/make-organisations-field-searchable","pushedAt":"2024-09-18T16:41:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"WIP switch back to JS unit tests\n\nThis allows us to get away from testing this custom JavaScript behaviour\nin multiple integration tests. We might want to test that everything\nworks without the add/add and finish buttons being present (it does)","shortMessageHtmlLink":"WIP switch back to JS unit tests"}},{"before":"f022db39f00dced84b4bff272db54c219e3f9991","after":"125ae4481892b2cff38046420629eacd50f77f51","ref":"refs/heads/make-organisations-field-searchable","pushedAt":"2024-09-18T16:34:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"WIP switch back to JS unit tests\n\nThis allows us to get away from testing this custom JavaScript behaviour\nin multiple integration tests. We might want to test that everything\nworks without the add/add and finish buttons being present (it does)","shortMessageHtmlLink":"WIP switch back to JS unit tests"}},{"before":"c497462a472b5082c0d0dd06fb3a9335dbed1f55","after":"f022db39f00dced84b4bff272db54c219e3f9991","ref":"refs/heads/make-organisations-field-searchable","pushedAt":"2024-09-18T16:31:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"WIP switch back to JS unit tests\n\nThis allows us to get away from testing this custom JavaScript behaviour\nin multiple integration tests. We might want to test that everything\nworks without the add/add and finish buttons being present (it does)","shortMessageHtmlLink":"WIP switch back to JS unit tests"}},{"before":null,"after":"4752dfdf9068812630037d4232f52260c0fe047a","ref":"refs/heads/success-banner-2","pushedAt":"2024-09-18T16:29:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Gweaton","name":"George Eaton","path":"/Gweaton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19826940?s=80&v=4"},"commit":{"message":"Show success banner when removing access from an application","shortMessageHtmlLink":"Show success banner when removing access from an application"}},{"before":null,"after":"5d0d9ec24b15f1380dd283a2868e9ebb6e930fcc","ref":"refs/heads/dependabot/bundler/sass-embedded-1.79.1","pushedAt":"2024-09-18T11:17:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump sass-embedded from 1.78.0 to 1.79.1\n\nBumps [sass-embedded](https://github.com/sass-contrib/sass-embedded-host-ruby) from 1.78.0 to 1.79.1.\n- [Commits](https://github.com/sass-contrib/sass-embedded-host-ruby/compare/v1.78.0...v1.79.1)\n\n---\nupdated-dependencies:\n- dependency-name: sass-embedded\n dependency-type: indirect\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump sass-embedded from 1.78.0 to 1.79.1"}},{"before":"f2ba1e73156c6ae1fdbeed1feb76f49a9963748f","after":null,"ref":"refs/heads/dependabot/bundler/rouge-4.4.0","pushedAt":"2024-09-18T08:35:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"govuk-ci","name":"GOV.UK Continuous Integration User","path":"/govuk-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881055?s=80&v=4"}},{"before":"5300c234ea0bbc89bd9214c33a4a5cc1d2c9dd79","after":"288738e2996c62c9892f701922d1a2c0fa58770a","ref":"refs/heads/main","pushedAt":"2024-09-18T08:35:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"govuk-ci","name":"GOV.UK Continuous Integration User","path":"/govuk-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881055?s=80&v=4"},"commit":{"message":"Merge pull request #3173 from alphagov/dependabot/bundler/rouge-4.4.0","shortMessageHtmlLink":"Merge pull request #3173 from alphagov/dependabot/bundler/rouge-4.4.0"}},{"before":"4cb1daefcc1287b3dfd9c4c1f5ab97e48a521eab","after":"c497462a472b5082c0d0dd06fb3a9335dbed1f55","ref":"refs/heads/make-organisations-field-searchable","pushedAt":"2024-09-17T17:57:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"WIP","shortMessageHtmlLink":"WIP"}},{"before":null,"after":"f2ba1e73156c6ae1fdbeed1feb76f49a9963748f","ref":"refs/heads/dependabot/bundler/rouge-4.4.0","pushedAt":"2024-09-17T11:46:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rouge from 4.3.0 to 4.4.0\n\nBumps [rouge](https://github.com/rouge-ruby/rouge) from 4.3.0 to 4.4.0.\n- [Release notes](https://github.com/rouge-ruby/rouge/releases)\n- [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rouge-ruby/rouge/compare/v4.3.0...v4.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: rouge\n dependency-type: indirect\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rouge from 4.3.0 to 4.4.0"}},{"before":"b0817b68b3e8fd459a844fd272cae469c04b65ca","after":"4cb1daefcc1287b3dfd9c4c1f5ab97e48a521eab","ref":"refs/heads/make-organisations-field-searchable","pushedAt":"2024-09-17T10:59:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Make organisation field searchable\n\nThis upgrades the organisations field in the page for inviting a new\nuser to use the accessible autocomplete module (with progressive\nenhancement)","shortMessageHtmlLink":"Make organisation field searchable"}},{"before":"c4afc1cd66a69afdc21b0dc7f5ea2527cb64e4b0","after":"b0817b68b3e8fd459a844fd272cae469c04b65ca","ref":"refs/heads/make-organisations-field-searchable","pushedAt":"2024-09-17T10:49:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yndajas","name":"Ynda Jas","path":"/yndajas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40244233?s=80&v=4"},"commit":{"message":"Make organisation field searchable\n\n... when creating a new user\n\nhttps://trello.com/c/JRz4OaWy/149-build-a-searchable-field-for-organisations-on-the-pages-where-you-can-create-new-user-accounts","shortMessageHtmlLink":"Make organisation field searchable"}},{"before":"a7a2e7e3df109aa31141730df4cba278ca01205d","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/postcss-8.4.47","pushedAt":"2024-09-17T09:45:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"callumknights","name":null,"path":"/callumknights","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24547183?s=80&v=4"}},{"before":"e4807a8a43cd4df20d826b70b9ae83be29d5655e","after":"5300c234ea0bbc89bd9214c33a4a5cc1d2c9dd79","ref":"refs/heads/main","pushedAt":"2024-09-17T09:45:36.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"callumknights","name":null,"path":"/callumknights","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24547183?s=80&v=4"},"commit":{"message":"Merge pull request #3170 from alphagov/dependabot/npm_and_yarn/postcss-8.4.47\n\nBump postcss from 8.4.45 to 8.4.47","shortMessageHtmlLink":"Merge pull request #3170 from alphagov/dependabot/npm_and_yarn/postcs…"}},{"before":"b10b63be7fca2e44b7abf42aade69b7608a7222a","after":null,"ref":"refs/heads/dependabot/bundler/i18n-1.14.6","pushedAt":"2024-09-17T08:36:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"govuk-ci","name":"GOV.UK Continuous Integration User","path":"/govuk-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881055?s=80&v=4"}},{"before":"2d024921918f611f5e0d7af35c577bdd43d8d3be","after":"e4807a8a43cd4df20d826b70b9ae83be29d5655e","ref":"refs/heads/main","pushedAt":"2024-09-17T08:36:36.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"govuk-ci","name":"GOV.UK Continuous Integration User","path":"/govuk-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881055?s=80&v=4"},"commit":{"message":"Merge pull request #3169 from alphagov/dependabot/bundler/i18n-1.14.6","shortMessageHtmlLink":"Merge pull request #3169 from alphagov/dependabot/bundler/i18n-1.14.6"}},{"before":"2d97e244aedfa7a635246ed205698f168a010c10","after":null,"ref":"refs/heads/dependabot/bundler/jwt-2.9.0","pushedAt":"2024-09-17T08:36:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"govuk-ci","name":"GOV.UK Continuous Integration User","path":"/govuk-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881055?s=80&v=4"}},{"before":"4ce17f4f4fd2ef426b656bb7bdb18d329c11c47b","after":"2d024921918f611f5e0d7af35c577bdd43d8d3be","ref":"refs/heads/main","pushedAt":"2024-09-17T08:36:32.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"govuk-ci","name":"GOV.UK Continuous Integration User","path":"/govuk-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1881055?s=80&v=4"},"commit":{"message":"Merge pull request #3168 from alphagov/dependabot/bundler/jwt-2.9.0","shortMessageHtmlLink":"Merge pull request #3168 from alphagov/dependabot/bundler/jwt-2.9.0"}},{"before":"cb7ddb2308fc8f8f7f7d5a516079701111cc163d","after":"fe41de4a6af83cb40beb6f3372caf91c05c096f8","ref":"refs/heads/add-success-banner","pushedAt":"2024-09-17T08:30:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Gweaton","name":"George Eaton","path":"/Gweaton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19826940?s=80&v=4"},"commit":{"message":"Add banner for removing access to an application\n\nThis takes a similar approach to the previous banner. However, I've had\nto perform a little more logic in the view here to allow us to re-use\nthe success alert component.","shortMessageHtmlLink":"Add banner for removing access to an application"}},{"before":"612812817d74f61213ff672f54379c24c03a52ae","after":"cb7ddb2308fc8f8f7f7d5a516079701111cc163d","ref":"refs/heads/add-success-banner","pushedAt":"2024-09-17T08:28:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Gweaton","name":"George Eaton","path":"/Gweaton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/19826940?s=80&v=4"},"commit":{"message":"Add banner for removing access to an application\n\nThis takes a similar approach to the previous banner. However, I've had\nto perform a little more logic in the view here to allow us to re-use\nthe success alert component.","shortMessageHtmlLink":"Add banner for removing access to an application"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEuxMH8wA","startCursor":null,"endCursor":null}},"title":"Activity · alphagov/signon"}