aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* github-howto: change titleMichael Muré2020-03-011-1/+1
|
* howto: link to other ressourcesMichael Muré2020-03-011-0/+11
|
* doc: refresh the github howtoMichael Muré2020-03-011-2/+10
|
* doc: fix typosMichael Muré2020-03-011-2/+2
|
* add a how-to to explain usage with GithubMichael Muré2020-03-011-0/+61
|
* update auto-generated filesMichael Muré2020-02-2337-212/+175
|
* update auto-generated filesMichael Muré2020-02-234-4/+4
|
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-154-23/+30
|\
| * bridges: massive refactorMichael Muré2020-02-152-19/+26
| | | | | | | | | | | | - automatic flag validation and warning - generalized prompt - cleanups
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-092-0/+10
|\|
| * it compiles \o/Michael Muré2020-02-082-0/+10
| |
* | repair after rebaseJosh Bialkowski2019-12-181-1/+1
| |
* | codereview #5: reverse-map and ImportWarningJosh Bialkowski2019-12-181-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-eventsJosh Bialkowski2019-12-181-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 bridgeJosh Bialkowski2019-12-184-3/+368
|/
* bridge/gitlab: support self-hosted GitLab instanceamine2019-12-102-0/+5
|
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-082-13/+13
|
* github: tiny cleanups of the configuratorMichael Muré2019-11-262-8/+13
|
* cli: rename "token" into "auth"Michael Muré2019-11-1015-135/+135
|
* cli: add bridge token showMichael Muré2019-11-106-8/+60
|
* bridge: various improvement on the global token PRMichael Muré2019-11-106-26/+15
|
* token: regenerate documentation and fix importsamine2019-11-092-11/+3
|
* tokens: use a hash as token identifier instead of the token it selfamine2019-11-097-1/+180
|
* bridge: various cleanupsMichael Muré2019-11-092-1/+2
|
* bridge: improvement on the import resume featureMichael Muré2019-11-032-5/+5
|
* commands: support bridge imports after a given date and resumable importsamine2019-11-032-1/+11
|
* Make the ADD_COMMENT example more realistichoijui2019-10-291-2/+2
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* model: try to describe the `OperationPack` format more clearlyhoijui2019-10-281-12/+22
|
* Merge pull request #225 from hoijui/patch-2Michael Muré2019-10-121-0/+2
|\ | | | | Model: reference git internals documentation
| * Update model.mdMichael Muré2019-10-121-3/+1
| |
| * Model: reference git internals documentationhoijui2019-10-111-0/+4
| |
* | Model: fix minor grammar issues and clarify a bithoijui2019-10-111-16/+16
|/
* doc/man: update generated documentationsAmine Hilaly2019-08-312-4/+18
|
* commands: add bridge configure completion scriptsAmine Hilaly2019-08-312-0/+5
|
* bridge: update generated docsAmine Hilaly2019-07-232-2/+2
|
* [misc] update man docs and completion scriptsAmine Hilaly2019-06-244-1/+53
| | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects
* misc: generate PowerShell command completionMichael Muré2019-06-232-2/+2
|
* rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKENAmine Hilaly2019-06-074-10/+10
|
* Update man pages and bash_completionAmine Hilaly2019-05-294-5/+146
|
* commands: add flags/config to control the automatic opening in the default ↵Michael Muré2019-05-274-5/+23
| | | | browser
* vendor: update dependenciesMichael Muré2019-05-222-2/+6
|
* Update architecture.mdMichael Muré2019-04-181-3/+2
|
* doc: add an architecture overviewMichael Muré2019-04-182-2/+105
|
* move media in /miscMichael Muré2019-04-174-43/+0
|
* commands: fix ls not displaying the new Identities properlyMichael Muré2019-04-114-10/+20
|
* Merge pull request #121 from A-Hilaly/query-humanidMichael Muré2019-04-051-0/+1
|\ | | | | Support matching identities with ID and truncated ID
| * implement identityExcerpt match method and integrate it into filtersAmine Hilaly2019-04-051-0/+1
| | | | | | | | Update docs
* | doc: fix typosMichael Muré2019-04-051-6/+6
|/
* improve docsAmine Hilaly2019-04-051-1/+1
|
* Expose actors and participants in snapshot and bug excerptAmine Hilaly2019-04-041-0/+21
| | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation