summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* fix unnecessarily long gl.utils.backOff test36648-fix-backoff-util-testsMike Greiling2017-08-181-4/+4
* Fixes sticky class being removed when over-scrolling in Safarisafari-overscroll-sticky-fixPhil Hughes2017-08-151-1/+1
* Merge branch '35052-please-select-a-file-when-attempting-to-upload-or-replace...Filipa Lacerda2017-08-081-0/+1
|\
| * disable file upload button while uploading35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-uiSimon Knox2017-08-081-0/+1
* | Merge branch 'diff-changed-files-dropdown' into 'master'Filipa Lacerda2017-08-042-2/+31
|\ \
| * | fixed karma failurePhil Hughes2017-08-031-0/+2
| * | fixed alignment in buttonPhil Hughes2017-08-031-2/+8
| * | fixed jumping when bar gets stuckPhil Hughes2017-08-031-3/+3
| * | made the changed files holder stickyPhil Hughes2017-08-031-0/+21
* | | Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+2
|/ /
* | Add filtered search to group issue dashboardClement Ho2017-08-021-0/+4
|/
* Merge branch 'fix-date-off-by-1' into 'master'Stan Hu2017-07-191-0/+8
|\
| * Fixes eslint bugs.Jacob Schatz2017-07-181-2/+2
| * Fixes code quality issuesJacob Schatz2017-07-181-1/+1
| * moves the date to the right placeJacob Schatz2017-07-181-1/+0
| * Adds datefix class.Jacob Schatz2017-07-181-0/+9
* | fix transient rspec failure due to Poll.js race condition35225-transient-pollSimon Knox2017-07-182-0/+4
|/
* Restore timeago translations in renderTimeago.restore-timeago-translationBryce Johnson2017-06-301-1/+1
* Remove initTimeagoTimeout and let timeago.js update timeagos internally.bpj-init-timeago-timeout-less-frequentlyBryce Johnson2017-06-291-21/+3
* Merge branch 'winh-no-current-user-search-bar' into 'master'Clement Ho2017-06-281-0/+7
|\
| * Introduce addClassIfElementExists utilitywinh-no-current-user-search-barwinh2017-06-271-0/+7
* | Fixed multi-line markdown in issue edit formissue-form-multiple-line-markdownPhil Hughes2017-06-261-2/+2
|/
* Fix offset for fixed navAnnabel Dunstone Gray2017-06-231-2/+9
* Translate time tooltips.Bob Van Landuyt2017-06-151-1/+1
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-0/+21
* Merge branch 'master' into 25426-group-dashboard-ui25426-group-dashboard-uiAlfredo Sumaran2017-06-081-21/+43
|\
| * Translate project & repository pagesBob Van Landuyt2017-06-071-21/+43
* | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-071-2/+2
|\ \ | |/
| * Improve user experience around slash commands in instant commentsKushal Pandya2017-06-051-2/+2
* | Improve pagination when searching or filteringAlfredo Sumaran2017-06-061-2/+2
|/
* Merge branch '32538-url' into 'master'Tim Zallmann2017-06-021-1/+2
|\
| * fix IE11 error from sentry32538-urlSimon Knox2017-05-191-1/+2
* | Merge branch 'issue-edit-inline' into 'master'Filipa Lacerda2017-05-311-1/+1
|\ \
| * \ Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-301-0/+10
| |\ \
| * | | fixed up weird karma specs with tooltipPhil Hughes2017-05-261-1/+1
* | | | Merge branch '32916-browser-notifications-for-pipeline-running-in-a-mr-is-gon...Fatih Acet2017-05-301-42/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | Added specs for handleNotifications in mr_widget_options_spec.jsLuke "Jared" Bennett2017-05-261-1/+7
| * | | Restore notifications to MR widgetLuke "Jared" Bennett2017-05-261-42/+37
| |/ /
* | | Add performance deltas between app deployments on Merge Request widgetKushal Pandya2017-05-291-0/+10
|/ /
* | Merge branch 'dm-paste-code-inside-gfm-code' into 'master'Filipa Lacerda2017-05-241-2/+4
|\ \
| * | Don't wrap pasted code when it's already inside code tagsDouwe Maan2017-05-191-2/+4
| |/
* | Merge branch 'winh-frontend-user-cache' into 'master'Filipa Lacerda2017-05-233-14/+51
|\ \
| * | Add frontend UsersCache class (!11404)winh-frontend-user-cachewinh2017-05-231-0/+28
| * | Extract Cache class from AjaxCachewinh2017-05-212-14/+23
| |/
* | refactor instances of CJS module.exports to ES module syntaxMike Greiling2017-05-161-3/+1
* | fix eslint failuresMike Greiling2017-05-161-2/+1
* | update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-162-5/+7
|/
* Fixed tests with params being wrongissue-boards-label-filteringPhil Hughes2017-05-151-1/+4
* Fixed issue boards not filtering when URL params are encodedPhil Hughes2017-05-121-1/+1
* Track pending requests in AjaxCacheWinnie Hellmann2017-05-101-24/+46