-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Personal Access Token Authentication (#110)
* Added tests on config Signed-off-by: Rafa Porres Molina <[email protected]> * moved to 1.15 Signed-off-by: Rafa Porres Molina <[email protected]> * Upgrade go-jira Signed-off-by: Rafa Porres Molina <[email protected]> * Changes to support PAT authentication Signed-off-by: Rafa Porres Molina <[email protected]> * addded PAT Signed-off-by: Rafa Porres Molina <[email protected]> * Added tests for Personal Access Token config Signed-off-by: Rafa Porres Molina <[email protected]> * Removed redundant check from main Signed-off-by: Rafa Porres Molina <[email protected]> * Add missing trailing dots in config_test.go Signed-off-by: Rafa Porres Molina <[email protected]> * Clarified TODO comment Signed-off-by: Rafa Porres Molina <[email protected]> * added trailing dots in config.go Signed-off-by: Rafa Porres Molina <[email protected]> * Used anonymous struct and in place test cases Signed-off-by: Rafa Porres Molina <[email protected]> * User/Password can be overriden separately Signed-off-by: Rafa Porres Molina <[email protected]>
- Loading branch information
Showing
8 changed files
with
381 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.