Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 11月 12, 2021
  2. 11月 11, 2021
  3. 10月 21, 2021
  4. 10月 14, 2021
  5. 10月 12, 2021
  6. 10月 01, 2021
  7. 9月 14, 2021
  8. 9月 03, 2021
  9. 9月 02, 2021
  10. 8月 27, 2021
    • João Cunha's avatar
      Adds k8s 1.20 to EKS list · 051061a0
      João Cunha 创作于
      It also fixes the Cloud Formation template.
      The template versions need to be wrapped around quotes,
      since Yaml.safe_load will convert 1.20 to 1.2 otherwise.
      
      Changelog: added
      051061a0
  11. 7月 19, 2021
  12. 6月 25, 2021
    • Natalia Tepluhina's avatar
      Updates slots syntax in DynamicScroller · f9ac9550
      Natalia Tepluhina 创作于
      Fixed contributors slot syntax
      
      Fixed slot syntax in ci cd analytics
      
      Fixed slot scope in charts and discussion
      
      Fixed slot syntax in paginated list spec
      
      Fixed slot syntax in resizeable chart spec
      
      Fixed slot syntax in note and issuable form
      
      Fixed members and milestones slot syntax
      
      Fixed slots in discussion-notes
      
      Fixes slot syntax in time series
      
      Noteables slots fixes
      
      Terraform slots syntax fixed
      
      Fixed time series
      
      Fixed slots in analytics
      
      Added modal stub
      
      Fixed rules slot
      
      Fixed burnup and burndown chart
      
      Fixed cluster agents slots
      
      Added eslint config
      
      Fixed related items tree
      
      Fixed slots in grouped metrics
      
      Fixed slots in unit tests
      
      Fixed ready to merge spec
      
      Fixed ci_cd_anaytics spec
      
      Fixed terraform list spec
      
      Added stubbed GlTab to cluster agent spec
      
      Stubbed NoteableNote in specs
      
      Stubbed GlModal in dashboard actions test
      
      Fixed issuable form spec
      
      Fixed discussion notes spec
      
      Fixed time series spec
      
      Fixed fork_form spec
      
      Updated snapshot for analytics
      
      Fixed commit edit spec
      f9ac9550
  13. 6月 17, 2021
    • Phil Hughes's avatar
      Created pre-renderer and scroller sync · 6783350d
      Phil Hughes 创作于
      The pre-renderer pre-renders the diff files one by one to catch
      the sizes of the diff file.
      This is important for when we want to scroll to a set index
      as without this the virtual scroller will try to calculate the sizes of each
      one before the specified index which can lock the page.
      
      The scroll sync component is used to sync up virtual scroller
      scroll to index with whatever diff file the user wants to be viewing.
      
      There will still be some lock-ups and maybe some slowness at certain
      points, but in order to get over them hurdles we need to improve
      the individual diff file components.
      未验证
      6783350d
  14. 6月 16, 2021
  15. 6月 15, 2021
  16. 6月 10, 2021
  17. 6月 09, 2021
    • João Cunha's avatar
      Update the vendored cluster management Project Template · 7d650079
      João Cunha 创作于
      We've decided to give the users the full power and responsibility of
      managing their own Helmfiles. For this change, will use the
      cluster-applications:v1.0.0+ which won't have the chart built-in anymore.
      
      Those configurations related to the config.yaml file and all that logic
      to allow the merge of values got removed from those Helmfiles. This
      logic is not needed anymore since the files are no longer locked inside
      the docker image and the user has full control of them over their
      project template repository.
      
      Also, it's worth noting that we're removing Ingress WAF which is
      deprecated.
      
      Another important point is that the Helmfiles being included here were
      tested to work only against Helm3, which is expected from the
      cluster-applications v1.0.0.
      
      Some other work implemented here:
      
      - Set all applications install default to true
         but the main Helmfile comments them out to not
         accidentally install/update anything.
      
      - Use helm stable instead of gitlab stable archive.
      
      - Use default branch instead of master for the CI.
      
      - Default namespace to gitlab-managed-apps as a
         legacy to facilitate migration from GMA v1 and v2.
      
      - Don't add a default insecure password to sentry DB.
      
      - Remove missing file handlers
         Those are not needed anymore since we don't have logic
         over the existence of those helmfiles and the values
         files were all created by default even if blank.
      
      - Update default runner image to ubuntu:20.04.
      
      - Adds script to adopt CM CRDs and ClusterIssuer when the
      user had previously installed CM through the UI.
      
      - Vault chart is upgraded to 0.5.0 which is a necessary
         breaking change to comply with Helm v3.
      
      Changelog: changed
      7d650079
  18. 5月 18, 2021
  19. 5月 17, 2021
  20. 5月 14, 2021
  21. 5月 06, 2021
  22. 4月 29, 2021
    • Heinrich Lee Yu's avatar
      Fix speedscope rendering in production · fdcadf39
      Heinrich Lee Yu 创作于
      This moves the Speedscope files from the asset pipeline to /public. We
      only serve precompiled assets in production and we do not need these to
      be compiled.
      
      This also adds a nonce to the inline script tag so that it works when
      CSP is enabled and script-src is restricted.
      未验证
      fdcadf39
  23. 4月 26, 2021
  24. 4月 23, 2021
  25. 4月 16, 2021
  26. 4月 14, 2021
  27. 4月 11, 2021
  28. 4月 06, 2021
  29. 4月 05, 2021
  30. 3月 26, 2021
  31. 3月 25, 2021
加载中