Sun, 06 Oct 2019 16:57:26 +0100 |
Ian Moody |
phabricator: add addremoved and addmodified functions
|
Sun, 06 Oct 2019 15:37:13 +0100 |
Ian Moody |
phabricator: add makebinary and addoldbinary functions
|
Sun, 06 Oct 2019 15:16:47 +0100 |
Ian Moody |
phabricator: add the uploadfile function
|
Sun, 06 Oct 2019 15:04:54 +0100 |
Ian Moody |
phabricator: add the uploadchunks function
|
Sun, 06 Oct 2019 14:54:46 +0100 |
Ian Moody |
phabricator: add the maketext function
|
Sun, 06 Oct 2019 14:53:03 +0100 |
Ian Moody |
phabricator: add the phabdiff data structure
|
Sun, 06 Oct 2019 14:08:03 +0100 |
Ian Moody |
phabricator: add the phabchange data structure
|
Sun, 06 Oct 2019 13:55:04 +0100 |
Ian Moody |
phabricator: add the phabhunk data structure
|
Sun, 06 Oct 2019 13:50:32 +0100 |
Ian Moody |
phabricator: add the DiffChangeType and DiffFileType constants
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Mon, 07 Oct 2019 10:58:51 -0400 |
Pierre-Yves David |
formatting: run black on all file again
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 10:51:16 -0400 |
Augie Fackler |
cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Fri, 04 Oct 2019 18:33:54 +0100 |
Ian Moody |
py3: fix phabricator's use of json.loads() for py3.5
|
Tue, 24 Sep 2019 22:41:07 -0400 |
Matt Harbison |
phabricator: use exthelper to register commands, config, and templates
|
Tue, 17 Sep 2019 21:06:07 +0100 |
Ian Moody |
py3: byte-prefix sanitisation regexes in phabricator.py
|
Wed, 18 Sep 2019 00:20:43 +0100 |
Ian Moody |
py3: pass a bytestring into querydrev instead of a string that'll TypeError
|
Sat, 07 Sep 2019 14:35:21 +0100 |
Ian Moody |
phabricator: don't abort if property writing fails during amending
stable
|
Tue, 16 Jul 2019 19:18:16 +0100 |
Ian Moody |
phabricator: handle local:commits time being string or int
|
Wed, 12 Jun 2019 17:22:37 +0100 |
Ian Moody |
phabricator: use parents.set to always set dependencies
|
Tue, 11 Jun 2019 19:52:16 +0100 |
Ian Moody |
phabricator: add --blocker argument to phabsend to specify blocking reviewers
|
Tue, 11 Jun 2019 19:37:19 +0100 |
Ian Moody |
phabricator: auto-sanitise API tokens and HTTP cookies from VCR recordings
|
Sat, 08 Jun 2019 18:48:06 +0300 |
Pulkit Goyal |
phabricator: make `hg debugcallconduit` work outside a hg repo
|
Sat, 08 Jun 2019 18:41:15 +0300 |
Pulkit Goyal |
phabricator: pass ui instead of repo to callconduit
|
Sat, 08 Jun 2019 18:32:12 +0300 |
Pulkit Goyal |
phabricator: pass ui into readurltoken instead of passing repo
|
Fri, 07 Jun 2019 20:19:55 +0100 |
Ian Moody |
phabricator: add commenting to phabsend for new/updated Diffs
|
Sun, 05 May 2019 17:04:48 +0100 |
Ian Moody |
phabricator: add custom vcr matcher to match request bodies
|
Mon, 22 Apr 2019 18:55:27 +0100 |
Ian Moody |
phabricator: include branch in the phabread output
|
Mon, 22 Apr 2019 18:55:26 +0100 |
Ian Moody |
phabricator: fallback to reading metadata from diff for phabread
|
Sat, 20 Apr 2019 16:11:23 +0100 |
Ian Moody |
phabricator: include commit (node) and parent in the local:commits metadata
|
Sat, 20 Apr 2019 17:27:24 +0100 |
Ian Moody |
phabricator: read more metadata from local:commits
|
Sat, 20 Apr 2019 17:22:35 +0100 |
Ian Moody |
phabricator: don't assume the existence of properties of local:commits
|
Sat, 20 Apr 2019 16:01:47 +0100 |
Ian Moody |
phabricator: include branch in the diffproperty metadata
|
Mon, 22 Apr 2019 17:46:57 +0100 |
Ian Moody |
phabricator: set local:commits time metadata as an int, not a string
|
Mon, 22 Apr 2019 17:46:01 +0100 |
Ian Moody |
phabricator: use templatefilters.json in writediffproperties
|
Sat, 09 Mar 2019 02:18:49 +0000 |
Ian Moody |
py3: convert to/from bytes/unicode for json.(dump|load)s in debugcallconduit
|
Fri, 08 Mar 2019 18:30:12 +0000 |
Ian Moody |
py3: use pycompat.byteskwargs on opts in phabricator.py
|
Sat, 09 Mar 2019 00:44:26 +0000 |
Ian Moody |
py3: use pycompat.iterbytestr to convert memoryview slice to bytestring
|
Sat, 09 Mar 2019 02:07:09 +0000 |
Ian Moody |
py3: use % instead of .format() on a bytestring
|
Fri, 08 Mar 2019 22:26:43 +0000 |
Ian Moody |
py3: use r'' for group name arguments to MatchObjects in phabricator.py
|
Sat, 09 Mar 2019 01:58:51 +0000 |
Ian Moody |
py3: use %d instead of %s when formatting an int into a byte string
|
Sat, 09 Mar 2019 01:53:53 +0000 |
Ian Moody |
py3: only pass unicode to json.dumps in writediffproperties
|
Sat, 09 Mar 2019 01:30:44 +0000 |
Ian Moody |
py3: fix a few "dict keys as str instead of bytes" issues in phabricator.py
|
Sat, 09 Mar 2019 01:00:25 +0000 |
Ian Moody |
py3: convert URL to str before passing it to request
|
Fri, 08 Mar 2019 23:45:12 +0000 |
Ian Moody |
py3: convert indexes into bytes when enumerating lists in urlencodenested
|
Fri, 08 Mar 2019 23:48:49 +0000 |
Ian Moody |
py3: don't try and format a bare dict into a byte string in callconduit
|
Fri, 08 Mar 2019 17:57:59 +0000 |
Ian Moody |
py3: use fsencode for vcr recording paths and strings for custom_patches args
|
Sat, 02 Mar 2019 18:48:23 +0000 |
Ian Moody |
phabricator: convert conduit response JSON unicode to bytes inside callconduit
|
Mon, 11 Feb 2019 16:27:20 +0100 |
Julien Cristau |
phabricator: make user searches case-insensitive
|
Mon, 04 Feb 2019 08:54:30 -0800 |
Gregory Szorc |
global: use raw strings for regular expressions with escapes
|
Thu, 17 Jan 2019 09:17:12 -0800 |
Martin von Zweigbergk |
cleanup: delete lots of unused local variables
|
Sat, 05 Jan 2019 19:50:30 -0500 |
Matt Harbison |
phabricator: teach {phabreview} to work without --amend
|
Sat, 05 Jan 2019 15:20:33 -0500 |
Matt Harbison |
phabricator: warn if unable to amend, instead of aborting after posting
|
Sat, 29 Dec 2018 01:51:02 -0500 |
Matt Harbison |
phabricator: ensure that the return of urlopener.open() is closed
|
Sun, 30 Dec 2018 17:31:57 +0900 |
Yuya Nishihara |
merge with stable
|
Fri, 28 Dec 2018 17:33:13 -0500 |
Matt Harbison |
phabricator: assign commands to help categories
|
Fri, 21 Dec 2018 17:36:12 -0500 |
Matt Harbison |
phabricator: properly encode boolean types in the request body
stable
|
Sat, 10 Nov 2018 22:25:12 -0500 |
Matt Harbison |
phabricator: ensure the command summaries are available in extension help
stable
|