X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6d8fde9ef0573c74e32800ae0568911e76c55e8e..9ab3b72f3ec0fff8acafdf35f309db3beadd84a6:/task/taskrc diff --git a/task/taskrc b/task/taskrc index 0d125b9..9c4848b 100644 --- a/task/taskrc +++ b/task/taskrc @@ -53,6 +53,11 @@ report.closed.filter = ( status:completed or status:deleted ) limit:page report.closed.sort = end- report.closed.context = yes +report.gitlab.description = Gitlab +report.gitlab.columns = id,project,gitlabmilestone,gitlabcreatedon,due,description.count,urgency +report.gitlab.filter = +gitlab status:pending +report.gitlab.sort = urgency- + # Urgency urgency.uda.priority.L.coefficient=-2 # setting priority to low reduces urgency @@ -81,18 +86,66 @@ report.recurring.filter = status:recurring #uda.rtype.label=Recur.Type #uda.rtype.type=string #uda.rtype.values=chained,periodic -uda.r.label=TwRecurrence -uda.r.type=string -uda.rparent.label=Parent task -uda.rparent.type=string -uda.rwait.label=Wait (instance) -uda.rwait.type=date -uda.runtil.label=Until WIP (instance) -uda.runtil.type=date -uda.rscheduled.label=Scheduled (instance) +uda.r.label=R +uda.r.type=duration +uda.rskip.label=rskip +uda.rskip.type=string +uda.rskip.values = no,yes +uda.rparent.label=Parent +uda.rparent.type=uuid +uda.rlastinstance.label=Last child +uda.rlastinstance.type=uuid +# TODO: Remove the UDAs once they are no longer in use uda.rscheduled.type=date -uda.rlastinstance.label=Last child task -uda.rlastinstance.type=string +uda.rnext_due.label=Due (next) +uda.rnext_due.type=date +uda.rnext_scheduled.label=Scheduled (next) +uda.rnext_scheduled.type=date +uda.rnext_wait.type=Wait (next) +uda.rnext_wait.type=date +uda.rnext_until.type=Until (next) +uda.rnext_until.type=date +uda.runtil.label=Until (instance) +uda.runtil.type=date + +# Bugwarrior UDAs +uda.gitlabtitle.type=string +uda.gitlabtitle.label=Title +uda.gitlabdescription.type=string +uda.gitlabdescription.label=Description +uda.gitlabcreatedon.type=date +uda.gitlabcreatedon.label=Created +uda.gitlabupdatedat.type=date +uda.gitlabupdatedat.label=Updated +uda.gitlabduedate.type=date +uda.gitlabduedate.label=Due Date +uda.gitlabmilestone.type=string +uda.gitlabmilestone.label=Milestone +uda.gitlaburl.type=string +uda.gitlaburl.label=URL +uda.gitlabrepo.type=string +uda.gitlabrepo.label=Repo Slug +uda.gitlabtype.type=string +uda.gitlabtype.label=Type +uda.gitlabnumber.type=string +uda.gitlabnumber.label=Issue/MR # +uda.gitlabstate.type=string +uda.gitlabstate.label=Issue/MR State +uda.gitlabupvotes.type=numeric +uda.gitlabupvotes.label=Upvotes +uda.gitlabdownvotes.type=numeric +uda.gitlabdownvotes.label=Downvotes +uda.gitlabwip.type=numeric +uda.gitlabwip.label=MR Work-In-Progress Flag +uda.gitlabauthor.type=string +uda.gitlabauthor.label=Author +uda.gitlabassignee.type=string +uda.gitlabassignee.label=Assignee +uda.gitlabnamespace.type=string +uda.gitlabnamespace.label=Namespace +uda.gitlabweight.type=numeric +uda.gitlabweight.label=Weight +# END Bugwarrior UDAs # taskd taskd.certificate=$XDG_DATA_HOME/task/hactar.cert.pem @@ -103,7 +156,7 @@ taskd.server=rmz.io:53589 # Context ## Combination of work and home related chores/habits -context.wfh.read = (work:yes or work:wfh or +habit or +chore) +context.wfh.read = (work:yes or work:wfh or +habit or +chore or +gitlab) context.wfh.write = work:yes ## Work only for planning (maybe not needed?) @@ -111,11 +164,12 @@ context.work.read = work.any: context.work.write = work:yes ## Home, no work -context.home.read = work.none: +context.home.read = (work.none: and -gitlab) ## Outside, meant to be for checking on phone for other things I should do while out context.outside.read=+outside # NOTE: a context setting may be updated/added automatically on the last line -news.version=3.3.1 +news.version=3.4.1 + context=home