1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00

Commit graph

  • 29c8ff9ddf Fix arc unit when running from non-root directory vrana 2012-06-01 10:59:34 -0700
  • 2ba9f34f5c Simplify diff excuses vrana 2012-05-31 22:57:29 -0700
  • 693943c1a4 Prime SVN in parallel vrana 2012-06-01 00:15:52 -0700
  • 7148519bbc Run xhpast in parallel vrana 2012-05-31 15:11:22 -0700
  • 9cd098ca01 Add "ArcanistSingleLintEngine" and "ArcanistScriptAndRegexLinter" epriestley 2012-05-31 12:09:01 -0700
  • 8b7a5157f8 Allow global config to load libraries and set test engines epriestley 2012-05-31 11:41:39 -0700
  • e214ea7b18 Run phutil unit tests in v2 libraries epriestley 2012-05-31 10:40:35 -0700
  • d80c4f683e Use ArcanistPhutilLibraryLinter, not ArcanistPhutilModuleLinter epriestley 2012-05-31 10:36:00 -0700
  • 5aef938391 Remove unnecessary usages of newv() vrana 2012-05-30 16:04:45 -0700
  • f288ee0e21 Depend on autoloading vrana 2012-05-30 15:47:16 -0700
  • 94074cbc8c Revert D2306 vrana 2012-05-30 15:14:22 -0700
  • 71afde1988 Upgrade arcanist to libphutil v2 epriestley 2012-05-30 14:22:59 -0700
  • a8ddec4f64 Allow "arc liberate" to liberate v2 libraries and upgrade v1 -> v2 epriestley 2012-05-30 14:18:11 -0700
  • 7a4c97f9c3 Recover from all file upload exceptions; add "--skip-binaries" flag epriestley 2012-05-30 14:11:07 -0700
  • 7ae1a0ec40 Minor, address feedback from @vrana on D2585. epriestley 2012-05-30 07:33:42 -0700
  • 009e6c4dbf Add "ArcanistPhutilLibraryLinter" to replace "ArcanistPhutilModuleLinter" epriestley 2012-05-30 07:25:09 -0700
  • 61b0cfac63 Shorten excuse prompt in arc diff vrana 2012-05-29 12:48:31 -0700
  • 4eb6b97097 Export extends/implements information in the new libphutil library map epriestley 2012-05-29 11:17:34 -0700
  • e9a6cd26fc Provide a simpler library map rebuild script epriestley 2012-05-27 12:57:27 -0700
  • c51590dc1e Provide api to get committed data in a hook Nick Harper 2012-05-25 15:28:45 -0700
  • 051cbcb8e9 Use phutil_console_prompt() instead of PhutilInteractiveEditor for excuses vrana 2012-05-25 10:52:26 -0700
  • fed73b75cf Change order of include_path Nick Harper 2012-05-25 10:08:28 -0700
  • b95aac1421 Merge pull request #34 from aurelijus/phpcs-linter Evan Priestley 2012-05-25 06:36:23 -0700
  • 3e4d1c6f19 Fix whitespace vrana 2012-05-25 01:59:43 -0700
  • a089484042 Inform user about current branch in diff vrana 2012-05-24 17:48:56 -0700
  • 812f7f782d Don't trim spaces in diff template vrana 2012-05-24 11:48:59 -0700
  • 81976ff2ff Provide a simpler analyzer script for killing __init__.php epriestley 2012-05-24 10:56:56 -0700
  • ee41e9c720 Merge pull request #32 from aurelijus/phpunit-simplify-names Evan Priestley 2012-05-24 07:09:09 -0700
  • 35c30207bd Merge pull request #31 from aurelijus/filename-linter-windows Evan Priestley 2012-05-24 07:05:08 -0700
  • 1c6f66dab3 PHPCS Linter Aurelijus 2012-05-24 10:51:44 +0200
  • c5b7c13c7c Filename linter fix for Windows Aurelijus 2012-05-24 10:13:20 +0200
  • fb4f3c9446 Allow users to define shell aliases in arc with "!" epriestley 2012-05-23 17:52:37 -0700
  • ed7034ab38 Fix arc ArcanistSvnHookPreCommitWorkflow Jason Ge 2012-05-23 16:26:20 -0700
  • 2c72779c7d Improve example linter to not lint deleted paths Nick Harper 2012-05-23 14:53:37 -0700
  • 833ae9c152 Remind user about 'arc amend' when they try to land a branch onto itself epriestley 2012-05-23 11:40:20 -0700
  • 2f3f45614b Simplify phpunit test names Aurelijus 2012-05-23 11:53:17 +0200
  • 833e8355d8 Add "--reviewers" and "--ccs" flags to arc diff epriestley 2012-05-22 14:38:53 -0700
  • 04606d2833 Improve default fill of Differential messages from commits epriestley 2012-05-22 11:08:57 -0700
  • 6e87de7304 PHPUnit test name handling improvements Aurelijus 2012-05-22 17:24:01 +0200
  • 4f739014ae PHPUnit test engine Aurelijus 2012-05-15 15:12:10 +0200
  • ccdf9ae957 Bump Conduit client version epriestley 2012-05-21 16:45:03 -0700
  • 3e655e7d4c Dispatch a "diff.willBuildMessage" event from Arcanist epriestley 2012-05-20 16:39:38 -0700
  • d23d2df7e1 Say until when the reviewers are away vrana 2012-05-18 10:27:44 -0700
  • a5c6f32a06 Warn user about specifying reviewers that are away vrana 2012-05-17 19:27:24 -0700
  • 1369168161 Merge pull request #28 from phleet/hg-multiple-heads Evan Priestley 2012-05-17 10:42:17 -0700
  • 92819458b8 Make arc diff work with multiple heads in hg Jamie Wong 2012-05-17 11:55:55 -0400
  • 75ee76b243 Merge pull request #27 from phleet/hg-bookmark Evan Priestley 2012-05-17 09:52:56 -0700
  • b8fb074dcf Make arc diff not crash on hg bookmarks Jamie Wong 2012-05-16 13:24:30 -0400
  • 032b9b30b0 Provide user-friendly error in arc diff --update Nick Harper 2012-05-11 18:40:02 -0700
  • a31fc544c8 Fix "local commits" for Git and Mercurial to align with user expectations, and fix a parsing bug epriestley 2012-05-11 13:52:14 -0700
  • e50ea62271 Make "arc which" really really really verbose epriestley 2012-05-11 06:07:33 -0700
  • 97262085b7 Remove arc export's dependency on a working copy when using --diff Nick Harper 2012-05-10 17:24:59 -0700
  • 86ead1b8f1 arc land: add --delete-remote, raise an error for landing a branch onto itself epriestley 2012-05-10 12:14:53 -0700
  • 9d5c5f6310 Fix 'rev' index error for Mercurial epriestley 2012-05-10 11:43:21 -0700
  • 53161a1b84 Ship complete commit messages to Phabricator from Arcanist epriestley 2012-05-09 15:56:16 -0700
  • 19aa759f39 "arc upgrade", to automatically upgrade arc (client changes) epriestley 2012-05-09 10:01:31 -0700
  • b34915020e Catch ArcanistUsageException when getting git parent log info Nick Harper 2012-05-08 16:31:26 -0700
  • b8b4082efd Allow --verbatim and -m in arc diff Nick Harper 2012-05-07 16:11:15 -0700
  • 5c684594d4 Allow 'arc' to run without '.arcconfig' epriestley 2012-05-07 15:24:58 -0700
  • 9063cfbdba Provide more context in "arc diff" messages in Git epriestley 2012-05-07 13:18:16 -0700
  • 6fcd2db646 Always use git.default-relative-commit, if present Nick Harper 2012-05-06 17:03:32 -0700
  • 0253bb9475 With --verbatim, update some fields automatically when updating revisions epriestley 2012-05-07 08:16:29 -0700
  • d40a30f10f Finish "Committed" -> "Closed" changes epriestley 2012-05-07 08:16:14 -0700
  • 9f3a0963cb Add "arc get-config" and "arc set-config" for managing ~/.arcrc values epriestley 2012-05-07 06:07:23 -0700
  • 587368e9ea Remove git commit template from Arcanist epriestley 2012-05-07 06:06:53 -0700
  • c3a4049950 Explicitly check for cURL in "arc" epriestley 2012-05-07 06:06:38 -0700
  • b2dc11940f Clean up some "arc" edge cases in Mercurial epriestley 2012-05-04 15:46:10 -0700
  • b77c379441 Document first line behavior in update message vrana 2012-05-03 23:29:00 -0700
  • 299c673b7c Don't ask user to use saved message in arc diff --verbatim vrana 2012-05-04 00:08:42 -0700
  • 4d1e5b1b74 Warn before parse errors in arc diff --verbatim vrana 2012-05-04 12:22:47 -0700
  • 4645204c11 Updated arc land workflow to use temp file approach for messages to avoid newline escaping issue in windows. Marke Hallowell 2012-05-02 16:48:44 -0700
  • 52e08cc6c5 Fix "HGPLAIN" environmental variable in Windows epriestley 2012-05-02 12:40:02 -0700
  • 9a718f210a Using a temp file for git commit --amend instead of passing multi-line message to the shell. Avoids escaping issue on windows. Marke Hallowell 2012-05-02 12:39:12 -0700
  • 50c23e8ee4 Help the analyzer find phutil_is_hiphop_runtime Edward Speyer 2012-05-01 18:12:15 -0700
  • 47ed2aca95 Don't check working copy status for "arc commit --show" epriestley 2012-05-01 10:35:14 -0700
  • c0c3c8a113 Remove "--no-decorate" epriestley 2012-04-30 17:28:04 -0700
  • 7070d0a065 Show text of moved files in Differential epriestley 2012-04-30 16:47:12 -0700
  • b32b868a61 add support for using Arcanist with git's log.decorate setting enabled Ehren Kret 2012-04-30 14:14:23 -0700
  • e9ab03a48e Use Filesystem::getMimeType() in Arcanist epriestley 2012-04-27 12:48:47 -0700
  • cb051d8568 Wrapper for 'nose' unittest and code coverage tools. Julius Seporaitis 2012-04-27 12:11:41 -0700
  • dd11fee5ef Fix PhutilUnitTest issue with symlinks that point into a libphutil library epriestley 2012-04-25 16:13:04 -0700
  • 946a9e44a3 Allow tests to be skipped Edward Speyer 2012-04-24 19:16:45 -0700
  • cc1e4d4676 Lint libraries without __init__ vrana 2012-04-23 10:49:23 -0700
  • 9c4c1de512 Autocomplete branches to "arc land" epriestley 2012-04-23 14:09:29 -0700
  • dd6ffa4a13 [Tests] Only use concrete TestCases Edward Speyer 2012-04-22 13:06:32 -0700
  • 2831d075c0 Remove only trailing "#" and empty lines as comments from CLI editors epriestley 2012-04-18 06:08:41 -0700
  • da4b6b5799 Rename "arc mark-committed" to "arc close-revision" epriestley 2012-04-17 13:51:10 -0700
  • c320e0987d Don't advice using --less-context if already used vrana 2012-04-13 16:21:23 -0700
  • ea0f737e85 Drop <project + branch> herusitic from Git epriestley 2012-04-13 10:55:28 -0700
  • 56cdc31426 Fix some --only / --preview / SVN issues with Arcanist epriestley 2012-04-12 10:32:54 -0700
  • 83ad377bdb Read default relative commit from scratch file with newline Git user 2012-04-11 17:22:07 -0700
  • d2915d8c5f Don't let "arc which" identify the working copy as belonging to a different project epriestley 2012-04-10 16:06:57 -0700
  • 7ea51b6bb7 If a Git upstream is configured for the current branch, always use that as the default relative commit epriestley 2012-04-10 15:33:31 -0700
  • 2c02e79df4 Allow defining aliases in .arcconfig. Ben Gertzfield 2012-04-10 11:29:25 -0700
  • 14d49d2565 Add ArcanistLintSeverity::SEVERITY_AUTOFIX. Ben Gertzfield 2012-04-06 12:23:19 -0700
  • 55dce2beeb Make --auto creates actually work in SVN and HG epriestley 2012-04-10 12:06:41 -0700
  • 1c81cd7615 Fix docs links after D2181 and D2182 vrana 2012-04-10 10:18:48 -0700
  • 5068e8ad56 Provide a "loadFileDataCallback" for ArcanistBundle epriestley 2012-04-09 17:34:45 -0700
  • f3fc75fcb9 Unify links to www.phabricator.com and phabricator.com vrana 2012-04-09 14:22:42 -0700
  • 94c695cf0f Merge pull request #25 from Koolvin/arc_close Evan Priestley 2012-04-09 08:46:14 -0700