summaryrefslogtreecommitdiff
path: root/vendor/assets
Commit message (Collapse)AuthorAgeFilesLines
* Uses npm css and removes css from vendor folderFilipa Lacerda2018-08-031-2206/+0
|
* Move xterm to a node dependency and remove global code [ci skip]Filipa Lacerda2018-08-034-5669/+0
|
* Replaces date.format.js in vendor with NPM packageTim Zallmann2018-07-021-132/+0
|
* Remove in favor of npm packageKushal Pandya2018-05-311-1374/+0
|
* remove peek performance_barPirate Praveen2018-04-261-182/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Show Ajax requests in performance barSean McGivern2018-03-191-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 barSean McGivern2018-03-131-21/+15
|
* Add Gitaly call details to the performance barSean McGivern2018-03-131-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 Schatz2018-02-204-4/+855
|
* Chart.html.haml refactorJacob Schatz2018-02-191-3477/+0
|
* Merge branch 'master' into jivl-update-katexJose Ivan Vargas2018-02-121-144/+0
|\
| * Update jquery.waitforimages & use npm versionnpm-waitforimagesPhil Hughes2018-02-081-144/+0
| | | | | | | | #39072
* | Removed the remains of katex from vendor assets and load everything via webpackJose Ivan Vargas2017-12-2181-1189/+0
| |
* | added katex.js and load it via webpackJose Ivan Vargas2017-12-211-14407/+0
| |
* | Updated katex libraryJose Ivan Vargas2017-12-2182-4778/+10712
|/
* remove vendored clipboard library in favor of package.json entryMike Greiling2017-11-281-621/+0
|
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-11/+0
|
* Remove Peek's original keyboard shortcut (numpad 0, keycode 96)rc/remove-peek-keyboard-shortcutRémy Coutable2017-11-031-18/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann2017-11-011-1161/+0
|
* Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann2017-10-311-243/+0
|
* Changed all font-weight values to 400 and 600Dimitrie Hoekstra2017-08-242-18/+18
|
* Merge branch '15664-remove-jquery-nicescroll' into 'master'Phil Hughes2017-08-071-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.jsMike Greiling2017-08-041-3634/+0
| |
* | Fix issues with pdf-js dependenciesMike Greiling2017-08-074-3429/+34
|/
* include cropper jQuery plugin as an npm moduleuse-npm-cropperMike Greiling2017-08-011-2993/+0
|
* Improve & fix the performance bar UI and behaviorRémy Coutable2017-07-061-94/+0
|
* Fix vendor/peek.js so that it can be bundled with WebpackRémy Coutable2017-06-091-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix linting, route, and specsRémy Coutable2017-06-091-8/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve the JS for the `p b` shortcut and fix its CSSRémy Coutable2017-06-091-5/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix spec failures and add a feature flag for the performance barRémy Coutable2017-06-091-4/+9
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable2017-06-092-31/+12
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Small adjustmentsRémy Coutable2017-06-091-258/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Display queries duration in performance bar queries modalRémy Coutable2017-06-091-8/+14
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve UI of the performance barRémy Coutable2017-06-091-0/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix replacement of Pygments with RougeRémy Coutable2017-06-092-6/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Replace Tipsy by Bootstrap's tooltipsRémy Coutable2017-06-093-54/+10
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Tweak Peek to display SQL queriesRémy Coutable2017-06-092-30/+25
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* New performance bar that can be enabled with the `p b` shortcutRémy Coutable2017-06-095-0/+676
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Upgrade to task_list v2Jared Deckard2017-05-231-258/+0
|
* Merge branch 'master' into notebooklab-in-repoPhil Hughes2017-04-132-156/+171
|\
| * Merge branch 'fix-pdflab-paths' into 'master' Jacob Schatz2017-04-122-156/+171
| |\ | | | | | | | | | | | | Fix pdflab code including file paths See merge request !10632
| | * Fix pdflab code including file pathsfix-pdflab-pathsSam Rose2017-04-112-156/+171
| | |
| * | Fixed notebooklab code including file pathsremoved-notebooklab-absolute-pathsPhil Hughes2017-04-111-215/+32
| |/
* | Removed notebooklab vendor filePhil Hughes2017-04-111-5887/+0
|/
* Use PDFLab to render PDFs in GitLabSam Rose2017-04-052-0/+51108
|
* Added worksheets support to notebook viewerPhil Hughes2017-03-301-2522/+2539
| | | | Updated some Ruby code based on comments
* Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz2017-03-281-0/+5870
|\ | | | | | | | | iPython notebook viewer See merge request !10017
| * Component now includes scoped stylesPhil Hughes2017-03-242-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 changesPhil Hughes2017-03-231-1331/+1027
| |
| * Added testsPhil Hughes2017-03-231-4/+4
| |