aboutsummaryrefslogtreecommitdiffstats
path: root/commands/user.go
Commit message (Expand)AuthorAgeFilesLines
* commands: reorg into different packagesMichael Muré2022-11-201-110/+0
* Add command-specific argument completionsJohannes Altmanninger2022-05-011-1/+5
* commands: proper backend close on RunE errorMichael Muré2021-05-091-6/+5
* deal with the previous changesMichael Muré2021-02-141-5/+9
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-6/+6
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-13/+7
* commands: refactor to avoid globalsMichael Muré2020-06-281-39/+50
* identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-251-0/+3
* it compiles \o/Michael Muré2020-02-081-3/+0
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-2/+3
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-1/+1
* commands: add a --field flag to "git bug user" to display users details indiv...Michael Muré2019-04-031-0/+36
* Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-231-1/+1
* commands: "user ls" also show metadataMichael Muré2019-03-011-0/+4
* commands: show the last modification time in "user"Michael Muré2019-03-011-0/+3
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
* identity: store the times properlyMichael Muré2019-03-011-2/+0
* identity: working identity cacheMichael Muré2019-03-011-1/+1
* identity: work on higher level now, cache, first two identity commandsMichael Muré2019-03-011-0/+56