Skip to content

Commit

Permalink
Add todo to remove ooyala-specific jira filter from core barkeep
Browse files Browse the repository at this point in the history
  • Loading branch information
philc committed May 7, 2012
1 parent b7ccc45 commit 9138700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/filters.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
end end
end end


# compiled list from https://jira.corp.ooyala.com/secure/BrowseProjects.jspa#all # Add Ooyala-specific Jira links. This list is from https://jira.corp.ooyala.com/secure/BrowseProjects.jspa#all
# TODO(philc): We'll be removing this out of Core barkeep soon. See issue #238.
JIRA_WHITELIST = Set.new(["BL", "PROD", "PL", "APP", "OCS", "BIG", "CCC", "CST", "DS", "IOS", "JIRA", "NH", JIRA_WHITELIST = Set.new(["BL", "PROD", "PL", "APP", "OCS", "BIG", "CCC", "CST", "DS", "IOS", "JIRA", "NH",
"PSE", "OTA", "TOOL", "OTS", "WEB", "MIRA", "PWS", "AUTO", "HELP"]) "PSE", "OTA", "TOOL", "OTS", "WEB", "MIRA", "PWS", "AUTO", "HELP"])
StringFilter.define_filter :link_jira_issue do |str| StringFilter.define_filter :link_jira_issue do |str|
Expand Down

0 comments on commit 9138700

Please sign in to comment.