Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 1 | -45/+0 |
| | |||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -1/+1 |
| | | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing | ||||
* | Fix ID string in order to find correct bug instance | Alexander Scharinger | 2021-04-17 | 1 | -3/+4 |
| | |||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -3/+4 |
| | |||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -7/+3 |
| | |||||
* | commands: display comment's id in "git bug comment" | Michael Muré | 2019-03-28 | 1 | -0/+16 |
| | |||||
* | commands: show the last modification time in "user" | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | WIP identity in git | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | upgrade gqlgen to v0.7.1 | Michael Muré | 2018-12-23 | 1 | -0/+3 |
| | |||||
* | timeline: various minor improvements | Michael Muré | 2018-09-30 | 1 | -6/+3 |
| | |||||
* | commands: git bug comment now show the comments of a bug | Michael Muré | 2018-09-15 | 1 | -2/+7 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -2/+2 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -0/+2 |
| | |||||
* | implement media hosting in git for comments + API for the webui | Michael Muré | 2018-08-02 | 1 | -0/+2 |
| | |||||
* | termui: add a view to display a bug | Michael Muré | 2018-08-01 | 1 | -2/+2 |
| | |||||
* | graphql: Actually get the bugs from the repo | Quentin Gliech | 2018-07-20 | 1 | -2/+2 |
| | |||||
* | humanize time | Michael Muré | 2018-07-19 | 1 | -2/+6 |
| | |||||
* | all operations now have an author and a timestamp | Michael Muré | 2018-07-18 | 1 | -2/+2 |
| | |||||
* | crude implementation of show | Michael Muré | 2018-07-17 | 1 | -0/+6 |
| | |||||
* | use a Unix timestamp (int64) for the time instead of golang's Time that ↵ | Michael Muré | 2018-07-14 | 1 | -3/+1 |
| | | | | cause trouble for serialisation | ||||
* | add time to comments | Michael Muré | 2018-07-14 | 1 | -0/+6 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 1 | -3/+0 |
| | |||||
* | move Hash in /util/ | Michael Muré | 2018-07-12 | 1 | -0/+3 |
| | |||||
* | add the new bug command with a very primitive bug datastructure | Michael Muré | 2018-07-12 | 1 | -0/+6 |