summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Auto hide filtered search input placeholderClement Ho2017-02-281-0/+26
* Fix clear filtered search buttonClement Ho2017-02-287-23/+2
* Add token UI stylesClement Ho2017-02-2812-189/+389
* Merge branch '20890-comment-image-inline' into 'master' 28711-cherry-picking-ui-regressions-8-17-0Robert Speicher2017-02-271-1/+1
|\
| * Fix inline comment images by removing wrapper #20890Jared Deckard2016-08-131-1/+1
* | Merge branch 'rs-uploaders' into 'master' Douwe Maan2017-02-274-29/+75
|\ \
| * | Add feature specs for three types of user uploadsrs-uploadersRobert Speicher2017-02-244-29/+75
* | | Merge branch 'ssh-key-paste' into 'master' Filipa Lacerda2017-02-271-1/+1
|\ \ \
| * | | Updates SSH key title after pasting keyPhil Hughes2017-02-271-1/+1
* | | | Merge branch '1937-https-clone-url-username' into 'master' Rémy Coutable2017-02-272-4/+10
|\ \ \ \
| * | | | Add the username of the current user to the HTTP(S) clone URLJan Christophersen2017-02-242-4/+10
* | | | | Merge branch 'dm-fix-web-edit-new-lines' into 'master' Robert Speicher2017-02-242-16/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-242-16/+11
* | | | | Merge branch 'user-callouts' into 'master' Filipa Lacerda2017-02-241-0/+37
|\ \ \ \ \
| * | | | | Moved the dismiss-icon listener to close the callout to a buttonJose Ivan Vargas2017-02-231-1/+1
| * | | | | Changed the javascript class from using the global scope to exporting it via ...Jose Ivan Vargas2017-02-231-3/+3
| * | | | | Added CHANGELOG and corrected linter errorsJose Ivan Vargas2017-02-231-1/+1
| * | | | | Created unit tests, fixtures and integration testsJose Ivan Vargas2017-02-231-0/+37
* | | | | | Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz2017-02-241-16/+17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Removed jQuery UI highlight & autocompleteremove-jquery-ui-pluginsPhil Hughes2017-02-091-16/+17
* | | | | | Merge branch '12726-preserve-issues-after-deleting-users' into 'master' Douwe Maan2017-02-241-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Deleting a user shouldn't delete associated issues.Timothy Andrew2017-02-241-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern2017-02-242-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-232-2/+2
| | |/ / | |/| |
* | | | Merge branch '27530-fix-job-dropdown-pipeline-console-error' into 'master' Fatih Acet2017-02-241-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Prevent propagation of click even in job name inside dropdown.27530-fix-job-dropdown-pipeline-console-errorFilipa Lacerda2017-02-231-0/+12
* | | | Revert "Enable Style/DotPosition"Douwe Maan2017-02-233-6/+6
* | | | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-2312-38/+38
* | | | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-233-3/+3
* | | | Enable Style/WordArrayDouwe Maan2017-02-233-6/+6
* | | | Prefer leading style for Style/DotPositionDouwe Maan2017-02-2312-38/+38
* | | | Fix code for copsDouwe Maan2017-02-231-5/+6
* | | | Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* | | | Enable Style/ColonMethodCallDouwe Maan2017-02-236-8/+8
* | | | Enable Style/BarePercentLiteralsDouwe Maan2017-02-233-3/+3
* | | | Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | | | Enable Style/DotPositionDouwe Maan2017-02-233-6/+6
* | | | Merge branch 'cs-upgrade-licensee' into 'master' 27950-check-ci-statusRémy Coutable2017-02-232-6/+6
|\ \ \ \
| * | | | Update Licensee from 8.0.0 to 8.7.0.cs-upgrade-licenseeConnor Shea2017-02-222-6/+6
* | | | | Adds missing tests for all status accepted in scopeFilipa Lacerda2017-02-231-10/+19
* | | | | Merge branch 'master' into 26900-pipelines-tabs26900-pipelines-tabsFilipa Lacerda2017-02-2331-490/+608
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'add-issues-tooltip' into 'master' Alfredo Sumaran2017-02-222-2/+8
| |\ \ \ \
| | * | | | Added testsadd-issues-tooltipPhil Hughes2017-02-212-2/+8
| * | | | | Merge branch 'newline-after-file-attachment-notes' into 'master' Alfredo Sumaran2017-02-221-0/+9
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Added double newline after file upload markdown insertLuke "Jared" Bennett2017-02-221-0/+9
| * | | | | Merge branch 'gamesover/gitlab-ce-broken_iamge_when_doing_offline_update_chec...Clement Ho2017-02-221-0/+26
| |\ \ \ \ \
| | * | | | | added specs for version check imagegamesover/gitlab-ce-broken_iamge_when_doing_offline_update_check(help_page)Luke "Jared" Bennett2017-02-221-0/+26
| * | | | | | Merge branch 'add_mr_info_to_issues_list' into 'master'Sean McGivern2017-02-221-0/+17
| |\ \ \ \ \ \
| | * | | | | | Refactored specsblackst0ne2017-02-221-2/+2
| | * | | | | | Refactored specsblackst0ne2017-02-221-8/+8