Commit log
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
5 years ago
92a59ec
cache: fix BugExcerpt's timestamp not properly stored
Click to expand commit body
fix #426
Michael Muré
created
5 years ago
ae5c096
commands: cleanup the command's usage to avoid warnings when generating the doc
Michael Muré
created
5 years ago
51c887f
Merge pull request #433 from MichaelMure/remove-bug-2
Click to expand commit body
Add the 'rm' command
Michael Muré
created
5 years ago
a62ce78
bug: code cleanup for the rm feature
Michael Muré
created
5 years ago
vince
created
5 years ago
vince
created
5 years ago
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
5 years ago
9436cf4
Move args parsing out of repo cache
vince
created
5 years ago
7dbcca8
Add test for removing bug from cache
vince
created
5 years ago
4e4ca10
Allow user to delete remote bugs
vince
created
5 years ago
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
5 years ago
0590de9
gitlab: skip the broken test as "known broken" :(
Michael Muré
created
5 years ago
3fcdd7e
update go-gitlab
Michael Muré
created
5 years ago
ac7e508
termui: avoid importing a whole package to check an error
Michael Muré
created
5 years ago
c0bf7c3
update go-term-text
Michael Muré
created
5 years ago
e38d702
some light code reorg
Michael Muré
created
5 years ago
c448cf8
typos and minor readme fix
Michael Muré
created
5 years ago
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
5 years ago
b4158db
Merge pull request #427 from wavexx/trim_titles
Click to expand commit body
Trim titles in list views
Michael Muré
created
5 years ago
47b1255
Merge pull request #425 from karlicoss/ls-org-mode
Click to expand commit body
ls --format org-mode enhancements
Michael Muré
created
5 years ago
5c823a7
ls: minor code improvements
Michael Muré
created
5 years ago
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
5 years ago
54d4307
Trim titles in list views
Yuri D'Elia
created
5 years ago
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
5 years ago
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
5 years ago
de062a7
Merge pull request #422 from MichaelMure/code-analysis
Click to expand commit body
fix github action
Michael Muré
created
5 years ago
87a2638
fix github action
Michael Muré
created
5 years ago
1dfe1fc
Merge pull request #421 from MichaelMure/code-analysis
Click to expand commit body
code analysis
Michael Muré
created
5 years ago
Michael Muré
created
5 years ago
7198904
commands: fix segfault with badly loaded backend
Michael Muré
created
5 years ago
44096b7
repo: fix test chocking on randomized element in repo.ListRefs()
Michael Muré
created
5 years ago
8a38af2
cache: split into multiple files for readability
Michael Muré
created
5 years ago
3cf31fc
repository: merge git.Hash in for one less /util package
Michael Muré
created
5 years ago
33d510a
Merge pull request #414 from MichaelMure/cmd-rework
Click to expand commit body
commands: refactor to avoid globals
Michael Muré
created
5 years ago
536c290
commands: open and close the backend in a single place, simplify commands
Michael Muré
created
5 years ago
26bd1dd
commands: refactor to avoid globals
Michael Muré
created
5 years ago
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
5 years ago
Michael Muré
created
5 years ago
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
5 years ago
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
5 years ago
5f72b04
Use ErrNotAuthenticated
Luke Granger-Brown
created
5 years ago
e5a316e
Pull out context-stuff from identity into graphqlidentity package
Luke Granger-Brown
created
5 years ago
766aff2
Change graphql Go handlers to pluck identity out of context instead.
Luke Granger-Brown
created
5 years ago
8a38897
Add context.go to identity, used for attaching identities to and retrieving them from a context.Context
Luke Granger-Brown
created
5 years ago
cf67c78
Refactor webui changes.
Click to expand commit body
Don't use contexts, just raw Apollo, since it's cached anyway.
Change "ReadonlyHidden" to "IfLoggedIn".
Luke Granger-Brown
created
5 years ago
dfdb5e0
Verify that we have an identity only in read-write mode
Luke Granger-Brown
created
5 years ago
43c78da
Don't permit file uploads in read-only mode
Luke Granger-Brown
created
5 years ago
4a28f25
Add support for read-only mode for web UI.
Click to expand commit body
Fixes #402.
Luke Granger-Brown
created
5 years ago
2322810
Merge pull request #413 from MichaelMure/repo-more-tests
Click to expand commit body
repo: more tests
Michael Muré
created
5 years ago
Page 23 of 49