Commit Graph

956 Commits

Author SHA1 Message Date
Michael Muré
abae3c245e
Merge pull request #257 from MichaelMure/core-fixes
Core fixes
2019-11-19 18:54:22 +01:00
Michael Muré
ed2ac793e9
bug: use NeedCommit() in the interface, drop HasPendingOp() 2019-11-19 00:28:06 +01:00
Michael Muré
a9b32e6bda
repo: esthetism rename 2019-11-19 00:27:40 +01:00
Michael Muré
0b2a99ab96
bug: don't forget to assign the new packs after a merge
fix #235
2019-11-19 00:26:38 +01:00
Michael Muré
fdbff4dba7
Merge pull request #249 from MichaelMure/iterator-fix
bridge/github: fix iterator regression
2019-11-11 23:10:01 +01:00
amine
e3e37fd79e bridge/github: fix iterator regression 2019-11-11 22:19:57 +01:00
Michael Muré
2367029124
Merge pull request #248 from MichaelMure/github-deprecated
github: follow API changes
2019-11-11 21:00:57 +01:00
Michael Muré
c1f33db2f2
github: follow API changes
https://developer.github.com/v4/changelog/2019-06-04-schema-changes/
2019-11-11 20:26:13 +01:00
Michael Muré
6a1c8c4dd4
Merge pull request #245 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.22.0
build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0
2019-11-11 02:22:52 +01:00
amine
83eb7abd43 vendor: update github.com/xanzy/go-gitlab to v0.22.0 2019-11-10 18:31:29 +01:00
Michael Muré
802b61e254
Merge pull request #219 from MichaelMure/global-config
Global config, global bridge token
2019-11-10 18:30:46 +01:00
Michael Muré
350ab761d7
Merge pull request #246 from MichaelMure/bridge-docs
README: update importer implementation table
2019-11-10 18:30:21 +01:00
amine
bde170ebf2 update bridge importers implementation features 2019-11-10 17:52:13 +01:00
Michael Muré
e0b15ee764
cli: rename "token" into "auth" 2019-11-10 17:33:44 +01:00
Michael Muré
f8cf3fea03
cli: add bridge token show 2019-11-10 15:50:56 +01:00
Michael Muré
e2445edcb9
bridge: various improvement on the global token PR 2019-11-10 14:53:40 +01:00
Michael Muré
eaf963164c
Merge pull request #242 from MichaelMure/gocui
termui: migrate to awesome-gocui instead of the old fork I had
2019-11-10 13:14:42 +01:00
Michael Muré
965102f73c termui: rework the cursor in bugtable to match the rendering before the switch to awesome-gocui 2019-11-10 13:05:01 +01:00
amine
45653bd31d token: regenerate documentation and fix imports 2019-11-09 14:55:27 +01:00
amine
bbbf3c6c7f bridge/core: store token in the global config and replace scopes with create date 2019-11-09 14:52:20 +01:00
amine
4dc7b8b06e tokens: use entity.Id as id type 2019-11-09 13:26:52 +01:00
amine
baefa687b5 tokens: use a hash as token identifier instead of the token it self 2019-11-09 13:26:52 +01:00
Michael Muré
3984919a3d bridge: various cleanups 2019-11-09 13:26:48 +01:00
Amine
3433fa5def commands: use token value as identifier 2019-11-09 13:25:07 +01:00
Amine
967e168333 bridge/core: use token id instead of name
commands: add bridge token rm/add
commands: improve bridge token printing
2019-11-09 13:25:07 +01:00
Amine
9370e1292b commands: add bridge token subcommand 2019-11-09 13:25:07 +01:00
Amine
56551b6a22 bridge/core: comment token functionalities 2019-11-09 13:24:44 +01:00
Amine
a6ce534403 bridge/core: Implement token functionalities 2019-11-09 13:13:13 +01:00
dependabot-preview[bot]
af382431ca
build(deps): bump github.com/xanzy/go-gitlab from 0.21.0 to 0.22.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.21.0 to 0.22.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.21.0...v0.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-07 04:26:31 +00:00
Amine
318039df31
Merge pull request #243 from MichaelMure/github-iterator
bridge: global fixes to github and gitlab bridges
2019-11-05 23:22:34 +01:00
amine
bf84a789c9 bridge/github: improve iterator readability 2019-11-05 23:11:38 +01:00
Amine
a0697c79ff
Merge pull request #244 from MichaelMure/makefile
makefile: support Darwin operating systems (xargs)
2019-11-05 22:17:58 +01:00
amine
565ee4e43a makefile: support darwin operating systems 2019-11-05 21:29:15 +01:00
amine
b1a7618428 bridge/gitlab: add missing error check in export tests 2019-11-05 21:15:21 +01:00
amine
13f98d0cc4 bridge/github: improve iterator NextTimelineItem function 2019-11-05 21:03:16 +01:00
Michael Muré
cb8236c9c2
termui: migrate to awesome-gocui instead of the old fork I had 2019-11-03 20:47:29 +01:00
Amine
163ea9c933
Merge pull request #236 from MichaelMure/import-after
commands: support bridge imports after a given date
2019-11-03 17:34:51 +01:00
Michael Muré
57e23c8ada bridge: improvement on the import resume feature 2019-11-03 17:23:05 +01:00
amine
614bc5a2c5 commands: support bridge imports after a given date and resumable imports 2019-11-03 17:21:27 +01:00
Michael Muré
16bd116971
Merge pull request #234 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.21.0
build(deps): bump github.com/xanzy/go-gitlab from 0.20.0 to 0.21.0
2019-11-03 13:29:29 +00:00
Michael Muré
8c7c9880b1
Merge pull request #228 from ludovicm67/patch-cli-label-colors
Display label colors in termui
2019-11-03 13:09:55 +00:00
Michael Muré
912b5ca320
drop support for go 1.9 2019-11-03 14:06:29 +01:00
Michael Muré
f72a9dc62b
switch to go-term-text to fix bad underflow for label rendering 2019-11-03 14:00:35 +01:00
Michael Muré
f5193cc76d
Merge pull request #240 from MichaelMure/repo-config
repository config interface and implementation rework
2019-11-01 22:16:57 +00:00
amine
f9f82957a7 repository: fix ineffectual assignment in git test 2019-11-01 22:51:37 +01:00
amine
60c6bd360f bridge: use new repository configuration interface
commands/webui: use new repository configuration interface
2019-11-01 22:44:11 +01:00
amine
618f896f66 cache: update RepoCache and identity to use new repository Config 2019-11-01 22:01:21 +01:00
amine
b85b2c57a7 repository: improve documentation and fix typo mistake 2019-11-01 21:47:34 +01:00
amine
9304808070 repository: use repo.runGitCommand and flagLocality instead of execFn 2019-11-01 21:37:16 +01:00
amine
104224c9f0 repository: add StoreTimestamp/StoreBool to the config interface
repository: move the gitVersion logic to *gitConfig struct
2019-11-01 18:39:45 +01:00