| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit refactors getting the tokens into receiver methods. This
means that functions do not have to call the cryptic "EnsureTokens"
method. The receiver getter then already verifier whether or not the
tokens could be obtained (and refreshes too). The downside is that
some things are now private, so testing for invalid tokens needs to be
done somewhere else.
This needs another patch such that clients can save the tokens
themselves using a keyring.
|
|
Full command: golangci-lint run --disable-all -E godot --fix
|
|
|
|
Errors and test files still need to be done. Also some getters are
changed by removing the 'get' prefix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes the levels more logical
|
|
|
|
|
|
|
|
|
|
|
|
For some reason GitHub was failing on the golang image but not locally??
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a race condition reported by Go's -race flag
In the future we should use waitgroups to ensure the OAuth local listener is started before we sent the URL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|