1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-08 16:02:39 +01:00

Commit graph

  • b1de04aa68 Report unit test details from Arcanist to Harbormaster epriestley 2016-02-29 08:02:37 -0800
  • 92a93ab8f4 (stable) Promote 2016 Week 9 epriestley 2016-02-27 04:18:18 -0800
  • 086f5399bf Filter out some Clover coverage to prevent false positives Eric Stern 2016-02-24 12:48:37 -0800
  • ed476cf848 (stable) Promote 2016 Week 7 epriestley 2016-02-12 16:22:29 -0800
  • fcc11b3a27 Add --quiet to git fetch on arc land epriestley 2016-02-10 13:08:46 -0800
  • d6b1531b94 Use passthru to run git fetch in arc land so password prompts work epriestley 2016-02-10 06:23:01 -0800
  • 0553cb8d41 (stable) Promote 2016 Week 5 epriestley 2016-01-29 16:43:24 -0800
  • 57f6fb59d7 Make arc unit NoseTestEngine work in a sub-dir Mukunda Modell 2016-01-25 04:15:28 -0600
  • cb270ac0ee Merge branch 'NoseTestEverything' Mukunda Modell 2016-01-25 04:13:51 -0600
  • 607cd77ca1 Add support for '--everything' in NoseTestEngine Mukunda Modell 2016-01-25 04:07:43 -0600
  • 2412c31346 (stable) Promote 2016 Week 3 epriestley 2016-01-15 09:10:00 -0800
  • b87138356a Cleans up some minor issues in cpplint Michael Akinde 2016-01-15 08:19:23 -0800
  • 22af67c1c0 Minor fixes to arcanist cpplint Michael Akinde 2016-01-14 06:59:10 -0800
  • 05c12eb9d9 If the Script-and-Regex linter captures no "line" text, treat the message as affecting the entire file epriestley 2016-01-11 17:18:58 -0800
  • 6833ae5bd3 (stable) Promote 2016 Week 2 epriestley 2016-01-08 16:38:50 -0800
  • aeb374b333 Fix cpplint message regex John Allen 2016-01-06 13:15:09 -0800
  • b642b6ef67 (stable) Fix arc diff --raw with "onto" target properties epriestley 2016-01-05 10:10:06 -0800
  • 98d71571e4 Fix arc diff --raw with "onto" target properties epriestley 2016-01-05 10:10:06 -0800
  • 3dbc1418ff (stable) Promote 2015 Week 52 epriestley 2015-12-26 03:19:54 -0800
  • b3e68c9f17 Add a linter rule for use of is_a Joshua Spence 2015-12-23 08:42:00 +1100
  • 9ee14d2849 Improve the "self member reference" linter rule Joshua Spence 2015-12-23 08:39:44 +1100
  • 8762e3f367 Use "--whitespace nowarn" in arc patch to respect trailing whitespace epriestley 2015-12-17 16:16:05 -0800
  • a183c2c4ba When arc is run with --trace, print out argv explicitly epriestley 2015-12-16 06:00:50 -0800
  • 9a373c88d7 Explain how to move forward or backward from arc land --hold epriestley 2015-12-13 03:08:06 -0800
  • 7d25fcdbdb Simplify diff exit code handling. Dimitry Andric 2015-12-13 02:35:07 -0800
  • 97056a3b85 Preserve the exit code of the diff command in binary_safe_diff.sh Dimitry Andric 2015-12-13 02:21:43 -0800
  • 74c7495b1a Clarify that "arc land" means it is merging changes, not branch refences epriestley 2015-12-12 09:38:32 -0800
  • dae2f0073f In arc diff, try to guess where a change should land epriestley 2015-12-10 14:33:33 -0800
  • d0e73bb656 Don't use "-c" flag in "git:branch-unique()" revision range rule epriestley 2015-12-10 14:10:02 -0800
  • 0c8124a272 Fix handling of empty array index Joshua Spence 2015-12-09 08:09:02 +1100
  • d2e7785497 Add a linter rule for curly brace array indexes Joshua Spence 2015-12-09 06:56:48 +1100
  • a6e81daad1 Improve brace formatting linter rule Joshua Spence 2015-12-07 20:20:57 +0000
  • b52e9dc702 Linter fixes Joshua Spence 2015-12-07 21:35:34 +1100
  • 05ac4a67e2 (stable) Promote 2015 Week 49 epriestley 2015-12-04 16:15:32 -0800
  • 4a680c762b Tailor CLI feedback about "arc alias" to describe shell command aliases epriestley 2015-12-03 06:02:05 -0800
  • cdaad096fa Add a linter rule for public properties Joshua Spence 2015-12-03 09:48:35 +1100
  • 3c193984da Add a "binary integer casing" linter rule Joshua Spence 2015-12-03 09:47:27 +1100
  • ae3c2cb0e1 Add binary integers to ArcanistPHPCompatibilityXHPASTLinterRule Joshua Spence 2015-12-03 08:30:29 +1100
  • 560e4ae491 Add a linter rule for invalid octals Joshua Spence 2015-12-03 08:11:22 +1100
  • 8ed3c45c82 Use CaseInsensitiveArray in ArcanistFunctionCallShouldBeTypeCastXHPASTLinterRule Joshua Spence 2015-12-03 08:10:30 +1100
  • 76ae02325d Fix another edge case for "function call should be type cast" linter rule Joshua Spence 2015-12-02 14:13:11 +1100
  • 09052d5247 Minor fix for typecast linter rule Joshua Spence 2015-12-02 14:12:53 +1100
  • 00efcd294f Add a linter rule for hexadecimal number casing Joshua Spence 2015-12-02 07:41:37 +1100
  • 5218ec357c Add a table showing all XHPAST linter rules to the output of arc linters xhpast Joshua Spence 2015-12-02 06:25:22 +1100
  • 87306cfe14 Add a linter rule for variable reference spacing Joshua Spence 2015-12-01 07:16:35 +1100
  • 578f540a92 Add a linter rule for *val functions Joshua Spence 2015-11-30 07:32:43 +1100
  • 76ea4e688d (stable) Promote 2015 Week 48 epriestley 2015-11-28 05:52:29 -0800
  • 4f1141d0c5 Improve error handling in arc install-certificate epriestley 2015-11-27 08:35:17 -0800
  • eeaa176cfc Add a linter rule to ensure that namespace is the first statement in a file Joshua Spence 2015-11-26 07:32:01 +1100
  • 600dcf83dd Fix linter rule ID Joshua Spence 2015-11-26 07:31:10 +1100
  • b323ad4d64 Add a linter rule for abstract methods within an interface Joshua Spence 2015-11-26 07:21:29 +1100
  • 8183a45804 Add a linter rule for interface method bodies Joshua Spence 2015-11-26 07:12:00 +1100
  • 28f5b0ddc6 Fix a compatibility issue with ArcanistUnsafeDynamicStringXHPASTLinterRule Joshua Spence 2015-11-26 06:18:19 +1100
  • 9e78d15fc0 Improve the "unexpected return value" linter rule Joshua Spence 2015-11-24 09:49:43 +1100
  • 72d9013d29 Add a linter rule for abstract methods containing a body Joshua Spence 2015-11-24 08:19:35 +1100
  • 37571d8839 Add a linter rule to determine whether a class should be marked as abstract Joshua Spence 2015-11-24 08:18:38 +1100
  • 20e99acf0a Add a linter rule for abstract private methods Joshua Spence 2015-11-24 08:18:06 +1100
  • 6f908f633b Add a linter rule for unnecessary symbol aliases Joshua Spence 2015-11-24 08:17:25 +1100
  • 3b41e62f87 Use Remarkup in linter messages Joshua Spence 2015-11-24 06:43:09 +1100
  • ae210fda9f Add a linter rule for use statement namespace prefixes Joshua Spence 2015-11-24 06:42:39 +1100
  • c71fe67ccb Address feedback from D14530 epriestley 2015-11-23 10:30:44 -0800
  • e730ececbc Examine upstream path instead of assuming "origin" Alex Vandiver 2015-11-19 22:28:02 -0800
  • b32149495b Don't give Mercurial empty string as a remote name epriestley 2015-11-18 09:57:07 -0800
  • 62569678e3 (stable) Promote 2015 Week 47 epriestley 2015-11-21 07:51:02 -0800
  • a77a77817a Try switching to the branch of the same name, instead of detached head Alex Vandiver 2015-11-20 10:55:37 -0800
  • 2eada58960 Fix cppcheck linter test case Joshua Spence 2015-11-20 10:27:25 +1100
  • 187e10e781 Fix parsing of ruby version for ArcanistRubyLinter Joshua Spence 2015-11-20 10:27:21 +1100
  • 581829a99e Write a linter rule for $this reassignment Joshua Spence 2015-11-20 06:50:27 +1100
  • 426d535b13 Fix PHP compatibility linter after improvements to parsing of use statements Joshua Spence 2015-11-20 06:50:08 +1100
  • 3ac313ad1e Write a linter rule for unexpected return values Joshua Spence 2015-11-19 19:34:32 +1100
  • 149e7895fb Add a linter rule for nested namespaces Joshua Spence 2015-11-19 19:31:45 +1100
  • 7386afc953 Add a linter rule for parent references Joshua Spence 2015-11-19 08:58:03 +1100
  • 4d512c51d4 Test XHPAST linter rules in isolation Joshua Spence 2015-11-19 08:57:23 +1100
  • e3e232530c Fix brace formatting linter rule after XHPAST changes Joshua Spence 2015-11-18 07:20:39 +1100
  • a4dba24c46 Prevent double rendering of unit test results Joshua Spence 2015-11-18 07:19:40 +1100
  • b25cf080bc Fix ArcanistCSSLintLinter issue for messages without line number Sébastien Santoro 2015-11-17 07:14:13 -0800
  • 66ab1c955d Remove arguments from unit test engines Joshua Spence 2015-11-15 20:04:59 +0000
  • 9dd6eafb52 Fold ArcanistPhutilXHPASTLinter into ArcanistXHPASTLinter Joshua Spence 2015-11-13 07:08:40 +1100
  • dd0deb2407 Add XHAST linter standards Joshua Spence 2015-11-13 07:07:52 +1100
  • ebb88c8c59 (stable) Promote 2015 Week 45 epriestley 2015-11-07 04:59:11 -0800
  • 2db40f9953 Various translation improvements Joshua Spence 2015-11-02 21:28:15 +1100
  • d12bcdc683 Remove some unused methods from ArcanistLinter Joshua Spence 2015-11-02 21:23:01 +1100
  • dbd45635ec (stable) Merge 2015 Week 44 epriestley 2015-11-01 05:30:26 -0800
  • baf5eb8a87 Explicitly provide "--ff" when performing squash merges in "arc land" under Git epriestley 2015-10-28 16:46:39 -0700
  • c844669326 After pushing at the end of "arc land", cascade the origin through all local tracking branches epriestley 2015-10-28 12:35:13 -0700
  • 2a2fd6e338 Pull git upstream-path logic into a separate class epriestley 2015-10-28 11:30:57 -0700
  • 411a4f4a39 Fix a check when deciding to destroy the local branch after "arc land" epriestley 2015-10-28 10:03:51 -0700
  • aa5c023fe8 Make rules for guessing onto/remote more powerful and more explicit in arc land epriestley 2015-10-28 08:28:46 -0700
  • a03c6079bb Make "arc land" great again epriestley 2015-10-27 17:49:01 -0700
  • 3308da5f8f Fix T9635 by initializing the property Michael Krasnow 2015-10-26 09:48:31 -0700
  • c0308b7f19 (stable) Promote 2015 Week 43 epriestley 2015-10-24 05:41:33 -0700
  • dfde57ff81 Improve two error handling behaviors in arc upgrade epriestley 2015-10-22 19:55:16 +0000
  • b3ea439f4d External linters can now specify a version requirement. Jon Parise 2015-10-21 09:46:20 -0700
  • e51e1c3d44 Allow Script-and-Regex linter to have optional/empty capturing patterns for char/line epriestley 2015-10-19 14:35:14 -0700
  • e458d0c18a (stable) Promote 2015 Week 42 epriestley 2015-10-17 04:09:23 -0700
  • 6c7def560d Remove ArcanistWorkflow::setWorkingCopy Aviv Eyal 2015-10-16 09:53:01 -0700
  • 1773aad855 (stable) Promote 2015 Week 41 epriestley 2015-10-10 04:49:26 -0700
  • 172c930630 Pass author config to git with "-c x=y" instead of "--author" epriestley 2015-10-04 08:49:20 -0700
  • 6966be3e7e Allow an arc test to execute without a git author configured epriestley 2015-10-04 08:41:48 -0700
  • 742327128f (stable) Promote 2015 Week 40 epriestley 2015-10-03 05:09:35 -0700