Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some comments | dockercui | 2024-04-24 | 1 | -1/+1 |
| | | | | Signed-off-by: dockercui <dockercui@aliyun.com> | ||||
* | [DATALAD RUNCMD] Run codespell -w | Yaroslav Halchenko | 2023-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||||
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 1 | -2/+2 |
| | |||||
* | WIP | Michael Muré | 2022-11-28 | 1 | -1/+2 |
| | |||||
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 | 2 | -96/+103 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -1/+1 |
| | |||||
* | feature: Github bridge mutation rate limit (#694) | rng-dynamics | 2021-09-14 | 1 | -0/+12 |
| | | | Unified handling of rate limiting of github graphql api | ||||
* | CLI: Add non-interactive option to interactive commands (#651) | Sascha | 2021-05-09 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add option to skip the AvatarURL input request Using an empty string for the avatar cli flag e.g. `git-bug user create -a ""` will still result in a prompt. As the avatar URL is an optional option, it should be possible to skip asking for it entirely. Otherwise automated user creation via a script must make use of pipe hacks. * Add global --non-interactive cmdline option * Replace --skipAvatar for --non-interactive option * Cmd BugAdd: respect non-interactive option * Cmd bridge configure: respect non-interactive opt * Cmd CommentAdd: respect non-interactive option * Cmd CommentEdit: respect non-interactive option * Cmd TermUI: respect non-interactive option * Cmd TitleEdit: respect non-interactive option * Remove global non-interactive option * Cmd UserCreate: Use local non-interactive option * Cmd BugAdd: Use local non-interactive option * Cmd BridgeConfigure: Use local non-interactive option * Cmd CommentAdd: Use local non-interactive option * Cmd CommentEdit: Use local non-interactive option * Cmd TermUI: Drop non-interactive option It should be obviouse that the termui is an interactive command. * Cmd TitleEdit: Use local non-interactive option * Update docs * Bridge GitHub: respect non-interactive option * Bridge GitLab: respect non-interactive option * Bridge Jira: respect non-interactive and token opt * Fix failing compilation * Bridge launchpad: respect non-interactive option * bridge: isNonInteractive --> interactive Co-authored-by: Michael Muré <batolettre@gmail.com> | ||||
* | Merge remote-tracking branch 'origin/master' into dev-gh-bridge | Michael Muré | 2021-04-09 | 2 | -4/+6 |
|\ | |||||
| * | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 1 | -2/+4 |
| |\ | |||||
| | * | repo: fix various config issues around case insentivity | Michael Muré | 2021-03-28 | 1 | -2/+4 |
| | | | |||||
| * | | repo: expose all lamport clocks, move clocks in their own folder | Michael Muré | 2021-02-14 | 1 | -2/+2 |
| |/ | |||||
* / | Improve feedback for user when Github rate limiting | Alexander Scharinger | 2021-04-08 | 1 | -0/+12 |
|/ | | | | | | | | The Github bridge itself should not write anything. This commit removes code writing to stdout and itroduces an event `ImportEventRateLimiting` to `core.ImportResult` in order to inform about a rate limiting situation of the Github GraphQL API. Now the communication with the user is delegated to the various user interfaces. | ||||
* | bridge: store credentials in the Keyring instead of the git config | Michael Muré | 2020-09-29 | 6 | -160/+140 |
| | |||||
* | github: correct casing for user provided login | Michael Muré | 2020-02-29 | 1 | -11/+11 |
| | |||||
* | use regex.MustCompile instead of dealing with the error | Michael Muré | 2020-02-23 | 2 | -12/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-15 | 2 | -16/+8 |
|\ | |||||
| * | bridges: pass the context to Init for when a client build process needs it | Michael Muré | 2020-02-15 | 2 | -16/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-15 | 3 | -3/+8 |
|\| | |||||
| * | bridges: more refactor and cleanup | Michael Muré | 2020-02-15 | 3 | -3/+8 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-15 | 4 | -15/+66 |
|\| | |||||
| * | bridges: massive refactor | Michael Muré | 2020-02-15 | 4 | -15/+66 |
| | | | | | | | | | | | | - automatic flag validation and warning - generalized prompt - cleanups | ||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-14 | 9 | -65/+365 |
|\| | |||||
| * | auth: refactor and introduce Login and LoginPassword, salt IDs | Michael Muré | 2020-02-12 | 9 | -64/+363 |
| | | |||||
| * | github/gitlab: many fixes and improvments at the config step | Michael Muré | 2020-02-10 | 1 | -1/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jira | Michael Muré | 2020-02-09 | 9 | -85/+197 |
|\| | |||||
| * | bridge: fix 2 uncatched errors | Michael Muré | 2020-02-08 | 1 | -0/+3 |
| | | |||||
| * | bridge: fix wrong error used | Michael Muré | 2020-02-08 | 1 | -1/+1 |
| | | |||||
| * | it compiles \o/ | Michael Muré | 2020-02-08 | 2 | -0/+22 |
| | | |||||
| * | more more wip | Michael Muré | 2020-02-08 | 5 | -3/+62 |
| | | |||||
| * | more wip | Michael Muré | 2020-02-08 | 3 | -26/+20 |
| | | |||||
| * | WIP | Michael Muré | 2020-02-08 | 4 | -70/+51 |
| | | |||||
| * | codereview #6: don't fail one warning | Josh Bialkowski | 2020-01-04 | 2 | -3/+12 |
| | | | | | | | | * presence of an error in the import event doesn't indicate failure | ||||
| * | * Fix git config reader can't read values with spaces | Josh Bialkowski | 2020-01-04 | 2 | -0/+35 |
| | | | | | | | | | | | | | | * 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. | ||||
| * | bridge: allow to configure and pull without having set a user first | Michael Muré | 2019-12-25 | 3 | -16/+63 |
| | | | | | | | | | | | | | | | | | | | | - init() only the importer or exporter as required - assign a "default user" user Id to credentials at creation if no user has been set - "bridge auth": also display the user - "bridge auth show": adapt to a potential "default user" user Id - "bridge configure": allow to run without a user set - "bridge pull": allow to run without a user set - "user adopt": replace "default user" by the actual user id when run | ||||
* | | codereview #6: don't fail one warning | Josh Bialkowski | 2019-12-18 | 2 | -3/+12 |
| | | | | | | | | * presence of an error in the import event doesn't indicate failure | ||||
* | | codereview #5: reverse-map and ImportWarning | Josh Bialkowski | 2019-12-18 | 2 | -0/+29 |
|/ | | | | | | | | | | | * 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 | ||||
* | bridge/gitlab: support self-hosted GitLab instance | amine | 2019-12-10 | 1 | -0/+1 |
| | |||||
* | auth: Correctly cast configs[configKeyKind] | amine | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | type the CredentialKind values | Michael Muré | 2019-12-09 | 1 | -2/+2 |
| | | | Co-Authored-By: Amine <hilalyamine@gmail.com> | ||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 7 | -321/+512 |
| | |||||
* | bridge: move export event handling to the CLI | Michael Muré | 2019-11-26 | 1 | -23/+5 |
| | |||||
* | bridge/gitlab: add gitlab bridge configuration | amine | 2019-11-24 | 1 | -2/+2 |
| | |||||
* | bridge/core: add LoadTokensWithTarget and LoadOrCreateToken functions | amine | 2019-11-24 | 1 | -0/+42 |
| | | | | bridge/github: global fixes | ||||
* | bridge/core: load token value in ensureInit | amine | 2019-11-23 | 2 | -4/+87 |
| | | | | bridge/core: add more token functionalities | ||||
* | bridge: use the target as well in the token ID | Michael Muré | 2019-11-19 | 1 | -1/+1 |
| | |||||
* | Merge pull request #247 from MichaelMure/bridge-origin | Michael Muré | 2019-11-19 | 1 | -3/+3 |
|\ | | | | | bridge: move keyOrigin to core package | ||||
| * | bridge/launchpad: add missing metadata | amine | 2019-11-19 | 1 | -3/+3 |
| | | | | | | | | bridge: use a specific key for origin metadata | ||||
* | | bridge/core: document import/export events | Michael Muré | 2019-11-19 | 2 | -1/+24 |
| | | |||||
* | | cli: add bridge token show | Michael Muré | 2019-11-10 | 1 | -1/+1 |
| | |