summaryrefslogtreecommitdiff
path: root/spec/javascripts/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Remove IIFEs from files in cycle_analytics_bundle.jsremove-iife-cycle-analytics-bundleAlfredo Sumaran2017-04-101-75/+73
| |
* | Fixed random failures with Poll specpoll-test-fixPhil Hughes2017-04-121-36/+57
|/ | | | | | | | | | | Correctly waits for requests to finish before testing anything. Previously it was waiting for a set amount of time which could possibly cause failures dependant on how quickly these execute Stops any polling requests once done so that the error callback doesn't get called with a 404 Closes #30824
* Show CI status as Favicon on Pipelines, Job and MR pagesKushal Pandya2017-04-061-0/+51
|
* Removed formatRelevantDigits from text_utils.js and added it to a new file ↵environment-performance-improvementsJose Ivan Vargas2017-04-032-26/+41
| | | | | | number_utils.js Also improved code formatting
* Added a formatRelevantDigits text utilityJose Ivan Vargas2017-04-031-0/+26
|
* Change order of specsFilipa Lacerda2017-04-031-41/+42
|
* Clean history after every test that changes historyFilipa Lacerda2017-04-031-0/+8
|
* Clean history state after each testFilipa Lacerda2017-04-031-0/+5
|
* Fixes method not replacing URL parameters correctlyFilipa Lacerda2017-04-031-0/+35
|
* group links select2 infinite scrollLuke "Jared" Bennett2017-03-301-0/+31
|
* Adds restart method and auxiliar callback to polling classFilipa Lacerda2017-03-241-0/+40
|
* Adds stop function so we can stop polling anytimeFilipa Lacerda2017-03-231-0/+36
|
* Merge branch '29575-polling' into 'master' Fatih Acet2017-03-231-0/+127
|\ | | | | | | | | | | | | Poll with vue resource get function Closes #29575 See merge request !10057
| * simplifies assignment of default optionsFilipa Lacerda2017-03-221-0/+2
| |
| * Adds tests and changes after reviewFilipa Lacerda2017-03-211-0/+125
| |
* | Changed code style as to not to disable any eslint rulesadd-test-backoff-utilJose Ivan Vargas2017-03-201-14/+13
| |