| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Merge branch '36517-failing-karma-tests-for-chrome-60' into 'master' | Tim Zallmann | 2017-08-21 | 1 | -0/+1 |
| |\ | | | | | | | | | | | | | Resolve "Failing karma tests for Chrome 60" Closes #36517 See merge request !13646 | ||||
| | * | fix test failures in text_utility_spec.js on Chrome 60 | Mike Greiling | 2017-08-18 | 1 | -0/+1 |
| | | | |||||
| * | | fix unnecessarily long gl.utils.backOff test36648-fix-backoff-util-tests | Mike Greiling | 2017-08-18 | 1 | -25/+27 |
| |/ | |||||
| * | fixed jumping when bar gets stuck | Phil Hughes | 2017-08-03 | 1 | -0/+52 |
| | | | | | | added specs to sticky util file added `No files found.` text when results are empty | ||||
| * | Add filtered search to group issue dashboard | Clement Ho | 2017-08-02 | 1 | -0/+9 |
| | | |||||
| * | fix transient rspec failure due to Poll.js race condition35225-transient-poll | Simon Knox | 2017-07-18 | 1 | -23/+29 |
| | | | | | don't treat aborted requests as failures, they are often triggered during unload (e.g after clicking a link) | ||||
| * | Update tests to test what the component renders and what the clicks calls34810-vue-pagination | Filipa Lacerda | 2017-07-07 | 1 | -0/+1 |
| | | |||||
| * | Introduce addClassIfElementExists utilitywinh-no-current-user-search-bar | winh | 2017-06-27 | 1 | -0/+35 |
| | | |||||
| * | Merge branch 'master' into 25426-group-dashboard-ui | Alfredo Sumaran | 2017-06-07 | 1 | -0/+31 |
| |\ | |||||
| | * | Improve user experience around slash commands in instant comments | Kushal Pandya | 2017-06-05 | 1 | -0/+31 |
| | | | |||||
| * | | Address feedback | Alfredo Sumaran | 2017-06-07 | 1 | -0/+8 |
| |/ | |||||
| * | Merge remote-tracking branch 'upstream/master' into rename-builds-controller | Lin Jen-Shin | 2017-05-31 | 1 | -1/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (116 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ... | ||||
| | * | Add performance deltas between app deployments on Merge Request widget | Kushal Pandya | 2017-05-29 | 1 | -1/+8 |
| | | | |||||
