summaryrefslogtreecommitdiff
path: root/spec/javascripts/behaviors
Commit message (Collapse)AuthorAgeFilesLines
* enable jasmine/new-line-between-declarationsJohann Hubert Sonntagbauer2018-10-091-0/+2
|
* Highlight current user in comments and system notesWinnie Hellmann2018-10-021-0/+55
|
* Move shortcuts classes into behaviors/shortcutsMike Greiling2018-09-181-0/+106
|
* Resolve "Copying ordered list to new comment becomes unordered"Jan Beckmann2018-06-271-0/+55
|
* Changes tab VUE refactoringFelipe Artur2018-06-211-32/+49
|
* Fix variable list karma specsClement Ho2018-05-171-18/+18
|
* Merge branch 'master' into bootstrap4Clement Ho2018-04-251-1/+1
|\
| * fix illegal references to "this" in module contextMike Greiling2018-04-231-1/+1
| |
* | Fix karma specsClement Ho2018-04-161-19/+19
|/
* move render_gfm into behaviors directoryMike Greiling2018-03-191-1/+1
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-093-0/+3
|
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
|
* Update secret_values to support dynamic elements within parentupdate-secret-values-to-support-dynamic-elementsEric Eastwood2018-01-241-14/+96
| | | | | | | | Used in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110 which introduces a dynamic variable list and needs secrets. We use the valueSelector/placeholderSelector options to avoid selecting the last empty row.
* Hide runner token in CI/CD settings page38019-hide-runner-tokenEric Eastwood2017-12-151-0/+146
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38019
* Improve require input specimprove-require-input-specClement Ho2017-11-291-36/+40
|
* Remove iife and eslint disableremove-iife-autosizeClement Ho2017-11-271-17/+14
|
* Add rainbow_flag to emoji support mapEric Eastwood2017-11-151-7/+12
| | | | | | | | | | | | | | | | Tested on the following platforms that split the emoji into separate characters currently. - Windows 10 FCU - Chrome 62.0.3202.89 - Firefox 57.0b14 - MS Edge 41.16299.15.0 - macOS 10.12.6 - Chrome 63.0.3239.40 - Safari 11.0.1 (12604.3.5.1.1) - Firefox 57.0 - Ubuntu 16.04 - Chromium 62.0.3202.75 - Firefox 56.0
* remove global export except in test environmentsMike Greiling2017-11-011-0/+47
|
* Cleanup data-page attribute after each Karma test38871-cleanup-data-page-attribute-after-karma-testEric Eastwood2017-10-111-0/+5
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38871
* IssueNotesRefactor: Fix quick submit spec.Fatih Acet2017-08-251-0/+1
|
* Fixes broken tests of quick_submit_spec and reduces tech debtFilipa Lacerda2017-08-101-99/+90
|
* Fix vue broken testFilipa Lacerda2017-08-041-3/+3
|
* TestsFilipa Lacerda2017-08-041-3/+3
|
* Merge branch 'refactor-emoji-utils' into 'master'Tim Zallmann2017-06-281-1/+1
|\ | | | | | | | | Refactor emoji helpers in preparation for async loading See merge request !12432
| * split emoji support methods from the async moduleMike Greiling2017-06-271-1/+1
| |
| * update import locations for karma specsMike Greiling2017-06-231-1/+1
| |
* | Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter ↵Luke "Jared" Bennett2017-06-271-4/+17
|/ | | | submits twice and refreshes page"
* update frontend specs to use ES module syntaxMike Greiling2017-05-163-3/+3
|
* Standardize jasmine test describe block names that test specific methodsClement Ho2017-05-051-6/+6
|
* Fallback localstorage casesLuke "Jared" Bennett2017-05-051-0/+47
|
* Fix eslintZ.J. van de Weg2017-03-061-2/+2
|
* Corrected JS for new master js build updates [ci skip]Luke "Jared" Bennett2017-03-021-2/+2
|
* Finished up mattermost team creationzj-create-mattermost-team-lbLuke "Jared" Bennett2017-02-221-0/+189
|
* fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-173-3/+3
|
* Replace static fixture for behaviors/requires_input_spec.js (!9162)winniehell2017-02-141-6/+7
|
* Replace static fixture for behaviors/quick_submit_spec.js (!9086)winniehell2017-02-111-5/+13
|
* Use textarea for quick submit specwinniehell2017-02-111-13/+15
|
* Replace teaspoon references with Karmareplace-teaspoon-referencesClement Ho2017-02-101-1/+1
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-032-7/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * Remove turbolinks.Bryce Johnson2017-02-022-7/+1
| |
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-273-6/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-183-6/+3
| |
* | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-103-3/+3
| |
* | include spec_helper within karma config rather than each individual testMike Greiling2017-01-103-3/+0
| |
* | fix spec_helper missing/broken referencesMike Greiling2017-01-103-2/+3
| |
* | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-103-3/+5
|/
* replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-053-5/+5
| | | | dependency on Teaspoon
* update all frontend tests to point to precompiled fixturesMike Greiling2017-01-032-4/+4
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+1
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-153-3/+3
|