Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | codereview #5: reverse-map and ImportWarning | Josh Bialkowski | 2019-12-18 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | * Fix git config reader can't read values with spaces * Add bug-id-revmap config option for the reverse map, and use this in the importer * Add NewImportWarning for things that aren't exactly errors. Use this for unhandled changelog events. * Add NewExportWarning for things that aren't exactly errors. Use this for un-exportable status changes. * Strip newlines from titles on import | |||||
* | | codereview #2: some cleanup, correct use of nothing-events | Josh Bialkowski | 2019-12-18 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * return error, don't panic * skipping status export is an error * use switch in config.go * move PromptPassword to input * move client construction into getIdentityClient * use non-pointer context throughout client since it is an interface * remove some TODOs * don't emit multiple nothing-events, just one per bug only if nothing happened. * rename EditBody to EditCreateComment * add configuration notes about additional values * store bug id map in a dictionary in the config * some fixes from testing | |||||
* | | Implement jira bridge | Josh Bialkowski | 2019-12-18 | 4 | -3/+368 | |
|/ | ||||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 2 | -0/+5 | |
| | ||||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 2 | -13/+13 | |
| | ||||||
* | github: tiny cleanups of the configurator | Michael Muré | 2019-11-26 | 2 | -8/+13 | |
| | ||||||
* | cli: rename "token" into "auth" | Michael Muré | 2019-11-10 | 15 | -135/+135 | |
| | ||||||
* | cli: add bridge token show | Michael Muré | 2019-11-10 | 6 | -8/+60 | |
| | ||||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 6 | -26/+15 | |
| | ||||||
* | token: regenerate documentation and fix imports | amine | 2019-11-09 | 2 | -11/+3 | |
| | ||||||
* | tokens: use a hash as token identifier instead of the token it self | amine | 2019-11-09 | 7 | -1/+180 | |
| | ||||||
* | bridge: various cleanups | Michael Muré | 2019-11-09 | 2 | -1/+2 | |
| | ||||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 2 | -5/+5 | |
| | ||||||
* | commands: support bridge imports after a given date and resumable imports | amine | 2019-11-03 | 2 | -1/+11 | |
| | ||||||
* | Make the ADD_COMMENT example more realistic | hoijui | 2019-10-29 | 1 | -2/+2 | |
| | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | |||||
* | model: try to describe the `OperationPack` format more clearly | hoijui | 2019-10-28 | 1 | -12/+22 | |
| | ||||||
* | Merge pull request #225 from hoijui/patch-2 | Michael Muré | 2019-10-12 | 1 | -0/+2 | |
|\ | | | | | Model: reference git internals documentation | |||||
| * | Update model.md | Michael Muré | 2019-10-12 | 1 | -3/+1 | |
| | | ||||||
| * | Model: reference git internals documentation | hoijui | 2019-10-11 | 1 | -0/+4 | |
| | | ||||||
* | | Model: fix minor grammar issues and clarify a bit | hoijui | 2019-10-11 | 1 | -16/+16 | |
|/ | ||||||
* | doc/man: update generated documentations | Amine Hilaly | 2019-08-31 | 2 | -4/+18 | |
| | ||||||
* | commands: add bridge configure completion scripts | Amine Hilaly | 2019-08-31 | 2 | -0/+5 | |
| | ||||||
* | bridge: update generated docs | Amine Hilaly | 2019-07-23 | 2 | -2/+2 | |
| | ||||||
* | [misc] update man docs and completion scripts | Amine Hilaly | 2019-06-24 | 4 | -1/+53 | |
| | | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects | |||||
* | misc: generate PowerShell command completion | Michael Muré | 2019-06-23 | 2 | -2/+2 | |
| | ||||||
* | rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN | Amine Hilaly | 2019-06-07 | 4 | -10/+10 | |
| | ||||||
* | Update man pages and bash_completion | Amine Hilaly | 2019-05-29 | 4 | -5/+146 | |
| | ||||||
* | commands: add flags/config to control the automatic opening in the default ↵ | Michael Muré | 2019-05-27 | 4 | -5/+23 | |
| | | | | browser | |||||
* | vendor: update dependencies | Michael Muré | 2019-05-22 | 2 | -2/+6 | |
| | ||||||
* | Update architecture.md | Michael Muré | 2019-04-18 | 1 | -3/+2 | |
| | ||||||
* | doc: add an architecture overview | Michael Muré | 2019-04-18 | 2 | -2/+105 | |
| | ||||||
* | move media in /misc | Michael Muré | 2019-04-17 | 4 | -43/+0 | |
| | ||||||
* | commands: fix ls not displaying the new Identities properly | Michael Muré | 2019-04-11 | 4 | -10/+20 | |
| | ||||||
* | Merge pull request #121 from A-Hilaly/query-humanid | Michael Muré | 2019-04-05 | 1 | -0/+1 | |
|\ | | | | | Support matching identities with ID and truncated ID | |||||
| * | implement identityExcerpt match method and integrate it into filters | Amine Hilaly | 2019-04-05 | 1 | -0/+1 | |
| | | | | | | | | Update docs | |||||
* | | doc: fix typos | Michael Muré | 2019-04-05 | 1 | -6/+6 | |
|/ | ||||||
* | improve docs | Amine Hilaly | 2019-04-05 | 1 | -1/+1 | |
| | ||||||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 | 1 | -0/+21 | |
| | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | |||||
* | commands: add a --field flag to "git bug user" to display users details ↵ | Michael Muré | 2019-04-03 | 2 | -1/+6 | |
| | | | | individually | |||||
* | commands: add "show --field humanId" | Michael Muré | 2019-04-03 | 2 | -2/+2 | |
| | ||||||
* | update generated files | Michael Muré | 2019-04-01 | 32 | -32/+32 | |
| | ||||||
* | regenerate md and man files | Michael Muré | 2019-03-27 | 21 | -43/+60 | |
| | ||||||
* | cache: make the title filter case insensitive | Michael Muré | 2019-03-03 | 2 | -0/+5 | |
| | ||||||
* | Fixed doc/queries.md | Sladyn | 2019-03-03 | 1 | -4/+4 | |
| | ||||||
* | Made requested changes | Sladyn | 2019-03-02 | 1 | -0/+10 | |
| | | | | Made changes to the doc files and remaining areas which required updation. | |||||
* | update generated files | Michael Muré | 2019-03-01 | 31 | -89/+89 | |
| | ||||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 2 | -6/+1 | |
| | ||||||
* | commands: add a "." at the end of Short commands usage | Michael Muré | 2019-03-01 | 32 | -115/+167 | |
| | ||||||
* | commands: add a "user adopt" command to use an existing identity | Michael Muré | 2019-03-01 | 3 | -1/+52 | |
| | ||||||
* | commands: add a super-fast "user ls" command | Michael Muré | 2019-03-01 | 4 | -1/+58 | |
| |