summaryrefslogtreecommitdiff
path: root/spec/features/merge_requests/diff_notes_resolve_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix failures introduced by Capybara upgraders-update-capybaraRobert Speicher2017-09-051-2/+3
|
* Use `empty_project` where possible in spec/features/merge_requestsRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-3/+3
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-3/+3
|
* Fix specsAnnabel Dunstone Gray2017-05-121-1/+1
|
* Fix resolve spinner and add testLuke "Jared" Bennett2017-04-111-0/+2
|
* Fix specsDouwe Maan2017-04-051-1/+1
|
* Fix link togglers jumping to topEric Eastwood2017-03-281-3/+3
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
* resloves failed rspec test24780-show-last-updated-or-resolved-in-mr-discussionNur Rony2016-11-231-1/+1
|
* makes system notes less intrusive to a conversationless-intrusive-system-noteNur Rony2016-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds dicussion icon and color change in system note links adds discussion icons and sticky note icon for other system notes for now fixes scss lint error adds faded commit lists hides first paragraph in commit list box css tweak for commit list system notes adds commit-list toggle functionality, css tweaks and css classnames more readable small css fix in header. makes links bold in system note renames class no-shade to hide-shade adds entry for this merge request in changelog removes commented line removes the avatar-icon from discussion header minor css tweaks to make the commit list alignment with header text uses monospaced font to make the commit list lined up with all removes icon from system note and align bullet list resolves scss lint warings adds helper function to extract system note message from first p tag adds helper functions to check commit list count and haml cleanup adds changelog entry under 8.14 adds changelog entry with changelog cli removes helper and regex and makes commit list li count using JS makes link in system note normal brakeman build failure resolved fixing rspec test based on new design for discussion shows system note in lowercase removes extra spaces from comments adds code commenting for functions adds semi-colon in some lines fixes rspec given when merge build success removes commented codes rewrite changelog yml file moves isMetaKey to common utils file fixes some indentation issues removes unnecessary variables and resolves some discussions replaces jQuery parent function with siblings fixes scss issues and variable spelling mistake uses constant rather using hardcoded number for visible li count in long commit list makes system note header all lowercase uses color variables and adjust gradient a little some minor changes for adding css classes renames functions name for readability changes changelog title minor scss newline changes makes system note less intrusive to a conversation
* Fixed tests for issue boards & diff note resolvingvue2Phil Hughes2016-11-101-2/+0
|
* Fix a failing spec in diff_notes_resolve_spec.rbNick Thomas2016-10-281-4/+6
|
* Add test for jumping between discussions and unhiding toggled discussions.Connor Shea2016-08-161-0/+18
|
* Updated issues with jump tp buttonPhil Hughes2016-08-011-2/+3
| | | | Fixed styling bugs
* Tests for not logged in userPhil Hughes2016-07-291-7/+30
|
* Added tests for hidden jump to buttonPhil Hughes2016-07-291-0/+14
|
* Hides jump to next button if only one discussion visiblePhil Hughes2016-07-291-0/+12
|
* Added JS spec tests for CommentsStorePhil Hughes2016-07-291-0/+28
| | | | Updated other tests
* Correctly cycles the unresolved discussionsPhil Hughes2016-07-291-0/+5
| | | | Switches back to discussion tab when clicking jump to next unresolved button
* Fixed failing testsPhil Hughes2016-07-291-10/+2
|
* Updates the text above discussions when resolving notes & discussionsPhil Hughes2016-07-271-2/+48
|
* Added tests for resolving comments featurePhil Hughes2016-07-271-0/+358