Skip to content

List Command

Malcolm J edited this page Aug 7, 2016 · 3 revisions

List Command

The list provides you with an overview of a repo's issues. It displays each issue in a list where you will find info such as an issue's title, number, state, labels, and number of comments. list comes with a lot of options that can be used to modify which issues are shown.

Syntax for the list commands looks like this:

giss [REPONAME] list [OPTIONS]

An example of a basic list command usage is:

$> giss nodejs/node list
== PAGE 1 OUT OF 75 ==== nodejs/node ==
<open>[#8008] tls support requires dots at the end of the Alternative Subject Names
BY: akc42 [08/07/16 @ 19:17]
COMMENTS: 1
TAGS: [tls]


<open>[#8007] Should we include a downloadable archive of the documentation?
BY: TheAlphaNerd [08/07/16 @ 17:41]
COMMENTS: 1
TAGS: [doc]


<open>[#8006] InspectorTest regression on mac
BY: ofrobots [08/07/16 @ 16:20]
COMMENTS: 0
TAGS: [os x], [V8_inspector]


<open>[#8005] doc: fix typo in vm.runInNewContext() description
BY: lpinca [08/07/16 @ 10:06]
COMMENTS: 4
TAGS: [doc], [vm]


<open>[#8004] webpack/http-proxy-middleware/http-proxy/agent/keep-alive/_stream_writable:361:3 exception: cb is not a function
BY: gitrealname [08/07/16 @ 05:32]
COMMENTS: 0
TAGS: [stream]


<open>[#8003] test: console constructor missing new keyword
BY: Trott [08/07/16 @ 04:54]
COMMENTS: 1
TAGS: [console], [test]


<open>[#8002] assert: Fix deepEqual/deepStrictEqual on equivalent typed arrays
BY: feross [08/06/16 @ 23:38]
COMMENTS: 7
TAGS: [assert], [lts-watch-v4.x]


<open>[#8001] assert: deepEqual/deepStrictEqual throws on equivalent typed arrays
BY: feross [08/06/16 @ 23:18]
COMMENTS: 1
TAGS: [assert]


<open>[#8000] benchmark: favor === over ==
BY: Trott [08/06/16 @ 20:04]
COMMENTS: 7
TAGS: [benchmark], [lts-watch-v4.x]


<open>[#7999] tools: enable linting for chained properties
BY: Trott [08/06/16 @ 19:15]
COMMENTS: 3
TAGS: [tools]


== PAGE 1 OUT OF 75 ==== nodejs/node ==


Navigating Through Pages

To help with readability and usability the list command's output is paginated. Each page displays a set number of entries. By default each page displays 10 entries.

To control the page that is displayed by the list command use the -p or --page option specifying a valid page number.

EXAMPLES

$> giss nodejs/node list --page 25
== PAGE 25 OUT OF 75 ==== nodejs/node ==
<open>[#7166] doc: more detail on when timers are executed
BY: tristanls [06/05/16 @ 22:01]
COMMENTS: 2
TAGS: [doc], [timers]


<open>[#7165] fs: refactor "options" processing as a function
BY: thefourtheye [06/05/16 @ 21:37]
COMMENTS: 18
TAGS: [fs], [semver-major]


<open>[#7163] `systemjs-plugin-babel` fails on `v6.2.0`
BY: panicbit [06/05/16 @ 18:53]
COMMENTS: 12
TAGS: [unconfirmed]


<open>[#7162] fs: move stringToFlags() to lib/internal
BY: bnoordhuis [06/05/16 @ 16:54]
COMMENTS: 8
TAGS: [blocked], [fs], [semver-major]


<open>[#7152] buffer: hard-deprecate Buffer constructor
BY: seishun [06/04/16 @ 16:22]
COMMENTS: 30
TAGS: [buffer], [semver-major]


<open>[#7151] Module resolution description does not reflect the implementation
BY: tai2 [06/04/16 @ 15:34]
COMMENTS: 1
TAGS: [doc], [module]


<open>[#7147] Adding annotations to API Documentation
BY: mikeal [06/04/16 @ 02:02]
COMMENTS: 7
TAGS: [doc]


<open>[#7146] Interval stops after set date in the past from command line.
BY: aberope [06/04/16 @ 01:28]
COMMENTS: 0
TAGS: [timers], [V8]


<open>[#7145] observed setImmediate and setTimeout execution order contradicts documentation
BY: tristanls [06/04/16 @ 01:08]
COMMENTS: 5
TAGS: [doc], [timers]


<open>[#7144] test/parallel/test-error-reporting.js fails with debug builds
BY: addaleax [06/04/16 @ 00:43]
COMMENTS: 1
TAGS: [test], [V8]


== PAGE 25 OUT OF 75 ==== nodejs/node ==
$> giss nodejs/node list -p 13
== PAGE 13 OUT OF 75 ==== nodejs/node ==
<open>[#7695] cluster:take a worker offline and force GC
BY: Yemanu [07/13/16 @ 01:53]
COMMENTS: 9
TAGS: [cluster]


<open>[#7688] v4.5.0 proposal
BY: TheAlphaNerd [07/12/16 @ 18:15]
COMMENTS: 10
TAGS: [ctc-agenda], [meta], [v4.x]


<open>[#7687] Add correct shared library naming on OS X
BY: sxa555 [07/12/16 @ 18:10]
COMMENTS: 17
TAGS: [build], [os x]


<open>[#7676] build: export openssl symbols on windows (v4.x)
BY: bnoordhuis [07/12/16 @ 14:21]
COMMENTS: 8
TAGS: [build], [lts-agenda], [openssl], [v4.x], [windows]


<open>[#7672] .getPeerCertificate() on https.request()
BY: mykiimike [07/12/16 @ 10:33]
COMMENTS: 5
TAGS: [doc], [https], [tls]


<open>[#7658] buffer:Performance increase for buffer-indexof
BY: adrian-nitu-92 [07/11/16 @ 16:37]
COMMENTS: 8
TAGS: [buffer]


<open>[#7657] IPC can freeze the process
BY: cvillemure [07/11/16 @ 14:11]
COMMENTS: 3
TAGS: [child_process]


<open>[#7656] Composition vs. prototype for module exports
BY: danielsalles [07/11/16 @ 13:00]
COMMENTS: 6
TAGS: [module], [question]


<open>[#7655] External objects should not be modified
BY: micnic [07/11/16 @ 12:15]
COMMENTS: 7
TAGS: [discuss], [fs]


<open>[#7654] v8 GC crash on node 4.4.7
BY: jeroenvollenbrock [07/11/16 @ 11:54]
COMMENTS: 9
TAGS: [v4.x], [V8]


== PAGE 13 OUT OF 75 ==== nodejs/node ==


Limit Number of Issues Shown

Maybe you don't want a lot a lot of issues shown for each page. Maybe you want more issues shown for each page. The list commands comes with the -d or --display option to control the number of entries shown per page. Provide the -d option with the number of issues you want displayed on each page.

EXAMPLES

$> giss nodejs/node list --display 3
== PAGE 1 OUT OF 248 ==== nodejs/node ==
<open>[#8008] tls support requires dots at the end of the Alternative Subject Names
BY: akc42 [08/07/16 @ 19:17]
COMMENTS: 1
TAGS: [tls]


<open>[#8007] Should we include a downloadable archive of the documentation?
BY: TheAlphaNerd [08/07/16 @ 17:41]
COMMENTS: 1
TAGS: [doc]


<open>[#8006] InspectorTest regression on mac
BY: ofrobots [08/07/16 @ 16:20]
COMMENTS: 0
TAGS: [os x], [V8_inspector]


== PAGE 1 OUT OF 248 ==== nodejs/node ==

$> giss nodejs/node list -d 7
== PAGE 1 OUT OF 107 ==== nodejs/node ==
<open>[#8008] tls support requires dots at the end of the Alternative Subject Names
BY: akc42 [08/07/16 @ 19:17]
COMMENTS: 1
TAGS: [tls]


<open>[#8007] Should we include a downloadable archive of the documentation?
BY: TheAlphaNerd [08/07/16 @ 17:41]
COMMENTS: 1
TAGS: [doc]


<open>[#8006] InspectorTest regression on mac
BY: ofrobots [08/07/16 @ 16:20]
COMMENTS: 0
TAGS: [os x], [V8_inspector]


<open>[#8005] doc: fix typo in vm.runInNewContext() description
BY: lpinca [08/07/16 @ 10:06]
COMMENTS: 4
TAGS: [doc], [vm]


<open>[#8004] webpack/http-proxy-middleware/http-proxy/agent/keep-alive/_stream_writable:361:3 exception: cb is not a function
BY: gitrealname [08/07/16 @ 05:32]
COMMENTS: 0
TAGS: [stream]


<open>[#8003] test: console constructor missing new keyword
BY: Trott [08/07/16 @ 04:54]
COMMENTS: 1
TAGS: [console], [test]


<open>[#8002] assert: Fix deepEqual/deepStrictEqual on equivalent typed arrays
BY: feross [08/06/16 @ 23:38]
COMMENTS: 7
TAGS: [assert], [lts-watch-v4.x]


== PAGE 1 OUT OF 107 ==== nodejs/node ==

Show Issues that are Opened, Closed, or Both

By default the list commands shows all issues that are OPEN. If you want to see issues that are CLOSED then use the -s or --status option. The -s option accepts the values of OPEN, CLOSED, or ALL.

EXAMPLES

$> giss nodejs/node list --status closed
== PAGE 1 OUT OF 2409 ==== nodejs/node ==
<closed>[#7993] import statements not supported - why, tell me why!
BY: tomitrescak [08/06/16 @ 10:50]
COMMENTS: 6
TAGS: [module], [question], [V8]


<open>[#7984] Question: how to improve performances for proxies?
BY: fundon [08/05/16 @ 04:06]
COMMENTS: 2
TAGS: [V8]


<closed>[#7979] REPL doesn't return any value
BY: zccz14 [08/04/16 @ 14:51]
COMMENTS: 1
TAGS: [duplicate], [repl], [windows]


== PAGE 1 OUT OF 2409 ==== nodejs/node ==
$> giss nodejs/node list --s all
== PAGE 1 OUT OF 2409 ==== nodejs/node ==
<closed>[#7993] import statements not supported - why, tell me why!
BY: tomitrescak [08/06/16 @ 10:50]
COMMENTS: 6
TAGS: [module], [question], [V8]


<open>[#7984] Question: how to improve performances for proxies?
BY: fundon [08/05/16 @ 04:06]
COMMENTS: 2
TAGS: [V8]


<closed>[#7979] REPL doesn't return any value
BY: zccz14 [08/04/16 @ 14:51]
COMMENTS: 1
TAGS: [duplicate], [repl], [windows]


== PAGE 1 OUT OF 2409 ==== nodejs/node ==


Filter Issues by Labels

Labels are put on issues to categorize and organize issues. Labels give information about the issue or what the issue covers. You can filter the output of the list command to show issues with certain labels on them. Use the -l or --label option to specify which labels should be looked for. You can specify multiple labels by using the -l or --label option many times.

If the label contains spaces surround it with double quotes. "label with spaces"

EXAMPLES

$> giss nodejs/node list --label doc
== PAGE 1 OUT OF 0 ==== kennethreitz/requests ==
ERROR:  Page Not Found: 1
(gissvenv)[hertz: ~/Projects/gissues]$: giss nodejs/node list -d 5 --label doc== PAGE 1 OUT OF 19 ==== nodejs/node ==
<open>[#8007] Should we include a downloadable archive of the documentation?
BY: TheAlphaNerd [08/07/16 @ 17:41]
COMMENTS: 1
TAGS: [doc]


<open>[#8005] doc: fix typo in vm.runInNewContext() description
BY: lpinca [08/07/16 @ 10:06]
COMMENTS: 4
TAGS: [doc], [vm]


<open>[#7997] docs(cluster): message event docs slightly wrong/confusing
BY: zbjornson [08/06/16 @ 17:53]
COMMENTS: 0
TAGS: [cluster], [doc]


<open>[#7996] meta: clarify collaborators & ctc members relationships
BY: yorkie [08/06/16 @ 16:09]
COMMENTS: 8
TAGS: [doc], [meta]


<open>[#7995] doc: reword ambigous docs for socket.setNoDelay
BY: Xerkus [08/06/16 @ 14:52]
COMMENTS: 0
TAGS: [doc], [net]


== PAGE 1 OUT OF 19 ==== nodejs/node ==

$> giss nodejs/node list -l discuss -l "feature request"
== PAGE 1 OUT OF 1 ==== nodejs/node ==
<open>[#6677] discuss: have glob function is `fs` or `path` API
BY: eljefedelrodeodeljefe [05/10/16 @ 17:46]
COMMENTS: 10
TAGS: [discuss], [feature request], [fs], [libuv]


<open>[#6339] http's 'upgrade' event should be handled one handler at a time
BY: SEAPUNK [04/21/16 @ 22:04]
COMMENTS: 20
TAGS: [discuss], [feature request], [http]


<open>[#2849] Net api servers bind to all configured network interface IPs by default (insecure)
BY: sevoma [09/14/15 @ 00:32]
COMMENTS: 3
TAGS: [discuss], [feature request], [http], [security], [semver-major]


<open>[#2298] fs: expose scatter/gather syscalls writev() and readv()
BY: reqshark [08/04/15 @ 14:56]
COMMENTS: 2
TAGS: [discuss], [feature request], [fs]


<open>[#1999] Improve Path.parse / Path.format combo
BY: ivan-kleshnin [06/17/15 @ 08:54]
COMMENTS: 3
TAGS: [discuss], [feature request], [path]


<open>[#1873] http.OutgoingMessage headers API
BY: ChALkeR [06/02/15 @ 18:58]
COMMENTS: 14
TAGS: [discuss], [feature request], [http]


== PAGE 1 OUT OF 1 ==== nodejs/node ==

Gissues

Home


User Manual

Quick Start

List Command

Show Command

Make Command

Edit Command

Comment Command

Open/Close Command


Developer Manual

Getting Started

Clone this wiki locally