#github #issue #repository #command-line-tool #status #capture #multiple

app issue-hunter

A command line tool to capture the status of issue lists from multiple repositories

2 releases

new 0.1.1 Feb 13, 2025
0.1.0 Feb 13, 2025

#1034 in Development tools

Download history 247/week @ 2025-02-11

247 downloads per month

Apache-2.0

29KB
551 lines

issue-hunter

A command line tool to capture the status of issue lists from multiple repositories

quick start

install

cargo install issue-hunter

example

> ih add-repo --owner GreptimeTeam --name greptimedb
> ih add-repo --owner StarRocks --name starrocks
> ih add-repo --owner KipData --name KiteSQL

> ih repos
+--------------+------------+--------------------------------------------+
| Owner Name   | Name       | Url                                        |
+--------------+------------+--------------------------------------------+
| GreptimeTeam | greptimedb | https://github.com/GreptimeTeam/greptimedb |
+--------------+------------+--------------------------------------------+
| StarRocks    | starrocks  | https://github.com/StarRocks/starrocks     |
+--------------+------------+--------------------------------------------+
| KipData      | KiteSQL    | https://github.com/KipData/KiteSQL         |
+--------------+------------+--------------------------------------------+

> ih update
> ih fetch --today
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+
| ID         | Number | Repository              | Title                                                                                                 | State | User             | Labels             | Created At              | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2850125731 | 55861  | StarRocks/starrocks     | [BugFix] fix lambda rewrite low-cardinatiy expression bug                                             | open  | Seaven           |                    | 2025-02-13 06:45:46 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2850097618 | 5523   | GreptimeTeam/greptimedb | chore: use the same version of chrono-tz                                                              | open  | yihong0618       | docs-not-required  | 2025-02-13 06:29:19 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2850041173 | 55860  | StarRocks/starrocks     | [BugFix] Introduce tablet_schema into MorselQueue for tablet_internal_parallel in clould native table | open  | srlch            | 3.3, 3.4           | 2025-02-13 05:57:32 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2849880486 | 55859  | StarRocks/starrocks     | [BugFix] Fix NPE when doing fast schema change on tables with sync mv in shared data                  | open  | smartlxh         | 3.4                | 2025-02-13 03:49:47 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2849817874 | 55857  | StarRocks/starrocks     | [Enhancment] Make lake publish operation async in alter job to avoid …                                | open  | meegoo           | title needs [type] | 2025-02-13 02:58:18 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2849815139 | 55856  | StarRocks/starrocks     | [Enhancement] Support materialized view for Oracle Dialect JDBC Catalog (backport #55372)             | open  | mergify[bot]     | automerge          | 2025-02-13 02:55:44 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2849799498 | 55854  | StarRocks/starrocks     | [BugFix]disable chunked upload in aws sdk while we have support it in poco                            | open  | zombee0          | 3.4                | 2025-02-13 02:43:28 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2849786796 | 55853  | StarRocks/starrocks     | Materialized views whose base tables are Paimon tables do not support query rewrite.                  | open  | zxf216           | type/bug           | 2025-02-13 02:32:07 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2849731442 | 55852  | StarRocks/starrocks     | [Enhancement] support print partition version info in transaction state                               | open  | starrocks-xupeng | 3.2, 3.3, 3.4      | 2025-02-13 01:43:07 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 
| 2849658189 | 5522   | GreptimeTeam/greptimedb | feat: alias database matcher for promql                                                               | open  | sunng87          | docs-not-required  | 2025-02-13 00:35:43 UTC | 
+------------+--------+-------------------------+-------------------------------------------------------------------------------------------------------+-------+------------------+--------------------+-------------------------+ 

Dependencies

~46–62MB
~1M SLoC