summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/lib/utils/common_utils.js
Commit message (Expand)AuthorAgeFilesLines
* Fix some stuffwinh-jsdocWinnie Hellmann2018-12-051-1/+11
* Add parseBoolean helper functionWinnie Hellmann2018-11-271-1/+17
* Resolve "The reply shortcut can add any text of the page to the "comment" tex...Thomas Pathier2018-11-201-3/+21
* Added file tree to merge request diffsPhil Hughes2018-10-031-2/+10
* circumvent browser cache on browser back navigationJohann Hubert Sonntagbauer2018-10-021-0/+11
* Resolve "Link to file in Changes tab of MR no longer works for all files afte...André Luís2018-09-201-21/+46
* Merge branch 'boards-querystring-backport' into 'master'Tim Zallmann2018-09-071-10/+37
|\
| * don't add trailing = when in urlParamsToArray functionSimon Knox2018-08-291-10/+37
* | Adds Vuex store for the job log page🌴🌴 Filipa Lacerda - OOO back on September 17th 🌴🌴2018-09-031-1/+4
|/
* Add `roundOffFloat` helper methodKushal Pandya2018-07-241-0/+20
* Resolve "Copying ordered list to new comment becomes unordered"Jan Beckmann2018-06-271-1/+14
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-5/+6
* Changes tab VUE refactoringFelipe Artur2018-06-211-53/+86
* Enable no-multi-assignment in JS filesgfyoung2018-06-151-1/+4
* create favicon overlay on the clientAlexis Reigel2018-06-051-4/+46
* fix resetFavicon so that it actually resetsAlexis Reigel2018-06-051-1/+2
* Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho2018-04-191-1/+1
* Refactor discussions/notes codeJan Provaznik2018-04-031-0/+1
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-2/+2
* Add support for query params for labels endpointKushal Pandya2018-03-021-0/+8
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-5/+16
* Add Tip about Push to Create project on New Project pageAndré Luís2018-02-231-0/+10
* Add `convertObjectPropsToCamelCase` helper methodKushal Pandya2018-02-071-0/+21
* remove useless ajaxPost methodPhil Hughes2018-02-011-3/+0
* fixed eslint :see_no_evil:Phil Hughes2018-01-311-1/+0
* Merge branch 'master' into ph-axios-2Phil Hughes2018-01-311-11/+6
|\
| * Use axios instead of jquery ajax for setCiStatusFaviconClement Ho2018-01-311-11/+6
* | Converted common_utils to axiosPhil Hughes2018-01-311-9/+7
|/
* Switch issue_show to AxiosEric Eastwood2018-01-021-1/+1
* use exported methods instead of gl.utilsPhil Hughes2017-12-081-1/+2
* Fix issue comment submit button disabled on GFM pasteEric Eastwood2017-11-281-1/+1
* Improve environments performanceFilipa Lacerda2017-11-231-40/+0
* Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-141-0/+36
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-1/+0
* Add ability to pass class name to spriteIcon helpersprite-icon-classClement Ho2017-10-121-1/+5
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-1/+1
* Fixed anchored content not being scrolled into viewPhil Hughes2017-09-291-16/+11
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-221-0/+6
* Exports all the methods in the same place37220-es-modulesFilipa Lacerda2017-09-181-25/+28
* Fix context for jquery eventFilipa Lacerda2017-09-151-7/+5
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-17/+15
* Use modules in common utilsFilipa Lacerda2017-09-091-431/+432
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-231-4/+4
|\
| * fix unnecessarily long gl.utils.backOff test36648-fix-backoff-util-testsMike Greiling2017-08-181-4/+4
* | IssueNotesRefactor: Fix eslint errors.Fatih Acet2017-08-231-1/+1
* | IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet2017-08-211-0/+7
* | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-2/+8
|\ \ | |/
| * fixed alignment in buttonPhil Hughes2017-08-031-2/+8
* | IssueNotesRefactor: Address MR comments.Fatih Acet2017-07-211-4/+4
* | IssueNotesRefactor: Implement jumping to target note.Fatih Acet2017-07-211-2/+3
|/