gitlab-org--gitlab-foss/app
Douwe Maan 22780c4ac3 Merge branch '15094-throttling-pushes_since_gc' into 'master'
Throttle the update of `project.pushes_since_gc` to 1 minute

## What does this MR do?

Throttle the update of `project.pushes_since_gc` to alleviate DB load

## What are the relevant issue numbers?

Relates to #15094

## 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~~
  - [x] 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 !5083
2016-07-06 15:53:04 +00:00
..
assets Fix unescaped strings in the labels dropdown template 2016-07-06 04:40:02 -03:00
controllers Rebasing caused enabled_git_access_protocol to become plural. Fixed here. 2016-07-05 16:54:22 -05:00
finders Expose target, filter by state as string 2016-07-01 14:52:04 +02:00
helpers Move unescape_html_entities from LabelsHelper to Label model 2016-07-05 20:57:09 -03:00
mailers Fallback to group's owners/masters when a project has none 2016-06-20 12:10:37 +02:00
models Merge branch '19092-fix-event-for-legacydiffnote-not-considered-note' into 'master' 2016-07-06 15:25:54 +00:00
services Merge branch '15094-throttling-pushes_since_gc' into 'master' 2016-07-06 15:53:04 +00:00
uploaders Enable Style/SpaceAfterComma Rubocop cop 2016-06-29 15:23:44 +02:00
validators refactor url validator to use sanitizer for check 2016-07-01 09:02:45 +02:00
views Render label name contains ?, & in the labels dropdown without escaping 2016-07-05 20:59:33 -03:00
workers Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00