aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/core/token.go
Commit message (Expand)AuthorAgeFilesLines
* bridge/gitlab: add gitlab bridge configurationamine2019-11-241-2/+2
* bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functionsamine2019-11-241-0/+42
* bridge/core: load token value in ensureInitamine2019-11-231-2/+74
* bridge: use the target as well in the token IDMichael Muré2019-11-191-1/+1
* cli: add bridge token showMichael Muré2019-11-101-1/+1
* bridge: various improvement on the global token PRMichael Muré2019-11-101-47/+61
* token: regenerate documentation and fix importsamine2019-11-091-1/+1
* bridge/core: store token in the global config and replace scopes with create ...amine2019-11-091-123/+45
* tokens: use entity.Id as id typeamine2019-11-091-8/+9
* tokens: use a hash as token identifier instead of the token it selfamine2019-11-091-32/+97
* bridge: various cleanupsMichael Muré2019-11-091-44/+31
* commands: use token value as identifierAmine2019-11-091-31/+14
* bridge/core: use token id instead of nameAmine2019-11-091-40/+25
* bridge/core: comment token functionalitiesAmine2019-11-091-18/+32
* bridge/core: Implement token functionalitiesAmine2019-11-091-0/+211