gitlab-org--gitlab-foss/app/workers
Douwe Maan 95efb6f116 Merge branch 'feature/profile-requests-conditionally' into 'master'
Return request profiling info when a header is passed

## What does this MR do?
It allows returning profiling info (instead of actual content) when a certain header is passed

## Why was this MR needed?
To facilitate having a performance overview of certain requests.

## What are the relevant issue numbers?
https://gitlab.com/gitlab-com/infrastructure/issues/211

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
- [ ] ~~API support added~~
- ~~Tests~~
  - [ ] ~~Added for this feature/bug~~
  - [ ] ~~All builds are passing~~
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5281
2016-07-26 22:07:15 +00:00
..
repository_check Do not check repos without push events 2016-06-15 19:11:25 +02:00
admin_email_worker.rb Rename almost all the things 2016-04-06 13:47:05 +02:00
build_email_worker.rb Migrate CI WebHooks and Emails to new tables 2015-12-10 16:04:08 +01:00
delete_user_worker.rb Add ability to delete a user with force 2016-03-15 21:09:25 +01:00
email_receiver_worker.rb fix specs 2015-11-30 16:12:31 +02:00
emails_on_push_worker.rb Fix emails on push for new and deleted branches 2016-07-21 10:53:38 +01:00
expire_build_artifacts_worker.rb Revert "squashed merge and fixed conflicts" 2016-06-16 12:59:07 +02:00
git_garbage_collect_worker.rb Refresh branch cache after git gc 2016-07-13 06:49:58 -07:00
gitlab_remove_project_export_worker.rb some refactoring - renaming things, etc.. 2016-06-15 09:03:54 +02:00
gitlab_shell_worker.rb
irker_worker.rb Use Gitlab::Git::DiffCollections 2016-03-03 18:38:44 +01:00
merge_worker.rb API support, incorporated feedback 2015-11-18 11:17:41 +01:00
new_note_worker.rb [WIP] Background process note logic for #3948 2016-01-28 13:04:42 -05:00
post_receive.rb Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
project_cache_worker.rb Check if repo exists before attempting to update cache info 2016-03-27 06:17:49 -07:00
project_destroy_worker.rb Exclude projects pending deletion from all results 2016-03-31 20:20:18 +02:00
project_export_worker.rb limit project expor retry to only 3 2016-07-18 09:23:41 +02:00
project_service_worker.rb
project_web_hook_worker.rb Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00
repository_archive_cache_worker.rb Add service to clean up repository archive cache 2016-07-21 10:31:49 -03:00
repository_fork_worker.rb Fix a bug where forking a project from a repository storage to another would fail 2016-07-26 17:22:13 -04:00
repository_import_worker.rb Revert "Fix merge conflicts - squashed commit" 2016-06-03 11:10:17 +02:00
requests_profiles_worker.rb Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
stuck_ci_builds_worker.rb Revert "squashed merge and fixed conflicts" 2016-06-16 12:59:07 +02:00
system_hook_worker.rb Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00