-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
26 lines (16 loc) · 667 Bytes
/
Copy pathChanges
File metadata and controls
26 lines (16 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Revision history for App::TimeTracker::Command::Gitlab
{{$NEXT}}
- use iid when setting labels (which seems to be the correct way)
- switch to gitlab api v4
- handle prefix via config
- switch to Dist::Zilla::PluginBundle::Author::DOMM
1.003 2018-04-30T16:00:20
- during --start: assign to current user, reopen if closed, add/remove labels
- dep on JSON::MaybeXS via json_maybexs.pl
1.002 2016-10-28T21:37:25+0200
- sane error message if the issue cannot be found
1.001 2016-10-19T10:53:00+0200
- fix type of project_id
- use public github repo
1.000 2016-10-19T09:40:00+0200
- initial commit & first version