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
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-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-01-14Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre
2015-12-09Tag model specsDouwe Maan
2015-11-16Make ProjectWiki touch Project#last_activity_at after wiki actionsRobert Speicher
Closes #3026
2015-11-04Replace all usages of `git` command with configurable binary pathRobert Speicher
Closes #3311
2015-10-03Fix rubocop warnings in spec/modelsGuilherme Garnier
2015-06-22Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher
These fixes were performed automatically by Rubocop's `-a` flag.
2015-02-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2014-08-07Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-31Recreate tmp/tests on each test runDmitriy Zaporozhets
2014-06-07Added ability to serve files in wiki repositoryLoic Nageleisen
From #6168.
2014-04-09Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>