summaryrefslogtreecommitdiff
path: root/lib/banzai/reference_parser/project_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to recently-added files from the communitySean McGivern2018-08-101-0/+2
* Use a hash to memoize readable_project_ids with user objects as keysReuben Pereira2018-07-311-6/+5
* Remove nodes_visible_to_user from ProjectParser and memoize readable_project_idsReuben Pereira2018-07-151-17/+10
* Use map instead of collect in the ProjectParser#projects_readable_by_user fun...Reuben Pereira2018-07-051-1/+1
* Use a custom ProjectParser#nodes_visible_to_user function so that the user pe...Reuben Pereira2018-07-051-2/+21
* A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-301-0/+17