Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

More logging in debug mode #133

Merged
merged 2 commits into from
Oct 27, 2017
Merged

More logging in debug mode #133

merged 2 commits into from
Oct 27, 2017

Conversation

aidanhs
Copy link

@aidanhs aidanhs commented Sep 21, 2017

This is probably excessively verbose (the {!r} prints out a lot of irrelevant info), but it's an improvement on the extreme lack at the moment.


This change is Reviewable

@emilio
Copy link
Member

emilio commented Sep 23, 2017

r? @Manishearth or @edunham

homu/main.py Outdated
@@ -370,7 +371,7 @@ def verify_auth(username, repo_cfg, state, auth, realtime, my_username):
else:
reply += 'Not in reviewers'
elif auth == AuthState.TRY:
reply += 'and not in try users'
reply += 'and not in try users'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just "not in try users"

@aidanhs
Copy link
Author

aidanhs commented Oct 24, 2017

Made change to error message.

@jdm
Copy link
Member

jdm commented Oct 24, 2017

@bors-servo: r=manishearth

@bors-servo
Copy link

📌 Commit 9679cd3 has been approved by manishearth

@bors-servo
Copy link

⌛ Testing commit 9679cd3 with merge 81ed9f7...

bors-servo pushed a commit that referenced this pull request Oct 24, 2017
More logging in debug mode

This is probably excessively verbose (the `{!r}` prints out a lot of irrelevant info), but it's an improvement on the extreme lack at the moment.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/homu/133)
<!-- Reviewable:end -->
@bors-servo
Copy link

💔 Test failed - status-travis

@jdm
Copy link
Member

jdm commented Oct 24, 2017

1.25s$ flake8 homu

homu/main.py:1321:9: E722 do not use bare except'

homu/main.py:1354:9: E722 do not use bare except'

homu/server.py:698:9: E722 do not use bare except'

@jdm
Copy link
Member

jdm commented Oct 24, 2017

That seems like a new addition to flake8 that is hitting preexisting cases, unfortunately.

bors-servo pushed a commit that referenced this pull request Oct 26, 2017
remove bare excepts for flake8

Bandaid for the bug which was hit in #133

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/homu/138)
<!-- Reviewable:end -->
@jdm
Copy link
Member

jdm commented Oct 26, 2017

@bors-servo: retry

@bors-servo
Copy link

⌛ Testing commit 9679cd3 with merge b996b9d...

bors-servo pushed a commit that referenced this pull request Oct 26, 2017
More logging in debug mode

This is probably excessively verbose (the `{!r}` prints out a lot of irrelevant info), but it's an improvement on the extreme lack at the moment.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/homu/133)
<!-- Reviewable:end -->
@bors-servo
Copy link

💔 Test failed - status-travis

@bors-servo
Copy link

☀️ Test successful - status-travis
Approved by: manishearth
Pushing b996b9d to master...

@bors-servo bors-servo merged commit 9679cd3 into servo:master Oct 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants