Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement cache eviction and testing | vince | 2020-08-25 | 1 | -2/+0 |
| | |||||
* | Fix concurrency error | vince | 2020-08-18 | 1 | -11/+24 |
| | |||||
* | Remove pointer and unnecessary code | vince | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Add mutex to bugCache | vince | 2020-08-13 | 1 | -0/+33 |
| | | | | This adds a mutex to the bugCache to deal with locking. | ||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -3/+3 |
| | |||||
* | codereview #2: some cleanup, correct use of nothing-events | Josh Bialkowski | 2019-12-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | * 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 | 1 | -0/+22 |
| | |||||
* | bridge/github: importer corectly emit events | amine | 2019-11-19 | 1 | -0/+4 |
| | |||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -30/+12 |
| | |||||
* | fix everything following the hash-->id change | Michael Muré | 2019-08-08 | 1 | -12/+8 |
| | |||||
* | [misc] update man docs and completion scripts | Amine Hilaly | 2019-06-24 | 1 | -1/+1 |
| | | | | | | [cache] BugCache: Fix set metadata raw [bridge/github] Fix graphql input objects | ||||
* | [cache] BugCache: Add set metadata methods | Amine Hilaly | 2019-06-24 | 1 | -0/+18 |
| | | | | | | [bridge/github] fix add/remove mutation requests [bridge/github] iterator: fix typo | ||||
* | Add ForceLabelChange functionalities | Amine Hilaly | 2019-05-05 | 1 | -0/+27 |
| | |||||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 | 1 | -34/+34 |
| | |||||
* | identity: wip caching | Michael Muré | 2019-03-01 | 1 | -2/+10 |
| | |||||
* | identity: work on higher level now, cache, first two identity commands | Michael Muré | 2019-03-01 | 1 | -20/+18 |
| | |||||
* | identity: all tests green o/ | Michael Muré | 2019-03-01 | 1 | -6/+6 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -4/+1 |
| | |||||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 | 1 | -6/+6 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -0/+4 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -12/+14 |
| | |||||
* | github: working incremental + comment history for the first comment | Michael Muré | 2018-10-01 | 1 | -0/+47 |
| | |||||
* | bug: in op convenience function, return the new op to be able to set ↵ | Michael Muré | 2018-10-01 | 1 | -13/+55 |
| | | | | metadata later | ||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -8/+7 |
| | |||||
* | cache: add raw edit functions to allow setting up the author, the timestamp ↵ | Michael Muré | 2018-09-25 | 1 | -10/+28 |
| | | | | and the metadatas | ||||
* | commands: add a package to handle implicit bug selection | Michael Muré | 2018-09-18 | 1 | -0/+4 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -4/+16 |
| | |||||
* | operations: return a more convenient array of result for label changes | Michael Muré | 2018-09-13 | 1 | -7/+10 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -3/+3 |
| | |||||
* | make CLI commands use the cache to lock the repo properly | Michael Muré | 2018-08-31 | 1 | -2/+8 |
| | |||||
* | cache: maintain, write and load from disk bug excerpts | Michael Muré | 2018-08-23 | 1 | -34/+26 |
| | |||||
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵ | Michael Muré | 2018-08-23 | 1 | -28/+3 |
| | | | | snapshot | ||||
* | cache: lock the repo with a pid file; automatic cleaning | Michael Muré | 2018-08-21 | 1 | -0/+137 |