summaryrefslogtreecommitdiff
path: root/spec/requests/api/user_counts_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Updates on success of an MR the count on top and in other tabsTim Zallmann2019-07-091-0/+40
New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog