BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ca87bb65
Commit
ca87bb65
authored
Jan 12, 2016
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove GollumTagsPipeline
parent
60f8434a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
15 deletions
+4
-15
gollum_tags_pipeline.rb
lib/banzai/pipeline/gollum_tags_pipeline.rb
+0
-13
wiki_pipeline.rb
lib/banzai/pipeline/wiki_pipeline.rb
+4
-2
No files found.
lib/banzai/pipeline/gollum_tags_pipeline.rb
deleted
100644 → 0
View file @
60f8434a
require
'banzai'
module
Banzai
module
Pipeline
class
GollumTagsPipeline
<
BasePipeline
def
self
.
filters
[
Filter
::
GollumTagsFilter
]
end
end
end
end
lib/banzai/pipeline/wiki_pipeline.rb
View file @
ca87bb65
...
...
@@ -2,8 +2,10 @@ require 'banzai'
module
Banzai
module
Pipeline
class
WikiPipeline
<
CombinedPipeline
.
new
(
PlainMarkdownPipeline
,
GollumTagsPipeline
,
GfmPipeline
)
class
WikiPipeline
<
FullPipeline
def
self
.
filters
super
.
insert
(
1
,
Filter
::
GollumTagsFilter
)
end
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment