aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FormatReporter: mention `--format` in helpArthur Zamarin2023-01-201-2/+5
* format using blackArthur Zamarin2022-12-291-52/+51
* FlycheckReporter: split multiple line resultsArthur Zamarin2022-09-101-3/+8
* reporters: add FlycheckReprterArthur Zamarin2022-07-311-0/+18
* drop PickleStream and BinaryPickleStream reportersTim Harder2021-01-291-53/+0
* base: use better info for Scope __str__()Tim Harder2020-12-291-1/+1
* Pipeline: fix scope comparisonsTim Harder2020-12-241-2/+2
* reporters: drop NullReporterTim Harder2020-12-221-11/+0
* pkgcheck scan: pass restrictions generator directly to pipeline objectTim Harder2020-12-191-5/+0
* reporters: drop unnecessary __init__() methodsTim Harder2020-12-181-54/+47
* FancyReporter: use easier to read blue for category on dark terminalsTim Harder2020-12-181-1/+1
* Pipeline: change exit status handling to return the number of errorsTim Harder2020-12-031-1/+1
* FormatReporter: raise exception for unhandled integer key argsTim Harder2020-12-011-1/+2
* move all result filtering from reporter to the pipeline iteratorTim Harder2020-11-301-55/+5
* rework check running pipeline parallelismTim Harder2020-11-301-44/+2
* Reporter: drop mostly pointless exit keywords conditionalsTim Harder2020-11-241-4/+3
* results: perform more checks for invalid data on result re-creationTim Harder2020-11-231-2/+2
* reporters: make JsonStream.from_iter() a staticmethodTim Harder2020-11-231-2/+2
* reporters: minor JsonStream from_iter() simplificationsTim Harder2020-11-231-6/+5
* reporters: fix/revert PickleStream to use from_file() instead of from_iter()Tim Harder2020-11-221-4/+4
* reporters: improve pipeline shutdown on unhandled exceptionsTim Harder2020-11-211-6/+9
* fix handling extraneous exceptions when running checksTim Harder2020-11-201-3/+2
* use set.union() instead of itertools where possibleTim Harder2020-11-171-5/+5
* PickleStream: raise DeserializationError for pickle.load() TypeErrorTim Harder2020-11-161-1/+1
* various lint fixesTim Harder2020-11-141-2/+2
* reporters: rewrite deserialization methods to accept generic iterablesTim Harder2020-11-041-29/+17
* reporters: drop unnecessary int conversion for exit statusTim Harder2020-11-021-1/+1
* reporters: reorder boolean checks for exit statusTim Harder2020-11-021-1/+1
* pkgcheck scan: add support for returning a configurable exit status codeTim Harder2020-11-021-2/+12
* pkgcheck scan: remove --sorted optionTim Harder2020-11-011-2/+2
* Result: rewrite attrs_to_pkg() to be a result obj creator methodTim Harder2020-11-011-4/+1
* reporters: simplify catching propagated exceptions for results iteratorTim Harder2020-09-141-11/+8
* reporters: FormatReporter: use empty string for unmatched variablesLucian Poston2020-07-041-5/+19
* FormatReporter: add output name to available formatted result attributesTim Harder2020-07-031-2/+2
* reporters: use frozenset for filtered keywordsTim Harder2020-07-031-1/+1
* objects: use a lazy mapping to avoid circular importsTim Harder2020-02-061-3/+1
* re-add delayed imports to avoid cyclic import issuesTim Harder2020-02-051-1/+3
* split object registration from pkgcheck.const into its own moduleTim Harder2020-02-051-2/+2
* reporters: add more comments for results output and exception handlingTim Harder2020-01-301-5/+16
* reporters: simplify checking for exception resultsTim Harder2020-01-301-5/+5
* reporters: simplify exception handling for results queueTim Harder2020-01-301-29/+42
* results: allow overriding a result nameTim Harder2020-01-221-3/+3
* reporters: send SIGINT to main pid in order to propagate correctlyTim Harder2020-01-201-2/+3
* reporters: handle dying and outputting error on async exceptionsTim Harder2020-01-201-11/+28
* reporters: simplify creating the ordered results cacheTim Harder2020-01-191-4/+2
* tests: fix broken reporters tests due to new scopesTim Harder2020-01-191-3/+1
* pkgcheck scan: add initial profiles scope supportTim Harder2020-01-191-0/+1
* add initial support for eclass-specific scanningTim Harder2020-01-181-1/+5
* reporters: minor docstring improvementsTim Harder2020-01-141-3/+3
* StrReporter: simplify constructing output stringTim Harder2020-01-141-9/+11