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

Added field name capitalization to discover and visualize #51

Merged

Conversation

alexweltman
Copy link

  • Added field name capitalization to queries on the discover and visualize tabs
  • fixed broken time ranges being sent to audit log

var notify = new Notifier({
location: 'Dashboard'
});
var notify = new Notifier({
Copy link
Author

@alexweltman alexweltman Jul 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here I just removed the link function cause it's no longer needed, that functionality was moved to the searchAuditor service and to $scope.filterResults. The rest of the changes is fixing indentations

@alexweltman alexweltman changed the title Added field name capitalization to discover and visualize Added field name capitalization to discover and visualize [DO NOT MERGE] Jul 6, 2016
@alexweltman alexweltman changed the title Added field name capitalization to discover and visualize [DO NOT MERGE] Added field name capitalization to discover and visualize Jul 6, 2016
};
var _ = require('lodash');
var moment = require('moment');
var angular = require('angular');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we requiring angular?

Copy link
Author

@alexweltman alexweltman Jul 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kibana does this on every file that uses an angular method like angular.copy

@sammccord
Copy link

:shipit:

@KjellKod
Copy link

ha ha ha ... Is that a plus one @sammccord ?

@KjellKod
Copy link

@alexweltman is this for 3.1.2?

@KjellKod
Copy link

👍 reviewed & tested

@KjellKod KjellKod merged commit 46dc4d6 into logrhythm:4.1.4_NM Jul 13, 2016
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.

3 participants