Yves Biener yves-biener
  • Germany
  • Joined on 2023-10-01
yves-biener closed issue yves-biener/gitwarrior#3 2023-10-26 17:42:14 +02:00
Taskwarrior integration
yves-biener closed issue yves-biener/gitwarrior#5 2023-10-26 17:31:07 +02:00
Test issue for pull implementation
yves-biener closed issue yves-biener/gitwarrior#4 2023-10-26 17:31:07 +02:00
Define commandline interface actions and parameters
yves-biener commented on issue yves-biener/gitwarrior#4 2023-10-25 16:16:26 +02:00
Define commandline interface actions and parameters

Use the following package to create the cli interface:

yves-biener commented on issue yves-biener/gitwarrior#4 2023-10-25 16:16:26 +02:00
Define commandline interface actions and parameters

The cli should also provide automatic generation of the corresponding context for the current project. It should act as a wrapper around taskwarrior itself to enable more efficient operation. In…

yves-biener commented on issue yves-biener/gitwarrior#4 2023-10-25 13:47:12 +02:00
Define commandline interface actions and parameters

The installation should provide / generate man pages which can also be installed with the Makefile.

yves-biener commented on issue yves-biener/gitwarrior#4 2023-10-25 13:46:06 +02:00
Define commandline interface actions and parameters

The cli should provide the following functions:

  • fetch (show possible changes without appling changes)
  • pull (fetch + merge changes into local taskwarrior tasks)
  • push (apply changes in…
yves-biener commented on issue yves-biener/gitwarrior#4 2023-10-25 13:39:06 +02:00
Define commandline interface actions and parameters

The cli should also provide automatic generation of the corresponding context for the current project. It should act as a wrapper around taskwarrior itself to enable more efficient operation. In…

yves-biener commented on issue yves-biener/gitwarrior#5 2023-10-23 22:01:29 +02:00
Test issue for pull implementation

Force an merge conflict

yves-biener commented on issue yves-biener/gitwarrior#5 2023-10-22 16:31:41 +02:00
Test issue for pull implementation

yet another comment

yves-biener commented on issue yves-biener/gitwarrior#5 2023-10-22 16:08:17 +02:00
Test issue for pull implementation

add another comment after local synchronization.

yves-biener commented on issue yves-biener/gitwarrior#5 2023-10-22 11:34:08 +02:00
Test issue for pull implementation

Add comment after local synchronization.

yves-biener commented on issue yves-biener/gitwarrior#5 2023-10-22 11:14:32 +02:00
Test issue for pull implementation

Creating comment while no corresponding task is available in taskwarrior.

yves-biener opened issue yves-biener/gitwarrior#5 2023-10-22 11:11:45 +02:00
Test issue for pull implementation
yves-biener closed issue yves-biener/gitwarrior#2 2023-10-20 11:41:13 +02:00
Detect Repository information using local git working copy
yves-biener commented on issue yves-biener/gitwarrior#2 2023-10-20 11:41:10 +02:00
Detect Repository information using local git working copy

Instead this assumes that you have git installed and the working directory is in the git repository you want to sync your taskwarrior with. It uses the git command git remote get-url origin and…

yves-biener closed issue yves-biener/gitwarrior#1 2023-10-19 22:11:19 +02:00
Complete internal library for gitea api
yves-biener commented on issue yves-biener/gitwarrior#1 2023-10-18 17:52:42 +02:00
Complete internal library for gitea api

As the comments will be represented as annotations in taskwarrior, I'll need to add gitea-api functionalities for comments as well:

  • get comments for given issue
  • post comments for given…
yves-biener opened issue yves-biener/gitwarrior#4 2023-10-17 23:12:13 +02:00
Define commandline interface actions and parameters
yves-biener commented on issue yves-biener/gitwarrior#3 2023-10-17 23:08:21 +02:00
Taskwarrior integration

Provide an dry-run option for the commandline to print changes to stdout instead of applying them to taskwarrior and / or gitea.