Add links to search in MAT tooltip for all counts#810
Open
Add links to search in MAT tooltip for all counts#810
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* Remove about page * Remove git env vars for production
* Remove AS0 filter
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> 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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> 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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> 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 <maja.komel@gmail.com>
Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com> Co-authored-by: Maja Komel <maja.komel@gmail.com>
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> 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] <support@github.com> 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 <vaibhav1180@gmail.com> * asn and failure params Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com> --------- Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com>
* 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
Signed-off-by: GermaVinsmoke <vaibhav1180@gmail.com>
This file contains hidden or 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
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.
There are API changes needed to show only
failure_countorok_count.Closes #802