summaryrefslogtreecommitdiff
path: root/spec/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-072-7/+45
|\ | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
| * create favicon overlay on the clientAlexis Reigel2018-06-052-4/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-3/+8
| |
* | fixed karmaPhil Hughes2018-06-071-0/+4
| |
* | Fixes IDE button on merge requests not working with relative URL configPhil Hughes2018-06-071-0/+25
|/ | | | Closes #46438
* Revert "Merge branch '46833-sticky-polyfill' into 'master'"Clement Ho2018-06-011-0/+79
| | | This reverts merge request !19304
* Update position sticky polyfillPaul Slaughter2018-06-011-79/+0
|
* Add pass through to stripHtml for undefined and null inputsOlivier Gonzalez2018-05-031-0/+8
|
* fix illegal references to "this" in module contextMike Greiling2018-04-231-1/+1
|
* fix more instances of "import *" with spyOnDependencyMike Greiling2018-04-231-4/+4
|
* UX Adjustments for the prometheus dashboardJose Ivan Vargas2018-04-061-2/+12
|
* Resolve "Loss of input text on comments after preview"Simon Knox2018-03-201-5/+5
|
* Add support for query params for labels endpointKushal Pandya2018-03-021-0/+15
|
* Add `convertObjectPropsToCamelCase` helper methodKushal Pandya2018-02-071-0/+29
|
* Add `convertToCamelCase` helper methodKushal Pandya2018-02-071-0/+6
|
* remove useless ajaxPost methodPhil Hughes2018-02-011-13/+0
|
* fixed eslint :see_no_evil:Phil Hughes2018-01-311-1/+0
|
* Merge branch 'master' into ph-axios-2Phil Hughes2018-01-312-14/+29
|\
| * Use axios instead of jquery ajax for setCiStatusFaviconClement Ho2018-01-311-13/+26
| |
| * spec fixes after API axios changePhil Hughes2018-01-301-1/+3
| |
* | fixed eslintPhil Hughes2018-01-311-2/+1
| |
* | Converted common_utils to axiosPhil Hughes2018-01-311-3/+5
| |
* | Converted ajax_cache to axiosPhil Hughes2018-01-311-41/+28
|/
* WebIDE: Fix Commit bugsTim Zallmann2018-01-191-3/+3
|
* Backport of methods and components added in EBackport of methods and ↵Filipa Lacerda2018-01-031-0/+10
| | | | components added in EEE
* Move dateTickFormat to separate moduleWinnie Hellmann2017-12-181-0/+40
|
* Fix transient error in pikadayToStringfix-transient-datefix-specClement Ho2017-12-051-1/+1
|
* Merge branch 'backport-add-epic-sidebar' into 'master'Fatih Acet2017-11-271-0/+8
|\ | | | | | | | | Backport of add-epic-sidebar See merge request gitlab-org/gitlab-ce!15335
| * Merge branch 'master' into 'backport-add-epic-sidebar'Clement Ho2017-11-153-4/+59
| |\ | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/text_utility.js
| * \ Merge branch 'master' into backport-add-epic-sidebarClement Ho2017-11-132-85/+97
| |\ \
| * | | Backport of add-epic-sidebarClement Ho2017-11-101-4/+10
| | | |
* | | | Improve environments performanceFilipa Lacerda2017-11-231-41/+0
| |_|/ |/| |
* | | Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-142-3/+33
| | |
* | | Formats bytes to human reabale number in registry table40092-fix-cluster-sizeFilipa Lacerda2017-11-131-1/+26
| |/ |/|
* | Export text utils as ES6 modulesFilipa Lacerda2017-11-132-84/+94
|/
* Remove parsePikadayDate testwinh-skip-parsePikadayDate-testWinnie Hellmann2017-11-061-4/+2
|
* Fix PikadayFilipa Lacerda2017-10-181-0/+29
|
* Improve sprite icon specClement Ho2017-10-171-10/+18
|
* Add ability to pass class name to spriteIcon helpersprite-icon-classClement Ho2017-10-121-1/+5
|
* Fix bad type checking to prevent 0 count badge to be shownFilipa Lacerda2017-10-101-5/+5
|
* Commenting on image diffsFelipe Artur2017-10-071-0/+32
|
* spec fixhash-mr-scroll-loadPhil Hughes2017-09-291-7/+3
|
* Fixed anchored content not being scrolled into viewPhil Hughes2017-09-291-0/+60
| | | | | | | | Correctly scrolls anchored content into view when the user loads the page. This is most obvious when the user loads a link note in a merge request & the page does not scroll down to the note. Closes #38326
* remove the sticky el from the test DOM after each testchanges-bar-dynamic-placeholderPhil Hughes2017-09-251-2/+6
|
* refactor tests to actually test browser behaviourPhil Hughes2017-09-251-48/+37
|
* fixed and added specs for removing placeholder elementPhil Hughes2017-09-221-3/+37
|
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-221-0/+10
|
* Standardize access to CSRF token in JavaScriptBryce Johnson2017-09-211-0/+49
|
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-73/+92
| | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
* Use modules in common utilsFilipa Lacerda2017-09-091-309/+307
|