1. 01 10月, 2019 1 次提交
  2. 30 9月, 2019 1 次提交
  3. 26 9月, 2019 1 次提交
  4. 18 9月, 2019 1 次提交
  5. 13 9月, 2019 1 次提交
  6. 06 9月, 2019 1 次提交
  7. 03 9月, 2019 2 次提交
  8. 30 8月, 2019 1 次提交
  9. 29 8月, 2019 1 次提交
  10. 21 8月, 2019 1 次提交
    • S
      Improve UX multi assigness in MR · f1f34baf
      Samantha Ming 提交于
      Add merge warning on avatar in:
      - open view assigness
      - collapsed view assigness
      - dropdown (search) view assigness
      
      Add can_merge option to MR sidebar entity
      f1f34baf
  11. 20 8月, 2019 1 次提交
  12. 15 8月, 2019 1 次提交
  13. 09 8月, 2019 1 次提交
  14. 06 8月, 2019 1 次提交
  15. 03 8月, 2019 1 次提交
  16. 02 8月, 2019 1 次提交
  17. 25 7月, 2019 1 次提交
  18. 17 7月, 2019 1 次提交
  19. 15 7月, 2019 1 次提交
    • M
      Add class for group level analytics · beaa6353
      Małgorzata Ksionek 提交于
      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
  20. 12 7月, 2019 1 次提交
  21. 10 7月, 2019 1 次提交
  22. 08 7月, 2019 1 次提交
  23. 04 7月, 2019 1 次提交
    • K
      Limit amount of JUnit tests returned · a08209ff
      Kamil Trzciński 提交于
      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
  24. 21 6月, 2019 1 次提交
    • S
      Omit issues links in merge request entity API response · 1b7ab11f
      Stan Hu 提交于
      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
  25. 18 6月, 2019 1 次提交
    • J
      Make KubernetesService readonly · 6b9157d5
      James Fargher 提交于
      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
  26. 06 6月, 2019 1 次提交
  27. 03 6月, 2019 1 次提交
    • S
      Abstract auto merge processes · d4b46936
      Shinya Maeda 提交于
      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
  28. 28 5月, 2019 3 次提交
  29. 27 5月, 2019 1 次提交
  30. 24 5月, 2019 6 次提交
  31. 23 5月, 2019 1 次提交
  32. 20 5月, 2019 1 次提交