-
Notifications
You must be signed in to change notification settings - Fork 358
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (32 loc) · 1.7 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# trees
app/presenters/tree_node/ @skateman
app/presenters/tree_builder_* @skateman
# styling and images
app/assets/stylesheets/ @epwinchell
app/assets/images/ @epwinchell
# dialog editor
app/assets/javascripts/controllers/dialog_editor @romanblanco
app/views/miq_ae_customization/editor.html.haml @romanblanco
# toolbar buttons
app/helpers/application_helper/button/ @romanblanco @panspagetka
app/helpers/application_helper/toolbar_builder.rb @romanblanco @panspagetka @martinpovolny
# rbac
app/controllers/mixins/checked_id_mixin.rb @romanblanco @panspagetka
# charts
lib/charting/ @panspagetka
lib/report_formatter/c3.rb @panspagetka
lib/report_formatter/c3_series.rb @panspagetka
lib/report_formatter/chart_common.rb @panspagetka
app/assets/javascripts/miq_c3.js @panspagetka
# topology services
app/services/*topology_service.rb @skateman
app/controllers/mixins/custom_buttons.rb @martinpovolny
app/controllers/mixins/generic_*.rb @martinpovolny
app/controllers/mixins/more_show_actions.rb @martinpovolny
app/assets/javascripts/miq_explorer.js @martinpovolny
app/presenters/explorer_presenter.rb @martinpovolny
app/helpers/application_helper/button/basic.rb @martinpovolny
app/helpers/application_helper/toolbar/basic.rb @martinpovolny
app/presenters/tree_builder.rb @martinpovolny
app/presenters/menu/ @martinpovolny
app/helpers/textual_*rb @martinpovolny