Commit Graph

53 Commits

Author SHA1 Message Date
Jesús Ángel González
09c2c96b5e Handled two more error cases 2017-12-21 15:23:09 +01:00
Jesús Ángel González
144b50a413 New function to apply two or more filters at same time 2017-12-21 11:32:26 +01:00
Jesús Ángel González
d6fdf9f7b2 Show more information when there is no API. Simplified some code lines 2017-12-20 18:49:49 +01:00
Jesús Ángel González
8e85ff2c0e Handled '401 Unauthorized' response on check function 2017-12-20 17:48:44 +01:00
Javier Castro
504177a393
Merge pull request #141 from wazuh/3.0-default-api
Setting expire and default for api and cookies
2017-12-19 18:53:04 +01:00
havidarou
0bbe7db738 Setting expire and default for api and cookies 2017-12-19 12:43:59 -05:00
Jesús Ángel González
119bdd2af0 Fix template route on routes 2017-12-15 12:46:11 +01:00
Jesús Ángel González
74340636de Handling check_stored and check functions timeout 2017-12-14 16:08:38 +01:00
Jesús Ángel González
a8f93190d6 Generic request now can only take 4 seconds to finish fine or wrong. 2017-12-14 16:07:16 +01:00
Jesús Ángel González
8f4a29295b Added timeout error message 2017-12-14 16:06:16 +01:00
Javier Castro
fc3a88c88a
Merge branch '3.0' into 3.0-decouple-api-pattern 2017-12-12 18:10:57 +01:00
havidarou
0a3feaa1f7 Decoupling from backend the selected API and index pattern 2017-12-12 11:59:19 -05:00
Jesús Ángel González
16ea3ee908 More specific on removing filters 2017-12-12 17:45:07 +01:00
Jesús Ángel González
fa66f1dff7 Transferred the function to remove duplicates to the datahandler 2017-12-11 11:19:15 +01:00
Javier Castro
10fdb93f5e
Merge pull request #116 from wazuh/3.0-minor-enhacements-dev
Minor enhacements dev
2017-12-03 15:35:38 +01:00
havidarou
62bc6c1111 Enchancement: dynamic index-patterns, plus minor fixes 2017-12-03 09:30:47 -05:00
Jesús
9ac2e43078 Catching error in almost places where a promise is resolved 2017-12-01 18:28:48 +01:00
Jesús
8f4a851c00 Checks if API is down after starting the app 2017-11-30 13:03:17 +01:00
Jesús
99ec9ebdc2 New view, new route and new controller for agents preview 2017-11-28 17:30:03 +01:00
Javier Castro
abc2dd91d4
Merge pull request #100 from wazuh/3.0-miscellaneous
Several minor fixes
2017-11-28 14:54:04 +01:00
havidarou
31cb9c380c Several minor fixes 2017-11-28 08:52:25 -05:00
Jesús
968b472fd3 Ensure that the offset is different from 0 2017-11-28 11:30:35 +01:00
havidarou
20d433e9be Fixing some bugs due to prior merges and fixing one index pattern in the discover tabs 2017-11-27 15:54:57 -05:00
Javier Castro
d3cd8d17bc
Merge pull request #93 from wazuh/3.0-loops-enhacements
Some loops enhacements
2017-11-27 19:08:18 +01:00
Javier Castro
798887beed
Merge pull request #90 from wazuh/3.0-rules-enhacements
Fixed ruleset issue with the offset of items. Also fix md-chips
2017-11-27 19:07:06 +01:00
Jesús
bd980636bf Better and shorter removeFilter function on datahandler 2017-11-27 18:07:31 +01:00
havidarou
dfdcc24fbc Adding the new discover to the agents tab 2017-11-27 11:27:07 -05:00
Jesús
69b010394b Fixed ruleset issue with the offset of items. Also fix md-chips 2017-11-27 13:41:15 +01:00
Javier Castro
627735319e
Merge branch '3.0' into 3.0-css-reordering-2 2017-11-27 12:12:39 +01:00
havidarou
1a693e88b8 Bringing functionality to he table in discover plus removing its menu 2017-11-27 05:57:47 -05:00
havidarou
8a551be8b1 Whole rebranding for the discover along the visualizations 2017-11-25 10:36:39 -05:00
Juanjo Jiménez
f83d3e74d4 "Dashboard" tab deleted from app
There was some old files of a "Dashboard" tab. They were deleted from the app and also every other remaining references and links to the Dashboard templates.
2017-11-23 17:00:18 +01:00
havidarou
e154ebba38 Rebranding discover 2017-11-23 05:33:34 -05:00
Javier Castro
19e52f9f07
Merge pull request #61 from wazuh/3.0-dev-overview-fix
Removed unused appState $cookies
2017-11-13 17:34:26 +01:00
Jesús
6d7a6687e2 Removed unused appState $cookies 2017-11-13 12:50:34 +01:00
Jesús Ángel González Novez
eca25dca8f Fix when-scroll on agents tab 2017-11-10 14:34:41 +01:00
Jesús Ángel González Novez
9e953f6da9 New function to get a filter value 2017-11-10 11:20:55 +01:00
Jesús Ángel González Novez
2a4fcd0efb Removed some console.log for better performance 2017-11-10 10:30:49 +01:00
Javier Castro
5b1f8ea461
Merge pull request #52 from jesusgn90/dev-agents-tab-unknown
Added "Unknown" platform to the agents tab.
2017-11-09 19:24:29 +01:00
Jesús Ángel González Novez
91ec639d6a Added "Unknown" platform to the agents tab. Now you can filter agents without os 2017-11-07 09:55:04 +01:00
Jesús Ángel González Novez
0be2645185 Fix warning message when no API registered. Fix int comparations in multiple conditionals 2017-11-02 19:00:35 +01:00
Jesús Ángel González Novez
76e9dd6ed3 Extracted prepError function to single file 2017-11-02 10:22:46 +01:00
Jesús Ángel González Novez
187f066aae Added travis config file. Replaced == by === multiple files. 2017-10-30 11:52:54 +01:00
Jesús Ángel González Novez
a6acf36ad3 Minor refactor 2017-10-30 11:35:30 +01:00
Jesús Ángel González Novez
6a85d36bff Better performance on apiReq 2017-10-30 10:14:36 +01:00
Jesús Ángel González Novez
7dafea5b5c Minor improvements in controllers 2017-10-30 10:08:42 +01:00
Jesús Ángel González Novez
5df6868d60 Added console.log for debug purposes. 2017-10-30 09:00:31 +01:00
Jesús Ángel González Novez
829c791955 Optimized settings file 2017-10-27 14:20:16 +02:00
Jesús Ángel González Novez
32d6cd1616 Optimizing Angular requests 2017-10-27 13:56:40 +02:00
Jesús Ángel González Novez
13730cf5f1 Fixed some service, factory and controller declarations 2017-10-27 13:39:25 +02:00