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

Commit graph

  • dbe0f7dc09 Invalidate SVN status cache after adding files Jakub Vrana 2013-04-06 09:25:35 -0700
  • 3af36c6a4e Hide Git merge stats in arc land Jakub Vrana 2013-04-06 09:23:41 -0700
  • c77ec2bdc6 Escape ^ on command line (significant on Windows) Jakub Vrana 2013-04-05 23:17:40 -0700
  • 576c47aaa1 Don't use command output as formatted string in arc land Jakub Vrana 2013-04-05 23:09:35 -0700
  • c6ee0806cf List the openssl functions as extension functions for lint epriestley 2013-04-04 16:17:19 -0700
  • ac0aa330f5 Don't use emailuser in Mercurial epriestley 2013-04-02 14:06:46 -0700
  • 3f2c6b629f Add hook for runtime config settings. durham 2013-04-01 11:26:17 -0700
  • b7a2766130 Make arc land list the commits being landed. durham 2013-03-29 10:08:23 -0700
  • d1027c186c Add missing image functions to PHP extension functions list Jakub Vrana 2013-03-28 05:04:37 +0000
  • 50b4f0af65 Don't connect to Conduit in arc feature name Jakub Vrana 2013-03-22 17:33:07 -0700
  • ba78000b38 Make arc patch create a bookmark by default in hg durham 2013-03-21 17:52:07 -0700
  • 2900ab6abd Added automatic stash / unstash support for Git in arc diff. James Rhodes 2013-03-21 15:51:39 -0700
  • 9963323b91 Make arc land for hg more robust to failures durham 2013-03-20 15:06:10 -0700
  • b6e83c7b35 Fix arc patch adding unnecessary files for hg repos durham 2013-03-20 14:40:28 -0700
  • 30e12a0c9a Improve error if python can't run pep8 Nick Harper 2013-03-19 11:44:49 -0700
  • 337f7f83ea Don't use absolute path in ArcanistDiffUtils Jakub Vrana 2013-03-14 09:14:50 -0700
  • e0702d17c2 Parsing rcsdiff -u Afaque Hussain 2013-03-14 06:15:42 -0700
  • b06237cb2d Change arc feature to use it's own config key for the start default durham 2013-03-13 17:01:23 -0700
  • 4fd8b88833 Compute lint cache key before linting Jakub Vrana 2013-03-10 18:49:02 -0700
  • a925ef9dc1 Improve Windows compatibility Jakub Vrana 2013-03-10 18:08:14 -0700
  • 7bf26484fb Dispatch an event in arc land right before pushing a revision Alok Menghrajani 2013-03-08 18:32:36 -0800
  • 955bfb5581 Initialize variable in lint patch output vrana 2013-03-08 15:25:33 -0800
  • c4773c87ba Improve the description of using arc land --revision vrana 2013-03-07 11:49:34 -0800
  • 42235d9f1f Minor, fix arc land for the case of no dependencies. epriestley 2013-03-07 17:21:37 -0800
  • 91154c9cdf Ignore remote errors in parsing Mercurial log vrana 2013-03-06 16:32:38 -0800
  • dd3d33c610 If a revision depends on another revision which has not yet been closed, warn the developer Afaque Hussain 2013-03-07 08:55:34 -0800
  • 419d7de1bf Fix "arc" when arcanist/ lives in some directory with spaces in the name epriestley 2013-03-06 14:43:18 -0800
  • d31385912f Document parameters epriestley 2013-03-06 13:47:05 -0800
  • c827490708 Add willRunTestCases / didRunTestCases hooks epriestley 2013-03-06 13:40:07 -0800
  • 5296bf529f Fix bug with arc unit --everything when coverage is available epriestley 2013-03-06 13:39:31 -0800
  • 901f12dcb9 Allow new self in linter vrana 2013-03-05 13:38:49 -0800
  • 64bbcda431 Add arcconfig setting for default arc feature start durham 2013-03-05 12:48:53 -0800
  • 263cf9a95f Complain about Reuse of By-ref Iterators Andrew Chen 2013-03-05 07:45:02 -0800
  • eed7e70bb1 arc feature set up git tracking branch Ryan Patterson 2013-03-03 21:43:59 -0800
  • ebe464b6f0 Respect British spelling also in arguments vrana 2013-03-01 16:07:16 -0800
  • 4af7c865aa Use hg phases to detect outgoing when phases are supported durham 2013-03-01 14:10:25 -0800
  • 0e254f769d Use bookmark terminology if arc land on hg bookmark mconnor 2013-03-01 14:04:05 -0800
  • 2e87419c7b Render unit results progressively vrana 2013-02-27 13:59:12 -0800
  • 8412f7cfd7 Improve hg arc diff perf when image files are uploaded durham 2013-02-28 09:46:42 -0800
  • 0cb1b7efad Fix arc lint on working copy changes in mercurial repos durham 2013-02-26 16:15:29 -0800
  • 2f09de2e79 Include linter class MD5 in linter version vrana 2013-02-26 15:20:13 -0800
  • 266a4f4c75 Catch exceptions in didRunLinters() vrana 2013-02-26 11:35:58 -0800
  • 2464f54ecf Initialize used variable in lint console renderer vrana 2013-02-25 16:23:27 -0800
  • 9d92253903 Support arc lint --output none vrana 2013-02-25 12:33:51 -0800
  • 0b120bd04b Add unit tests for implicit fallthrough lint rule vrana 2013-02-22 21:12:29 -0800
  • 8ec038291a Fix intraline lint patch rendering vrana 2013-02-22 16:55:22 -0800
  • 21a4574922 Change ArcanistLintRenderer to class vrana 2013-02-22 16:12:53 -0800
  • 5d47682f3b Don't amend existing revision with arc diff --create vrana 2013-02-22 09:52:00 -0800
  • aadaf9a795 Speedup implicit fallthrough lint rule by 99.5 % vrana 2013-02-22 13:49:16 -0800
  • 4d28d91d98 Fix arc diff --verbatim vrana 2013-02-22 12:33:31 -0800
  • 47a823ac6d Declare that amend and land are supported by Mercurial vrana 2013-02-22 10:14:44 -0800
  • 6a7a92cdcc Create a new diff if the user says so vrana 2013-02-22 09:48:33 -0800
  • b758e3737c Log two times per linter instead of N vrana 2013-02-22 09:21:07 -0800
  • e33bd82c42 Add hgsprintf() and jsprintf() to dynamic string lint warning epriestley 2013-02-21 16:44:34 -0800
  • 3e3ea378ed Remove hgsprintf() from arcanist epriestley 2013-02-21 16:44:19 -0800
  • 7a415e7e0c Make ArcanistLintWorkflow final vrana 2013-02-21 12:35:43 -0800
  • 459251a8d0 Call willLintPath() in future linter vrana 2013-02-21 01:22:25 -0800
  • 3136edf9de Use Damerau-Levenshtein to improve british spellings epriestley 2013-02-21 10:16:02 -0800
  • e96db54125 Fix filter/sort order of operations for british spellings epriestley 2013-02-21 10:15:20 -0800
  • 5e7a458053 Use full message if XHPAST fails to parse the file vrana 2013-02-21 01:44:48 -0800
  • df013f6282 Resolve XHPAST linter futures on background vrana 2013-02-19 13:42:09 -0800
  • a3e0c26ea8 Delete newLintAtLine() vrana 2013-02-08 14:30:25 -0800
  • 7f81058ead fix 'arc feature' not creating bookmarks on mercurial durham 2013-02-20 20:06:16 -0800
  • 01ec103297 Remove dead class from library map. epriestley 2013-02-20 15:10:34 -0800
  • 652472d059 Undumb other generic text linters epriestley 2013-02-20 14:36:53 -0800
  • 92a5803d30 Add linting for syntax brought in by unresolved merge conflicts. Robert Smith 2013-02-20 14:19:55 -0800
  • 31a390a38c Fix issue with SVN property changes under Windows epriestley 2013-02-20 13:24:14 -0800
  • ba560159d4 Simplify (?) arc upload code and make it more future-oriented epriestley 2013-02-20 12:24:32 -0800
  • 8be64ec4c6 Log slow linters using service call François Deliège 2013-02-04 17:25:37 -0800
  • 7a67173b97 Apply new whitespace lint rules to arcanist/ epriestley 2013-02-19 14:09:20 -0800
  • 157184e01d Add a lint rule for spaces before the closing paren of a function/method call epriestley 2013-02-19 13:50:13 -0800
  • eda3fc2ab4 Improve mercurial 'arc land' perf by avoiding updates durham 2013-02-19 13:36:02 -0800
  • 688e159319 Fix visibility of future linter methods vrana 2013-02-19 13:09:34 -0800
  • 81171ca39d Run PEP8 linter on background vrana 2013-02-14 16:16:08 -0800
  • 4e688b0e0e Parse property change diffs generated with old SVN (prior to 1.5) epriestley 2013-02-19 07:32:57 -0800
  • 1e612eebc3 Fix another SVN issue with "@" files epriestley 2013-02-18 08:24:47 -0800
  • 8692587921 Arc diff tries to upload files it knows about using a content hash rather than transfering data. kwadwo 2013-02-17 14:30:43 -0800
  • aba9d49449 Fix "none" in SVN XML summary epriestley 2013-02-15 14:53:31 -0800
  • 0f57b8d2de Fix various SVN escaping issues in arc patch epriestley 2013-02-15 14:53:25 -0800
  • cd50b0884e Don't run disabled lint rules in other linters. vrana 2013-02-14 15:49:22 -0800
  • eb8b414cc7 Don't run disabled lint rules vrana 2013-02-14 15:18:39 -0800
  • 39704f1e49 Fix "arc:this" and "arc:amended" base rules after D4838 epriestley 2013-02-14 13:57:34 -0800
  • 7803b7da27 Decide whether to commit or amend with arc diff -a Jakub Vrana 2013-02-14 10:32:30 -0800
  • 619dd62f31 Respect granularity in reading cached lint messages vrana 2013-02-06 15:27:31 -0800
  • 0795edfe1a Fix hg 'arc land' when the mq extension is not enabled durham 2013-02-14 11:37:49 -0800
  • 299b9c4c6b Support arc bookmark in Mercurial vrana 2013-01-30 17:33:32 -0800
  • 980889f1ba Handle safe HTML in intraline renderer vrana 2013-02-13 00:33:14 -0800
  • 42ae7cd92f Add lint warning for $o->m()[0], not just f()[0] epriestley 2013-02-12 07:07:35 -0800
  • 2419718593 Merge PHT into dynamic string linter vrana 2013-02-11 18:46:02 -0800
  • 446e5c4599 Apply rtrim() to arc:upstream epriestley 2013-02-11 15:58:47 -0800
  • acf7600e6e Temporarily restore apache/license linters epriestley 2013-02-11 14:12:10 -0800
  • 8f0b0d379f Support short version of arc diff --add-all vrana 2013-02-11 10:51:17 -0800
  • f32b6aa6c5 Support short version of arc diff --add-all vrana 2013-02-11 10:47:31 -0800
  • e1d906ea18 Allow configuring PhutilXHPAST linter vrana 2013-02-10 06:35:25 -0800
  • 8b1215ffcf Delete license linters. Bryan Cuccioli 2013-02-11 09:04:19 -0800
  • 84254f111a Minor, fix an exception variable. epriestley 2013-02-11 04:54:20 -0800
  • 6a70964a40 Deprecate phutil_escape_html() vrana 2013-02-09 15:04:20 -0800
  • f10f2ffb9c Support arc diff --edit under hg Nick Pellegrino 2013-02-09 11:24:54 -0800
  • 38d23516d1 Add lint warnings about use of phutil_render_tag and javelin_render_tag epriestley 2013-02-08 17:38:56 -0800
  • ca37bfb2ab Display other locations of Reused lint errors vrana 2013-02-08 15:04:32 -0800