Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 2月 18, 2019
  2. 7月 20, 2018
  3. 2月 08, 2018
  4. 10月 07, 2017
  5. 10月 06, 2017
  6. 9月 13, 2017
  7. 11月 04, 2015
  8. 8月 05, 2015
  9. 7月 14, 2015
  10. 7月 06, 2015
  11. 5月 12, 2015
  12. 2月 09, 2015
  13. 2月 06, 2015
  14. 11月 21, 2014
  15. 9月 10, 2014
  16. 8月 21, 2014
    • xvonabur's avatar
      Add dependency info for mysql-postgresql converter · 672daff5
      xvonabur 创作于
      Running converter with Python 2.6.x installed gives the following error:
      AttributeError: 'module' object has no attribute 'check_output'
      
      After installing Python 2.7.x everything works fine.
      672daff5
  17. 7月 03, 2014
  18. 6月 04, 2014
  19. 5月 29, 2014
  20. 5月 28, 2014
  21. 5月 20, 2014
    • Jacob Vosmaer's avatar
      Import the database as the `git` user · 8ee3299c
      Jacob Vosmaer 创作于
      This ensures that all tables created during the import belong to `git`.
      If you import as a different user, such as the `postgres` superuser, you
      may encounter issues where the GitLab database user cannot access tables
      in gitlabhq_production, _even if_ `git` is the owner of
      gitlabhq_production at the time of import.
      8ee3299c
  22. 5月 19, 2014
  23. 5月 08, 2014
  24. 4月 01, 2014
  25. 3月 17, 2014
加载中