| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Show Ajax requests in performance bar | Sean McGivern | 2018-03-19 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above. | ||||
| * | Capture Gitaly calls that don't go through `migrate` | Sean McGivern | 2018-03-13 | 1 | -3/+4 |
| | | |||||
| * | Add Gitaly call details to the performance bar | Sean McGivern | 2018-03-13 | 1 | -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 bar | Zeger-Jan van de Weg | 2017-10-23 | 1 | -0/+34 |
| | | |||||
| * | Improve & fix the performance bar UI and behavior | Rémy Coutable | 2017-07-06 | 1 | -3/+29 |
| | | |||||
| * | DRYed peek-pg/mysql2 views and update peek-rblineprof monkey-patch file29010-perf-bar | Rémy Coutable | 2017-06-09 | 1 | -21/+14 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Fix Rubocop offenses, improve SQL duration format and changelog entry | Rémy Coutable | 2017-06-09 | 1 | -9/+21 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Fix replacement of Pygments with Rouge | Rémy Coutable | 2017-06-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Don't use Pygment,rb, use Rouge instead, and put peek-pg in the :postgres group | Rémy Coutable | 2017-06-09 | 1 | -0/+91 |
| Signed-off-by: Rémy Coutable <remy@rymai.me> | |||||
