From cf43e42c693fc6013caffdd20953425e03a2b92d Mon Sep 17 00:00:00 2001 From: Sam Stern Date: Mon, 18 Jul 2022 10:12:57 +0100 Subject: [PATCH] Add CodeApprove to code review tools Pretty self explanatory, but https://codeapprove.com is a code review tool that brings a lot of what Xooglers miss to GitHub. I put it ahead of Phabricator on the list because Phabricator is now EOL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff8749f..99e0d68 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ See also: [System Design Primer](https://github.com/donnemartin/system-design-pr | borg / borgcfg / gcl | [Jsonnet](http://jsonnet.org/), [Cue](https://cuelang.org/) | [AWS Cloudformation](https://aws.amazon.com/cloudformation/), Puppet, Chef, Salt, Ansible, [Terraform](https://www.terraform.io), [kubecfg](https://github.com/bitnami/kubecfg), [pulumi](https://github.com/pulumi/pulumi), [Nix](https://nix.dev/) | | logging, analog | [StackDriver](https://cloud.google.com/stackdriver/) | [logstash](https://github.com/elastic/logstash), [fluentd](https://github.com/fluent/fluentd), [PaperTrail](https://www.papertrail.com/), [cernan](https://github.com/postmates/cernan) | | CodeSearch, Grimoire | [Zoekt](https://github.com/google/zoekt) [kythe](https://github.com/kythe/kythe) | [Sourcegraph](https://sourcegraph.com), [OpenGrok](https://github.com/OpenGrok/OpenGrok/), [livegrep](https://github.com/livegrep/livegrep) | -| Critique, Gerrit, Mondrian etc. | [Gerrit](https://www.gerritcodereview.com/) | [Reviewable](https://reviewable.io) , [Phabricator](https://www.phacility.com/phabricator/) | +| Critique, Gerrit, Mondrian etc. | [Gerrit](https://www.gerritcodereview.com/) | [Reviewable](https://reviewable.io) , [CodeApprove](https://codeapprove.com), [Phabricator](https://www.phacility.com/phabricator/) | | cider | | [Eclipse Che](https://www.eclipse.org/che/), [Cloud9](https://c9.io/), [gitpod.io](https://gitpod.io), [Coder](https://coder.com/), [Code-Server (VSCode in a Tab)](https://github.com/cdr/code-server)| | buganizer | [Google Issue Tracker](https://issuetracker.google.com/) | [JIRA](https://www.atlassian.com/software/jira), [bugzilla](https://www.bugzilla.org/), github issues, [Linear](https://linear.app/) | | Bugjuggler | | [SnoozeThis](https://www.snoozethis.com/) |