gitlab-org--gitlab-foss/lib
Yorick Peterse a6c60127e3 Removed tracking of raw SQL queries
This particular setup had 3 problems:

1. Storing SQL queries as tags is very inefficient as InfluxDB ends up
   indexing every query (and they can get pretty large). Storing these
   as values instead means we can't always display the SQL as easily.
2. We already instrument ActiveRecord query methods, thus we already
   have timing information about database queries.
3. SQL obfuscation is difficult to get right and I'd rather not expose
   sensitive data by accident.
2015-12-31 17:14:02 +01:00
..
api Revert upvotes and downvotes params to MR API 2015-12-28 11:41:16 +02:00
assets
backup Backup LFS objects same as any upload. 2015-11-19 10:43:45 +01:00
banzai Merge branch 'mention-all' into 'master' 2015-12-27 21:09:16 +00:00
ci Use method that creates runners registration token 2015-12-23 11:45:17 +01:00
gitlab Removed tracking of raw SQL queries 2015-12-31 17:14:02 +01:00
omni_auth Fix signin with OmniAuth providers 2015-12-08 14:58:15 +01:00
rouge/formatters Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
support Fix spelling of "it's" to "its" where appropriate. 2015-12-24 15:28:12 +11:00
tasks Merge branch 'add_user_repo_integrity_rake_task' into 'master' 2015-12-15 18:36:28 +00:00
award_emoji.rb Emoji picker: better alias handling 2015-12-24 11:28:55 +02:00
banzai.rb Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
disable_email_interceptor.rb
event_filter.rb
extracts_path.rb
file_size_validator.rb
file_streamer.rb
gitlab.rb
gt_one_coercion.rb
repository_cache.rb
static_model.rb
unfold_form.rb
uploaded_file.rb
version_check.rb