aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/jira
Commit message (Expand)AuthorAgeFilesLines
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-231-1/+1
* cache: tie up the refactor up to compilingMichael Muré2022-12-212-8/+7
* WIPMichael Muré2022-11-282-3/+3
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-132-18/+20
* bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-221-3/+2
* move bug.Status in entities/common for reuseMichael Muré2022-08-201-4/+5
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-185-6/+6
* entity/dag: proper base operation for simplified implementationMichael Muré2022-07-252-2/+4
* jira: fix incorrect client creation reusing the same credentialMichael Muré2022-03-101-1/+1
* CLI: Add non-interactive option to interactive commands (#651)Sascha2021-05-091-16/+33
* make sure every text input is safe and validatedMichael Muré2021-04-171-23/+8
* bug: migrate to the DAG entity structure!Michael Muré2021-02-141-1/+1
* deal with the previous changesMichael Muré2021-02-141-0/+1
* bridge: store credentials in the Keyring instead of the git configMichael Muré2020-09-291-1/+1
* bug: harmonize how time are used, fix some issues in command special formatsMichael Muré2020-06-251-1/+1
* jira/gitlab: fix a bad login handling in the configuratorMichael Muré2020-03-281-5/+7
* jira: tag bugs with the base URL, tighten the matchingMichael Muré2020-03-282-1/+12
* identity: bring back the login to hold that info from bridges (purely informa...Michael Muré2020-02-251-1/+2
* bridge: record the login used during the configure and use it as default cred...Michael Muré2020-02-233-4/+16
* metaKeyJiraOperationId -> metaKeyJiraDerivedIdJosh Bialkowski2020-02-172-23/+23
* fix usage of newIdentityRawJosh Bialkowski2020-02-171-1/+1
* Fix jira bridge config didn't save credentials or store URL metadataJosh Bialkowski2020-02-171-0/+10
* jira: fix a nil contextMichael Muré2020-02-151-1/+2
* jira: rework to use the credential system + adapt to refactorsMichael Muré2020-02-155-278/+346
* jira: admittedly biased go stylingMichael Muré2020-02-093-198/+154
* jira: use the new generalized promptsMichael Muré2020-02-091-105/+40
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-094-25/+30
* repair after rebaseJosh Bialkowski2019-12-184-21/+19
* codereview #5: reverse-map and ImportWarningJosh Bialkowski2019-12-183-32/+68
* codereview #4: fixes from testingJosh Bialkowski2019-12-182-9/+42
* codreview #3: two credential types, more fixesJosh Bialkowski2019-12-184-59/+126
* codereview #2: some cleanup, correct use of nothing-eventsJosh Bialkowski2019-12-184-161/+131
* codereview #1: clean lint from golangcibotJosh Bialkowski2019-12-184-20/+37
* Implement jira bridgeJosh Bialkowski2019-12-185-0/+2830