Skip to content
Snippets Groups Projects
  1. Jan 24, 2020
  2. Mar 21, 2019
  3. Feb 27, 2019
  4. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  5. Sep 14, 2018
    • Yorick Peterse's avatar
      Cleaned up CI runner administration code · f0e7b5e7
      Yorick Peterse authored
      In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19625 some
      changes were introduced that do not meet our abstraction reuse rules.
      This commit cleans up some of these changes so the requirements are met.
      
      Most notably, sorting of the runners in Admin::RunnersFinder has been
      delegated to Ci::Runner.order_by, similar to how we order data in
      models that include the Sortable module. If we need more sort orders in
      the future we can include Sortable and have Ci::Runner.order_by call
      `super` to delegate to Sortable.order_by.
      Unverified
      f0e7b5e7
  6. Sep 12, 2018
  7. Sep 11, 2018
  8. Aug 29, 2018
  9. Aug 20, 2018
  10. Jul 09, 2018
  11. Jan 11, 2018
  12. Oct 03, 2017
  13. Jun 06, 2017
  14. Jan 20, 2017
  15. Jun 03, 2016
  16. May 19, 2016
  17. May 10, 2016
  18. Dec 11, 2015
Loading