Commit log

88c28db Merge pull request #442 from MichaelMure/cache-lock

Click to expand commit body
Cache lock

Michael Muré created

0fd09aa Fix concurrency error

vince created

c215861 Remove pointer and unnecessary code

vince created

e9a7725 Add mutex to bugCache

Click to expand commit body
This adds a mutex to the bugCache to deal with locking.

vince created

08e7bbf Merge pull request #437 from MichaelMure/fix-426

Click to expand commit body
cache: fix BugExcerpt's timestamp not properly stored

Michael Muré created

a15ad83 Merge pull request #436 from MichaelMure/cli-usage

Click to expand commit body
commands: cleanup the command's usage to avoid warnings when generating the doc

Michael Muré created

92a59ec cache: fix BugExcerpt's timestamp not properly stored

Click to expand commit body
fix #426

Michael Muré created

ae5c096 commands: cleanup the command's usage to avoid warnings when generating the doc

Michael Muré created

51c887f Merge pull request #433 from MichaelMure/remove-bug-2

Click to expand commit body
Add the 'rm' command

Michael Muré created

a62ce78 bug: code cleanup for the rm feature

Michael Muré created

18ddc77 Fix bug tests

vince created

6e315ea Update docs

vince created

4e5f377 Remove need to specify remote

Click to expand commit body
This commit makes the removeBug command use the listRefs repo command to search for the bug, eliminating the need to input the remote the bug came from.

vince created

9436cf4 Move args parsing out of repo cache

vince created

7dbcca8 Add test for removing bug from cache

vince created

4e4ca10 Allow user to delete remote bugs

vince created

36f300c Add the 'rm' command

Click to expand commit body
This commit adds a command that removes a bug from the repository, given a prefix.

vince created

0590de9 gitlab: skip the broken test as "known broken" :(

Michael Muré created

3fcdd7e update go-gitlab

Michael Muré created

ac7e508 termui: avoid importing a whole package to check an error

Michael Muré created

c0bf7c3 update go-term-text

Michael Muré created

e38d702 some light code reorg

Michael Muré created

c448cf8 typos and minor readme fix

Michael Muré created

91f07d4 Merge pull request #428 from wavexx/force_status_fgcolor

Click to expand commit body
Set the Fg color of the status bar to White

Michael Muré created

b4158db Merge pull request #427 from wavexx/trim_titles

Click to expand commit body
Trim titles in list views

Michael Muré created

47b1255 Merge pull request #425 from karlicoss/ls-org-mode

Click to expand commit body
ls --format org-mode enhancements

Michael Muré created

5c823a7 ls: minor code improvements

Michael Muré created

9c3d25e Set the Fg color of the status bar to White

Click to expand commit body
Always set the Fg color when Bg is set. This fixes poor contrast on
terminals with non-standard foreground colors.

Yuri D'Elia created

54d4307 Trim titles in list views

Yuri D'Elia created

efe6ea3 ls --format org-mode enhancements

Click to expand commit body
- fix and align OPEN/CLOSED states
- fix org-mode links format
- santize tags (org-mode only allows _ and @ as special characters)
- format datetimes as org-mode

Dima Gerasimov created

f3304bd Add functionality to remove bugs from a local repository. (#423)

Click to expand commit body
Add functionality to remove bugs from a local repository.

This adds a function to remove git references in the repo and another one to remove bugs.

Vincent Tiu created

de062a7 Merge pull request #422 from MichaelMure/code-analysis

Click to expand commit body
fix github action

Michael Muré created

87a2638 fix github action

Michael Muré created

1dfe1fc Merge pull request #421 from MichaelMure/code-analysis

Click to expand commit body
code analysis

Michael Muré created

3594a6d code analysis

Michael Muré created

7198904 commands: fix segfault with badly loaded backend

Michael Muré created

44096b7 repo: fix test chocking on randomized element in repo.ListRefs()

Michael Muré created

8a38af2 cache: split into multiple files for readability

Michael Muré created

3cf31fc repository: merge git.Hash in for one less /util package

Michael Muré created

33d510a Merge pull request #414 from MichaelMure/cmd-rework

Click to expand commit body
commands: refactor to avoid globals

Michael Muré created

536c290 commands: open and close the backend in a single place, simplify commands

Michael Muré created

26bd1dd commands: refactor to avoid globals

Michael Muré created

c0dbc14 Merge pull request #407 from lukegb/fix-402

Click to expand commit body
Add support for read-only mode for web UI.

Michael Muré created

3aaf775 webui: pack

Michael Muré created

07d6c6a webui: render component's children as a function to avoid uncecessary rendering

Click to expand commit body
Co-authored-by: Quentin Gliech <quentingliech@gmail.com>

Michael Muré and Quentin Gliech created

2ab6381 Reorganize the webUI and API code

Click to expand commit body
Included in the changes:
- create a new /api root package to hold all API code, migrate /graphql in there
- git API handlers all use the cache instead of the repo directly
- git API handlers are now tested
- git API handlers now require a "repo" mux parameter
- lots of untangling of API/handlers/middleware
- less code in commands/webui.go

Michael Muré created

5f72b04 Use ErrNotAuthenticated

Luke Granger-Brown created

e5a316e Pull out context-stuff from identity into graphqlidentity package

Luke Granger-Brown created

766aff2 Change graphql Go handlers to pluck identity out of context instead.

Luke Granger-Brown created

8a38897 Add context.go to identity, used for attaching identities to and retrieving them from a context.Context

Luke Granger-Brown created