question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I want to display multiple reports in one pull request or merge request

See original GitHub issue

I want to display multiple reports in one pull request or merge request.

This is because a single repository manages multiple microservices. When a reg-suit run is run for each microservice, the report on the merge request is overwritten.

https://github.com/reg-viz/reg-suit/blob/master/packages/reg-notify-gitlab-plugin/src/use-cases.ts#L13 If I can set the COMMENT_MARK value arbitrarily, I can solve this problem.

Is there a plan to fix it?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:7
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
Quramycommented, Oct 29, 2019

Hi. We’re interested in your use case.

Perhaps this is not just gitlab plugin’s issue.

I think we should introduce something like “project name” into reg-suit in order to use reg-suit with mono-repo.

For example:,

  • packages/service-A/regconfig.json
{
  "project": {
    "name": "service-A",
  },
  "core": {...},
  "plugins": {...}
}
  • packages/service-B/regconfig.json
{
  "project": {
    "name": "service-B",
  },
  "core": {...},
  "plugins": {...}
}

And the project.name property will be used from:

  • sub directory name for S3, GCS plugin
  • as COMMENT_MARK (gitlab, github plugin)
4reactions
ra1028commented, Apr 21, 2020

@Quramy Same request here. I’m currently using reg-suit for iOS application products. I have plans to develop multiple applications in mono-repo in the future and it would be useful to be able to display a separate report for each, IMO. I think to do that, in addition to the way you mention above, you’d need to be able to configure actualDir on a per-project basis.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting started with merge requests - GitLab Docs
Create a new branch and a draft merge request in one action. The branch is named issuenumber-title by default, but you can choose...
Read more >
GIT - Pull Request & Merging - YouTube
Learn how to manage branches of your codebase. We will walk through creating a feature branch and submitting a pull request to the...
Read more >
Pull request vs Merge request - git - Stack Overflow
Merge or pull requests are created in a git management application and ask an assigned person to merge two branches. Tools such as...
Read more >
Pull Request vs. Merge Request - Stiltsoft
Pull Request in Bitbucket and GitHub or Merge Request in GitLab are the features made for more convenient code review. These features are ......
Read more >
Merge a pull request | Bitbucket Cloud - Atlassian Support
When the desired number of reviewers have approved a pull request, you can merge the pull request if you have write (or admin)...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found