{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2686767,"defaultBranch":"main","name":"search-api","ownerLogin":"alphagov","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-11-01T10:12:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/596977?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727381514.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"3bca6d55cf7c7135114cc2b58cf70ed81fac66ab","ref":"refs/heads/dependabot/bundler/govuk_app_config-9.14.2","pushedAt":"2024-09-26T20:11:54.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 govuk_app_config from 9.14.1 to 9.14.2\n\nBumps [govuk_app_config](https://github.com/alphagov/govuk_app_config) from 9.14.1 to 9.14.2.\n- [Changelog](https://github.com/alphagov/govuk_app_config/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/alphagov/govuk_app_config/compare/v9.14.1...v9.14.2)\n\n---\nupdated-dependencies:\n- dependency-name: govuk_app_config\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump govuk_app_config from 9.14.1 to 9.14.2"}},{"before":null,"after":"c4544a9629a727ccced7916bd5eeb232536983fc","ref":"refs/heads/dont-put-entire-document-into-sidekiq-payload","pushedAt":"2024-09-25T10:58:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"peteglondon","name":"Pete Goddard","path":"/peteglondon","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/511319?s=80&v=4"},"commit":{"message":"Don't put the entire document into Sidekiq arguments\n\nSearch API is using up all the Redis memory in integration.\nThe main culprit is the PopularityWorker - this serialises a large batch of data\nto update, it includes the entire `_source` json - this make the payload very large.\n\nIt is also completely unnecessary as the item could just as easily be pulled from\nelastic.\n\nAll it's doing is updating a number of attributes related to popularity, these\ncome from a different source index.\n\nThere were 2 options to changing this - the first was to change Updater to not\ninclude the document when it queues the job.\n\nThis would have affected all of these update jobs. It's difficult to now how\ndifficult this would be.\n\nThe other option - implemented here - is to just override\nPopularityWorker.perform_async to remove the document, leaving only the identifier.\n\nPopularityWorker#perform\nlooks up the document if it not provided (it was called async) and only updates the popularity fields.\n\nThis keeps the change local to PopularityWorker, other update workers continue to work as-is.","shortMessageHtmlLink":"Don't put the entire document into Sidekiq arguments"}},{"before":"5adc50bdf8616c983df9ba412fa60449b1942fa5","after":null,"ref":"refs/heads/dependabot/bundler/webrick-1.8.2","pushedAt":"2024-09-25T09:48:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jon-kirwan","name":"Jon Kirwan","path":"/jon-kirwan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87758239?s=80&v=4"}},{"before":"2808652e776f3b8196267697fc6fff88ad1d0122","after":"38eb8492aba3ddc9f23645cf9d5e947ce8cb77de","ref":"refs/heads/main","pushedAt":"2024-09-25T09:48:50.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jon-kirwan","name":"Jon Kirwan","path":"/jon-kirwan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87758239?s=80&v=4"},"commit":{"message":"Merge pull request #3005 from alphagov/dependabot/bundler/webrick-1.8.2\n\nBump webrick from 1.8.1 to 1.8.2","shortMessageHtmlLink":"Merge pull request #3005 from alphagov/dependabot/bundler/webrick-1.8.2"}},{"before":null,"after":"5adc50bdf8616c983df9ba412fa60449b1942fa5","ref":"refs/heads/dependabot/bundler/webrick-1.8.2","pushedAt":"2024-09-25T08:45:06.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 webrick from 1.8.1 to 1.8.2\n\nBumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.\n- [Release notes](https://github.com/ruby/webrick/releases)\n- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)\n\n---\nupdated-dependencies:\n- dependency-name: webrick\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump webrick from 1.8.1 to 1.8.2"}},{"before":"1d4832ff80e4cbc5909b74004cd7ef90b31d02de","after":null,"ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.166.0","pushedAt":"2024-09-25T08:44:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jon-kirwan","name":"Jon Kirwan","path":"/jon-kirwan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87758239?s=80&v=4"}},{"before":"844bc817e59ad3614870a241a3092652238032bc","after":"2808652e776f3b8196267697fc6fff88ad1d0122","ref":"refs/heads/main","pushedAt":"2024-09-25T08:44:07.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jon-kirwan","name":"Jon Kirwan","path":"/jon-kirwan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/87758239?s=80&v=4"},"commit":{"message":"Merge pull request #3003 from alphagov/dependabot/bundler/aws-sdk-s3-1.166.0\n\nBump aws-sdk-s3 from 1.165.0 to 1.166.0","shortMessageHtmlLink":"Merge pull request #3003 from alphagov/dependabot/bundler/aws-sdk-s3-…"}},{"before":null,"after":"5889d2100d030f57ab0dc4c3aee94d1a07e0b38d","ref":"refs/heads/dependabot/bundler/sidekiq-7.3.2","pushedAt":"2024-09-24T20:19:56.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 sidekiq from 6.5.12 to 7.3.2\n\nBumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.5.12 to 7.3.2.\n- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)\n- [Commits](https://github.com/sidekiq/sidekiq/compare/v6.5.12...v7.3.2)\n\n---\nupdated-dependencies:\n- dependency-name: sidekiq\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump sidekiq from 6.5.12 to 7.3.2"}},{"before":null,"after":"1d4832ff80e4cbc5909b74004cd7ef90b31d02de","ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.166.0","pushedAt":"2024-09-24T20:19:19.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 aws-sdk-s3 from 1.165.0 to 1.166.0\n\nBumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.165.0 to 1.166.0.\n- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)\n- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)\n- [Commits](https://github.com/aws/aws-sdk-ruby/commits)\n\n---\nupdated-dependencies:\n- dependency-name: aws-sdk-s3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aws-sdk-s3 from 1.165.0 to 1.166.0"}},{"before":"97075d09058201896a0fa4ce48b9dcd1032b8433","after":null,"ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.165.0","pushedAt":"2024-09-24T08:38:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JamesCGDS","name":null,"path":"/JamesCGDS","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110391449?s=80&v=4"}},{"before":"fc9c58242456d4ce922926e4792c96548a3e8998","after":"844bc817e59ad3614870a241a3092652238032bc","ref":"refs/heads/main","pushedAt":"2024-09-24T08:38:25.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"JamesCGDS","name":null,"path":"/JamesCGDS","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/110391449?s=80&v=4"},"commit":{"message":"Merge pull request #3002 from alphagov/dependabot/bundler/aws-sdk-s3-1.165.0\n\nBump aws-sdk-s3 from 1.164.0 to 1.165.0","shortMessageHtmlLink":"Merge pull request #3002 from alphagov/dependabot/bundler/aws-sdk-s3-…"}},{"before":null,"after":"97075d09058201896a0fa4ce48b9dcd1032b8433","ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.165.0","pushedAt":"2024-09-23T20:50:49.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 aws-sdk-s3 from 1.164.0 to 1.165.0\n\nBumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.164.0 to 1.165.0.\n- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)\n- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)\n- [Commits](https://github.com/aws/aws-sdk-ruby/commits)\n\n---\nupdated-dependencies:\n- dependency-name: aws-sdk-s3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aws-sdk-s3 from 1.164.0 to 1.165.0"}},{"before":"f8ab8703d84ce6c67767fb87e2aeacb6827e23f7","after":null,"ref":"refs/heads/dependabot/bundler/google-protobuf-4.27.5","pushedAt":"2024-09-23T09:27:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"5d51d5daa245eead3b03b1eb8b0d19bc6fdb7911","after":null,"ref":"refs/heads/dependabot/bundler/puma-6.4.3","pushedAt":"2024-09-23T09:27:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"davidgisbey","name":"David Gisbey","path":"/davidgisbey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42515961?s=80&v=4"}},{"before":"41df8ba7c4660d89819628b538f5e620e6c0ec5e","after":"fc9c58242456d4ce922926e4792c96548a3e8998","ref":"refs/heads/main","pushedAt":"2024-09-23T09:27:33.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"davidgisbey","name":"David Gisbey","path":"/davidgisbey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42515961?s=80&v=4"},"commit":{"message":"Merge pull request #3000 from alphagov/dependabot/bundler/puma-6.4.3\n\nBump puma from 6.4.2 to 6.4.3","shortMessageHtmlLink":"Merge pull request #3000 from alphagov/dependabot/bundler/puma-6.4.3"}},{"before":"c52c439fd62e6503e9aec0c739470b3083158b83","after":null,"ref":"refs/heads/dependabot/bundler/govuk_app_config-9.14.1","pushedAt":"2024-09-23T09:27:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"davidgisbey","name":"David Gisbey","path":"/davidgisbey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42515961?s=80&v=4"}},{"before":"f6c0ace1811331afe9375f41061eb26ba69f44cc","after":"41df8ba7c4660d89819628b538f5e620e6c0ec5e","ref":"refs/heads/main","pushedAt":"2024-09-23T09:27:05.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"davidgisbey","name":"David Gisbey","path":"/davidgisbey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42515961?s=80&v=4"},"commit":{"message":"Merge pull request #2999 from alphagov/dependabot/bundler/govuk_app_config-9.14.1\n\nBump govuk_app_config from 9.14.0 to 9.14.1","shortMessageHtmlLink":"Merge pull request #2999 from alphagov/dependabot/bundler/govuk_app_c…"}},{"before":"c36ec7a594abefd6324b6531715ecb06075efa92","after":null,"ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.164.0","pushedAt":"2024-09-23T09:26:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"davidgisbey","name":"David Gisbey","path":"/davidgisbey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42515961?s=80&v=4"}},{"before":"b8266dc29daa9e318be8710bc2af1069d557958a","after":"f6c0ace1811331afe9375f41061eb26ba69f44cc","ref":"refs/heads/main","pushedAt":"2024-09-23T09:26:47.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"davidgisbey","name":"David Gisbey","path":"/davidgisbey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42515961?s=80&v=4"},"commit":{"message":"Merge pull request #3001 from alphagov/dependabot/bundler/aws-sdk-s3-1.164.0\n\nBump aws-sdk-s3 from 1.162.0 to 1.164.0","shortMessageHtmlLink":"Merge pull request #3001 from alphagov/dependabot/bundler/aws-sdk-s3-…"}},{"before":"bb1dac77df9893987bcc370e7a3712e1abe7ef22","after":null,"ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.163.0","pushedAt":"2024-09-20T20:46:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"c36ec7a594abefd6324b6531715ecb06075efa92","ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.164.0","pushedAt":"2024-09-20T20:46:46.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 aws-sdk-s3 from 1.162.0 to 1.164.0\n\nBumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.162.0 to 1.164.0.\n- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)\n- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)\n- [Commits](https://github.com/aws/aws-sdk-ruby/commits)\n\n---\nupdated-dependencies:\n- dependency-name: aws-sdk-s3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aws-sdk-s3 from 1.162.0 to 1.164.0"}},{"before":null,"after":"5d51d5daa245eead3b03b1eb8b0d19bc6fdb7911","ref":"refs/heads/dependabot/bundler/puma-6.4.3","pushedAt":"2024-09-20T14:56:19.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 puma from 6.4.2 to 6.4.3\n\nBumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3.\n- [Release notes](https://github.com/puma/puma/releases)\n- [Changelog](https://github.com/puma/puma/blob/master/History.md)\n- [Commits](https://github.com/puma/puma/compare/v6.4.2...v6.4.3)\n\n---\nupdated-dependencies:\n- dependency-name: puma\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump puma from 6.4.2 to 6.4.3"}},{"before":null,"after":"c52c439fd62e6503e9aec0c739470b3083158b83","ref":"refs/heads/dependabot/bundler/govuk_app_config-9.14.1","pushedAt":"2024-09-19T20:55:55.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 govuk_app_config from 9.14.0 to 9.14.1\n\nBumps [govuk_app_config](https://github.com/alphagov/govuk_app_config) from 9.14.0 to 9.14.1.\n- [Changelog](https://github.com/alphagov/govuk_app_config/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/alphagov/govuk_app_config/compare/v9.14.0...v9.14.1)\n\n---\nupdated-dependencies:\n- dependency-name: govuk_app_config\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump govuk_app_config from 9.14.0 to 9.14.1"}},{"before":null,"after":"f8ab8703d84ce6c67767fb87e2aeacb6827e23f7","ref":"refs/heads/dependabot/bundler/google-protobuf-4.27.5","pushedAt":"2024-09-19T16:08:58.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 google-protobuf from 4.27.2 to 4.27.5\n\nBumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 4.27.2 to 4.27.5.\n- [Release notes](https://github.com/protocolbuffers/protobuf/releases)\n- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)\n- [Commits](https://github.com/protocolbuffers/protobuf/commits)\n\n---\nupdated-dependencies:\n- dependency-name: google-protobuf\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump google-protobuf from 4.27.2 to 4.27.5"}},{"before":"d461c85129ee6da88fbcedd1630039f664e4c9a7","after":"bb1dac77df9893987bcc370e7a3712e1abe7ef22","ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.163.0","pushedAt":"2024-09-19T15:27:30.000Z","pushType":"force_push","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 aws-sdk-s3 from 1.162.0 to 1.163.0\n\nBumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.162.0 to 1.163.0.\n- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)\n- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)\n- [Commits](https://github.com/aws/aws-sdk-ruby/commits)\n\n---\nupdated-dependencies:\n- dependency-name: aws-sdk-s3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aws-sdk-s3 from 1.162.0 to 1.163.0"}},{"before":"f50dbe2eeb305187b96b6128fbcb984fd1508252","after":null,"ref":"refs/heads/migrate-ga-to-search-api","pushedAt":"2024-09-19T15:26:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"georges1996","name":null,"path":"/georges1996","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40758489?s=80&v=4"}},{"before":"19f7e184c216050b843debec057ece7e66f5ff83","after":"b8266dc29daa9e318be8710bc2af1069d557958a","ref":"refs/heads/main","pushedAt":"2024-09-19T15:26:19.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"georges1996","name":null,"path":"/georges1996","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/40758489?s=80&v=4"},"commit":{"message":"Merge pull request #2987 from alphagov/migrate-ga-to-search-api\n\nMigrate GA4 logic to search-api","shortMessageHtmlLink":"Merge pull request #2987 from alphagov/migrate-ga-to-search-api"}},{"before":null,"after":"d461c85129ee6da88fbcedd1630039f664e4c9a7","ref":"refs/heads/dependabot/bundler/aws-sdk-s3-1.163.0","pushedAt":"2024-09-18T20:37:54.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 aws-sdk-s3 from 1.162.0 to 1.163.0\n\nBumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.162.0 to 1.163.0.\n- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)\n- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)\n- [Commits](https://github.com/aws/aws-sdk-ruby/commits)\n\n---\nupdated-dependencies:\n- dependency-name: aws-sdk-s3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aws-sdk-s3 from 1.162.0 to 1.163.0"}},{"before":"264e20fc0399dc2458b1f569d0fa7dc6a77e1efc","after":null,"ref":"refs/heads/facet-renames","pushedAt":"2024-09-18T15:13:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"csutter","name":"Christian Sutter","path":"/csutter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72141?s=80&v=4"}},{"before":"88d1babd75ab505e95f52441ac694295308351d4","after":"19f7e184c216050b843debec057ece7e66f5ff83","ref":"refs/heads/main","pushedAt":"2024-09-18T15:13:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"csutter","name":"Christian Sutter","path":"/csutter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72141?s=80&v=4"},"commit":{"message":"Merge pull request #2996 from alphagov/facet-renames\n\nAll content finder: update section names","shortMessageHtmlLink":"Merge pull request #2996 from alphagov/facet-renames"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNlQyMDoxMTo1NC4wMDAwMDBazwAAAATB60j5","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOFQxNToxMzowNC4wMDAwMDBazwAAAAS52MW8"}},"title":"Activity · alphagov/search-api"}