Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monitor all / filter repositories in organization #813

Open
data-tangles opened this issue Aug 17, 2024 · 3 comments
Open

Monitor all / filter repositories in organization #813

data-tangles opened this issue Aug 17, 2024 · 3 comments

Comments

@data-tangles
Copy link

Is your feature request related to a problem? Please describe.
The dashboard is very handy for monitoring workflow success and failures however the specification of repositories can become quite unruly if an organization has many repositories.

Describe the solution you'd like
Provide the ability to monitor all repositories or allow wildcard matching.

Example: I may have a template repository and client repositories are created from this template with the same naming convention such as:

Test-Repo-Client-A
Test-Repo-Client-B

docker run \
  -p <host machine port>:8080 \
  -e REPO_OWNER_NAME=<organization/username> \
  -e REPO_NAMES="Test-Repo-Client*" \
  -it ottoopensource/gitactionboard:<docker tag>

Example: Monitor all current and future repositories within an organization:

docker run \
 -p <host machine port>:8080 \
 -e REPO_OWNER_NAME=<organization/username> \
 -e REPO_NAMES="*" \
 -it ottoopensource/gitactionboard:<docker tag>

This helps in case there are other contributors creating repositories at random which requires constant updating of the environment variables.

Describe alternatives you've considered
None that I can think of

Additional context
N/A

Copy link

boring-cyborg bot commented Aug 17, 2024

Thanks for opening your first issue here! Be sure to follow the issue template!

@sumanmaity1234
Copy link
Collaborator

Hi @data-tangles, I have following questions to understand the idea better

  1. When the service should fetch the new repos from github ?
  2. What's your view point of how to handle the archived repos?

@kishaningithub
Copy link

kishaningithub commented Dec 16, 2024

My opinion

  1. When the service should fetch the new repos from github ?

When you perform a docker run i.e. during startup,

  1. What's your view point of how to handle the archived repos?

Ignore archived repos by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants