WHERE
(LOWER(payload_commit_msg) CONTAINS "fuck") OR
(LOWER(payload_commit_msg) CONTAINS "bitch") OR
(LOWER(payload_commit_msg) CONTAINS "shit") OR
(LOWER(payload_commit_msg) CONTAINS " tits") OR
(LOWER(payload_commit_msg) CONTAINS "asshole") OR
(LOWER(payload_commit_msg) CONTAINS "cocksucker") OR
(LOWER(payload_commit_msg) CONTAINS "cunt") OR
(LOWER(payload_commit_msg) CONTAINS " hell ") OR
(LOWER(payload_commit_msg) CONTAINS "douche") OR
(LOWER(payload_commit_msg) CONTAINS "testicle") OR
(LOWER(payload_commit_msg) CONTAINS "twat") OR
(LOWER(payload_commit_msg) CONTAINS "bastard") OR
(LOWER(payload_commit_msg) CONTAINS "faggot") OR
(LOWER(payload_commit_msg) CONTAINS "nigger") OR
(LOWER(payload_commit_msg) CONTAINS "sperm") OR
(LOWER(payload_commit_msg) CONTAINS "shit") OR
(LOWER(payload_commit_msg) CONTAINS "dildo") OR
(LOWER(payload_commit_msg) CONTAINS "wanker") OR
(LOWER(payload_commit_msg) CONTAINS "prick") OR
(LOWER(payload_commit_msg) CONTAINS "penis") OR
(LOWER(payload_commit_msg) CONTAINS "vagina") OR
(LOWER(payload_commit_msg) CONTAINS "whore")
What's sad is many of those comments are better than a lot of what I see at work. We're not on code as much as source files for our unix systems config managment system (home grown) but the majority of comments here are... well, none.
Possible compromise: page2rss
I'm trying to work out which keywords they're monitoring, so far I have; 'fuck', 'shit', or occasionally, 'douche'.
https://github.com/astanway/Commit-Logs-From-Last-Night/blob/master/scrape.py#L99
https://github.com/astanway/Commit-Logs-From-Last-Night/blob/master/scrape.py
WHERE
(LOWER(payload_commit_msg) CONTAINS "fuck") OR
(LOWER(payload_commit_msg) CONTAINS "bitch") OR
(LOWER(payload_commit_msg) CONTAINS "shit") OR
(LOWER(payload_commit_msg) CONTAINS " tits") OR
(LOWER(payload_commit_msg) CONTAINS "asshole") OR
(LOWER(payload_commit_msg) CONTAINS "cocksucker") OR
(LOWER(payload_commit_msg) CONTAINS "cunt") OR
(LOWER(payload_commit_msg) CONTAINS " hell ") OR
(LOWER(payload_commit_msg) CONTAINS "douche") OR
(LOWER(payload_commit_msg) CONTAINS "testicle") OR
(LOWER(payload_commit_msg) CONTAINS "twat") OR
(LOWER(payload_commit_msg) CONTAINS "bastard") OR
(LOWER(payload_commit_msg) CONTAINS "faggot") OR
(LOWER(payload_commit_msg) CONTAINS "nigger") OR
(LOWER(payload_commit_msg) CONTAINS "sperm") OR
(LOWER(payload_commit_msg) CONTAINS "shit") OR
(LOWER(payload_commit_msg) CONTAINS "dildo") OR
(LOWER(payload_commit_msg) CONTAINS "wanker") OR
(LOWER(payload_commit_msg) CONTAINS "prick") OR
(LOWER(payload_commit_msg) CONTAINS "penis") OR
(LOWER(payload_commit_msg) CONTAINS "vagina") OR
(LOWER(payload_commit_msg) CONTAINS "whore")
Well that just takes all the fun out of it :p
And then I was wondering why this one showed up:
"add bootwatch template"
took me a minute
Too bad it doesn't filter by commit local timezone so it's really commits made during the night.
Looks like put together some RSS feed code and submitted a ticket and a pull request for it, so maybe it'll get a feed soon: https://github.com/astanway/Commit-Logs-From-Last-Night/pull/6
What's sad is many of those comments are better than a lot of what I see at work. We're not on code as much as source files for our unix systems config managment system (home grown) but the majority of comments here are... well, none.
Hah, funny that it's twitter account is calling people out with a link to their sweary commits.
I am so proud to see someone I know personally show up in the first few pages of this.