Commit Graph

76 Commits

Author SHA1 Message Date
Miguel de la Cruz 8c77e1a33f Correctly report added tickets and add publish ticket command 2020-11-18 19:24:40 +01:00
Miguel de la Cruz 5d7e67a553 Add --links flag to the list command 2020-10-15 16:42:22 +02:00
Miguel de la Cruz 8494b273dd Adds published-only flag to the list command 2020-10-07 20:06:29 +02:00
Miguel de la Cruz 0cff217a8b Add campaigner list command 2020-10-07 19:53:35 +02:00
Miguel de la Cruz 27965460d4 Do not allow to overwrite campaign file on init 2020-10-07 19:31:17 +02:00
Miguel de la Cruz 37b2300907 Use cmd's out fd instead of os' 2020-10-05 11:59:24 +02:00
Miguel de la Cruz c0bd4fd0e1 Replaces getRoot function by simply using cmd.Root() builtin 2020-10-05 11:58:31 +02:00
Miguel de la Cruz 12774baedc Adds completion command 2020-10-05 11:56:21 +02:00
Miguel de la Cruz 817d73abac Print URL of the JIRA and GitHub published tickets/issues 2020-10-03 14:40:48 +02:00
Miguel de la Cruz 703d38b228 Fix typo 2020-10-03 14:09:26 +02:00
Miguel de la Cruz 15b4cb6641 Adds label command and subcommands 2020-10-03 14:07:05 +02:00
Miguel de la Cruz 7f0e5cd46e Fix format 2020-09-24 19:01:18 +02:00
Miguel de la Cruz 82dc46f787 Fix typo 2020-09-24 14:02:36 +02:00
Miguel de la Cruz 0e6678534e Add report user command 2020-09-24 14:02:04 +02:00
Miguel de la Cruz 7b1b61a582 Add --campaign persistent flag 2020-09-24 13:42:05 +02:00
Miguel de la Cruz a13a0ec949 Add initial version of the sync command 2020-09-21 09:27:50 +02:00
Miguel de la Cruz f0d4dfb962 Mark sync command as not implemented yet 2020-09-16 18:34:36 +02:00
Miguel de la Cruz a40693b493 Defer campaign loading in the wrappers 2020-04-30 16:54:04 +02:00
Miguel de la Cruz 2f6d27d831 Add pull command 2020-04-30 08:13:50 +02:00
Miguel de la Cruz 114f73f9f5 Add the app struct 2020-04-29 20:40:05 +02:00
Miguel de la Cruz 9dd34b5a1b Allow to add a footer to the github issues 2020-04-28 11:21:31 +02:00
Miguel de la Cruz c0be150f06 Fix formatting for add govet command 2020-04-27 17:50:59 +02:00
Miguel de la Cruz aad8c6b884 Add govet parsing 2020-04-27 17:49:11 +02:00
Miguel de la Cruz 5dde18d3ae Shortens the command documentation 2020-04-27 12:22:24 +02:00
Miguel de la Cruz be543e2cc4 Simplifies init process and adds github issue publishing 2020-04-27 11:42:29 +02:00
Miguel de la Cruz 21c18b3095 Removes --project flag
Removed the need to use --project as its value is now inferred from
--epic. This commit adds an example of use to the `init` command too
2020-04-16 10:05:01 +02:00
Miguel de la Cruz dcee28eca8 Initial approach to github issue creation 2020-03-07 13:27:11 +01:00
Miguel de la Cruz fdaf72aac4 Adds simple integration with github library and test with publish github 2020-03-07 13:08:03 +01:00
Miguel de la Cruz 6025a47e3b Add output info when adding tickets 2020-03-07 12:04:24 +01:00
Miguel de la Cruz ebcd0375aa Add import csv command 2020-03-07 11:11:40 +01:00
Miguel de la Cruz 69f15a4de0 Adds first version of status 2020-03-06 19:54:52 +01:00
Miguel de la Cruz afe7bb9455 Add a dry-run flag to the publish commands 2020-03-05 22:57:01 +01:00
Miguel de la Cruz 2123820586 Add publish all method 2020-03-05 22:37:01 +01:00
Miguel de la Cruz 340c821a5b Add issue type to the campaign model 2020-03-05 21:31:20 +01:00
Miguel de la Cruz 1b66405f39 Allow standalone command to create issues 2020-03-05 20:42:25 +01:00
Miguel de la Cruz ab2e28e29e Parametrise JIRA url 2020-03-05 17:38:53 +01:00
Miguel de la Cruz 788146e1fa Add project as part of the campaign 2020-03-04 23:59:23 +01:00
Miguel de la Cruz bd98139059 Add remote links to the ticket struct 2020-03-04 23:07:26 +01:00
Miguel de la Cruz e3e22e071a Allow standalone commands to read from the config 2020-03-04 22:40:42 +01:00
Miguel de la Cruz 0efefd02c6 Add structure to the sync command 2020-03-04 22:26:04 +01:00
Miguel de la Cruz 6334dbfaca Add publish command structure 2020-03-04 22:22:16 +01:00
Miguel de la Cruz 4933ed1147 Replace direct usage of the API with go-jira 2020-03-04 22:13:55 +01:00
Miguel de la Cruz ae4b6e6620 Change ticket from struct to map 2020-03-04 21:57:16 +01:00
Miguel de la Cruz 089a61bd41 Modify add command to split the different mechanisms 2020-03-04 21:38:49 +01:00
Miguel de la Cruz 61091e08e5 Add file-only mode to the add command 2020-03-01 13:21:10 +01:00
Miguel de la Cruz d5778abbd6 Add summary field to get-jira-ticket 2020-03-01 13:08:51 +01:00
Miguel de la Cruz b69dce907e Fix linter 2020-03-01 13:03:47 +01:00
Miguel de la Cruz 0ae0c6ffdf Add get-jira-ticket command 2020-03-01 13:02:52 +01:00
Miguel de la Cruz 5d727b8995 Complete create-jira-ticket command 2020-03-01 12:30:49 +01:00
Miguel de la Cruz c9cfb83e32 Adds template execution and correctly calls create ticket method 2020-03-01 11:42:36 +01:00