Commit Graph

1002 Commits

Author SHA1 Message Date
hoijui
98792a029b model: try to describe the OperationPack format more clearly 2019-10-28 16:32:51 +01:00
ludovicm67
809abf9244
ls: add labels color + formatting for comments 2019-10-28 12:43:24 +01:00
amine
4666763d4d bridge/gitlab: use gitlab.Labels pointer instead of string slice 2019-10-24 21:08:31 +02:00
amine
a3a431edac vendors: upgrade github.com/xanzy/go-gitlab dependencies to 0.21.0 2019-10-24 20:45:02 +02:00
dependabot-preview[bot]
683040dd7a
build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.20.0...v0.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 04:21:11 +00:00
ludovicm67
c9e824152d
termui: better overflow management 2019-10-16 23:51:11 +02:00
ludovicm67
209d337bbd
bug: fix tests 2019-10-15 21:03:27 +02:00
ludovicm67
25b1516968
termui: add labels colors in bug table 2019-10-15 20:42:27 +02:00
ludovicm67
75004e1298
bug: rename RGBA to Color 2019-10-15 20:42:27 +02:00
ludovicm67
d0d9ea56b9
termui: add colors for labels 2019-10-15 20:42:27 +02:00
hoijui
61d9430531 README: make the feature-list render as list in more Markdown flavors [fix] 2019-10-14 09:26:44 +02:00
Michael Muré
95b9bc94ff
Merge pull request #223 from MichaelMure/gitlab-tests
bridge/gitlab: fix integration tests
2019-10-13 22:59:57 +09:00
Amine
ed774e4e50
bridge/gitlab: iterator use simple swap
bridge/gitlab: add documentation explaining why we are doing this
2019-10-13 12:57:56 +02:00
Michael Muré
cdfae4807d
Merge pull request #225 from hoijui/patch-2
Model: reference git internals documentation
2019-10-12 13:43:44 +09:00
Michael Muré
6a8a172ef0
Update model.md 2019-10-12 13:43:30 +09:00
Michael Muré
bdb9c15a5e
Merge pull request #224 from hoijui/patch-1
Model: fix minor grammar issues and clarify a bit
2019-10-12 13:42:32 +09:00
hoijui
17e0c03264
Model: reference git internals documentation 2019-10-11 21:48:43 +02:00
hoijui
26b0a9c9d1
Model: fix minor grammar issues and clarify a bit 2019-10-11 21:26:21 +02:00
Amine
312bc58c54
bridge/gitlab: iterator now query all label events when NextLabelEvent() i called, and sort them by ID 2019-10-02 15:39:24 +02:00
Amine
8498deaa19
bridge/gitlab: fix integration tests 2019-10-01 10:53:54 +02:00
Michael Muré
f8121e59ae
Merge pull request #217 from MichaelMure/dependabot/dep/golang.org/x/sync-cd5d95a
build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`
2019-10-01 11:24:14 +09:00
dependabot-preview[bot]
355351eed9
build(deps): bump golang.org/x/sync from 1122301 to cd5d95a
Bumps [golang.org/x/sync](https://github.com/golang/sync) from `1122301` to `cd5d95a`.
- [Release notes](https://github.com/golang/sync/releases)
- [Commits](112230192c...cd5d95a43a)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-12 04:26:04 +00:00
Amine
f90f3d6da9
Merge pull request #216 from MichaelMure/cmd-silence
commands: silence usage when cobra RunE/PreRunE functions fail
2019-09-06 23:03:27 +02:00
Amine
e5b33ca39c
commands: silence usage when cobra commands return an error 2019-09-06 11:01:09 +02:00
Michael Muré
3ad2eeb5d0
Merge pull request #214 from MichaelMure/label-connection
graphql: make repository.validLabels a connection
2019-09-04 21:05:18 +02:00
Michael Muré
7df170939f graphql: make repository.validLabels a connection 2019-09-04 21:04:05 +02:00
Michael Muré
c4bebed2f2
Merge pull request #211 from MichaelMure/update-webui
Update webui
2019-09-04 20:15:36 +02:00
Quentin Gliech
0ad23d0e24
webui: Fix bug listing style 2019-09-04 20:14:32 +02:00
Michael Muré
16af70894c
Merge pull request #200 from MichaelMure/bridge-token-stdin
bridge: support --token-stdin
2019-09-02 11:34:47 +02:00
Amine Hilaly
f3d8da1075
bridge/core: add tokenStdin field to bridgeParams
commands: move tokenStdin handling logic to bridge.Configure
2019-09-02 09:44:00 +02:00
Amine Hilaly
46f9573444
bridge/github: move cleaners to where is called 2019-09-01 00:04:01 +02:00
Amine Hilaly
c5824ff1b4
doc/man: update generated documentations 2019-08-31 23:02:20 +02:00
Amine Hilaly
be94780315
bridge/github: recover terminal state in password prompts
commands: error if a token is provide but not the bridge name and target
2019-08-31 23:02:20 +02:00
Amine Hilaly
77e60aceea
commands: add bridge configure completion scripts 2019-08-31 23:02:20 +02:00
Amine
65d7ce7c05
commands: enhance flag description
bridge/github: improve configuration logic

Co-Authored-By: Michael Muré <batolettre@gmail.com>
2019-08-31 23:02:20 +02:00
Amine Hilaly
0381400bfd
commands: read token from stdin in bridge configuration
bridge: improve bridge config validation
2019-08-31 23:02:20 +02:00
Michael Muré
87c64cd8fb
webui: upgrade to material-ui 4 2019-08-31 22:07:06 +02:00
Michael Muré
0020e60893
webui: fix a missing key 2019-08-31 13:44:40 +02:00
Michael Muré
c56801b7df
webui: update react-scripts 2019-08-31 13:43:52 +02:00
Michael Muré
c7792a5d12
commands: add a "tui" alias for "termui" 2019-08-31 13:25:44 +02:00
Michael Muré
2b14bb253c
Merge pull request #205 from seeduvax/issue-178
issue 178: fetch the repo dir with rev-parse --git-dir
2019-08-31 13:23:26 +02:00
Michael Muré
6a0336e04b
git: minor cleanup 2019-08-31 13:21:44 +02:00
Michael Muré
a9f278fdce
Merge pull request #210 from MichaelMure/cleaner-with-cancel
interrupt: allow to cancel a cleaner
2019-08-31 13:01:28 +02:00
Michael Muré
c4accf5525
interrupt: also protect cancel with the mutex 2019-08-31 12:58:37 +02:00
Michael Muré
cb204411a2
interrupt: allow to cancel a cleaner 2019-08-30 12:17:29 +02:00
Sebastien Devaux
1dc106279a issue 178: refined git command cwd setting.
For unknown reason setting .git as current directory for the called
git command fails when git-bug is called from a git hook (and it was
observed only in this case). Forcing use of current dir when the
repo path is ".git" restore the expected behavior.
2019-08-28 21:11:29 +02:00
Sebastien Devaux
ddcbd8d022 issue 178: adding required changes to InitGitRepo and CleanupTestRepos 2019-08-27 21:35:04 +02:00
Michael Muré
fa12d5da72
Update README.md 2019-08-27 12:53:19 +02:00
Michael Muré
06df0eb09c
Merge pull request #207 from MichaelMure/webui
Update webui and documentation
2019-08-27 12:07:32 +02:00
Amine Hilaly
21e82d5382
docs: replace images with new ones 2019-08-26 23:55:38 +02:00