Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic popular tasks - by content id #3829

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 30, 2024

  1. Remove browse popular tasks AB test

    We are turning off our AB test, and adding popular tasks to all
    mainstream browse pages. This commit adds the tasks as a hard coded
    list. Future work will allow the tasks to be fetched from SearchAPI
    hannako committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    71c80e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Bump gds-api-adapters from 97.0.0 to 97.1.0

    Bumps [gds-api-adapters](https://github.com/alphagov/gds-api-adapters) from 97.0.0 to 97.1.0.
    - [Changelog](https://github.com/alphagov/gds-api-adapters/blob/main/CHANGELOG.md)
    - [Commits](alphagov/gds-api-adapters@v97.0.0...v97.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: gds-api-adapters
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hannako committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    785f7b3 View commit details
    Browse the repository at this point in the history
  2. Bump govspeak from 8.5.1 to 8.6.0

    Bumps [govspeak](https://github.com/alphagov/govspeak) from 8.5.1 to 8.6.0.
    - [Changelog](https://github.com/alphagov/govspeak/blob/main/CHANGELOG.md)
    - [Commits](alphagov/govspeak@v8.5.1...v8.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: govspeak
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hannako committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ce6f219 View commit details
    Browse the repository at this point in the history
  3. Handle incorrectly UTF-8 encoded query and cookie url

    Use a different exception when this situation is detected:
    * Sanitiser::Strategy::SanitisingError
    This error is not sent to Sentry.
    See: alphagov/govuk_app_config#402
    unoduetre authored and hannako committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    756cd92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f264129 View commit details
    Browse the repository at this point in the history
  5. Create a PopularListSet model

    Following the same patterns set in the existing ListSet model
    which fetches tagged content for level two browse pages.
    hannako committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b0eecaf View commit details
    Browse the repository at this point in the history