Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add icon
  • Loading branch information
kriskbx committed Jan 29, 2018
commit c83a4090975dff784e207151c2cdaa152cdb1cc6
Binary file added preview/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gtt
# ![gtt](https://raw.githubusercontent.com/kriskbx/gitlab-time-tracker/master/preview/icon.png) gtt

[![npm](https://img.shields.io/npm/dt/gitlab-time-tracker.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-time-tracker)
[![npm](https://img.shields.io/npm/v/gitlab-time-tracker.svg?style=flat-square)](https://www.npmjs.com/package/gitlab-time-tracker)
Expand Down Expand Up @@ -30,6 +30,7 @@ stored on GitLab.
* [config file](#config-file)
* [time format](#time-format)
* [how to use gtt as a library](#how-to-use-gtt-as-a-library)
* [dumps](#dumps)
* [faqs](#faqs)
* [contributing](#contributing)
* [buy me a beer 🍺](#buy-me-a-beer)
Expand Down Expand Up @@ -72,7 +73,7 @@ token: 01234567891011

## updating

**Updating from version <= 1.5? Please [click here](https://github.com/kriskbx/gitlab-time-tracker/blob/master/upgrade.md)!**
**Updating from version <= 1.5? Please [click here](https://github.com/kriskbx/gitlab-time-tracker/blob/master/UPGRADE.md)!**

Update gtt via yarn:

Expand Down Expand Up @@ -796,6 +797,10 @@ report.mergeRequests.forEach(mergeRequest => {
});
```

## dumps

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.

## faqs

#### What is the difference between 'total spent' and 'spent'?
Expand Down