-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'usage-ping-port' into 'master'
Usage ping port Closes #27750 See merge request !10481
parent
5c023701
No related branches found
No related tags found
Pipeline #
Showing
- app/assets/javascripts/dispatcher.js 3 additions, 0 deletionsapp/assets/javascripts/dispatcher.js
- app/assets/javascripts/main.js 1 addition, 0 deletionsapp/assets/javascripts/main.js
- app/assets/javascripts/usage_ping.js 15 additions, 0 deletionsapp/assets/javascripts/usage_ping.js
- app/controllers/admin/application_settings_controller.rb 13 additions, 0 deletionsapp/controllers/admin/application_settings_controller.rb
- app/controllers/admin/cohorts_controller.rb 11 additions, 0 deletionsapp/controllers/admin/cohorts_controller.rb
- app/controllers/projects/git_http_controller.rb 6 additions, 0 deletionsapp/controllers/projects/git_http_controller.rb
- app/controllers/sessions_controller.rb 5 additions, 0 deletionsapp/controllers/sessions_controller.rb
- app/models/application_setting.rb 2 additions, 1 deletionapp/models/application_setting.rb
- app/serializers/cohort_activity_month_entity.rb 11 additions, 0 deletionsapp/serializers/cohort_activity_month_entity.rb
- app/serializers/cohort_entity.rb 17 additions, 0 deletionsapp/serializers/cohort_entity.rb
- app/serializers/cohorts_entity.rb 4 additions, 0 deletionsapp/serializers/cohorts_entity.rb
- app/serializers/cohorts_serializer.rb 3 additions, 0 deletionsapp/serializers/cohorts_serializer.rb
- app/services/cohorts_service.rb 100 additions, 0 deletionsapp/services/cohorts_service.rb
- app/services/event_create_service.rb 2 additions, 0 deletionsapp/services/event_create_service.rb
- app/services/users/activity_service.rb 22 additions, 0 deletionsapp/services/users/activity_service.rb
- app/views/admin/application_settings/_form.html.haml 14 additions, 1 deletionapp/views/admin/application_settings/_form.html.haml
- app/views/admin/cohorts/_cohorts_table.html.haml 28 additions, 0 deletionsapp/views/admin/cohorts/_cohorts_table.html.haml
- app/views/admin/cohorts/_usage_ping.html.haml 10 additions, 0 deletionsapp/views/admin/cohorts/_usage_ping.html.haml
- app/views/admin/cohorts/index.html.haml 16 additions, 0 deletionsapp/views/admin/cohorts/index.html.haml
- app/views/admin/dashboard/_head.html.haml 4 additions, 0 deletionsapp/views/admin/dashboard/_head.html.haml
app/assets/javascripts/usage_ping.js
0 → 100644
app/controllers/admin/cohorts_controller.rb
0 → 100644
app/serializers/cohort_entity.rb
0 → 100644
app/serializers/cohorts_entity.rb
0 → 100644
app/serializers/cohorts_serializer.rb
0 → 100644
app/services/cohorts_service.rb
0 → 100644
app/services/users/activity_service.rb
0 → 100644
app/views/admin/cohorts/index.html.haml
0 → 100644
Please register or sign in to comment