- Nov 12, 2024
-
-
Christian Heusel authored
-
- Nov 24, 2023
-
-
Christian Heusel authored
-
Christian Heusel authored
-
Christian Heusel authored
-
- Sep 28, 2023
-
-
Christian Heusel authored
This reverts commit 29966f7b.
-
Christian Heusel authored
This reverts commit 30eba203.
-
Christian Heusel authored
-
Christian Heusel authored
-
- Sep 26, 2023
-
-
Christian Heusel authored
related to #6
-
- Sep 11, 2023
-
-
Christian Heusel authored
-
Christian Heusel authored
-
- Aug 28, 2023
-
-
Christian Heusel authored
-
- Aug 26, 2023
-
-
Christian Heusel authored
-
Christian Heusel authored
also skip tasks that are already closes or do no match summary
-
Christian Heusel authored
-
Christian Heusel authored
fixes #3
-
Christian Heusel authored
-
- Aug 20, 2023
-
-
Christian Heusel authored
fixes #5
-
- Aug 11, 2023
-
-
Christian Heusel authored
this includes a small refactoring to keep the code DRY
-
Christian Heusel authored
-
Christian Heusel authored
allow mapping severity and priority to labels Closes #4 See merge request !1
-
Christian Heusel authored
-
Christian Heusel authored
-
Christian Heusel authored
-
Christian Heusel authored
fixes #4
-
Christian Heusel authored
-
- Aug 02, 2023
-
-
Christian Heusel authored
useful i.e. to only move the namcap issues
-
Christian Heusel authored
-
Christian Heusel authored
fixes #2
-
- Jul 31, 2023
-
-
Christian Heusel authored
-
Christian Heusel authored
-
Christian Heusel authored
-
- Jul 22, 2023
-
-
Christian Heusel authored
-
Christian Heusel authored
-
Christian Heusel authored
-
Christian Heusel authored
-
- May 10, 2021
-
-
Kevin Morris authored
This option allows a user to produce the username conversions that would have occurred during a particular import. Key: Flyspray Username Value: GitLab Username A value can also be `null`, indicating that there was no Gitlab account found. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- May 07, 2021
-
-
Kevin Morris authored
Gitlab tokens can start with '-', and this completely breaks argparse. To workaround this issue, $GITLAB_TOKEN can be used to set the default --token value of `gitlab.py`, which can safely communicate strings starting with '-'. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
This caused a fatal exception, of course, because we aren't even indexing the same way. The indexes in the task list are a result of the results from a database fetch. The index we were looking for was a task id. Just look at the task that we're focused on for the loop's iteration instead of trying to re-index... Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
In regards to https://gitlab.archlinux.org/kevr/flyspray2gitlab/-/issues/29 . Signed-off-by:
Kevin Morris <kevr@0cost.org>
-