Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 18, 2020
  3. Feb 17, 2020
  4. Feb 11, 2020
  5. Feb 10, 2020
  6. Feb 07, 2020
  7. Feb 06, 2020
  8. Jan 30, 2020
  9. Jan 24, 2020
  10. Jan 22, 2020
  11. Jan 16, 2020
  12. Jan 14, 2020
  13. Jan 13, 2020
  14. Dec 19, 2019
  15. Dec 16, 2019
  16. Dec 12, 2019
  17. Dec 11, 2019
  18. Dec 02, 2019
  19. Nov 27, 2019
  20. Nov 26, 2019
  21. Nov 14, 2019
  22. Nov 13, 2019
  23. Nov 08, 2019
  24. Oct 23, 2019
  25. Oct 10, 2019
  26. Oct 07, 2019
  27. Oct 02, 2019
  28. Sep 26, 2019
  29. Sep 16, 2019
  30. Sep 10, 2019
    • Stan Hu's avatar
      Optimize /admin/applications so that it does not timeout · 08c3e59a
      Stan Hu authored
      On our dev instance, /admin/applications as not loading because:
      
      1. There was an unindexed query by `application_id`.
      2. There was an expensive query that attempted to load 1 million
         unique entries via ActiveRecord just to find the unique count.
      
      We fix the first issue by adding an index for that column.
      
      We fix the second issue with a simple SELECT COUNT(DISTINCT
      resource_owner_id) SQL query.
      
      In addition, we add pagination to avoid loading more than 20
      applications at once.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67228
      08c3e59a
  31. Sep 09, 2019
    • Enrique Alcántara's avatar
      Create new feature flagged UI for cloud providers · 90e3a491
      Enrique Alcántara authored
      - Create HAML UI select a cloud provider to create a cluster.
      - Add query param to :new cluster view to display a specific cluster
      provider form depending on the value of the provider query param.
      - Update unit tests and e2e tests to reflect these changes
      90e3a491
  32. Jul 30, 2019
  33. Jul 23, 2019
  34. Jul 19, 2019
Loading