-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dp 3047 present additional metadata items #91
Merged
mitchdawson1982
merged 62 commits into
main
from
dp-3047-present-additional-metadata-items
Feb 26, 2024
Merged
Dp 3047 present additional metadata items #91
mitchdawson1982
merged 62 commits into
main
from
dp-3047-present-additional-metadata-items
Feb 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- add sync_with_poetry hook to keep pre-commit in sync with pyproject.toml - config flake8 - config isort to use black via pyproject.toml Add .secrets.baseline for detect-secrets move testing libraries to dev.dependencies in pyproject.toml
add default for dict.get() [linting]
…to_access choice value to 'Analytical_Platform' to avoid spaces. q exit quit() q ��[200~classifications~classifications
mitchdawson1982
force-pushed
the
dp-3047-present-additional-metadata-items
branch
from
February 22, 2024 14:51
bfbc39f
to
389a609
Compare
MatMoore
reviewed
Feb 22, 2024
…e full query builder
Domain will have top level and subdomain selections, and work similarly to "Topic/Sub-Topic" on GOV.UK search. The form will submit domain and subdomain as separate fields, so we need to combine them on the backend. If javascript is not enabled, then the subdomain field is not displayed and it will work as before. This is tested using jest and jest-dom.
The chromedriver library updates more frequently than the chrome distributed in ubuntu-latest, but these need to be the same version, otherwise axe-core breaks. As a workaround, try to install a version that matches whatever chrome is on the path. See also dequelabs/axe-core-npm#401 (comment)
…e full query builder
mitchdawson1982
force-pushed
the
dp-3047-present-additional-metadata-items
branch
from
February 26, 2024 16:04
59d5cfb
to
861c1a1
Compare
mitchdawson1982
force-pushed
the
dp-3047-present-additional-metadata-items
branch
from
February 26, 2024 16:13
861c1a1
to
52ec70f
Compare
LavMatt
reviewed
Feb 26, 2024
LavMatt
approved these changes
Feb 26, 2024
mitchdawson1982
deleted the
dp-3047-present-additional-metadata-items
branch
February 26, 2024 16:56
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resolves ministryofjustice/analytical-platform#3047 & ministryofjustice/analytical-platform#2961
Adds
sensitivityLevel
&whereToAccessDataset
as additional filters in the UI and now passes the values of these fields into the filter for searching.Changes
encode_without_filter
now checks for the type of value and responds appropriatelyAlso: