Skip to content

Commit c83a409

Browse files
committed
Add icon
1 parent c53b921 commit c83a409

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

preview/icon.png

5.51 KB
Loading

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# gtt
1+
# ![gtt](https://raw.githubusercontent.com/kriskbx/gitlab-time-tracker/master/preview/icon.png) gtt
22

33
[![npm](https://img.shields.io/npm/dt/gitlab-time-tracker.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-time-tracker)
44
[![npm](https://img.shields.io/npm/v/gitlab-time-tracker.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-time-tracker)
@@ -30,6 +30,7 @@ stored on GitLab.
3030
* [config file](#config-file)
3131
* [time format](#time-format)
3232
* [how to use gtt as a library](#how-to-use-gtt-as-a-library)
33+
* [dumps](#dumps)
3334
* [faqs](#faqs)
3435
* [contributing](#contributing)
3536
* [buy me a beer 🍺](#buy-me-a-beer)
@@ -72,7 +73,7 @@ token: 01234567891011
7273
7374
## updating
7475
75-
**Updating from version <= 1.5? Please [click here](https://github.com/kriskbx/gitlab-time-tracker/blob/master/upgrade.md)!**
76+
**Updating from version <= 1.5? Please [click here](https://github.com/kriskbx/gitlab-time-tracker/blob/master/UPGRADE.md)!**
7677
7778
Update gtt via yarn:
7879
@@ -796,6 +797,10 @@ report.mergeRequests.forEach(mergeRequest => {
796797
});
797798
```
798799

800+
## dumps
801+
802+
Starting with 1.7.4 gtt can dump the results of all API requests within a report and use it on another machine without access to the GitLab instance itself. This is very useful for debugging purposes. If you stumble upon a bug which could be unique to your set of data, please rerun the report with these options to save a dump to the given file: `--output=dump --file=/path/dump.json` Check your dump for sensitive information and provide it when asked.
803+
799804
## faqs
800805

801806
#### What is the difference between 'total spent' and 'spent'?

0 commit comments

Comments
 (0)