1. 29 Nov, 2020 1 commit
    • Harsh Chouraria's avatar
      Correct instance limits docs for self-managed · f2ac861f
      Harsh Chouraria authored
      The default limits noted on the page have remained outdated after merge
      request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27574
      overrode the previous limit defaults from disabled to
      specific values, for a certain subset of limits.
      
      In the existing form the documentation claims no limits on CI/CD
      subscriptions and CI Pipeline Schedules created under a project, but
      this has been incorrect since the introduction, as the `default` plan
      carries non-zero, positive defaults for such instance limits.
      
      Also added a note on self-managed instance default limits for
      group and project webhooks.
      f2ac861f
  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 36 commits