8000 Sort list of queries in web UI for display by jsteemann · Pull Request #14429 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Sort list of queries in web UI for display #14429

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

Merged
merged 5 commits into from
Jul 28, 2021

Conversation

jsteemann
Copy link
Contributor
@jsteemann jsteemann commented Jun 29, 2021

Scope & Purpose

Backport of #14428

  • Fix display of running and slow queries in web UI when there are multiple
    coordinators. Previously, the display order of queries was undefined, which
    could lead to queries from one coordinator being display on top once and
    then the queries from another. That made using this UI harder than necessary.
  • 💩 Bugfix (requires CHANGELOG entry)
  • 🍕 New feature (requires CHANGELOG entry, feature documentation and release notes)
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification
  • 📖 CHANGELOG entry made

Backports:

Testing & Verification

  • This change is a trivial rework / code cleanup without any test coverage.
  • The behavior in this PR was manually tested

* Fix display of running and slow queries in web UI when there are multiple
  coordinators. Previously, the display order of queries was undefined, which
  could lead to queries from one coordinator being display on top once and
  then the queries from another. That made using this UI harder than necessary.
* Fix display of running and slow queries in web UI when there are multiple
  coordinators. Previously, the display order of queries was undefined, which
  could lead to queries from one coordinator being display on top once and
  then the queries from another. That made using this UI harder than necessary.

  Now queries are sorted for display, according to their query IDs.
@jsteemann jsteemann added this to the 3.8 milestone Jun 29, 2021
@jsteemann jsteemann requested a review from hkernbach June 29, 2021 15:27
@KVS85 KVS85 added the 3 UI ArangoDB Web Interface (frontend/Aardvark) label Jul 28, 2021
@KVS85 KVS85 merged commit 4e8cc20 into 3.8 Jul 28, 2021
@KVS85 KVS85 deleted the bug-fix-3.8/fix-bumpy-queries-in-ui branch July 28, 2021 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 UI ArangoDB Web Interface (frontend/Aardvark) 9 Ready to Merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0