Skip to content

Tags: leucos/toji

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
changes toggle to toggl

fixed all toggle occurences to toggl
fixes #4

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
bump go-toggl version

bumped go-toggl so we can use the new API version (old one is deprecated)

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
bumped golang version

1.14 -> 1.17

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
bumps go-toggl version

bumped go-toggl version so toggl api endpoint is updated

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
fixes description message in rollups

message was only containing the first work

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
fixes rollup internal key

previously, rollup internal keys would use the time entry full
description.
however, when inserted into jira worklog, only yhe issue ID would be
part of the key (along with the day date).
as a result, multiple entries for the same issue ID but with different
descriptions created multiple rollups for a single day, and only the
first rollup was inserted properly in jira, and the others were rejected
by toji because the rollup key was already present in jira.

this commit fixes the internal rollup key and aggregates time based on
Jira issue ID, not toggle entry description

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
fixes multi user rollups IDs collision

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
removes debugging info

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
adds rollup description in README

rollup description in README
added minutes explicitely in rounding help

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
leucos Michel Blanc
worklog date & projects filters

bumped go-jira
added per-project jira board filters
added worklog Creation date to have worklog loggues are execution date instead of insertion date