It seems like some of these (perhaps all of them other than fixing the "+1" problem) can be done via API clients instead of via GitHub itself implementing it. A third-party website can do wiki searches. A separate service can send you email notifications, and you can turn off built-in emails. Even the +1 thing might be solvable with a bot that edits each bug report to add a clickable +1 badge (a la the CI build-passi…
The +1 thing is solved by ZenHub - which I'm amazed they've been unable to gather a large amount of traction! https://www.zenhub.io/ Not affiliated, used it, but without others using it it's largely...well.. useless. :) E: Hmm... seems it has become $5/mo to use. I remember it being free. Wonder when that happened? E2: >ZenHub is free for the open source community. Oh.
Things I would build if I worked at GitHub
131–140 of 145 posts
Re: Things I would build if I worked at GitHub
#132GitHub wiki is a repo and can be cloned locally. Searching through a local files is trivial.
Good tip though.
Re: Things I would build if I worked at GitHub
#133Though following the resolution of an issue usually means I'd like for it to be resolved, the converse isn't true: I've hit thousands of issues over the years but most of the time I've been able to work around them and haven't hit it since, resolving the issue would be nice for people coming after me, but I don't really care to be spammed by its status updates.
So yes, "subscribe" could count as a +1, but no "subscribe" should not be the only way to "+1" an issue.
Re: Things I would build if I worked at GitHub
#134I've gotta say, I strongly disagree with this: > GitHub already has a great code search At some point in the last year or so Github rolled out a new search engine which drastically reduced it's usefulness. Any moderately complex search query now has all of the modifiers and key bits stripped out making your search results unnecessarily cluttered and somewhat useless. I consider it to be one of the worst parts of the…
Re: Things I would build if I worked at GitHub
#135These are great, but they're bugfixes. You'd finish them in the first few months. Then what are you going to do? Stare at an aquarium all day? Here's what I would build if I worked at github: * Github CI - simple CI for every language, integrating with: * Github Artifacts - repository for versioned deployable build packages (binaries, tar.gz files, ios builds, android builds...), integrating with: * Github Deploy - d…
Re: Things I would build if I worked at GitHub
#136Re: Things I would build if I worked at GitHub
#137Earlier quoted context omitted.
While that's true, I think the discussion in that issue has gone more towards HTTPS support for custom domains.
You could always use CloudFlare directly for that... I would presume that their underlying connection to Github is very close and reliable in terms of risk for MITM.
So you traffic between CloudFlare and GitHub will also be secured.
Re: Things I would build if I worked at GitHub
#138Gah.
Re: Things I would build if I worked at GitHub
#139How about making pull requests less centralized? Right now, if I file a PR, only the project admins or I can modify/rebase it. I'd like to give other (non-admin) collaborators permission to work on it too. Or, maybe it could use a forking model? Let anyone fork their own PR from mine, make those forks prominently visible in my base PR, and make it easy for me to merge their edits back in.
If you want anything less centralized, then why are you using Github, a centralized interface to and storage of a previously inherently de -centralized system, git? Github is for people who accept centralization.
Some centralization is necessary, true, but you seem to be confusing GitHub with Google Code and SourceForge.
Re: Things I would build if I worked at GitHub
#140These are great, but they're bugfixes. You'd finish them in the first few months. Then what are you going to do? Stare at an aquarium all day? Here's what I would build if I worked at github: * Github CI - simple CI for every language, integrating with: * Github Artifacts - repository for versioned deployable build packages (binaries, tar.gz files, ios builds, android builds...), integrating with: * Github Deploy - d…
After exploring Visual Studio Online (its free for 5 users), I am still not able to digest why there isn't a build and deploy system in GitHub.
There were great demos at Microsoft's BUILD15 for Automated Build and Release Management which demonstrates these features.