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

[UI] 3.1.2 version #631

Merged
merged 13 commits into from
Sep 15, 2020
Merged

[UI] 3.1.2 version #631

merged 13 commits into from
Sep 15, 2020

Conversation

CarlosLanderas
Copy link
Contributor

@CarlosLanderas CarlosLanderas commented Sep 15, 2020

  • Updated React and other package.json library versions

  • The UI no longer has a inteval configuration button. The polling interval is configured in the backend using

setup.SetEvaluationTimeInSeconds(seconds);
  • Added Start / Stop polling button
  • Added healthchecks tags to the UI
  • Fixed name length in HealthCheckExecutionHistories
  • Added UI settings middleware
  • Added Request Limiting Middleware and setup method to configure max api active requests with:
setup.SetApiMaxActiveRequests(value);
  • Improved healthcheck table styling for better rows alignment.
  • Added animation for execution history panel
  • Fonts and icons are now embedded in the Javascript bundle for scenarios without internet connection
  • Customize Header Text using
setup.SetHeaderText(text) 

Default is Health Checks Status

Issues fixed in this PR:

#607
#597
#562
#577
#194

image

@CarlosLanderas CarlosLanderas marked this pull request as draft September 15, 2020 13:11
@CarlosLanderas CarlosLanderas linked an issue Sep 15, 2020 that may be closed by this pull request
@CarlosLanderas CarlosLanderas marked this pull request as ready for review September 15, 2020 22:26
@CarlosLanderas CarlosLanderas merged commit 443d33d into master Sep 15, 2020
@unaizorrilla unaizorrilla deleted the ui-refactor-to-hooks branch October 16, 2021 17:30
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant