aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Move args parsing out of repo cachevince2020-07-281-1/+11
* Allow user to delete remote bugsvince2020-07-281-15/+7
* Add the 'rm' commandvince2020-07-282-0/+46
* Merge pull request #427 from wavexx/trim_titlesMichael Muré2020-07-141-2/+2
|\
| * Trim titles in list viewsYuri D'Elia2020-07-131-2/+2
* | ls: minor code improvementsMichael Muré2020-07-141-21/+20
* | ls --format org-mode enhancementsDima Gerasimov2020-07-121-8/+20
|/
* commands: fix segfault with badly loaded backendMichael Muré2020-07-071-1/+1
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-2834-480/+304
* commands: refactor to avoid globalsMichael Muré2020-06-2838-1111/+1328
* Reorganize the webUI and API codeMichael Muré2020-06-271-156/+20
* Use ErrNotAuthenticatedLuke Granger-Brown2020-06-271-5/+5
* Pull out context-stuff from identity into graphqlidentity packageLuke Granger-Brown2020-06-271-4/+9
* Change graphql Go handlers to pluck identity out of context instead.Luke Granger-Brown2020-06-271-6/+21
* Verify that we have an identity only in read-write modeLuke Granger-Brown2020-06-271-1/+9
* Don't permit file uploads in read-only modeLuke Granger-Brown2020-06-271-1/+3
* Add support for read-only mode for web UI.Luke Granger-Brown2020-06-271-4/+7
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-262-2/+2
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-254-85/+102
* cmds: cleanup and re-generate filesMichael Muré2020-06-243-220/+66
* Fix bugsvince2020-06-242-9/+11
* Clean up code and fix suggestionsvince2020-06-243-83/+110
* Add org-mode formatting optionvince2020-06-233-8/+187
* Add output formatting support to the 'show' and 'user ls' commandsvince2020-06-213-27/+264
* Merge pull request #403 from MichaelMure/ls-dumpVincent Tiu2020-06-181-5/+123
|\
| * Print JSON as a well-formed objectvince2020-06-181-4/+6
| * ls: Add support to ls dump bug information in specific formatsvince2020-06-161-5/+121
* | doc: fix typosMartin Michlmayr2020-06-161-1/+1
|/
* DOC: commands/root.go: syntaxWes Turner2020-05-011-1/+1
* query: no need for an ast packageMichael Muré2020-03-281-48/+28
* cache: replace the all-in-one query parser by a complete one with AST/lexer/p...Michael Muré2020-03-281-32/+25
* Merge pull request #344 from MichaelMure/github-lowercase-loginMichael Muré2020-02-291-0/+6
|\
| * github: correct casing for user provided loginMichael Muré2020-02-291-0/+6
* | identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-252-1/+4
|/
* bridges: massive refactorMichael Muré2020-02-151-10/+12
* auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-121-1/+1
* it compiles \o/Michael Muré2020-02-086-63/+72
* input: better reusable prompt functionsMichael Muré2020-02-081-3/+3
* various cleanups suggested by golang-ciMichael Muré2020-02-081-3/+1
* upgrade to gqlgen master, waiting for a releaseMichael Muré2020-02-051-2/+2
* bridge: allow to configure and pull without having set a user firstMichael Muré2019-12-255-9/+57
* Merge pull request #274 from MichaelMure/gitlab-bridgeMichael Muré2019-12-101-0/+1
|\
| * bridge/gitlab: support self-hosted GitLab instanceamine2019-12-101-0/+1
* | cmd: "user create" only assign the user identity if not setMichael Muré2019-12-101-1/+8
|/
* Merge pull request #271 from MichaelMure/bridge-credentialsMichael Muré2019-12-1017-67/+111
|\
| * bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-0817-67/+111
* | bridge: fix incorrect last import time on context cancelMichael Muré2019-12-091-4/+14
|/
* bridge: move export event handling to the CLIMichael Muré2019-11-261-1/+15
* bridge: trim inputs during bridge configurationamine2019-11-251-2/+2
* commands: add bridge configure --token-id flagamine2019-11-231-1/+3