-
- Downloads
GRN2-277: Optimize server recordings to make it useable for large deployments (#2411)
* First changes to server recordings * Update server recordings * Rubocop * Make sure to return nothing for empty searches * Made sure exactly the right amount of recordings are returned * Added test cases
Showing
- app/assets/stylesheets/admins.scss 1 addition, 1 deletionapp/assets/stylesheets/admins.scss
- app/controllers/admins_controller.rb 11 additions, 4 deletionsapp/controllers/admins_controller.rb
- app/controllers/concerns/populator.rb 47 additions, 5 deletionsapp/controllers/concerns/populator.rb
- app/controllers/concerns/recorder.rb 1 addition, 1 deletionapp/controllers/concerns/recorder.rb
- app/models/room.rb 1 addition, 1 deletionapp/models/room.rb
- app/views/admins/components/_manage_users_table.html.erb 5 additions, 0 deletionsapp/views/admins/components/_manage_users_table.html.erb
- app/views/admins/components/_recordings.html.erb 1 addition, 1 deletionapp/views/admins/components/_recordings.html.erb
- app/views/admins/components/_server_room_row.html.erb 3 additions, 0 deletionsapp/views/admins/components/_server_room_row.html.erb
- app/views/admins/components/_setting_view.html.erb 1 addition, 1 deletionapp/views/admins/components/_setting_view.html.erb
- app/views/admins/server_recordings.html.erb 1 addition, 1 deletionapp/views/admins/server_recordings.html.erb
- app/views/shared/components/_subtitle.html.erb 8 additions, 0 deletionsapp/views/shared/components/_subtitle.html.erb
- config/locales/en.yml 2 additions, 0 deletionsconfig/locales/en.yml
- spec/controllers/admins_controller_spec.rb 20 additions, 0 deletionsspec/controllers/admins_controller_spec.rb
Loading
Please register or sign in to comment