1. 29 Nov, 2020 3 commits
  2. 28 Nov, 2020 3 commits
    • Stan Hu's avatar
      Merge branch 'issue-241744-support-kroki' into 'master' · f9651d0e
      Stan Hu authored
      resolves #241744 add Kroki to support more diagrams in AsciiDoc and Markdown
      
      See merge request gitlab-org/gitlab!44851
      f9651d0e
    • Stan Hu's avatar
      Merge branch 'kassio/add-github-merged-by-with-stage' into 'master' · 44b5330e
      Stan Hu authored
      Github Importer - import pull request merged by
      
      See merge request gitlab-org/gitlab!48561
      44b5330e
    • Kassio Borges's avatar
      Github importer - import pull request merged by · 7fb468f0
      Kassio Borges authored
      The merged by field is not available on the list of pull requests, which
      is used to import the merge request. Therefore, for each merged pull
      request we need to do another request to Github to fetch this field.
      
      Once fetched, if the user can be mapped to a GitLab user, it's added as
      to the `MergeRequest::Metrics#merged_by`. Otherwise, a note is added to
      the merge request with the text: 'Merged by "login"', where "login" is
      the Github login of the user who merged the pull request in Github.
      7fb468f0
  3. 27 Nov, 2020 34 commits