1. 15 Aug, 2016 28 commits
  2. 14 Aug, 2016 2 commits
    • Ahmad Sherif's avatar
      Fix a memory leak caused by Banzai::Filter::SanitizationFilter · 504a3b5e
      Ahmad Sherif authored
      In Banzai::Filter::SanitizationFilter#customize_whitelist, we append
      three lambdas that has reference to the SanitizationFilter instance,
      which in turn (potentially) has a reference to the following chain:
      
      context hash -> Project instance -> Repository instance -> lookup hash
      -> various Rugged instances -> various mmap-ed git pack files.
      
      All of the above is not garbage collected because the array we append
      the lambdas to is the constant
      HTML::Pipeline::SanitizationFilter::WHITELIST.
      504a3b5e
    • Ruben Davila's avatar
      Use the adequate key to read Redis connection URL. · c56d33e1
      Ruben Davila authored
      The format of the `config/resque.yml.example` file has changed and we
      need to adjust the reading of the connection URL.
      c56d33e1
  3. 13 Aug, 2016 10 commits