Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Jan 17, 2020
  3. Sep 18, 2019
  4. Sep 10, 2019
  5. Sep 09, 2019
  6. Sep 06, 2019
  7. Jun 25, 2019
    • Markus Koller's avatar
      Make checks for continue_params more robust · 8fd2c084
      Markus Koller authored
      The check for continue_params&.key?(:to) in Projects::ImportsController
      caused an exception in redirect_to if this key contained a nil value.
      
      Since url_for won't add any params for an empty hash, we can just return
      that in continue_params if params[:continue] isn't present, and simplify
      the code in the controllers to check for the values we actually want to
      use.
      Unverified
      8fd2c084
  8. Sep 26, 2018
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  9. Sep 11, 2018
  10. Feb 01, 2018
    • Yorick Peterse's avatar
      Track and act upon the number of executed queries · cca61980
      Yorick Peterse authored
      This ensures that we have more visibility in the number of SQL queries
      that are executed in web requests. The current threshold is hardcoded to
      100 as we will rarely (maybe once or twice) change it.
      
      In production and development we use Sentry if enabled, in the test
      environment we raise an error. This feature is also only enabled in
      production/staging when running on GitLab.com as it's not very useful to
      other users.
      Unverified
      cca61980
  11. Sep 19, 2017
  12. Jul 05, 2017
  13. Apr 06, 2017
    • Jacopo's avatar
      ProjectsFinder should handle more options · b996a82f
      Jacopo authored
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
      b996a82f
  14. Nov 14, 2016
  15. Nov 12, 2016
  16. Nov 10, 2016
  17. Mar 19, 2016
  18. Mar 13, 2016
  19. Mar 03, 2016
    • Dmitriy Zaporozhets's avatar
      Refactor projects list · 7455d950
      Dmitriy Zaporozhets authored
      
      1. Fix double bottom border if pagination
      2. Fix broken search on forks page
      4. Remove duplicate js logic
      4. Remove unused show all link
      5. Remove duplicate “no project” message in different views
      
      After this merge request you can easily render shared projects template
      with all necessary html/js included to make searchable list with
      pagination. All you need to provide is controller that returns
      projects list with seach nad pagination and render html form with
      project-filter-form id and text field with filter_projects name.
      
      Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
      Verified
      7455d950
  20. Mar 02, 2016
  21. Mar 01, 2016
  22. Feb 27, 2016
  23. Feb 19, 2016
  24. Feb 17, 2016
  25. Feb 16, 2016
  26. Jan 20, 2016
  27. Dec 21, 2015
  28. Dec 18, 2015
  29. Sep 11, 2015
Loading