summaryrefslogtreecommitdiff
path: root/spec/models/project_wiki_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)2017-10-031-34/+30
* Merge branch 'wiki_title' into 'master'Robert Speicher2017-08-071-2/+12
|\
| * Allow wiki pages to be renamed in the UIwendy04022017-08-031-2/+12
* | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|/
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-7/+11
* Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable2017-07-281-1/+1
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Fix project wiki web_url specMichael Kozono2017-07-261-1/+1
* Add ProjectWiki#ensure_repositoryport-changes-ee-2467Douglas Barbosa Alexandre2017-06-281-0/+18
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-12/+12
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+4
* Don't allow to pass a user to ProjectWiki#http_url_to_repoRémy Coutable2017-05-301-14/+4
* Update last_repository_updated_at when the wiki is updatedDouglas Barbosa Alexandre2017-05-041-6/+15
* Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-201-4/+17
* Fix hook data for Wiki Page eventGabriel Mazetto2016-05-311-0/+13
* Use the relative url prefix for links in WikiArtem Sidorenko2016-05-131-1/+2
* Revert "Merge branch 'wiki-fix' into 'master' "Rémy Coutable2016-05-101-3/+1
* Use the proper GitLab URL for links in WikiArtem Sidorenko2016-05-091-1/+3
* Cache output of Repository#exists?Yorick Peterse2016-03-191-0/+12
* Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre2016-01-141-0/+7
* Tag model specsDouwe Maan2015-12-091-1/+1
* Make ProjectWiki touch Project#last_activity_at after wiki actionsrs-wiki-touches-projectRobert Speicher2015-11-161-0/+18
* Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-031-1/+1
* Fix rubocop warnings in spec/modelsGuilherme Garnier2015-10-031-1/+1
* Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-1/+1
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-37/+43
* Fix testsDmitriy Zaporozhets2014-08-071-13/+3
* Recreate tmp/tests on each test runDmitriy Zaporozhets2014-07-311-23/+26
* Added ability to serve files in wiki repositoryLoic Nageleisen2014-06-071-0/+34
* Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets2014-04-091-0/+211