Sarath
Sarath
Fixes ooni/probe#1267
This was reported in the IRC channel by `pabs`: - [ ] The RSS feeds for the [blog listing page](https://ooni.org/blog/index.xml) and the [research reports page](https://ooni.org/reports/) are generated with no relevant...
Fixes #742 - [x] Remove values from form state when their input fields are hidden conditionally (eg. `Domain` when selected test is `Signal`) - [x] Show only relevant options in...
We should explore the idea of adding a visualization that captures the global nature of the data OONI probes collect. If not based on realtime data, this could also be...
Fixes situations where API query errors out in the SSR phase. We reuse the `serializeError` function that already generates a useful error object that is rendered consistently on the page...
Allows passing in build variables into Dockerfile which in turn is used by `next build` to substitute environment variables like `GIT_COMMIT_SHA_SHORT` that has been missing in the footer for docker...
The results list looks quite cluttered and makes it difficult to make sense of the details. We need to discuss what could make the experience better without affecting too many...
Similar to the existing ones in `cypress/integration/search.e2e.js` for other filters.
## Expected Behavior Measurements where the probe failed to perform the test as intended should be shown as a failed measurement; with the grey banner and says "? Error" in...
When there's an error in one component on any page, it ends up crashing the whole page. Instead we should be able to contain the error within the section and...