Commit Graph

10 Commits

Author SHA1 Message Date
GitLab Bot 68c476dbd8 Add latest changes from gitlab-org/gitlab@master 2021-05-17 15:10:15 +00:00
GitLab Bot 71a67d17b0 Add latest changes from gitlab-org/gitlab@master 2021-05-12 12:10:24 +00:00
GitLab Bot 0ae8428c8e Add latest changes from gitlab-org/gitlab@master 2021-05-11 21:10:21 +00:00
GitLab Bot 03409cccee Add latest changes from gitlab-org/gitlab@master 2021-04-20 09:09:48 +00:00
GitLab Bot f079dd371c Add latest changes from gitlab-org/gitlab@master 2021-04-16 09:09:16 +00:00
GitLab Bot 807003377d Add latest changes from gitlab-org/gitlab@master 2021-04-08 03:09:23 +00:00
gfyoung 265478ad74 Enable frozen string in apps/services/**/*.rb
For directories application_settings --> labels.

Partially addresses #47424.
2018-07-16 12:36:41 -07:00
m b b099c6ff9f Deleting a MR you are assigned to should decrements counter
The merge request counter in the UI was not decreasing when a merge
request was deleting.

This was just due to the cache not being
refreshed on a delete action.

fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/44458
2018-04-05 13:24:45 -05:00
Sean McGivern ef454f68e8 Reset todo counters when the target is deleted
When the target is deleted, todos are destroyed, but we did not reset the todo
cache for users with todos on the deleted target. This would only update after
the next time the todo cache was updated for that user.
2017-12-18 12:23:00 +00:00
George Andrinopoulos 7fb1bb01bd Create issue and merge request destroy services 2017-11-25 22:09:18 +02:00