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

API calls improved #985

Merged
merged 6 commits into from Oct 25, 2018
Merged

API calls improved #985

merged 6 commits into from Oct 25, 2018

Conversation

jesusgn90
Copy link
Contributor

Brief summary:

  • Removed this.commonData.getPCI(), this.commonData.getGDPR() from $onInit method. Now they are used only in the proper tab.
  • Loading syscollector data only once we are in the Agent > Inventory tab because are heavy calls and they are useless in a welcome screen.
  • Using is_sync only when we are on the configuration tab.
  • Method this.$scope.switchTab is now async.
  • Removed Total rules and Total decoders metrics from Management > Status due to perfomance reasons.
  • Replaced the Elasticsearch wrapper method at https://github.com/wazuh/wazuh-kibana-app/blob/c7cbbbed8cc2876bf8c4fbbf29fedbfe5be36a7a/server/lib/elastic-wrapper.js#L591 in order to work properly when using X-Pack security features. This must be fixed as soon as possible because it's now working but it doesn't take care about the X-Pack role being applied.

@jesusgn90 jesusgn90 added bugfix type/enhancement Enhancement issue labels Oct 25, 2018
@jesusgn90 jesusgn90 self-assigned this Oct 25, 2018
@jesusgn90 jesusgn90 added this to Pending feature in Revision 415 via automation Oct 25, 2018
@jesusgn90 jesusgn90 merged commit 52c5566 into 3.7-6.4 Oct 25, 2018
Revision 415 automation moved this from Pending feature to Feature testing Oct 25, 2018
@jesusgn90 jesusgn90 deleted the 3.7-improvements branch October 25, 2018 16:13
@jesusgn90 jesusgn90 moved this from Feature testing to Done in Revision 415 Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Enhancement issue
Projects
No open projects
Revision 415
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant