1. 09 9月, 2019 1 次提交
  2. 31 7月, 2019 1 次提交
    • M
      Fix whitespace in topic, university, workflow docs · 298252bb
      Marcel Amirault 提交于
      Many code blocks are 4spaced, and they render in GitLab
      without coloring as a result, even though they are
      fenced with a language label. If in a list, other items
      will render as being in a code block too, even if not
      meant to. This fixes all these issues, and cleans up
      minor white space issues in /topic, /university, /update
      and /workflow docs.
      298252bb
  3. 09 7月, 2019 1 次提交
  4. 19 6月, 2019 1 次提交
  5. 08 5月, 2019 1 次提交
  6. 17 4月, 2019 1 次提交
  7. 04 4月, 2019 1 次提交
  8. 22 2月, 2019 1 次提交
    • E
      Ensure all lists are surrounded by new lines · eb866309
      Evan Read 提交于
      Markdown renderers find it easier to determine
      where lists start and end when lists are surrounded
      by new lines.
      
      For consistency, also ensure entries in the list
      are aligned when they span multipls lines.
      eb866309
  9. 18 2月, 2019 1 次提交
  10. 20 7月, 2018 2 次提交
  11. 08 2月, 2018 1 次提交
  12. 07 10月, 2017 1 次提交
  13. 06 10月, 2017 1 次提交
  14. 13 9月, 2017 2 次提交
  15. 04 11月, 2015 1 次提交
  16. 05 8月, 2015 1 次提交
  17. 14 7月, 2015 2 次提交
  18. 06 7月, 2015 1 次提交
  19. 12 5月, 2015 1 次提交
  20. 09 2月, 2015 2 次提交
  21. 06 2月, 2015 1 次提交
  22. 21 11月, 2014 1 次提交
  23. 10 9月, 2014 1 次提交
  24. 21 8月, 2014 1 次提交
    • X
      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
  25. 03 7月, 2014 1 次提交
  26. 04 6月, 2014 1 次提交
  27. 29 5月, 2014 1 次提交
  28. 28 5月, 2014 1 次提交
  29. 20 5月, 2014 1 次提交
    • J
      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
  30. 19 5月, 2014 2 次提交
  31. 08 5月, 2014 3 次提交
  32. 01 4月, 2014 1 次提交
  33. 17 3月, 2014 1 次提交