| Age | Commit message (Collapse) | Author |
|
- Add an internal folder where all the internal code lives
- Make a state.go and state_test.go for the public interface
This gives a more clear separation between functions and modules. It
also makes this a more typical Go project setup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dot from graphviz kept re-ordering (e.g. flipping edges) which is annoying when showing the
graph live
|
|
|
|
|
|
|
|
|
|
We need to uncomment this again when we find a proper fix. The problem
is that our FSM only allows OAuth changes when we're not
authenticated. When we're already authenticated and we want to
completely re-do the oauth process, this is not possible. While we
could go back to the not authenticated phase, this means that we're
also leaving the connected phase. Decouple authentication and connection?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|