Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 25, 2019
  2. 9月 06, 2019
    • Krasimir Angelov's avatar
      Add skeleton Pages internal API · 477ba2b3
      Krasimir Angelov 创作于
      Basic `/internal/pages` endpoint that will be used for Pages virtual
      domains internal API. The endpoint is currently behind feature flag and
      provides authetication similar to how Workhorse is authenticating with
      the GitLab.
      477ba2b3
  3. 9月 03, 2019
    • Yorick Peterse's avatar
      Fix Git ignore for tmp/, shared/, and plugins/ · 55063f85
      Yorick Peterse 创作于
      The old rules meant that any future changes to these directories would
      require the use of `git add -f` to be staged. This is problematic for
      the upcoming FOSS-only mirror of GitLab. Any changes to be synced to
      this mirror are staged using `git add --all .`, which due to the Git
      ignore rules would not add the tmp/ and shared/ directories. This then
      leads to various specs failing because they expect certain
      sub-directories of these directories to be available.
      
      This commit changes the rules so that we include the .gitkeep files,
      ignore other files, and completely ignore anything in tmp/test. This
      requires that the rules are specified in tmp/.gitignore and
      shared/.gitignore, instead of the top-level .gitignore, without this I
      could not get Git to include the .gitkeep files properly.
      55063f85
  4. 9月 02, 2019
  5. 8月 20, 2019
    • Diego Louzán's avatar
      feat: SMIME signed notification emails · 0dcb9d21
      Diego Louzán 创作于
      - Add mail interceptor the signs outgoing email with SMIME
      - Add lib and helpers to work with SMIME data
      - New configuration params for setting up SMIME key and cert files
      0dcb9d21
  6. 5月 23, 2019
  7. 5月 03, 2019
  8. 1月 15, 2019
  9. 12月 05, 2018
  10. 10月 26, 2018
  11. 9月 12, 2018
  12. 9月 03, 2018
  13. 6月 26, 2018
  14. 6月 25, 2018
    • Zeger-Jan van de Weg's avatar
      Exclude Geo DB Yaml on CE too · 51826849
      Zeger-Jan van de Weg 创作于
      For Geo, a file is created for configuration of the database. This file
      shouldn't appear in CE, but if you've setup your GDK with a remote
      pointing to CE and one to EE, this file might be around when switching
      branches.
      
      This will mark the workspace dirty, which annoys me more than it should.
      
      [ci skip]
      51826849
  15. 6月 15, 2018
  16. 5月 31, 2018
  17. 5月 04, 2018
  18. 4月 27, 2018
  19. 3月 28, 2018
  20. 3月 15, 2018
  21. 3月 10, 2018
  22. 3月 01, 2018
  23. 2月 26, 2018
  24. 1月 12, 2018
  25. 10月 02, 2017
  26. 7月 11, 2017
  27. 6月 30, 2017
  28. 6月 28, 2017
  29. 5月 16, 2017
加载中