summaryrefslogtreecommitdiff
path: root/spec/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge branch '36517-failing-karma-tests-for-chrome-60' into 'master'Tim Zallmann2017-08-211-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 60Mike Greiling2017-08-181-0/+1
| |
* | fix unnecessarily long gl.utils.backOff test36648-fix-backoff-util-testsMike Greiling2017-08-181-25/+27
|/
* fixed jumping when bar gets stuckPhil Hughes2017-08-031-0/+52
| | | | | added specs to sticky util file added `No files found.` text when results are empty
* Add filtered search to group issue dashboardClement Ho2017-08-021-0/+9
|
* fix transient rspec failure due to Poll.js race condition35225-transient-pollSimon Knox2017-07-181-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-paginationFilipa Lacerda2017-07-071-0/+1
|
* Introduce addClassIfElementExists utilitywinh-no-current-user-search-barwinh2017-06-271-0/+35
|
* Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-071-0/+31
|\
| * Improve user experience around slash commands in instant commentsKushal Pandya2017-06-051-0/+31
| |
* | Address feedbackAlfredo Sumaran2017-06-071-0/+8
|/
* Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-311-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 widgetKushal Pandya2017-05-291-1/+8
| |