summaryrefslogtreecommitdiff
path: root/lib/peek/views/gitaly.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use a base class for Peek viewssh-peek-cleanupStan Hu2019-07-241-23/+4
| | | | | Introduce a `DetailedView` base class, which is inherited by the Gitaly, Redis, and Rugged views. This reduces code duplication.
* Fix bug where ID is not setrevert-fd6e3781Zeger-Jan van de Weg2018-11-201-1/+0
| | | | | On HEAD~ we remove the ID from the class, which created a bug. Given we don't need the ID anymore, it has been removed and simplified.
* Enable even more frozen string in lib/**/*.rbgfyoung2018-10-081-0/+2
| | | | | | | | | | | | | | | | | | | | Enables frozen string for the following files: * lib/generators/**/*.rb * lib/gitaly/**/*.rb * lib/google_api/**/*.rb * lib/haml_lint/**/*.rb * lib/json_web_token/**/*.rb * lib/mattermost/**/*.rb * lib/microsoft_teams/**/*.rb * lib/object_storage/**/*.rb * lib/omni_auth/**/*.rb * lib/peek/**/*.rb * lib/rouge/**/*.rb * lib/rspec_flaky/**/*.rb * lib/system_check/**/*.rb Partially addresses #47424.
* Capture Gitaly calls that don't go through `migrate`Sean McGivern2018-03-131-3/+4
|
* Add Gitaly call details to the performance barSean McGivern2018-03-131-1/+18
| | | | | The same as the SQL queries, show the details of Gitaly calls in the performance bar, as a modal that can be opened in the same way.
* Add Gitaly data to the Peek performance barZeger-Jan van de Weg2017-10-231-0/+34