An error occurred fetching the project authors.
  1. 26 Mar, 2019 1 commit
    • Sam Bigelow's avatar
      Add merge request popover with details · c0b21163
      Sam Bigelow authored
      - Show pipeline status, title, MR Status and project path
      - Popover attached to gitlab flavored markdown everywhere, including:
        + MR/Issue Title
        + MR/Issue description
        + MR/Issue comments
        + Rendered markdown files
      c0b21163
  2. 20 Mar, 2019 2 commits
  3. 06 Feb, 2019 2 commits
    • Jan Provaznik's avatar
      Add local markdown version · 77f3d6c5
      Jan Provaznik authored
      Cached markdown version is composed both from global and local
      markdown version. This allows admins to bump version locally when
      needed (e.g. when external URL is changed).
      77f3d6c5
    • Jan Provaznik's avatar
      Add local markdown version · 433bcf9b
      Jan Provaznik authored
      Cached markdown version is composed both from global and local
      markdown version. This allows admins to bump version locally when
      needed (e.g. when external URL is changed).
      433bcf9b
  4. 05 Feb, 2019 1 commit
  5. 04 Feb, 2019 1 commit
  6. 01 Feb, 2019 1 commit
  7. 31 Jan, 2019 1 commit
    • Brett Walker's avatar
      Bump the CACHE_COMMONMARK_VERSION · b026db4d
      Brett Walker authored
      Since we needed to bump the version to 13 in the backports,
      and we know that an MR on master also bumped it
      to 13, bump to 14 to ensure that when a customer
      upgrades to the most recent release, the markdown
      gets recalcuated as necessary.
      b026db4d
  8. 30 Jan, 2019 2 commits
  9. 21 Jan, 2019 1 commit
    • Brett Walker's avatar
      Bump the CACHE_COMMONMARK_VERSION · ac2d8af5
      Brett Walker authored
      Since we needed to bump the version to 13 in the backports,
      and we know that an MR on master also bumped it
      to 13, bump to 14 to ensure that when a customer
      upgrades to the most recent release, the markdown
      gets recalcuated as necessary.
      ac2d8af5
  10. 17 Jan, 2019 1 commit
  11. 29 Nov, 2018 1 commit
  12. 16 Nov, 2018 1 commit
  13. 07 Aug, 2018 1 commit
  14. 06 Jul, 2018 1 commit
  15. 14 Jun, 2018 1 commit
  16. 17 Apr, 2018 1 commit
  17. 22 Dec, 2017 2 commits
  18. 12 Dec, 2017 1 commit
  19. 02 Nov, 2017 2 commits
  20. 06 Oct, 2017 2 commits
    • Toon Claes's avatar
      Create idea of read-only database · d1366971
      Toon Claes authored
      In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
      secondary node). But in GitLab CE it also might be useful to have the
      "read-only" idea around. So port it back to GitLab CE.
      
      Also having the principle of read-only in GitLab CE would hopefully
      lead to less errors introduced, doing write operations when there
      aren't allowed for read-only calls.
      
      Closes gitlab-org/gitlab-ce#37534.
      d1366971
    • Toon Claes's avatar
      Create refresh_markdown_cache that doesn't write to database · 1f971686
      Toon Claes authored
      `CacheMarkdownField#refresh_markdown_cache!` is splitted out in:
      - `CacheMarkdownField#refresh_markdown_cache`: This does the same as
        before, but does never write to database.
      - `CacheMarkdownField#refresh_markdown_cache!`: This calls the
        previous method, and tries to write to database, if possible.
      1f971686
  21. 16 Aug, 2017 1 commit
  22. 14 Aug, 2017 1 commit
  23. 24 Jul, 2017 1 commit
  24. 05 Jul, 2017 1 commit
  25. 02 May, 2017 2 commits
  26. 25 Apr, 2017 2 commits
  27. 21 Apr, 2017 2 commits
  28. 23 Feb, 2017 4 commits