-
Notifications
You must be signed in to change notification settings - Fork 17
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
base: main
Are you sure you want to change the base?
Commits on Oct 30, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 71c80e2 - Browse repository at this point
Copy the full SHA 71c80e2View commit details
Commits on Oct 31, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 785f7b3 - Browse repository at this point
Copy the full SHA 785f7b3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ce6f219 - Browse repository at this point
Copy the full SHA ce6f219View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 756cd92 - Browse repository at this point
Copy the full SHA 756cd92View commit details -
Enable form data UTF-8 sanitisation
See: * https://github.com/whitequark/rack-utf8_sanitizer/blob/b069c9ef6d69e58695ec9a7cad68c41b57812468/lib/rack/utf8_sanitizer.rb#L21 * https://github.com/whitequark/rack-utf8_sanitizer/blob/b069c9ef6d69e58695ec9a7cad68c41b57812468/lib/rack/utf8_sanitizer.rb#L84 * https://github.com/whitequark/rack-utf8_sanitizer/blob/b069c9ef6d69e58695ec9a7cad68c41b57812468/lib/rack/utf8_sanitizer.rb#L121 Collections currently do not have any POST/PATCH/PUT routes for uploading form data, but this is being added for consistency with other repositories and in case such routes will be added in the future.
Configuration menu - View commit details
-
Copy full SHA for f264129 - Browse repository at this point
Copy the full SHA f264129View commit details -
Following the same patterns set in the existing ListSet model which fetches tagged content for level two browse pages.
Configuration menu - View commit details
-
Copy full SHA for b0eecaf - Browse repository at this point
Copy the full SHA b0eecafView commit details