Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-28Add ProjectWiki#ensure_repositoryDouglas Barbosa Alexandre
2017-05-30Don't allow to pass a user to ProjectWiki#http_url_to_repoRémy Coutable
This partially reverts be25bbc4d2c7e3d5cf3da6f51cb7f7355295ef52. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-04Update last_repository_updated_at when the wiki is updatedDouglas Barbosa Alexandre
2017-03-20Fix ProjectWiki#http_url_to_repo signatureRémy Coutable
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>
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Move up delegate callsDouwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-16Use gitlab shell import instead of manually creating the webhooksJames Lopez
Also update repo restorer to use project wiki method.
2016-11-16Search for a filename in a projectValery Sizov
2016-08-13Add method missing from EEAlejandro Rodríguez
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-05-31Codestyle changesGabriel Mazetto
2016-05-31Fix hook data for Wiki Page eventGabriel Mazetto
Added "wiki" section and removed "repository"
2016-05-13Use the relative url prefix for links in WikiArtem Sidorenko
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-05-10Revert "Merge branch 'wiki-fix' into 'master' "Rémy Coutable
This reverts commit 4cc85a58e8ca00f5a4ecbd2bca40a0cad867b817, reversing changes made to 90ae445ba930068d04adc5a009dbdeabe4cb3e34. Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-09Use the proper GitLab URL for links in WikiArtem Sidorenko
2016-03-19Cache output of Repository#exists?Yorick Peterse
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.
2016-03-15Support Wiki with UTF-8 page nameHiroyuki Sato
2016-02-16Cleaned up Repository#initializeYorick Peterse
The "default_branch" argument is never used and the "project" argument isn't optional.
2016-01-22Backport some changes from EEValery Sizov
2016-01-14Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre
2015-11-16Make ProjectWiki touch Project#last_activity_at after wiki actionsRobert Speicher
Closes #3026
2015-05-26Use .md as extention for wiki pagesJeroen van Baarsen
**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>
2015-04-24Let commit model know about its project.Douwe Maan
2015-03-22Fix dots in Wiki slug causing errorsStan Hu
Closes #1263, #431
2015-02-03Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets
2014-12-14Fixed a lot of already defined noticesJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-09-25Fix wikiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-22Added AsciiDoc support and changed to singlequotesChristian Sarazin
extension to https://github.com/gitlabhq/gitlabhq/pull/7568
2014-06-07Added ability to serve files in wiki repositoryLoic Nageleisen
From #6168.
2014-04-28Allow nested files in wiki.Marin Jankovski
2014-04-09Refactor wiki modelDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>