Skip to content

Commit 0730646

Browse files
authored
Merge pull request #29 from ndu2/fixBuildPrepare1.8
Fix build prepare1.8
2 parents 43dd86c + 2bc939c commit 0730646

26 files changed

+1615
-1743
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
yarn-error.log
88
**/._*
99
out
10+
dist

.travis.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Contributing
22

3+
## How to build
4+
5+
6+
git clone [email protected]:ndu2/gitlab-time-tracker.git
7+
8+
install requirements (see documentation.md)
9+
10+
```
11+
npm install
12+
npm run-script build
13+
14+
15+
16+
17+
318
## How to test the basic functions of gtt
419
520
Create a new project on GitLab if you haven't done so already and write down the project path. e.g. `kriskbx/example-project`. To test groups and subgroups, create a new group with at least one subgroup. Add a new project to both the parent group (e.g. `example-group`) and the subgroup (e.g. `example-group/example-subgroup`) and write down the paths of all the projects and groups. Create at least two issues (write down their id e.g. `42`, `43`) and one merge request (e.g. `13`) in all projects. Or just use our public group over here: https://gitlab.com/gtt

documentation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
## requirements
2424

25-
* [node.js](https://nodejs.org/en/download) version >= 6
25+
* [node.js](https://nodejs.org/en/download) version >= 20
2626
* [npm](https://github.com/npm/npm) or [yarn](https://yarnpkg.com/en/docs/install)
2727

2828
## installation
@@ -656,6 +656,9 @@ _checkToken: false
656656
# Skip parsing the issue/merge_request description for time records
657657
_skipDescriptionParsing: false
658658

659+
# directory for the track record files. defaults to ~/.local/share/.gtt/frames/, %LOCALAPPDATA%\.gtt\Data\frames or equivalent
660+
#frameDir: /some/absolute/directory/
661+
659662
# settings for invoice output
660663
invoiceSettings:
661664
from:

0 commit comments

Comments
 (0)