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

Create actions plugin #35679

Merged
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
2b3af4c
Basic alerting plugin with actions
mikecote Apr 26, 2019
bc0140b
Remove relative imports
mikecote Apr 26, 2019
682743e
Code cleanup
mikecote Apr 29, 2019
0311aff
Split service into 3 parts, change connector structure
mikecote Apr 30, 2019
d2d9250
Ability to disable plugin, ability to get actions
mikecote Apr 30, 2019
06669ab
Add slack connector
mikecote Apr 30, 2019
d84f9d6
Add email connector
mikecote Apr 30, 2019
dfd0f36
Ability to validate params and connector options
mikecote Apr 30, 2019
632a2d9
Remove connectorOptionsSecrets for now
mikecote Apr 30, 2019
174efea
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote Apr 30, 2019
c8580ef
Fix plugin config validation
mikecote Apr 30, 2019
d7fad22
Add tests for slack connector
mikecote Apr 30, 2019
8085c6b
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 1, 2019
e4c8897
Default connectors register on plugin init, console renamed to log, s…
mikecote May 2, 2019
661e731
Add remaining API endpoints for action CRUD
mikecote May 3, 2019
d393e46
Add list connectors API
mikecote May 3, 2019
2d5857a
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 3, 2019
488f7dd
Change actions CRUD APIs to be closer with saved objects structure
mikecote May 3, 2019
3e40856
Merge with master
mikecote May 3, 2019
c5f48ef
WIP
mikecote May 3, 2019
75c0145
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 6, 2019
0917339
Fix broken tests
mikecote May 6, 2019
b1faff5
Add encrypted attribute support
mikecote May 6, 2019
9ff7836
Add params and connectorOptions for email
mikecote May 6, 2019
40d59a2
WIP
mikecote May 6, 2019
44966a4
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 7, 2019
ff69d43
Remove action's ability to have custom ids
mikecote May 7, 2019
46e2d53
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 7, 2019
ef1fb55
Remove ts-ignore
mikecote May 7, 2019
25c1bfe
Fix broken test
mikecote May 7, 2019
3bd30f8
Remove default connectors from this branch
mikecote May 7, 2019
bebf717
Fix API integration tests to use fixture connector
mikecote May 7, 2019
3641255
Rename connector terminology to action type
mikecote May 8, 2019
9915fb4
Rename actionTypeOptions to actionTypeConfig
mikecote May 8, 2019
4e2b1df
Code cleanup
mikecote May 8, 2019
4d7d6f2
Fix broken tests
mikecote May 8, 2019
7eda24c
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 8, 2019
fcd9306
Rename alerting plugin to actions
mikecote May 8, 2019
d21d02a
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 8, 2019
0ccd660
Some code cleanup and add API unit tests
mikecote May 9, 2019
4c5661c
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 9, 2019
da985f8
Change signature of action type service execute function
mikecote May 9, 2019
e2bec4f
Add some plugin api integration tests
mikecote May 10, 2019
33243f4
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 10, 2019
9573053
Fix type check failure
mikecote May 10, 2019
1aa660c
Code cleanup
mikecote May 10, 2019
e57191a
Create an actions client instead of an action service
mikecote May 10, 2019
c9af1e0
Merge with master
mikecote May 16, 2019
05ef18a
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 19, 2019
6d9363d
Apply Bill's PR feedback
mikecote May 19, 2019
c26eaf6
Fix broken test
mikecote May 19, 2019
9225e44
Find function to have destructured params
mikecote May 21, 2019
78b1d25
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 21, 2019
7e4dc57
Add tests to ensure encrypted attributes are not returned
mikecote May 21, 2019
e1dd525
Fix broken test
mikecote May 21, 2019
c4ef04a
Add tests for validation
mikecote May 21, 2019
fe23aec
Ensure actions can be updated without re-passing the config
mikecote May 21, 2019
b1938ab
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 21, 2019
9fc8360
Remove dead code
mikecote May 22, 2019
eb06854
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
mikecote May 22, 2019
8af6507
Test cleanup
mikecote May 22, 2019
0fab9c8
Fix eslint issue
mikecote May 22, 2019
30bcd8a
Apply Peter's PR feedback
mikecote May 22, 2019
910fc7b
Code cleanup and fix broken tests
mikecote May 22, 2019
8254f73
Merge with upstream
mikecote May 23, 2019
e0df91d
Apply Brandon's PR feedback
mikecote May 23, 2019
42098d4
Add namespace support
mikecote May 23, 2019
94107eb
Fix broken test
mikecote May 23, 2019
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
Prev Previous commit
Next Next commit
Merge branch 'master' of github.com:elastic/kibana into alerting/intr…
…o-alerting-plugin
mikecote committed May 6, 2019
commit 75c014507803587806ca19e7757237a0beef6ee1

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.