gitlab-org--gitlab-foss/app/controllers
Yorick Peterse 620e7bb3d6 Write to InfluxDB directly via UDP
This removes the need for Sidekiq and any overhead/problems introduced
by TCP. There are a few things to take into account:

1. When writing data to InfluxDB you may still get an error if the
   server becomes unavailable during the write. Because of this we're
   catching all exceptions and just ignore them (for now).
2. Writing via UDP apparently requires the timestamp to be in
   nanoseconds. Without this data either isn't written properly.
3. Due to the restrictions on UDP buffer sizes we're writing metrics one
   by one, instead of writing all of them at once.
2015-12-29 14:53:45 +01:00
..
admin Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
ci Make CI Lint form synchronous 2015-12-22 09:40:32 +01:00
concerns Automatically fork a project when not allowed to edit a file. 2015-12-18 10:03:34 +01:00
dashboard Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
explore Clean up overlap between dashboard and explore. 2015-09-08 14:49:20 +01:00
groups Fix Error 500 when creating global milestones with Unicode characters 2015-12-05 00:04:44 -08:00
import Redirect to a default path if HTTP_REFERER is not set 2015-10-20 07:45:48 -07:00
oauth Move helpers back to original directory 2015-09-09 14:37:34 +02:00
profiles Fixed codestyle and added 2FA documentation 2015-12-24 19:01:30 -02:00
projects Prevent an XSS warning from the updated Brakeman 2015-12-27 21:19:14 -05:00
sherlock Added Sherlock, a custom profiling tool for GitLab 2015-11-09 14:29:10 +01:00
abuse_reports_controller.rb fix specs 2015-11-30 16:12:31 +02:00
application_controller.rb Fixed codestyle and added 2FA documentation 2015-12-24 19:01:30 -02:00
autocomplete_controller.rb Update autocomplete_controller to be more readable 2015-11-22 06:04:20 -02:00
confirmations_controller.rb
dashboard_controller.rb Refactor duplciate code for groups_controller.rb and slack_service/note_message.rb 2015-11-17 11:03:18 +01:00
groups_controller.rb Refactor duplciate code for groups_controller.rb and slack_service/note_message.rb 2015-11-17 11:03:18 +01:00
help_controller.rb Simplify help path prefixing 2015-09-23 00:24:17 -04:00
invites_controller.rb Redirect to a default path if HTTP_REFERER is not set 2015-10-20 07:45:48 -07:00
namespaces_controller.rb Allow access to group from root url 2015-09-14 11:16:54 +02:00
omniauth_callbacks_controller.rb add CAS authentication support 2015-12-14 21:43:41 -06:00
passwords_controller.rb Use devise paranoid mode and ensure the same message is returned every time 2015-12-09 18:40:37 -06:00
profiles_controller.rb Notify user if they cannot create projects 2015-12-05 11:32:08 -05:00
projects_controller.rb Merge branch 'master' into mention-all 2015-12-24 20:34:19 +01:00
registrations_controller.rb When reCAPTCHA is disabled, allow registrations to go through without a code 2015-12-28 16:59:59 -08:00
root_controller.rb Add user preference to view project activity and starred project activity as default dashboard 2015-09-26 08:46:05 -07:00
search_controller.rb Add support for searching commit log messages 2015-10-28 22:34:39 -04:00
sessions_controller.rb reCAPTCHA is configurable through Admin Settings, no reload needed. 2015-12-28 18:50:29 -02:00
snippets_controller.rb Fix raw private snippets access workflow 2015-11-25 18:16:27 -02:00
uploads_controller.rb Only render 404 page from /public 2015-10-13 20:12:34 +03:00
users_controller.rb Refactor UsersController to not kill the database 2015-11-18 13:05:45 +01:00