Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move xterm to a node dependency and remove global code [ci skip] | Filipa Lacerda | 2018-08-03 | 4 | -5669/+0 |
| | |||||
* | Replaces date.format.js in vendor with NPM package | Tim Zallmann | 2018-07-02 | 1 | -132/+0 |
| | |||||
* | Remove in favor of npm package | Kushal Pandya | 2018-05-31 | 1 | -1374/+0 |
| | |||||
* | remove peek performance_bar | Pirate Praveen | 2018-04-26 | 1 | -182/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Show Ajax requests in performance bar | Sean McGivern | 2018-03-19 | 1 | -86/+0 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Improve the frontend code for the performance bar | Sean McGivern | 2018-03-13 | 1 | -21/+15 |
| | |||||
* | Add Gitaly call details to the performance bar | Sean McGivern | 2018-03-13 | 1 | -25/+47 |
| | | | | | 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. | ||||
* | Update to jQuery 3. | Jacob Schatz | 2018-02-20 | 4 | -4/+855 |
| | |||||
* | Chart.html.haml refactor | Jacob Schatz | 2018-02-19 | 1 | -3477/+0 |
| | |||||
* | Merge branch 'master' into jivl-update-katex | Jose Ivan Vargas | 2018-02-12 | 1 | -144/+0 |
|\ | |||||
| * | Update jquery.waitforimages & use npm versionnpm-waitforimages | Phil Hughes | 2018-02-08 | 1 | -144/+0 |
| | | | | | | | | #39072 | ||||
* | | Removed the remains of katex from vendor assets and load everything via webpack | Jose Ivan Vargas | 2017-12-21 | 81 | -1189/+0 |
| | | |||||
* | | added katex.js and load it via webpack | Jose Ivan Vargas | 2017-12-21 | 1 | -14407/+0 |
| | | |||||
* | | Updated katex library | Jose Ivan Vargas | 2017-12-21 | 82 | -4778/+10712 |
|/ | |||||
* | remove vendored clipboard library in favor of package.json entry | Mike Greiling | 2017-11-28 | 1 | -621/+0 |
| | |||||
* | Export text utils as ES6 modules | Filipa Lacerda | 2017-11-13 | 1 | -11/+0 |
| | |||||
* | Remove Peek's original keyboard shortcut (numpad 0, keycode 96)rc/remove-peek-keyboard-shortcut | Rémy Coutable | 2017-11-03 | 1 | -18/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library" | Tim Zallmann | 2017-11-01 | 1 | -1161/+0 |
| | |||||
* | Resolve "Convert autosize.js library to be a Yarn managed library" | Tim Zallmann | 2017-10-31 | 1 | -243/+0 |
| | |||||
* | Changed all font-weight values to 400 and 600 | Dimitrie Hoekstra | 2017-08-24 | 2 | -18/+18 |
| | |||||
* | Merge branch '15664-remove-jquery-nicescroll' into 'master' | Phil Hughes | 2017-08-07 | 1 | -3634/+0 |
|\ | | | | | | | | | | | | | Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262 | ||||
| * | remove nicescroll from jobs page and remove the library from common.bundle.js | Mike Greiling | 2017-08-04 | 1 | -3634/+0 |
| | | |||||
* | | Fix issues with pdf-js dependencies | Mike Greiling | 2017-08-07 | 4 | -3429/+34 |
|/ | |||||
* | include cropper jQuery plugin as an npm moduleuse-npm-cropper | Mike Greiling | 2017-08-01 | 1 | -2993/+0 |
| | |||||
* | Improve & fix the performance bar UI and behavior | Rémy Coutable | 2017-07-06 | 1 | -94/+0 |
| | |||||
* | Fix vendor/peek.js so that it can be bundled with Webpack | Rémy Coutable | 2017-06-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix linting, route, and specs | Rémy Coutable | 2017-06-09 | 1 | -8/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Improve the JS for the `p b` shortcut and fix its CSS | Rémy Coutable | 2017-06-09 | 1 | -5/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix spec failures and add a feature flag for the performance bar | Rémy Coutable | 2017-06-09 | 1 | -4/+9 |
| | | | | 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 | 2 | -31/+12 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Small adjustments | Rémy Coutable | 2017-06-09 | 1 | -258/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Display queries duration in performance bar queries modal | Rémy Coutable | 2017-06-09 | 1 | -8/+14 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Improve UI of the performance bar | Rémy Coutable | 2017-06-09 | 1 | -0/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix replacement of Pygments with Rouge | Rémy Coutable | 2017-06-09 | 2 | -6/+0 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Replace Tipsy by Bootstrap's tooltips | Rémy Coutable | 2017-06-09 | 3 | -54/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Tweak Peek to display SQL queries | Rémy Coutable | 2017-06-09 | 2 | -30/+25 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | New performance bar that can be enabled with the `p b` shortcut | Rémy Coutable | 2017-06-09 | 5 | -0/+676 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Upgrade to task_list v2 | Jared Deckard | 2017-05-23 | 1 | -258/+0 |
| | |||||
* | Merge branch 'master' into notebooklab-in-repo | Phil Hughes | 2017-04-13 | 2 | -156/+171 |
|\ | |||||
| * | Merge branch 'fix-pdflab-paths' into 'master' | Jacob Schatz | 2017-04-12 | 2 | -156/+171 |
| |\ | | | | | | | | | | | | | Fix pdflab code including file paths See merge request !10632 | ||||
| | * | Fix pdflab code including file pathsfix-pdflab-paths | Sam Rose | 2017-04-11 | 2 | -156/+171 |
| | | | |||||
| * | | Fixed notebooklab code including file pathsremoved-notebooklab-absolute-paths | Phil Hughes | 2017-04-11 | 1 | -215/+32 |
| |/ | |||||
* | | Removed notebooklab vendor file | Phil Hughes | 2017-04-11 | 1 | -5887/+0 |
|/ | |||||
* | Use PDFLab to render PDFs in GitLab | Sam Rose | 2017-04-05 | 2 | -0/+51108 |
| | |||||
* | Added worksheets support to notebook viewer | Phil Hughes | 2017-03-30 | 1 | -2522/+2539 |
| | | | | Updated some Ruby code based on comments | ||||
* | Merge branch 'ipython-notebook-viewer' into 'master' | Jacob Schatz | 2017-03-28 | 1 | -0/+5870 |
|\ | | | | | | | | | iPython notebook viewer See merge request !10017 | ||||
| * | Component now includes scoped styles | Phil Hughes | 2017-03-24 | 2 | -155/+2663 |
| | | | | | | | | | | This means we no longer need the CSS, the Vue component will handle the CSS & correctly scope it the components | ||||
| * | Updated notebooklab with latest code highlighting changes | Phil Hughes | 2017-03-23 | 1 | -1331/+1027 |
| | | |||||
| * | Added tests | Phil Hughes | 2017-03-23 | 1 | -4/+4 |
| | | |||||
| * | Updated notebooklab library | Phil Hughes | 2017-03-23 | 1 | -123/+1682 |
| | | | | | | | | | | | | Added error handling [ci skip] |