summaryrefslogtreecommitdiff
path: root/app/models/project_wiki.rb
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-171-2/+2
|
* Fix dumping hashed storage based repositoryGabriel Mazetto2017-11-151-1/+1
|
* Create a Wiki Repository's raw_repository properlyAlejandro Rodríguez2017-11-031-1/+1
|
* Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)2017-10-031-36/+21
|
* Create repositories via GitalyJacob Vosmaer2017-09-291-1/+1
|
* Allow wiki pages to be renamed in the UIwendy04022017-08-031-2/+2
|
* Make disk_path keyword argument and optionalGabriel Mazetto2017-08-011-1/+1
|
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-10/+14
|
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-2/+2
|
* Don't show auxiliary blob viewer for README when there is no wikidm-readme-auxiliary-blob-viewer-without-wikiDouwe Maan2017-07-061-0/+4
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Add ProjectWiki#ensure_repositoryport-changes-ee-2467Douglas Barbosa Alexandre2017-06-281-0/+4
|
* Don't allow to pass a user to ProjectWiki#http_url_to_repoRémy Coutable2017-05-301-5/+2
| | | | | | This partially reverts be25bbc4d2c7e3d5cf3da6f51cb7f7355295ef52. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update last_repository_updated_at when the wiki is updatedDouglas Barbosa Alexandre2017-05-041-1/+1
|
* Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-201-2/+5
| | | | | | | New Gitlab::UrlSanitizer.http_credentials_for_user method responsible for generating a credentials hash from a user. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
|
* Move up delegate callsDouwe Maan2017-02-231-4/+3
|
* Enable Rails/DelegateDouwe Maan2017-02-231-6/+2
|
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
|
* Use gitlab shell import instead of manually creating the webhooksJames Lopez2017-02-161-0/+4
| | | | Also update repo restorer to use project wiki method.
* Search for a filename in a project23117-search-for-a-filename-in-a-projectValery Sizov2016-11-161-1/+1
|
* Add method missing from EEee-parityAlejandro Rodríguez2016-08-121-0/+4
|
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-2/+2
|
* Codestyle changesGabriel Mazetto2016-05-311-2/+2
|
* Fix hook data for Wiki Page eventGabriel Mazetto2016-05-311-0/+14
| | | | Added "wiki" section and removed "repository"
* Use the relative url prefix for links in WikiArtem Sidorenko2016-05-131-1/+1
|
* Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-1/+1
|
* Revert "Merge branch 'wiki-fix' into 'master' "Rémy Coutable2016-05-101-1/+1
| | | | | | | This reverts commit 4cc85a58e8ca00f5a4ecbd2bca40a0cad867b817, reversing changes made to 90ae445ba930068d04adc5a009dbdeabe4cb3e34. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use the proper GitLab URL for links in WikiArtem Sidorenko2016-05-091-1/+1
|
* Cache output of Repository#exists?Yorick Peterse2016-03-191-4/+8
| | | | | | | | | This caches the output of Repository#exists? in Redis while making sure it's flushed properly when creating new repositories, deleting them, etc. For the ProjectWiki tests to work I had to make ProjectWiki#create_repo! public as testing private methods in RSpec is a bit of a pain.
* Support Wiki with UTF-8 page nameHiroyuki Sato2016-03-161-4/+4
|
* Cleaned up Repository#initializecleanup-repository-initializeYorick Peterse2016-02-161-1/+1
| | | | | The "default_branch" argument is never used and the "project" argument isn't optional.
* Backport some changes from EEes_backportValery Sizov2016-01-221-0/+1
|
* Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre2016-01-141-0/+4
|
* Make ProjectWiki touch Project#last_activity_at after wiki actionsrs-wiki-touches-projectRobert Speicher2015-11-161-0/+10
| | | | Closes #3026
* Use .md as extention for wiki pagesJeroen van Baarsen2015-05-261-1/+1
| | | | | | | | | | | | | | | | **What does this do?** It makes sure that when you create a wiki page via the web interface, the extention is .md instead of .markdown **Why is this needed?** When you're using Gollum locally, it will create pages with the .md extention. Also .md is the best known extention for markdown. This fix will make sure that if you're using gollum or the webinterface, the extention will be the same. **What issues does this fix?** Fixes https://github.com/gitlabhq/gitlabhq/issues/5204 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Let commit model know about its project.Douwe Maan2015-04-241-1/+1
|
* Fix dots in Wiki slug causing errorsStan Hu2015-03-211-1/+1
| | | | Closes #1263, #431
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-1/+1
|
* Fixed a lot of already defined noticesJeroen van Baarsen2014-12-141-1/+1
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix wikiuse-more-ruggedDmitriy Zaporozhets2014-09-251-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added AsciiDoc support and changed to singlequotesChristian Sarazin2014-08-221-2/+3
| | | extension to https://github.com/gitlabhq/gitlabhq/pull/7568
* Added ability to serve files in wiki repositoryLoic Nageleisen2014-06-071-0/+9
| | | | From #6168.
* Allow nested files in wiki.Marin Jankovski2014-04-281-1/+8
|
* Refactor wiki modelDmitriy Zaporozhets2014-04-091-0/+120
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>