summaryrefslogtreecommitdiff
path: root/spec/features/gitlab_flavored_markdown_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-12/+12
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-2/+0
|
* Make sure the `gfm` helper passes the required optionsRobert Speicher2015-08-311-1/+1
| | | | This adds some duplication, but this helper is temporary.
* Update mock and stub syntax for specsRobert Speicher2015-06-221-1/+2
|
* Make use of to_reference in more specsRobert Speicher2015-05-261-17/+17
|
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-12/+12
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-12/+12
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Split feature tests out to different build jobJeroen van Baarsen2014-04-131-1/+1
|
* Proposal for split testingJeroen van Baarsen2014-04-111-1/+1
|
* Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
| | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2013-08-201-13/+13
|
* Merge Request on forked projectsIzaak Alpert2013-07-171-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The good: - You can do a merge request for a forked commit and it will merge properly (i.e. it does work). - Push events take into account merge requests on forked projects - Tests around merge_actions now present, spinach, and other rspec tests - Satellites now clean themselves up rather then recreate The questionable: - Events only know about target projects - Project's merge requests only hold on to MR's where they are the target - All operations performed in the satellite The bad: - Duplication between project's repositories and satellites (e.g. commits_between) (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos) Fixes: Make test repos/satellites only create when needed -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap) -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually -fixed remote removal -How to merge renders properly -Update emails to show project/branches -Edit MR doesn't set target branch -Fix some failures on editing/creating merge requests, added a test -Added back a test around merge request observer -Clean up project_transfer_spec, Remove duplicate enable/disable observers -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well -Signifant speed ups for tests -Update formatting ordering in notes_on_merge_requests -Remove wiki schema update Fixes for search/search results -Search results was using by_project for a list of projects, updated this to use in_projects -updated search results to reference the correct (target) project -udpated search results to print both sides of the merge request Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
* Fix tests and tab highlightDmitriy Zaporozhets2013-07-161-1/+1
|
* changed Gitlab to GitLabBen Bodenmiller2013-05-191-1/+1
|
* Cleanup gfm testsDmitriy Zaporozhets2013-04-101-72/+3
|
* Use project_with_code factory where necessaryDmitriy Zaporozhets2013-04-011-1/+1
|
* removed few outdated testsDmitriy Zaporozhets2013-03-191-10/+0
|
* fix tests. added jquery.timeago.jsDmitriy Zaporozhets2013-03-191-1/+1
|
* Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵Dmitriy Zaporozhets2013-03-151-21/+0
|\ | | | | | | | | | | | | | | | | | | | | DanKnox-use_gollum_wikis Conflicts: app/views/layouts/project_resource.html.haml app/views/wikis/edit.html.haml app/views/wikis/pages.html.haml app/views/wikis/show.html.haml spec/features/gitlab_flavored_markdown_spec.rb
| * Replace current Wiki system with Gollum Wikis.Dan Knox2013-03-091-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit replaces the old database backed Wiki system with the excellent Gollum git based Wiki system. The UI has been updated to allow for utilizing the extra features that Gollum provides. Specifically: * Edit page now allows you to choose the content format. * Edit page allows you to provide a commit message for the change. * History page now shows Format, Commit Message, and Commit Hash. * A new Git Access page has been added with the Wiki Repo URL. * The default page has been changed to Home from Index to match the Gollum standard. The old Wiki model has been left in tact to provide for the development of a migration script that will move all content stored in the old Wiki system into new Gollum Wikis.
* | Use wiki tab for wiki, wall, snippetsDmitriy Zaporozhets2013-03-151-1/+1
|/
* Fixing rspec after upgrade to capybara pt1Dmitriy Zaporozhets2013-02-211-8/+16
|
* move capybara scenarios to spec/featuresDmitriy Zaporozhets2013-02-211-0/+223