aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2023-10-13patchtest/lib: remove supporting modulesTrevor Gamblin
2023-09-21patchtest: Add option to log resultsTrevor Gamblin
2023-09-21patchtest: remove --json optionTrevor Gamblin
2023-09-13patchtest: allow directory instead of single patchTrevor Gamblin
2023-09-07patchtest: Remove stdin patch handlerTrevor Gamblin
2023-08-25patchtest: refactor and simplify modulesTrevor Gamblin
2023-08-17patchtestdata.py: move to lib directoryTrevor Gamblin
2019-08-13patchtest: Fix handling of line endingsRicardo Neri
2017-06-05patchtest: adds universal_newlines argument to subprocessDaniela Plascencia
2017-06-05patchtest: removes she-bang from head of filesDaniela Plascencia
2017-01-23lib/patchtestrepo: use git-am instead of git-apply to check if a series can b...Leonardo Sandoval
2017-01-16lib/patchtestrepo: validate patch's branch before setting it as targetLeonardo Sandoval
2017-01-06patchtest: cleans import statementsDaniela Plascencia
2017-01-05lib/utils: use mailbox module instead of regex for subject parsingLeonardo Sandoval
2016-11-30lib: better log names for target commit/branchLeonardo Sandoval
2016-11-30lib: include command line branch before patch branchLeonardo Sandoval
2016-11-30lib: use specify branch instead of branch hashLeonardo Sandoval
2016-11-30lib: move to master in case patchtest starts from a detached branchLeonardo Sandoval
2016-11-30lib: improve cmd debug logging when an exception occursLeonardo Sandoval
2016-11-15Tidy up importsPaul Eggleton
2016-11-11lib: Drop unused importsPaul Eggleton
2016-11-11Use correct shebangPaul Eggleton
2016-10-31lib: include specify branch tag if present on patch on target commitLeonardo Sandoval
2016-08-30patchtest: include two repo properties (ismerged and canbemerged)Leonardo Sandoval
2016-08-26repo: include patchmerge as propertyLeonardo Sandoval
2016-08-23lib/patchtestrepo: do not print error messages on merge failureLeonardo Sandoval
2016-08-22patchtest: remove all brach logicLeonardo Sandoval
2016-08-18patchtest: run post-merge test methods even if merge failsLeonardo Sandoval
2016-07-28patchtest: remove all related summary codeLeonardo Sandoval
2016-07-26patchtest: include Intel Copyright and GPLv2 license to all relevant filesLeonardo Sandoval
2016-07-08patchtest: remove posting logicLeonardo Sandoval
2016-07-01lib/utils.py: logging goes out through stderrLeonardo Sandoval
2016-07-01lib/patchtestrepo.py: clean output on exceptionLeonardo Sandoval
2016-06-23lib/patchtestrepo: look branch name in remotesLeonardo Sandoval
2016-06-22patchtest: Output just failed test casesLeonardo Sandoval
2016-06-22lib/utils.py: remove unnecessary codeLeonardo Sandoval
2016-06-22patchtest: interpret stdin as patch dataLeonardo Sandoval
2016-06-22patch: rename packageLeonardo Sandoval
2016-06-22patchtest: accept just one patch through the command lineLeonardo Sandoval
2016-06-06patchtest, lib/summary: Set the default summary class to tabulateLeonardo Sandoval
2016-06-03lib/utils.py: specify stdout to the stream handlerLeonardo Sandoval
2016-05-24mboxitem.py: move mboxitem classes into a single file and remove parsing item...Leonardo Sandoval
2016-04-27Filter POST requests by submitterLeonardo Sandoval
2016-04-27repo: Check if patchwork instance is aliveLeonardo Sandoval
2016-04-26repo: move statement after git check thus self._url is set correctlyLeonardo Sandoval
2016-04-22repo: Use mbox subject's branch if presentLeonardo Sandoval
2016-04-22repo: better name for function that obtains current branchLeonardo Sandoval
2016-04-11repo: include revision into URLLeonardo Sandoval
2016-03-17hooks: two git hooks that allows appending the item's url into the commit msgLeonardo Sandoval
2016-03-17lib/utils: append enviroment variables to the subprocessLeonardo Sandoval