TAOS-CI icon indicating copy to clipboard operation
TAOS-CI copied to clipboard

:tangerine: TAOS-CI (a.k.a LightSys) is an lightweight and efficient CI system to achieve "Review less, merge faster" with a tool-based review system. It is completely compatible with all GitHub repos...

Results 28 TAOS-CI issues
Sort by recently updated
recently updated
newest added

# Issue Description plugins-good/pr-prebuild-doxygen-tag makes unexpected error (The doxygen tag sholud be written in lower case.) ``` {GTT_ARITHMETIC, "Mode for arithmetic operations with tensor, " "option=[typecast:TYPE,][per-channel:(false|true@DIM),]add|mul|div:NUMBER[@CH_IDX], ...", "arithmetic"}, . ....

**Is your feature request related to a problem? Please describe.** File name can be built easily non-portable way. For example, in windows, file names with `\` is prohibited, when this...

enhancement
Hacktoberfest

``` diff --git a/gst/nnstreamer/tensor_filter/tensor_filter_common.c b/gst/nnstreamer/tensor_filter/tensor_filter_common.c index caa97e33..9f08c447 100644 --- a/gst/nnstreamer/tensor_filter/tensor_filter_common.c +++ b/gst/nnstreamer/tensor_filter/tensor_filter_common.c @@ -177,7 +177,7 @@ gst_tensor_query_connect (query_connection_handle conn_h) } /* create sending client socket */ - /** @todo Support...

Hacktoberfest

cppcheck checks *.c, *.cpp. Check *.cc as well!

bug

As we all know, the shell (e.g., bash) script is easy-to-use and portable. However, at this time, we need to think about the overhead of the complex shell statements. So,...

Currently, we support the below acceleration methods as follows to accelerate git and GBS acitivty of the big repositories. We need to find additional methods continually. * TAOS-CI Configuration *...

discussion
Open for Participation

When all CI checkers are successfully passed, let's append the approval as a reviewer in a PR's review list. It aims to add the number of reviewers by applying the...

Currently, the Ubuntu build checker in TAOS-CI works only for Xenial, which reaches EOL. Moreover, in some cases, it is possible to face different results that are come from differences...

In order to help TAOS-CI users that do not have experience with Ubuntu Linux, we need to support a Front-end UI for easy-to-use TAOS-CI. * Screenshot (Circle-CI): ![image](https://user-images.githubusercontent.com/82404/96214311-183c4680-0fb6-11eb-9881-6ce086a0c430.png)

enhancement
Open for Participation

TAOS-CI performs filesize check for files which are just moved (renamed as per github naming). Filesize check should not be done for renamed files.