aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-21sse-auto-report: Major updates after a change in toolingHEADmasterDaniel Thompson
Atlassian -> Mavenlink. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2021-04-21vote: Simple but useful wrapper for unreliable reproductionsDaniel Thompson
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2021-04-21lib: chart: Updates for better quarterly reportsDaniel Thompson
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2021-04-21maventool: Initial CSV reprocessorDaniel Thompson
This is a (very heavily) forked and edited version of ldtstool that has been updates to generate summaries from mavenlink time entries. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2021-04-21csvcat: Simple script to combine CSV filesDaniel Thompson
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2019-12-18ldtstool: Add filters to identify missing worklogs.Daniel Thompson
2019-12-1896btool: Update with latest categories from the forum.Daniel Thompson
2019-11-1196btool: Filter for posts with no replyDaniel Thompson
2019-11-11gitignore: Hide the archive/Daniel Thompson
2019-11-11glance: Final updates before we refocus on mavenlinkDaniel Thompson
2019-11-11ldtstool: Herald the new generation!Daniel Thompson
The king is dead, long live the king.
2019-11-11ldtstool: Mark this tool as legacyDaniel Thompson
We've turned off our zendesk instance so this tool is only useful to go mining in dump files if we ever see problems with the data we exported to servicedesk.
2019-11-11ldtstool: Final exporter hacksDaniel Thompson
2019-11-11bsp-o-matic: Avoid attaching my own name to alien patchesDaniel Thompson
2019-08-21ldtstool: export: Add new command to export from zendesk to servicedeskDaniel Thompson
2019-08-12oe-cve2csv: Export CVE data from bitbake to spreadsheetDaniel Thompson
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
2019-01-22lava-test-shell: test-python3-pytest: Initial versionDaniel Thompson
2019-01-22lava-test-shell: install-python3: Switch to shell scriptDaniel Thompson
2019-01-22lava-test-shell: show-sources.list: Fix silly typoDaniel Thompson
2019-01-22lava-test-shell: show-sources.list: Dump files from /etcDaniel Thompson
2019-01-22lava-test-shell: install-python3: Include setuptoolsDaniel Thompson
2019-01-22lava-test-shell: install-python3Daniel Thompson
2019-01-1596btool: pull: Better progress reportingDaniel Thompson
This is a fairly big change but only really does a couple of things: * --debug provokes a much richer log of activity * Breadcrumbs left during verbose operation give more insight into error responses.
2019-01-1596btool: refresh: Handle users who have been deletedDaniel Thompson
2019-01-1596btool: pull: Fix bootstrapping problemDaniel Thompson
It's important to be able to write out before the first copy of the db exists!
2019-01-1596btool: limiter: Remove email from the whitelistDaniel Thompson
No need to process this (it's not populated in anonymous mode anyway)... and dropping it helps prevent mistakes.
2019-01-1596btool: pull: Add --last and --sinceDaniel Thompson
Allows partial refreshes to easily recover from a bad pull.
2019-01-1596btool: pull: Add a proper rate limiting frameworkDaniel Thompson
Rather than having "random" sleeps in the code lets introduce a proper rate limiting framework that can keep (just) within the limits imposed by the server.
2019-01-1596btool: piechart: Fix up some fairly glaring errorsDaniel Thompson
2019-01-1596btool: refresh/linter: Discard topics that have no raw post textDaniel Thompson
Missing raw post text occurs when a post has been hidden as a result of flags from concerned users (including bots).
2019-01-1596btool: tag: Add support for --since and --untilDaniel Thompson
2019-01-1596btool: interact: Prompt user with useful variablesDaniel Thompson
2019-01-1596btool: Update category listDaniel Thompson
2018-12-12ldtstool: Factor out the Zendesk lookup code.Daniel Thompson
2018-12-11ldtstool: Describe "Pending" better in markdown sub-commandDaniel Thompson
2018-12-11ldts: Add triggers sub-commandDaniel Thompson
Allow both raw triggers output and a version pretty-printed in an awk-like language.
2018-12-11ldtstool: Merge Community-using-gmail into other community ticketsDaniel Thompson
2018-12-11ldtstool: Add interact sub-commandDaniel Thompson
2018-10-10lib: chart: Allocated Qualcomm a colourDaniel Thompson
The hash based colourization for Qualcomm collides with too many other companies so force it to something distrinct.
2018-10-10ldtstool: Update the tags we don't care aboutDaniel Thompson
2018-10-10glance: selftest: Very simple built-in-self-testDaniel Thompson
Grab some data and run sub-commands over it. "Success" is judged solely from the return value but it does at least allow us to quickly spot any crass problems with symbols.
2018-10-10glance: spy: Add a new subcommand to visualize weekly reportingDaniel Thompson
spy is a macro-command that automatically collects data, filters it appropriately and produces a graphic visualization of the data.
2018-10-10glance: interact: Exploit composable commandsDaniel Thompson
Now that fetch is seperated out we can use it directly from the interact command to automatically fetch data if we don't have something to interact with. This is especially useful for interact because it cannot be used from a pipe (redirecting the stdin makes it very hard to interact with the data).
2018-10-10glance: chart: Allow effort to be collated by epicDaniel Thompson
2018-10-10glance: chart: Improve collation by weekDaniel Thompson
... because ISO week numbers are even harder to work with than the Gregorian calendar.
2018-10-10glance: Make fetch, filter and chart into composable actionsDaniel Thompson
Composable actions allow us to bring back useful macro commands instead of forcing everything to be acheived using external pipes.
2018-10-1096btool: filter: Allow filtering by usermapDaniel Thompson
2018-10-1096btool: usermap: Adopt to data export format changeDaniel Thompson
2018-10-1096btool: piechart: Allow piecharts to be simplified tooDaniel Thompson
2018-10-1096btool: count: Initialize sieveDaniel Thompson
... and remove count which is initialized already on every codepath that consumes it.