Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-14Breakup first passSarah Groff Hennigh-Palermo
It has a lot of files because that's the point
2019-06-12Moves sp.js to CE repoFilipa Lacerda
Removes ce to ee differences for snowplow file
2019-05-29Build visual_review_toolbar with webpackSarah Groff Hennigh-Palermo
It takes a lot of lines to move a script
2019-05-10Move to pdf.js distributed with npmLukas Eipert
pdf.js is available on npm. Importing the dependency from there instead of vendoring it has certain benefits, e.g. the discoverability of updates (especially security fixes).
2019-04-02Merge branch 'security-55503-fix-pdf-js-vulnerability' into 'master'GitLab Release Tools Bot
Fix PDF.js vulnerability See merge request gitlab/gitlabhq!2999
2019-03-13Prefer node_modules At.js and jquery.carat versionsMike Greiling
Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
2019-03-12Updated PDF.js to 2.0.943Natalia Tepluhina
2018-08-03Uses npm css and removes css from vendor folderFilipa Lacerda
2018-08-03Move xterm to a node dependency and remove global code [ci skip]Filipa Lacerda
2018-07-02Replaces date.format.js in vendor with NPM packageTim Zallmann
2018-05-31Remove in favor of npm packageKushal Pandya
2018-04-26remove peek performance_barPirate Praveen
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-03-19Show Ajax requests in performance barSean McGivern
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.
2018-03-13Improve the frontend code for the performance barSean McGivern
2018-03-13Add Gitaly call details to the performance barSean McGivern
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.
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-19Chart.html.haml refactorJacob Schatz
2018-02-12Merge branch 'master' into jivl-update-katexJose Ivan Vargas
2018-02-08Update jquery.waitforimages & use npm versionPhil Hughes
#39072
2017-12-21Removed the remains of katex from vendor assets and load everything via webpackJose Ivan Vargas
2017-12-21added katex.js and load it via webpackJose Ivan Vargas
2017-12-21Updated katex libraryJose Ivan Vargas
2017-11-29remove vendored clipboard library in favor of package.json entryMike Greiling
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-11-03Remove Peek's original keyboard shortcut (numpad 0, keycode 96)Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-11-01Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann
2017-10-31Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-08-07Merge branch '15664-remove-jquery-nicescroll' into 'master'Phil Hughes
Resolve "Remove jQuery Nicescroll" Closes #15664, #30860, and #35885 See merge request !13262
2017-08-07Fix issues with pdf-js dependenciesMike Greiling
2017-08-04remove nicescroll from jobs page and remove the library from common.bundle.jsMike Greiling
2017-08-01include cropper jQuery plugin as an npm moduleMike Greiling
2017-07-06Improve & fix the performance bar UI and behaviorRémy Coutable
2017-06-09Fix vendor/peek.js so that it can be bundled with WebpackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix linting, route, and specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Improve the JS for the `p b` shortcut and fix its CSSRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix spec failures and add a feature flag for the performance barRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Small adjustmentsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Display queries duration in performance bar queries modalRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Improve UI of the performance barRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Fix replacement of Pygments with RougeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Replace Tipsy by Bootstrap's tooltipsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Tweak Peek to display SQL queriesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09New performance bar that can be enabled with the `p b` shortcutRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-23Upgrade to task_list v2Jared Deckard
2017-04-13Merge branch 'master' into notebooklab-in-repoPhil Hughes
2017-04-12Merge branch 'fix-pdflab-paths' into 'master' Jacob Schatz
Fix pdflab code including file paths See merge request !10632
2017-04-11Fix pdflab code including file pathsSam Rose
2017-04-11Removed notebooklab vendor filePhil Hughes