summaryrefslogtreecommitdiff
path: root/spec/models/project_wiki_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch 'revert-e2aa2177' into 'master'"Zeger-Jan van de Weg2018-11-201-145/+105
* Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'"revert-e2aa2177Sean McGivern2018-11-201-105/+145
* Remove duplicate tests for GitalyZeger-Jan van de Weg2018-11-191-145/+105
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Guard against regressions in commit email specsNick Thomas2018-09-181-0/+3
* Use commit email for wiki actionsNick Thomas2018-09-171-3/+23
* Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-07-131-1/+9
|\
| * Optimize ProjectWiki#empty? checkStan Hu2018-07-121-1/+9
* | Merge remote-tracking branch 'upstream/master' into 14995-custom_wiki_sidebarLin Jen-Shin2018-06-271-5/+32
|\ \ | |/
| * Deny repository disk access in development and testJacob Vosmaer (GitLab)2018-06-141-1/+5
| * Fix finding wiki pages when they have invalidly-encoded contentAhmad Sherif2018-05-091-0/+11
| * Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-1/+5
| * Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-251-1/+1
| * Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-181-1/+1
| * Fix finding wiki file when Gitaly is enabledAhmad Sherif2018-04-111-2/+10
* | Introduce #find_sidebar and use a constant to find the page14995-custom_wiki_sidebarLin Jen-Shin2018-03-261-0/+16
|/
* Change Gitlab::Shell#add_namespace to #create_namespaceZeger-Jan van de Weg2018-03-141-1/+1
* Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-051-3/+3
* Encode GitalyClient::WikiPage attributes to UTF-8fix/gitaly-wiki-encoding-issuesAhmad Sherif2018-02-051-1/+12
* Fix dumping hashed storage based repositoryGabriel Mazetto2017-11-151-0/+4
* Migrate Gitlab::Git::Wiki#file to Gitalyfeature/migrate-find-wiki-file-to-gitalyAhmad Sherif2017-10-311-24/+23
* Migrate Gitlab::Git::Wiki#page to Gitalyfeature/migrate-find-wiki-page-to-gitalyAhmad Sherif2017-10-311-18/+28
* Migrate Gitlab::Git::Wiki#delete_page to GitalyAhmad Sherif2017-10-311-14/+24
* Migrate Gitlab::Git::Wiki#write_page to Gitalyfeature/migrate-wiki-write-page-to-gitalyAhmad Sherif2017-10-161-24/+34
* 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