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

Add links to search in MAT tooltip for all counts #810

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

majakomel
Copy link
Contributor

There are API changes needed to show only failure_count or ok_count.

Closes #802

@vercel
Copy link

vercel bot commented Oct 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
explorer ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 15, 2023 at 4:21PM (UTC)

@majakomel majakomel self-assigned this Oct 18, 2022
majakomel and others added 27 commits October 21, 2022 12:13
* Remove about page

* Remove git env vars for production
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix back button where params applied programmatically

* Better fix

* Localized labels

* Cleanup
* Drop fields from MAT form state when they are hidden

* Hide irrelevant options in X and Y axis based on test name

* Show Y axis countries option when All Countries selected

* Remove console log

* Improve handling of conditional filters

Co-authored-by: Maja Komel <[email protected]>
Signed-off-by: GermaVinsmoke <[email protected]>
Co-authored-by: Maja Komel <[email protected]>
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@0.7.31...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Rename FiveColRow to DNSAnswerRow

We may want to add some columns in the future.

* DNSAnswerRow -> DnsAnswerRow

For consistency with the pre-existing DnsAnswerCell.

* DnsAnswerRow: Add ancillary information

If the measurement JSON for a DNS answer contains "asn" and/or
"as_org_name" fields, we use that to populate the new "Ancillary info"
column in human-readable form.

* DnsAnswerRow: Improve readability by varying column widths

The TTL/class/type values are always short, so make the corresponding
fields narrower to leave more space for the other fields, which can be
longer.

* Renamed "ancillary information" to "Answer IP Info"

Also improve output in the (impossible?) case where "asn" is not set,
but "as_org_name" is.

* DnsAnswerIpInfo: New utility function

Factored out from QueryContainer.

* Rename DnsAnswerIpInfo to dnsAnswerIpInfo

Normal functions seem to use camelCase by convention.

* Simplify dnsAnswerIpInfo()

Use auxiliary variables to avoid nested conditionals.
* passing correct query parameter to filter

Signed-off-by: GermaVinsmoke <[email protected]>

* asn and failure params

Signed-off-by: GermaVinsmoke <[email protected]>

---------

Signed-off-by: GermaVinsmoke <[email protected]>
* Update coverage chart color scale and add a legend

* Update ranges
* Update inputs when navigating back circumvention page

* Fixed time grain
* Add support for selecting time granularity on MAT

* Fix week granularity scale

* Hour formatting, conditional dropdown options

* Fix missing messages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hyperlinks to results page for individual counts
5 participants