| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'feature/customizable-favicon' into 'master' | Douwe Maan | 2018-06-07 | 2 | -7/+45 |
| |\ | | | | | | | | | | | | | Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497 | ||||
| | * | create favicon overlay on the client | Alexis Reigel | 2018-06-05 | 2 | -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 resets | Alexis Reigel | 2018-06-05 | 1 | -3/+8 |
| | | | |||||
| * | | fixed karma | Phil Hughes | 2018-06-07 | 1 | -0/+4 |
| | | | |||||
| * | | Fixes IDE button on merge requests not working with relative URL config | Phil Hughes | 2018-06-07 | 1 | -0/+25 |
| |/ | | | | Closes #46438 | ||||
| * | Revert "Merge branch '46833-sticky-polyfill' into 'master'" | Clement Ho | 2018-06-01 | 1 | -0/+79 |
| | | | | This reverts merge request !19304 | ||||
| * | Update position sticky polyfill | Paul Slaughter | 2018-06-01 | 1 | -79/+0 |
| | | |||||
| * | Add pass through to stripHtml for undefined and null inputs | Olivier Gonzalez | 2018-05-03 | 1 | -0/+8 |
| | | |||||
| * | fix illegal references to "this" in module context | Mike Greiling | 2018-04-23 | 1 | -1/+1 |
| | | |||||
| * | fix more instances of "import *" with spyOnDependency | Mike Greiling | 2018-04-23 | 1 | -4/+4 |
| | | |||||
| * | UX Adjustments for the prometheus dashboard | Jose Ivan Vargas | 2018-04-06 | 1 | -2/+12 |
| | | |||||
| * | Resolve "Loss of input text on comments after preview" | Simon Knox | 2018-03-20 | 1 | -5/+5 |
| | | |||||
| * | Add support for query params for labels endpoint | Kushal Pandya | 2018-03-02 | 1 | -0/+15 |
| | | |||||
| * | Add `convertObjectPropsToCamelCase` helper method | Kushal Pandya | 2018-02-07 | 1 | -0/+29 |
| | | |||||
| * | Add `convertToCamelCase` helper method | Kushal Pandya | 2018-02-07 | 1 | -0/+6 |
| | | |||||
| * | remove useless ajaxPost method | Phil Hughes | 2018-02-01 | 1 | -13/+0 |
| | | |||||
| * | fixed eslint :see_no_evil: | Phil Hughes | 2018-01-31 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into ph-axios-2 | Phil Hughes | 2018-01-31 | 2 | -14/+29 |
| |\ | |||||
| | * | Use axios instead of jquery ajax for setCiStatusFavicon | Clement Ho | 2018-01-31 | 1 | -13/+26 |
| | | | |||||
| | * | spec fixes after API axios change | Phil Hughes | 2018-01-30 | 1 | -1/+3 |
| | | | |||||
| * | | fixed eslint | Phil Hughes | 2018-01-31 | 1 | -2/+1 |
| | | | |||||
| * | | Converted common_utils to axios | Phil Hughes | 2018-01-31 | 1 | -3/+5 |
| | | | |||||
| * | | Converted ajax_cache to axios | Phil Hughes | 2018-01-31 | 1 | -41/+28 |
| |/ | |||||
| * | WebIDE: Fix Commit bugs | Tim Zallmann | 2018-01-19 | 1 | -3/+3 |
| | | |||||
| * | Backport of methods and components added in EBackport of methods and ↵ | Filipa Lacerda | 2018-01-03 | 1 | -0/+10 |
| | | | | | components added in EEE | ||||
| * | Move dateTickFormat to separate module | Winnie Hellmann | 2017-12-18 | 1 | -0/+40 |
| | | |||||
| * | Fix transient error in pikadayToStringfix-transient-datefix-spec | Clement Ho | 2017-12-05 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'backport-add-epic-sidebar' into 'master' | Fatih Acet | 2017-11-27 | 1 | -0/+8 |
| |\ | | | | | | | | | Backport of add-epic-sidebar See merge request gitlab-org/gitlab-ce!15335 | ||||
| | * | Merge branch 'master' into 'backport-add-epic-sidebar' | Clement Ho | 2017-11-15 | 3 | -4/+59 |
| | |\ | | | | | | | | | | # Conflicts: # app/assets/javascripts/lib/utils/text_utility.js | ||||
| | * \ | Merge branch 'master' into backport-add-epic-sidebar | Clement Ho | 2017-11-13 | 2 | -85/+97 |
| | |\ \ | |||||
| | * | | | Backport of add-epic-sidebar | Clement Ho | 2017-11-10 | 1 | -4/+10 |
| | | | | | |||||
| * | | | | Improve environments performance | Filipa Lacerda | 2017-11-23 | 1 | -41/+0 |
| | |_|/ |/| | | |||||
| * | | | Stops page reload when changing tabs or pages - uses API requests instead | Filipa Lacerda | 2017-11-14 | 2 | -3/+33 |
| | | | | |||||
| * | | | Formats bytes to human reabale number in registry table40092-fix-cluster-size | Filipa Lacerda | 2017-11-13 | 1 | -1/+26 |
| | |/ |/| | |||||
| * | | Export text utils as ES6 modules | Filipa Lacerda | 2017-11-13 | 2 | -84/+94 |
| |/ | |||||
| * | Remove parsePikadayDate testwinh-skip-parsePikadayDate-test | Winnie Hellmann | 2017-11-06 | 1 | -4/+2 |
| | | |||||
| * | Fix Pikaday | Filipa Lacerda | 2017-10-18 | 1 | -0/+29 |
| | | |||||
| * | Improve sprite icon spec | Clement Ho | 2017-10-17 | 1 | -10/+18 |
| | | |||||
| * | Add ability to pass class name to spriteIcon helpersprite-icon-class | Clement Ho | 2017-10-12 | 1 | -1/+5 |
| | | |||||
| * | Fix bad type checking to prevent 0 count badge to be shown | Filipa Lacerda | 2017-10-10 | 1 | -5/+5 |
| | | |||||
| * | Commenting on image diffs | Felipe Artur | 2017-10-07 | 1 | -0/+32 |
| | | |||||
| * | spec fixhash-mr-scroll-load | Phil Hughes | 2017-09-29 | 1 | -7/+3 |
| | | |||||
| * | Fixed anchored content not being scrolled into view | Phil Hughes | 2017-09-29 | 1 | -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-placeholder | Phil Hughes | 2017-09-25 | 1 | -2/+6 |
| | | |||||
| * | refactor tests to actually test browser behaviour | Phil Hughes | 2017-09-25 | 1 | -48/+37 |
| | | |||||
| * | fixed and added specs for removing placeholder element | Phil Hughes | 2017-09-22 | 1 | -3/+37 |
| | | |||||
| * | Resolve "Better SVG Usage in the Frontend" | Tim Zallmann | 2017-09-22 | 1 | -0/+10 |
| | | |||||
| * | Standardize access to CSRF token in JavaScript | Bryce Johnson | 2017-09-21 | 1 | -0/+49 |
| | | |||||
| * | Import modules instead of using the ones in global namespace | Filipa Lacerda | 2017-09-09 | 1 | -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 utils | Filipa Lacerda | 2017-09-09 | 1 | -309/+307 |
| | | |||||
