Keeping a Project Bisectable

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • fsx

    FSX is the ideal tool for people that use F# for their scripting needs.

  • It's also useful that PRs come from branches where each of the commits has passed CI. And these days to be able to certify that you need to push each commit one by one (otherwise GitHubCI and GitLabCI at least, will only run a CI job for the single push even if the push included many commits).

    To prevent this problem, I wrote this push script: https://github.com/nblockchain/fsx/blob/master/Tools/gitPush...

  • github

    Discontinued Just a place to track issues and feature requests that I have for github

  • Hello, I see you stepped on my favourite personal soapbox! :)

    https://github.com/isaacs/github/issues/1017

    I really, really like semi-linear branching/merging. I.e. always rebase-merging, but with a merge commit.

    Reasons, in comparison to Github's "rebase merge" which doesn't produce a merge commit:

    1. It makes it clear which commits were part of one PR

    2. It makes it clear who did the merge

    3. It's okay to not have every commit build. but the one being merged will.

    4. Still pretty bisectable. You'll narrow things down at least to the PR that caused an issue, and from there it's usually quite simple.

    5. Looks very tidy in gitk & Co

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Git

    Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

  • If you don't have the ref locally but you have it open in a browser tab, you should† still be able to manually hack the URL to get a diff. Eg https://github.com/git/git/compare/95d1613a9fce4bcfc82d8ba48...

    † My company's not on Github Enterprise and I don't have a repo and a second user handy to double check on public Github.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts