Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 7月 04, 2023
  2. 7月 03, 2023
  3. 6月 09, 2023
    • Amy Qualls's avatar
      Update language from MWPS to auto-merge · 5ca7aef6
      Amy Qualls 创作于
      In various user-facing templates and messaging, update the outdated
      MWPS language to instead use auto-merge. These changes make ancillary
      pieces of the product more accurately reflect what the user now sees
      in the UI.
      
      Changelog: changed
      5ca7aef6
  4. 4月 19, 2023
  5. 4月 10, 2023
  6. 4月 03, 2023
  7. 1月 30, 2023
  8. 12月 03, 2022
  9. 11月 09, 2022
  10. 9月 02, 2022
  11. 8月 17, 2022
  12. 7月 01, 2022
  13. 6月 10, 2022
  14. 5月 31, 2022
  15. 4月 22, 2022
    • Eugie Limpin's avatar
      "Build iOS app guide" email campaign · 9137894b
      Eugie Limpin 创作于
      Previously, Users::InProductMarketingEmail was used to track sending of
      track+series (onboarding) emails. Here, we update the model to
      track campaign emails (e.g. Build iOS app guide email) and track+series
      (onboarding) emails.
      9137894b
  16. 4月 12, 2022
  17. 4月 06, 2022
  18. 3月 28, 2022
  19. 3月 22, 2022
    • jejacks0n's avatar
      Add ability to enable SAST at project creation · d29a2e9b
      jejacks0n 创作于
      This introduces a new checkbox on project creation, and cleans up the
      new_project_sast_enabled experiment that tested the usefulness and
      engagement of that checkbox.
      
      Changelog: added
      d29a2e9b
  20. 3月 19, 2022
    • Hinam Mehra's avatar
      Create the add videos to continuous onboarding experiment · 06795881
      Hinam Mehra 创作于
      - Create video_tutorials_continuous_onboarding experiment feature flag
      - Publish experiment in LearnGitlabController
      - Add a button top open videos in a new tab from learn_gitlab
      - Track click to video in candidate flow of experiment
      - Make learn_gitlab_section_card responsive
      - Update snaphost & unit tests for learn_gitlab
      06795881
  21. 3月 01, 2022
    • jejacks0n's avatar
      Remove publish overrides from base experiment · a5714597
      jejacks0n 创作于
      We’ve removed the concept of using `window.gon` in the client, so we can
      now remove the publishing overrides that were keeping that logic. We
      also remove the `#publish_to_client` method to encourage calling the
      `#publish` method directly.
      a5714597
  22. 2月 19, 2022
    • jejacks0n's avatar
      Switch to using declarative behavior registration · c5507970
      jejacks0n 创作于
      We were using public behavior methods, which is deprecated. Instead,
      register the experiment behaviors in the classes, which lets them be
      understood at the time the experiment is run or published.
      c5507970
  23. 2月 10, 2022
    • jejacks0n's avatar
      Allow experiment classed to not be namespaced · 4fdd1d73
      jejacks0n 创作于
      This is because all experiments are so far circumventing the rule, as
      well as they may span an area of focus. The experiment feature flags
      can be useful for this, or we can choose to solve this challenge in a
      different and more nuanced way.
      4fdd1d73
  24. 2月 08, 2022
    • jejacks0n's avatar
      Provide a rollout strategy based on Feature · c6f1493f
      jejacks0n 创作于
      This provides a default rollout strategy for experiments. The idea is to
      provide a cleaner abstraction for the logic required to add any number
      of rollout strategies over time.
      c6f1493f
  25. 2月 02, 2022
  26. 1月 31, 2022
  27. 1月 28, 2022
  28. 1月 27, 2022
  29. 1月 21, 2022
    • Jeremy Jackson's avatar
      Add improved readme content for all new projects · e9241478
      Jeremy Jackson 创作于
      This also introduces a new way to configure the readme template on new
      project creation which can be used by other services like the
      `Projects::CreateService`. It utilizes ERB for customizing the contents
      of the readme templates.
      
      Changelog: added
      e9241478
  30. 1月 19, 2022
  31. 1月 07, 2022
  32. 12月 23, 2021
  33. 12月 18, 2021
  34. 12月 17, 2021
  35. 12月 15, 2021
  36. 12月 08, 2021
  37. 11月 24, 2021
  38. 11月 17, 2021
加载中