Shastick / pseudo-arcanist

Arcanist (and assorted workflow) for Phabricator refugees. Conventions targeting GitLab and GitHub. Long liphe to great tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pseudo Arc

For phabricator/arcanist refugees.

Misc

I've enjoyed working with Phabricator for the last 8 years, and believe that its conventions and the mindset it imparted me are valuable. These can be transposed quite easily to most available Git hosting solutions with a tiny bit of tooling.

This repo aims at providing such tools.

Note that this is a work in progress. Suggestions welcome.

TOC

Commit Message Templates

Note that to get the full phab+arc experience you'll probably want to enforce squash + rebase and have a commit message template such as:

%{title}

Summary:
%{description}

%{approved_by}

Merged By: %{merged_by}

Revision: %{url}

How/When does linting happen?

My current (and at the moment favourite) alternative to arc lint is pre-commit.

It plugs itself into whichever git hook you prefer, which is not perfect but good enough, and has extensive linter integrations out of the box.

Gitlab

In Gitlab, you can set the template in Settings -> General -> Merge Requests.

Future Plans

  • Github integration
  • Rust or Go based implementation

About

Arcanist (and assorted workflow) for Phabricator refugees. Conventions targeting GitLab and GitHub. Long liphe to great tools.

License:Apache License 2.0


Languages

Language:Shell 100.0%