-
Notifications
You must be signed in to change notification settings - Fork 5
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 for Pull Requests not available #9
Comments
Did you add the Xcode server through preference panel? Open the Log window and turn on 'Show debug messages' check box located on the bottom of the window. Hopefully some informative messages will be visible now. |
Did all of that, yes The Server appears and all the bots are shown, I just can't select I checked the Log and it only connects to the Xcode Server, there is no connection to GitHub and the Token I generated is still unused according to Github. |
Which version of Xcode are you running? Also, can you post a screen shot of you Status window and your log window? You can email them to me if you don't want them public. |
I apologize for not being responsive on this - I got busy with work and holiday. Is this still an issue for you? If so I can work with you on it. Maybe we can set up a time to work on this that works for both our timezones. |
@E-B-Smith I'm seeing something similar, fwiw. Is it perhaps because I have multiple bots on I see from the screenshots that @andreas-braun-parship seems to have the same thing – at least I think that's what the repeated lines for the same branch mean. (Ideally there would be another column showing the Scheme selected under the Configuration setting of the "Edit Bot..." window, but I'm guessing that's not possible. Or, it could show the "nice" name that is in the Edit Bot... Info tab. ). Here's my screenshot - I'm afraid it probably doesn't make much sense without the repos. There are three total. They all used to have 3x bots per repo: 🤞 I can get this going. We keep missing failed tests and merging PRs on GitHub because we can. Before we switched to Xcode Server (from Buddy Build), this was never a problem because it wasn't possible :) Many thanks for taking the time to make this available! |
Same problem here using macOS 10.14.6 with Xcode 11. Did someone found any solution ? |
As @mikemee correctly suspected I also have multiple schemes for the same branch running different targets. |
I am also seeing this, although I have some thoughts:
I think that the service is allowing monitoring of PRs generally for whichever bot was configured first, and then using that bot to try to monitor all PRs regardless of branch. So, likely just a small bug. Lmk if screenshots would be helpful @E-B-Smith |
Hmm, with all this information and recent interest, it’s probably time for me to look at the source code and hopefully make a PR... |
Confirmation: This seems to be caused by having multiple schemes. I recently removed the "cloud test" specific scheme that I had in one project (tl;dr: automated testing of CloudKit in the simulator is too unreliable) and then found I had the option of "Monitor for Pull Requests". The other project I have that still has multiple schemes still does not have that option. |
Not exactly sure because I can only read, not develop in, Obj-C, but I think that the investigation starts on this line:
|
The fix for me was to add the repo using ssh (can't use https to clone) |
I'm experimenting with the app right now but configuring it as described in the README I'm unable to start the pull request monitoring.
The menu entry for it is just inactive and I can't see what's wrong with it in the logs.
The text was updated successfully, but these errors were encountered: