summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add vanilla JS avatar_helper and update existing avatar helpersPaul Slaughter2018-08-011-0/+14
|
* Revert "Merge branch 'tz-mr-refactor-mem-posting' into 'master'"André Luís2018-08-011-1/+0
| | | | | This reverts commit 9c121352aa59098be357d82538a4878540a676c9, reversing changes made to c1b335e0122052ff51e9c55f150f13e841737797.
* Changes poll.js to keep polling on any 2xx http status codeFilipa Lacerda2018-07-302-4/+27
|
* Merge branch 'kp-stacked-progress-bar-decimal-places' into 'master'Phil Hughes2018-07-241-0/+20
|\ | | | | | | | | | | | | Show decimal place up to single digit in Stacked Progress Bar Closes gitlab-ee#6028 See merge request gitlab-org/gitlab-ce!20776
| * Add `roundOffFloat` helper methodKushal Pandya2018-07-241-0/+20
| |
* | Improving performance of posting a comment by reducing memory + CPUTim Zallmann2018-07-231-5/+6
|/
* Replaces date.format.js in vendor with NPM packageTim Zallmann2018-07-021-23/+16
|
* Resolve "Copying ordered list to new comment becomes unordered"Jan Beckmann2018-06-271-1/+14
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-252-6/+7
| | | | Partially addresses #47006.
* Changes tab VUE refactoringFelipe Artur2018-06-213-58/+109
|
* remove all unused eslint-disable rulesLukas Eipert2018-06-202-2/+2
|
* Enable no-multi-assignment in JS filesgfyoung2018-06-151-1/+4
| | | | Partially addresses #47006.
* Enable no-restricted-globals in JS filesgfyoung2018-06-152-2/+2
|
* Add NOT_FOUND: 404 from EELin Jen-Shin2018-06-121-0/+1
|
* Merge branch '47182-use-the-default-strings-of-timeago-js' into 'master'Clement Ho2018-06-071-18/+18
|\ | | | | | | | | | | | | Use the default strings of timeago.js for timeago Closes #47182 See merge request gitlab-org/gitlab-ce!19350
| * Use the default strings of timeago.js for timeagoTakuya Noguchi2018-06-041-18/+18
| |
* | Merge branch 'ce-4936-roadmap-navigation-presets' into 'master'Phil Hughes2018-06-071-29/+48
|\ \ | | | | | | | | | | | | CE backport: Add timeframe helper methods See merge request gitlab-org/gitlab-ce!19553
| * | Add timeframe helper methodsKushal Pandya2018-06-071-29/+48
| | |
* | | Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-4/+47
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| * | | create favicon overlay on the clientAlexis Reigel2018-06-051-4/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the initial reason for this change was that graphicsmagick does not support writing to ico files. this fact lead to a chain of changes: 1. use png instead of ico (browser support is good enough) 2. render the overlays on the client using the canvas API. this way we only need to store the original favion and generate the overlay versions dynamically. this change also enables (next step) to simplify the handling of the stock favicons as well, as we don't need to generate all the versions upfront.
| * | | fix resetFavicon so that it actually resetsAlexis Reigel2018-06-051-1/+2
| | |/ | |/|
* | | fixed karmaPhil Hughes2018-06-071-2/+2
| | |
* | | Fixes IDE button on merge requests not working with relative URL configPhil Hughes2018-06-071-1/+1
| |/ |/| | | | | Closes #46438
* | Merge branch '46833-sticky-polyfill' into 'master'Clement Ho2018-06-061-1/+22
|\ \ | | | | | | | | | | | | | | | | | | Update sticky utils with polyfill Closes #46833 and #47130 See merge request gitlab-org/gitlab-ce!19324
| * | Add polyfill and comments to utils/stickyPaul Slaughter2018-06-051-1/+22
| |/
* | Merge branch 'jivl-backport-scroll-utilities' into 'master'Filipa Lacerda2018-06-062-0/+75
|\ \ | |/ |/| | | | | Backport scroll utilities for the job log component See merge request gitlab-org/gitlab-ce!19221
| * Add partial for the build outputsjivl-backport-scroll-utilitiesJose2018-06-011-0/+3
| |
| * Backport scroll utilities for the job log componentJose2018-06-012-0/+72
| |
* | Revert "Merge branch '46833-sticky-polyfill' into 'master'"Clement Ho2018-06-011-0/+39
|/ | | This reverts merge request !19304
* Update position sticky polyfillPaul Slaughter2018-06-011-39/+0
|
* Restore tooltip arrowsClement Ho2018-05-231-1/+1
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-221-19/+79
|\
| * Use "right now" for short time periodsWinnie Hellmann2018-05-221-19/+80
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-05-081-1/+5
|\ \ | |/
| * Add pass through to stripHtml for undefined and null inputsOlivier Gonzalez2018-05-031-1/+5
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-251-0/+4
|\ \ | |/
| * moved keycodes constants to common lib filePhil Hughes2018-04-191-0/+4
| | | | | | | | updated markup to use buttons instead of links
* | Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho2018-04-191-1/+1
| |
* | Fix bug where some timeago tooltips didn't have arrowsClement Ho2018-04-181-1/+1
|/
* UX Adjustments for the prometheus dashboardJose Ivan Vargas2018-04-061-3/+17
|
* Add page helper methods for notesAppKushal Pandya2018-04-051-1/+6
|
* Refactor discussions/notes codeJan Provaznik2018-04-031-0/+1
|
* Fixed Utility Function based on Review CommentsTim Zallmann2018-03-281-3/+3
|
* Removed strangely added importTim Zallmann2018-03-281-2/+0
|
* Added Utility Function for WebIDE URLTim Zallmann2018-03-281-1/+11
|
* Resolve "Loss of input text on comments after preview"Simon Knox2018-03-201-75/+56
|
* Merge branch 'remove-jquery-globals' into 'master'Phil Hughes2018-03-125-2/+9
|\ | | | | | | | | Require jQuery to be explicitly imported See merge request gitlab-org/gitlab-ce!17674
| * require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-095-2/+9
| |
* | Removes duplicated & non used codefl-remove-duplicated-codeFilipa Lacerda2018-03-091-14/+0
|/
* Add support for query params for labels endpointKushal Pandya2018-03-021-0/+8
|