Skip to content
Snippets Groups Projects
  1. Sep 06, 2019
  2. Aug 30, 2019
  3. Aug 28, 2019
  4. Aug 20, 2019
  5. Aug 15, 2019
  6. Aug 08, 2019
  7. Aug 05, 2019
  8. Aug 02, 2019
  9. Aug 01, 2019
  10. Jul 25, 2019
  11. Jul 17, 2019
  12. Jul 15, 2019
    • mksionek's avatar
      Add class for group level analytics · beaa6353
      mksionek authored
      Add specs for group level
      
      Update entities
      
      Update base classes
      
      Add groups-centric changes
      
      Update plan and review stage
      
      Add summary classes
      
      Add summary spec
      
      Update specs files
      
      Add to specs test cases for group
      
      Add changelog entry
      
      Add group serializer
      
      Fix typo
      
      Fix typo
      
      Add fetching namespace in sql query
      
      Update specs
      
      Add rubocop fix
      
      Add rubocop fix
      
      Modify method to be in sync with code review
      
      Add counting deploys from subgroup
      
      To group summary stage
      
      Add subgroups handling
      
      In group stage summary
      
      Add additional spec
      
      Add additional specs
      
      Add more precise inheritance
      
      Add attr reader to group level
      
      Fix rubocop offence
      
      Fix problems with specs
      
      Add cr remarks
      
      Renaming median method and a lot of calls in specs
      
      Move spec setup
      
      Rename method in specs
      
      Add code review remarks regarding module
      
      Add proper module name
      beaa6353
  13. Jul 11, 2019
  14. Jul 09, 2019
  15. Jul 07, 2019
  16. Jul 03, 2019
    • Kamil Trzcińśki's avatar
      Limit amount of JUnit tests returned · a08209ff
      Kamil Trzcińśki authored
      Currently, we do not cap amount of tests returned to frontend,
      thus in some extreme cases we can see a MBs of data stored in Redis.
      
      This adds an upper limit of 100 tests per-suite.
      
      We will continue showing the total counters correctly,
      but we will limit amount of tests that will be presented.
      a08209ff
  17. Jun 20, 2019
    • Stan Hu's avatar
      Omit issues links in merge request entity API response · 1b7ab11f
      Stan Hu authored
      The merge request widget has a section that includes which issues may be
      closed or mentioned based on the merge request description. The problem
      is that rendering and redacting Markdown can be expensive, especially
      since the browser polls for the data every 10 seconds.
      
      Since these links don't change much and are just nice to have, we only
      load them on first page load. The frontend will use the existing data if
      the data doesn't appear on subsequent requests.
      
      This saves about 30% of the rendering time of this endpoint, which adds
      up to significant savings considering that
      `MergeRequestsController#show.json` is called over a million times a day
      on GitLab.com.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63546
      1b7ab11f
  18. Jun 18, 2019
    • James Fargher's avatar
      Make KubernetesService readonly · 6b9157d5
      James Fargher authored and Thong Kuah's avatar Thong Kuah committed
      We are deprecating this service in favor of instance wide clusters.
      Therefore we removed some code that is not anymore needed for a
      readonly cluster and also we added some flags to allow for this
      deprecation. These flags are to be removed in the next release when
      we finally completelly remove KubernetesService.
      6b9157d5
  19. Jun 06, 2019
  20. Jun 03, 2019
    • Shinya Maeda's avatar
      Abstract auto merge processes · d4b46936
      Shinya Maeda authored
      We have one auto merge strategy today - Merge When Pipeline
      Succeeds.
      
      In order to add more strategies for Merge Train feature,
      we abstract the architecture to be more extensible.
      
      Removed arguments
      
      Fix spec
      d4b46936
  21. May 28, 2019
  22. May 27, 2019
  23. May 24, 2019
  24. May 23, 2019
  25. May 20, 2019
  26. May 06, 2019
  27. May 02, 2019
    • Mayra Cabrera's avatar
      Adds a way to start multiple manual jobs in stage · 5432f548
      Mayra Cabrera authored
      - Adds an endpoint on PipelinesController
      - Adds a service that iterates over every build in a stage and
      plays it.
      - Includes 'play_manual' details on EntitySerializer
      - Builds a new Stage state: PlayManual. An stage can take this status if
      it has manual builds or an skipped, scheduled or manual status
      - Includes FE modifications and specs
      5432f548
  28. Apr 30, 2019
    • Thong Kuah's avatar
      Expose can_uninstall in cluster_status.json · 44eec568
      Thong Kuah authored
      Only prometheus can be uninstalled atm, the rest will be dealt with
      later.
      
      Presumption is that new application types will have uninstallation
      implmemented at the same time.
      44eec568
  29. Apr 10, 2019
  30. Apr 09, 2019
  31. Apr 05, 2019
Loading