Skip to content
Snippets Groups Projects
  1. Apr 12, 2018
    • blackst0ne's avatar
      [Rails5] Fix `undefined method 'arel_table' for Ci::Group:Class` error · cbf29064
      blackst0ne authored
      Some specs fail in rails5 branch with errors like
      
      ```
      1) Group#secret_variables_for when the ref is not protected contains only the secret variables
          Failure/Error: variables = Ci::GroupVariable.where(group: list_of_ids)
      
          NoMethodError:
            undefined method `arel_table' for Ci::Group:Class
      ```
      
      This commit fixes it.
      cbf29064
  2. Apr 09, 2018
  3. Apr 05, 2018
  4. Apr 04, 2018
  5. Mar 30, 2018
  6. Mar 29, 2018
  7. Mar 28, 2018
  8. Mar 27, 2018
  9. Mar 23, 2018
  10. Mar 22, 2018
Loading