summaryrefslogtreecommitdiff
path: root/spec/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Use - as the prefix so we don't conflict with namespacesLin Jen-Shin2017-05-261-1/+1
| | | | | | | | | | The decision was made around: https://gitlab.com/gitlab-org/gitlab-ce/issues/26407#note_30624641
* | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-264-2/+203
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (307 commits) Address feedback Add small update for the i18n guide. update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin name all webpack chunks to improve long term cacheability add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin upgrade to latest webpack version Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ Provide default for calculating label text color (!11681) Add failing test for #32728 Bugfix: Always use the default language when generating emails. Remove unecessary commit pattern check Add regexp_for_value helper method Remove shared example and improve sub_group_issuables_spec.rb Remove 'should' from scenario in has_subgroup_title_spec.rb Cartfile git and binary methods cannot take a GitHub repo Fix terminals support for Kubernetes service Add review comments to compare_spec.rb Fix transient error clicking dropdown items in compare_spec.rb Use non-global jQuery reference within raven bundle ...
| * Merge branch 'winh-frontend-user-cache' into 'master'Filipa Lacerda2017-05-232-0/+201
| |\ | | | | | | | | | | | | Introduce UsersCache for storing user entities in frontend See merge request !11404
| | * Add frontend UsersCache class (!11404)winh-frontend-user-cachewinh2017-05-231-0/+136
| | |
| | * Extract Cache class from AjaxCachewinh2017-05-211-0/+65
| | |
| * | update frontend specs to use ES module syntaxMike Greiling2017-05-162-2/+2
| |/
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
|/ | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Merge branch 'issue-boards-label-filtering' into 'master' Filipa Lacerda2017-05-161-0/+10
|\ | | | | | | | | | | | | Fixed issue boards not filtering when URL params are encoded Closes #32084 See merge request !11320
| * Fixed issue boards not filtering when URL params are encodedPhil Hughes2017-05-121-0/+10
| | | | | | | | Closes #32084
* | Merge branch 'remove-vue-from-poll_spec-fix-transient-failures' into 'master' Filipa Lacerda2017-05-121-71/+22
|\ \ | |/ |/| | | | | Fix poll_spec transient failures See merge request !11264
| * Removed unneeded false from poll_spec mockServiceCall callremove-vue-from-poll_spec-fix-transient-failuresLuke "Jared" Bennett2017-05-111-1/+1
| |
| * Fixed promise action binding and simplified callbacks spyLuke "Jared" Bennett2017-05-111-16/+11
| |
| * improved mockservicecall and fixed up a settimeoutLuke "Jared" Bennett2017-05-111-32/+17
| |
| * Removed vue and vue-resource from poll_spec in an attempt to fix the ↵Luke "Jared" Bennett2017-05-101-58/+29
| | | | | | | | transient failures relating to async timeout
* | Track pending requests in AjaxCacheWinnie Hellmann2017-05-101-14/+43
|/
* Colorize labels in issue search fieldWinnie Hellmann2017-05-051-0/+129
|
* Fallback localstorage casesLuke "Jared" Bennett2017-05-051-0/+78
|
* Add instant comments supportKushal Pandya2017-05-051-0/+11
|
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+2
|
* Merge branch 'use-favicon-full-path-for-pipeline-status-favicon' into 'master' Filipa Lacerda2017-04-181-7/+6
|\ | | | | | | | | Use favicon full path See merge request !10676
| * Updated specsLuke "Jared" Bennett2017-04-131-7/+6
| |
* | Improves support for long build traces:Filipa Lacerda2017-04-181-1/+8
| |
* | Merge branch 'remove-iife-cycle-analytics-bundle' into 'master' 26510-should-project-updated-time-actually-be-the-last-activity-timeFilipa Lacerda2017-04-131-75/+73
|\ \ | |/ |/| | | | | Remove IIFEs from files in cycle_analytics_bundle.js See merge request !10613