gitconsensus / GithubOrganizer

Github App for making Organizations easier to manage
https://organizer.gitconsensus.com/
MIT License
36 stars 11 forks source link

How to debug? #6

Open BigLep opened 3 years ago

BigLep commented 3 years ago

I have installed "Github Organization Manager" into my organization (per link). I have a configured .github/organizer.yaml file.

The expected actions haven't been taken and I don't know how to debug this. I don't see anything in https://github.com/organizations/multiformats/settings/audit-log I'm sorry for the newbie question. I haven't been able to find the right search terms to learn more about debugging GitHub applications. Do you have any suggestions?

tedivm commented 3 years ago

Due to the amount of repos it touches and some limitations with the Github API I have the app setup to work using batch processing. This means changes aren't instant- you can expect each repository to get updated about once an hour or so. If after waiting you haven't seen the changes you're looking for let me know and I can dig into the application logs.

BigLep commented 3 years ago

Hi @tedivm : thanks for the reply. It has been a couple hours and looking at https://github.com/orgs/multiformats/teams/w3dt-stewards I don't see the team members or repositories associated that I'd expect.

Is it correct to assume it isn't self-service for me to be able to look at any logs on my side?

tedivm commented 3 years ago

That is correct, this is a bug I'll have to look into.

BigLep commented 3 years ago

Thanks @tedivm : does it makes sense for us to fork and do our own installation enable us to be self-service in looking at logs?

tedivm commented 3 years ago

It might! I do plan on looking at it this week. For some life context I've been transitioning out of my current company (last day was this week) so I've been slammed at work, but now I've got some time off to review things before I start my next job. If you're okay with waiting I expect to have this issue debugged and resolved before Monday, but if you're in a rush debugging with the open source library would be the way to go.

tedivm commented 3 years ago

As always if you do find a bug while debugging pull requests are super appreciated.

RCheesley commented 3 years ago

I seem to be having the same problems - I have the app installed and the organizer.yaml file in place but nothing is happening, and not sure if I have an issue with my setup or if something is broken!

Happy to write this up in the docs to make it easier for folk to understand how to use the app, but need to figure it out myself first!