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

[Endpoint] Policy Details integration with Ingest APIs #61827

Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0b2b40d
button + action + middleware + ingest service
paul-tavares Mar 23, 2020
3a8883a
stuff
paul-tavares Mar 23, 2020
df16b26
it works
paul-tavares Mar 24, 2020
4e220d3
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares Mar 25, 2020
bb5167d
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares Mar 25, 2020
9436893
PolicyAgentsSummary component
paul-tavares Mar 25, 2020
9f3369c
Add health to AgentsSummary
paul-tavares Mar 25, 2020
08aaae0
renamed file to match component
paul-tavares Mar 25, 2020
6a48297
Added fetch of agents status from API
paul-tavares Mar 25, 2020
78e35ed
Better policy mock + handle updates + failures to the store
paul-tavares Mar 25, 2020
c251cc6
starting to work on notifications
paul-tavares Mar 25, 2020
cfaa957
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares Mar 26, 2020
c4d53b2
Adjust policy details following merge from master
paul-tavares Mar 26, 2020
da31cba
Added success/failure toast notifications
paul-tavares Mar 26, 2020
c96c8d2
fix reset of state when user navigates out of details page
paul-tavares Mar 26, 2020
0cbf623
Add save confirmation modal dialog
paul-tavares Mar 26, 2020
81f3a9b
alter page_view and export components used for display header title a…
paul-tavares Mar 26, 2020
2ed3a07
Handle fetch Errors + back to list button
paul-tavares Mar 26, 2020
553b9e2
Add handler for button to navigate to policy list
paul-tavares Mar 26, 2020
0530e9f
add vertical spacer to header agent summary
paul-tavares Mar 27, 2020
864776e
change vertical divider to use values from spacerSize for `spacing` prop
paul-tavares Mar 27, 2020
be5f4a3
Adjusted PolicyConfig type + new Policy model generator
paul-tavares Mar 27, 2020
25a8222
first attempt at refactoring selectors/reducer (not working yet)
paul-tavares Mar 27, 2020
e57e18d
Updates are persisted (selectors working) + `viewType` prop added to …
paul-tavares Mar 30, 2020
a18b91a
Sync PageView `viewType` to design for lists + details
paul-tavares Mar 30, 2020
8e534c1
clean up of TODO items
paul-tavares Mar 30, 2020
f6a6268
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares Mar 30, 2020
a6c55ee
Replace use of PolicyConfig with UIPolicyConfig + cleanup
paul-tavares Mar 31, 2020
3b45458
Fix test for PageView ++ policy details store
paul-tavares Mar 31, 2020
bdccd82
refactor policy `windows.eventing` to `events` ++ fix types
paul-tavares Mar 31, 2020
3f5e3d9
Fix policy model generator
paul-tavares Mar 31, 2020
4be1e2b
Merge remote-tracking branch 'upstream/master' into task/emt-275-poli…
paul-tavares Mar 31, 2020
a63b191
Delete sneaky file
paul-tavares Mar 31, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions endpoint_metatdata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ignore this. It sneaked in on my commit. Deleting it now

"@timestamp": 1581456305473,
"event": {
"created": "2020-02-11T21:25:05.473Z"
},
"endpoint": {
"policy": {
"id": "C2A9093E-E289-4C0A-AA44-8C32A414FA7A"
}
},
"agent": {
"version": "6.9.2",
"id": "4363da4c-2b22-480d-a423-7653f1ab8aaa"
},
"host": {
"id": "e5655b97-67e3-49a2-8bf7-9f2272c85ce1",
"hostname": "anton-5.example.com",
"ip": [
"10.167.0.25",
"10.133.46.212",
"10.48.219.23"
],
"mac": [
"2f-f6-62-25-94-81",
"f2-ed-3c-ae-12-a0",
"d8-c0-5d-6a-74-78"
],
"architecture": "x86_64",
"os": {
"name": "windows 10.0",
"full": "Windows 10",
"version": "10.0"
}
}
}
Loading