All Projects → screenplaydev → graphite-cli

screenplaydev / graphite-cli

Licence: AGPL-3.0 license
Graphite's CLI makes creating and submitting stacked changes easy.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to graphite-cli

nixpkgs-review-checks
Add additional checks and more information from build logs and outputs to the reports generated by nixpkgs-review.
Stars: ✭ 27 (-78.4%)
Mutual labels:  review
rview
A Gerrit client application for Android
Stars: ✭ 62 (-50.4%)
Mutual labels:  review
TheReportOfTheWeek-API
API of The Report Of The Week Reviews
Stars: ✭ 20 (-84%)
Mutual labels:  review
weekly-review
Weekly-review of BUCT Lab-614
Stars: ✭ 28 (-77.6%)
Mutual labels:  review
code-review-culture
📖 The art of cultivating a strong dev culture in your team.
Stars: ✭ 19 (-84.8%)
Mutual labels:  review
Interview
Code completion and code review for identifying C# candidates
Stars: ✭ 22 (-82.4%)
Mutual labels:  review
buhos
Web based systematic literature review software
Stars: ✭ 25 (-80%)
Mutual labels:  review
chrome-github-compaito
a chrome extension for jumping to compare view
Stars: ✭ 19 (-84.8%)
Mutual labels:  review
LSTM-sentiment-analysis
LSTM sentiment analysis. Please look at my another repo for SVM and Naive algorithem
Stars: ✭ 19 (-84.8%)
Mutual labels:  review
deeplearning-papernotes
Краткое изложение статей по NLP, Deep Learning и диалоговым агентам
Stars: ✭ 17 (-86.4%)
Mutual labels:  review
PackageReviewR
R Package 📦 to review 🔍 R 📦s
Stars: ✭ 18 (-85.6%)
Mutual labels:  review
PRISMA2020
Produce PRISMA-2020 compliant flow diagrams
Stars: ✭ 58 (-53.6%)
Mutual labels:  review
HDU
开始复习不如从头预习👍
Stars: ✭ 34 (-72.8%)
Mutual labels:  review
ruby-codacy-coverage
DEPRECATED Post coverage results to Codacy
Stars: ✭ 12 (-90.4%)
Mutual labels:  review
intern-study
实习生互助学习
Stars: ✭ 32 (-74.4%)
Mutual labels:  review
Food-Ordering-Application-with-Review-Analyzer
A food ordering android application with feedback analyzer to improve food suggestions to customer.
Stars: ✭ 67 (-46.4%)
Mutual labels:  review
face-recognition
얼굴 인식에 대한 기술 동향 및 관련 모델 자료
Stars: ✭ 38 (-69.6%)
Mutual labels:  review
Aspect-Based-Sentiment-Analysis
A python program that implements Aspect Based Sentiment Analysis classification system for SemEval 2016 Dataset.
Stars: ✭ 57 (-54.4%)
Mutual labels:  review
hacktoberfest 2021
Solve the given questions, and submit a PR.💬 Make sure you submit the solution in the correct folder. ✔
Stars: ✭ 44 (-64.8%)
Mutual labels:  review
sonar-gerrit-plugin
SonarQube plugin for posting issues as Gerrit review comments
Stars: ✭ 32 (-74.4%)
Mutual labels:  review

What is Graphite?

Graphite is a fast, simple code review platform designed for engineers who want to write and review smaller pull requests, stay unblocked, and ship faster. Anyone can start using Graphite individually without needing their coworkers to change tools - we'll seamlessly sync your code changes and reviews. We built Graphite because we missed internal code review tools like Phabricator (at Facebook) and Critique (Google) that help engineers create, approve, and ship small, incremental changes, and long-term we’re passionate about creating products & workflows that help fast-moving eng teams achieve more.

Graphite is designed to be used at work - unfortunately we don't yet support submitting PRs to open-source repos as an external contributor (i.e. without write access) due to limitations of GitHub.

Graphite beta

Graphite is currently in closed beta, and you’ll need a Graphite account to submit pull requests with the CLI. You can sign up for the waitlist for early access - we'll let you skip the line if someone on your team already uses Graphite!

User guide

https://docs.graphite.dev/

Everything is still a little early, so please add comments to our user guide if you have any questions, feedback, or suggestions!

Developing and Running tests

Interested in contributing to graphite CLI? Here's how to get started.

You'll need to install yarn on your machine

npm install --global yarn

Build the CLI

nvm use
yarn install
yarn build

Running tests

DEBUG=1 yarn test --full-trace

Running a subset of tests

DEBUG=1 yarn test --full-trace -g "test pattern"

Running one test

DEBUG=1 yarn test-one "<path to .js test file in dist folder>"

By contributing to the Graphite CLI, you agree to the terms of the Graphite Individual Contributor License Agreement as defined in CLA.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].